diff options
author | Thomas Sachau <tommy@gentoo.org> | 2009-08-25 15:23:00 +0000 |
---|---|---|
committer | Thomas Sachau <tommy@gentoo.org> | 2009-08-25 15:23:00 +0000 |
commit | 7c4abe485a45f329ca97a6626f087691c24ab5e1 (patch) | |
tree | f2bca9e011d0f8a742d67396436f23d4fe32ea25 /net-mail | |
parent | media-sound/ oss2jack: Drop media-sound/oss2jack because of missing dependency (diff) | |
download | sunrise-reviewed-7c4abe485a45f329ca97a6626f087691c24ab5e1.tar.gz sunrise-reviewed-7c4abe485a45f329ca97a6626f087691c24ab5e1.tar.bz2 sunrise-reviewed-7c4abe485a45f329ca97a6626f087691c24ab5e1.zip |
net-mail/ fdm: Drop net-mail/fdm because of missing dependency
svn path=/sunrise/; revision=9111
Diffstat (limited to 'net-mail')
-rw-r--r-- | net-mail/fdm/ChangeLog | 29 | ||||
-rw-r--r-- | net-mail/fdm/Manifest | 5 | ||||
-rw-r--r-- | net-mail/fdm/fdm-1.5.ebuild | 42 | ||||
-rw-r--r-- | net-mail/fdm/files/rename-childuser.patch | 32 | ||||
-rw-r--r-- | net-mail/fdm/metadata.xml | 9 |
5 files changed, 0 insertions, 117 deletions
diff --git a/net-mail/fdm/ChangeLog b/net-mail/fdm/ChangeLog deleted file mode 100644 index a4863ae24..000000000 --- a/net-mail/fdm/ChangeLog +++ /dev/null @@ -1,29 +0,0 @@ -# ChangeLog for net-mail/fdm -# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: $ - - 12 Sep 2008; Tiago Cunha (tcunha) <me@tiagocunha.org> fdm-1.5.ebuild: - Avoid polluting global scope by declaring vars local, while there simplify - src_unpack - - 12 Sep 2008; Tiago Cunha (tcunha) <me@tiagocunha.org> fdm-1.5.ebuild: - Add missing die to emake - - 31 Aug 2008; Thomas Sachau (Tommy[D]) <tommy@gentoo.org> metadata.xml: - Add local useflags to metadata.xml (GLEP 56) - - 12 May 2008; Maximilian Gaß <mxey@cloudconnected.org -fdm-1.3c.ebuild, - +fdm-1.5.ebuild, +files/rename-childuser.patch: - net-mail/fdm: Version bump to 1.5, various style fixes. Thanks to many - suggestions on #gentoo-sunrise - - 08 Sep 2007; Markus Ullmann <jokey@gentoo.org> -fdm-1.1.ebuild: - Drop old - - 07 Sep 2007; Maximilian Gass (mxey) <mxey@arcor.de> +fdm-1.3c.ebuild: - updated to 1.3c - - 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 deleted file mode 100644 index dca6134a7..000000000 --- a/net-mail/fdm/Manifest +++ /dev/null @@ -1,5 +0,0 @@ -AUX rename-childuser.patch 1303 RMD160 3f5660e24d27abb8dbaf0fd712db77b11d506add SHA1 90dc8c05754829ae758c6e20996414d2590a44b2 SHA256 8c3c0e63ea919678a4094548c06a441ec0ffd11f22aea29b88279cad4a3e16af -DIST fdm-1.5.tar.gz 187289 RMD160 a632cbf8019db14e979298e46a225ec273958cb9 SHA1 36dd152131f626a2065574c2e231955d0adf64a8 SHA256 d823e30a5a6bb65b13240b1c30096505d2eae0e8a606c6071e3280de74aa394d -EBUILD fdm-1.5.ebuild 862 RMD160 46725a8db60d416553941a7419d8d346dfa38096 SHA1 ea157998fd2bb29a3b900ccdc6ea1e489995053b SHA256 b0b9eaa11e13526b7e4b72d522f21ce9d1c1d713efe66a8ddc26c14a0ad46992 -MISC ChangeLog 1051 RMD160 1e3990e721189f8f079f7064af9adc8921127c9e SHA1 25f11aed3c15bc84e14b8330024e068120093bbc SHA256 4dd956535c6ae8fcfccdb828f8ec0950de7e960c1e1dcade8fdd2d6ee427570c -MISC metadata.xml 258 RMD160 0e412eb2f8c024b00a5892cdf18593fc502116bc SHA1 061d655ea8b36e3227237e69eeade7e56af59561 SHA256 8893cebd3100582a96a559cade35193b38b9380cac2f3e8518a6b2bfaa01341f diff --git a/net-mail/fdm/fdm-1.5.ebuild b/net-mail/fdm/fdm-1.5.ebuild deleted file mode 100644 index 7343a3f12..000000000 --- a/net-mail/fdm/fdm-1.5.ebuild +++ /dev/null @@ -1,42 +0,0 @@ -# Copyright 1999-2009 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="pcre tdb" - -DEPEND="dev-libs/openssl - pcre? ( dev-libs/libpcre ) - tdb? ( dev-libs/tdb )" -RDEPEND="${DEPEND}" - -src_compile() { - local vars - - use tdb && vars="DB=1" - use pcre && vars="$vars PCRE=1" - - emake $vars || die "emake failed" -} - -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/rename-childuser.patch b/net-mail/fdm/files/rename-childuser.patch deleted file mode 100644 index dfb0da38e..000000000 --- a/net-mail/fdm/files/rename-childuser.patch +++ /dev/null @@ -1,32 +0,0 @@ -Common subdirectories: fdm-1.5/compat and fdm-1.5.patched/compat -Common subdirectories: fdm-1.5/examples and fdm-1.5.patched/examples -diff -u fdm-1.5/fdm.h fdm-1.5.patched/fdm.h ---- fdm-1.5/fdm.h 2007-12-08 18:32:30.000000000 +0100 -+++ fdm-1.5.patched/fdm.h 2008-05-12 13:17:59.000000000 +0200 -@@ -49,7 +49,7 @@ - #include <openssl/ssl.h> - #include <openssl/err.h> - --#define CHILDUSER "_fdm" -+#define CHILDUSER "fdm" - #define CONFFILE ".fdm.conf" - #define SYSCONFFILE "/etc/fdm.conf" - #define LOCKFILE ".fdm.lock" -diff -u fdm-1.5/MANUAL fdm-1.5.patched/MANUAL ---- fdm-1.5/MANUAL 2008-03-04 09:24:06.000000000 +0100 -+++ fdm-1.5.patched/MANUAL 2008-05-12 13:17:59.000000000 +0200 -@@ -90,11 +90,11 @@ - $ export PREFIX=/opt # defaults to /usr/local - $ sudo make install - --If being run as root, fdm requires a user named "_fdm" to exist. It will drop -+If being run as root, fdm requires a user named "fdm" to exist. It will drop - privileges to this user and its primary group. The user may be added on - OpenBSD with, for example: - -- # useradd -u 999 -s /bin/nologin -d /var/empty -g=uid _fdm -+ # useradd -u 999 -s /bin/nologin -d /var/empty -g=uid fdm - - It is not necessary to add a user if fdm is always started by a non-root user. - -Common subdirectories: fdm-1.5/regress and fdm-1.5.patched/regress diff --git a/net-mail/fdm/metadata.xml b/net-mail/fdm/metadata.xml deleted file mode 100644 index d5d7bfacb..000000000 --- a/net-mail/fdm/metadata.xml +++ /dev/null @@ -1,9 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> -<pkgmetadata> - <herd>maintainer-wanted</herd> - <use> - <flag name='tdb'>Enable the Trivial Database (xdb) - backend</flag> - </use> -</pkgmetadata> |