diff options
author | 2004-03-27 19:53:16 +0000 | |
---|---|---|
committer | 2004-03-27 19:53:16 +0000 | |
commit | 3d6d882ee7f4c0aa5970eeb6ec0d8cbb8709d21b (patch) | |
tree | 71a6b50a08b8db39c151ebcb9ec39f7eecc47ecf /net-mail/popfile/popfile-0.21.1.ebuild | |
parent | Bump to stable. (Manifest recommit) (diff) | |
download | gentoo-2-3d6d882ee7f4c0aa5970eeb6ec0d8cbb8709d21b.tar.gz gentoo-2-3d6d882ee7f4c0aa5970eeb6ec0d8cbb8709d21b.tar.bz2 gentoo-2-3d6d882ee7f4c0aa5970eeb6ec0d8cbb8709d21b.zip |
fetch the CORRECT sources, for crying out loud. Use the portage variables for this stuff NOT the hardcoded version info! Thanks to: Dale K Dicks <dale_d@telusplanet.net> in bug #45883
Diffstat (limited to 'net-mail/popfile/popfile-0.21.1.ebuild')
-rw-r--r-- | net-mail/popfile/popfile-0.21.1.ebuild | 23 |
1 files changed, 12 insertions, 11 deletions
diff --git a/net-mail/popfile/popfile-0.21.1.ebuild b/net-mail/popfile/popfile-0.21.1.ebuild index 502d684b9012..226b1d97b951 100644 --- a/net-mail/popfile/popfile-0.21.1.ebuild +++ b/net-mail/popfile/popfile-0.21.1.ebuild @@ -1,23 +1,24 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-mail/popfile/popfile-0.21.1.ebuild,v 1.2 2004/03/17 19:07:20 stuart Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-mail/popfile/popfile-0.21.1.ebuild,v 1.3 2004/03/27 19:53:16 seemant Exp $ +IUSE="" + +S=${WORKDIR} DESCRIPTION="Anti-spam filter" HOMEPAGE="http://foo.bar.com/" -SRC_URI="mirror://sourceforge/popfile/popfile-0.20.1.zip" -LICENSE="GPL-2" +SRC_URI="mirror://sourceforge/popfile/${P}.zip" + SLOT="0" +LICENSE="GPL-2" KEYWORDS="x86" -IUSE="" -DEPEND=">=dev-lang/perl-5.8 - >=dev-perl/BerkeleyDB-0.25 - dev-perl/Text-Kakasi - dev-perl/MIME-Base64 - dev-perl/HTML-Tagset" -#RDEPEND="" +DEPEND=">=dev-lang/perl-5.8 + >=dev-perl/BerkeleyDB-0.25 + dev-perl/Text-Kakasi + dev-perl/MIME-Base64 + dev-perl/HTML-Tagset" -S=${WORKDIR} src_compile() { # do nothing |