diff options
author | Seemant Kulleen <seemant@gentoo.org> | 2002-07-25 05:40:13 +0000 |
---|---|---|
committer | Seemant Kulleen <seemant@gentoo.org> | 2002-07-25 05:40:13 +0000 |
commit | 47f1b19a4c9df3d2286fd809afc953421b971db5 (patch) | |
tree | 4e430a108ec062ed46df4de24cb53f7b605aa9af /net-mail/disspam | |
parent | repoman'd (diff) | |
download | gentoo-2-47f1b19a4c9df3d2286fd809afc953421b971db5.tar.gz gentoo-2-47f1b19a4c9df3d2286fd809afc953421b971db5.tar.bz2 gentoo-2-47f1b19a4c9df3d2286fd809afc953421b971db5.zip |
REPOMAN compliance
Diffstat (limited to 'net-mail/disspam')
-rw-r--r-- | net-mail/disspam/disspam-0.10.ebuild | 13 |
1 files changed, 7 insertions, 6 deletions
diff --git a/net-mail/disspam/disspam-0.10.ebuild b/net-mail/disspam/disspam-0.10.ebuild index c68c4694e81f..dd287182c7a2 100644 --- a/net-mail/disspam/disspam-0.10.ebuild +++ b/net-mail/disspam/disspam-0.10.ebuild @@ -1,18 +1,19 @@ -# Copyright 2002 Robin Cull <robin@digitalevacuation.org> +# Copyright 2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-mail/disspam/disspam-0.10.ebuild,v 1.2 2002/07/24 02:34:48 agenkin Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-mail/disspam/disspam-0.10.ebuild,v 1.3 2002/07/25 05:37:29 seemant Exp $ +S=${WORKDIR}/disspam DESCRIPTION="A Perl script that removes spam from POP3 mailboxes based on RBLs." HOMEPAGE="http://www.topfx.com/" +SRC_URI="http://www.topfx.com/dist/${P}.tar.gz" + +SLOT="0" LICENSE="Artistic" +KEYWORDS="x86" DEPEND=">=sys-devel/perl-5.6.1 >=dev-perl/libnet-1.11 >=dev-perl/Net-DNS-0.12" - -SRC_URI="http://freshmeat.net/redir/disspam/22053/url_tgz/${P}.tar.gz" -S=${WORKDIR}/disspam - src_install() { dobin disspam.pl |