]> Pileus Git - ~andy/sunrise/commitdiff
net-mail/fdm: New Ebuild for bug 163496, thanks to Jokey for validating
authorMaximilian Gass (mgass) <mgass@lavabit.com>
Tue, 12 Jun 2007 22:26:00 +0000 (22:26 +0000)
committerMaximilian Gass (mgass) <mgass@lavabit.com>
Tue, 12 Jun 2007 22:26:00 +0000 (22:26 +0000)
svn path=/sunrise/; revision=3897

net-mail/fdm/ChangeLog [new file with mode: 0644]
net-mail/fdm/Manifest [new file with mode: 0644]
net-mail/fdm/fdm-1.1.ebuild [new file with mode: 0644]
net-mail/fdm/files/digest-fdm-1.1 [new file with mode: 0644]
net-mail/fdm/metadata.xml [new file with mode: 0644]

diff --git a/net-mail/fdm/ChangeLog b/net-mail/fdm/ChangeLog
new file mode 100644 (file)
index 0000000..7c1f900
--- /dev/null
@@ -0,0 +1,8 @@
+# ChangeLog for net-mail/fdm
+# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
+# $Header: $
+
+  12 Jun 2007; Maximilian Gass (mgass) <mgass@lavabit.com> +fdm-1.1.ebuild,
+  +metadata.xml:
+  New Ebuild for bug 163496, thanks to Jokey for validating
+
diff --git a/net-mail/fdm/Manifest b/net-mail/fdm/Manifest
new file mode 100644 (file)
index 0000000..cacbaf2
--- /dev/null
@@ -0,0 +1,4 @@
+DIST fdm-1.1.tar.gz 141981 RMD160 78acfa325d98204e5bb84090de9b1266aefbe696 SHA1 4446242900aa4d660af32b3a9a615bc79da73d8c SHA256 3908d9aab629b6e92789d770ce11963df29ffaa0cc92dd5b13b298376130e999
+EBUILD fdm-1.1.ebuild 678 RMD160 25d1e36f3bfa206955f3eb77c64541c4e60214ec SHA1 3dac13c73d9933270e157f10df1797dbdd0cf95e SHA256 f61fe416b1a8b65539ff67bc8c7684f928716fcfffc092882e0721a45c58de04
+MISC ChangeLog 267 RMD160 5897e4abcbf351821dc0fd9bbb73464b5fc8a886 SHA1 80a0915ec531420d8f24fac5aa9b749825280345 SHA256 695934c9c6301cb90142eee564c78c2bc2d93c7244b576128b40fbd14575072c
+MISC metadata.xml 170 RMD160 645927a396fdc21cdeb089fe42c5397332420ea6 SHA1 ac7f48a14fec325926f9ce1be8fbf1f311b4f2e4 SHA256 d797a2ec6f9dc516c9f9c1a758ee87ad3e8c43101b5dc76c2f872d5bd4639b42
diff --git a/net-mail/fdm/fdm-1.1.ebuild b/net-mail/fdm/fdm-1.1.ebuild
new file mode 100644 (file)
index 0000000..71245ad
--- /dev/null
@@ -0,0 +1,31 @@
+# Copyright 1999-2007 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+inherit eutils
+
+DESCRIPTION="fetch, filter and deliver mail"
+HOMEPAGE="http://fdm.sourceforge.net"
+SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~x86"
+IUSE=""
+
+DEPEND="dev-libs/openssl"
+RDEPEND="${DEPEND}"
+
+src_install() {
+       dobin fdm || die "installing binary failed"
+       doman fdm.1 fdm.conf.5 || die "Installing man pages failed"
+
+       dodoc CHANGES MANUAL README TODO || die "Installing documentation failed"
+
+       docinto examples
+       dodoc examples/* || die "Installing documentation failed"
+}
+
+pkg_postinst() {
+       enewuser _fdm
+}
diff --git a/net-mail/fdm/files/digest-fdm-1.1 b/net-mail/fdm/files/digest-fdm-1.1
new file mode 100644 (file)
index 0000000..f7a3efd
--- /dev/null
@@ -0,0 +1,3 @@
+MD5 7bd2f693da64a66ab70e0031d3dac99f fdm-1.1.tar.gz 141981
+RMD160 78acfa325d98204e5bb84090de9b1266aefbe696 fdm-1.1.tar.gz 141981
+SHA256 3908d9aab629b6e92789d770ce11963df29ffaa0cc92dd5b13b298376130e999 fdm-1.1.tar.gz 141981
diff --git a/net-mail/fdm/metadata.xml b/net-mail/fdm/metadata.xml
new file mode 100644 (file)
index 0000000..7e32869
--- /dev/null
@@ -0,0 +1,5 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+<herd>maintainer-wanted</herd>
+</pkgmetadata>