diff options
author | Seemant Kulleen <seemant@gentoo.org> | 2004-03-27 19:53:16 +0000 |
---|---|---|
committer | Seemant Kulleen <seemant@gentoo.org> | 2004-03-27 19:53:16 +0000 |
commit | 3d6d882ee7f4c0aa5970eeb6ec0d8cbb8709d21b (patch) | |
tree | 71a6b50a08b8db39c151ebcb9ec39f7eecc47ecf /net-mail/popfile | |
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')
-rw-r--r-- | net-mail/popfile/ChangeLog | 7 | ||||
-rw-r--r-- | net-mail/popfile/Manifest | 4 | ||||
-rw-r--r-- | net-mail/popfile/files/digest-popfile-0.21.1 | 2 | ||||
-rw-r--r-- | net-mail/popfile/popfile-0.21.1.ebuild | 23 |
4 files changed, 21 insertions, 15 deletions
diff --git a/net-mail/popfile/ChangeLog b/net-mail/popfile/ChangeLog index 5ad00d4c1c50..d43be77faec0 100644 --- a/net-mail/popfile/ChangeLog +++ b/net-mail/popfile/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for net-mail/popfile # Copyright 2000-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-mail/popfile/ChangeLog,v 1.2 2004/03/17 19:07:20 stuart Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-mail/popfile/ChangeLog,v 1.3 2004/03/27 19:53:16 seemant Exp $ + + 27 Mar 2004; Seemant Kulleen <seemant@gentoo.org> popfile-0.21.1.ebuild: + 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 17 Mar 2004; Stuart Herbert <stuart@gentoo.org> popfile-0.21.1.ebuild: Added missing HTML-Tagset dependency, and tightended up security permissions. diff --git a/net-mail/popfile/Manifest b/net-mail/popfile/Manifest index 00bbc46eb272..f8f96b94a62d 100644 --- a/net-mail/popfile/Manifest +++ b/net-mail/popfile/Manifest @@ -1,4 +1,4 @@ -MD5 0cea0d5a6ae06a59a17cc61d7c0ce2c7 popfile-0.21.1.ebuild 1125 +MD5 a79ecdfeb245496f2fb79083397abc25 popfile-0.21.1.ebuild 1098 MD5 b403c3fe74edfc53a21e5f7fed889a5c ChangeLog 541 MD5 7ffa9bf1b757cbd93afb8c746fcd24e6 metadata.xml 293 -MD5 b97d4969666f64a2d8b7c050253dc29b files/digest-popfile-0.21.1 64 +MD5 d9d12773e8397a1960eab275e3bcc8c4 files/digest-popfile-0.21.1 64 diff --git a/net-mail/popfile/files/digest-popfile-0.21.1 b/net-mail/popfile/files/digest-popfile-0.21.1 index 5c7a2ad6edc4..41ee7458331e 100644 --- a/net-mail/popfile/files/digest-popfile-0.21.1 +++ b/net-mail/popfile/files/digest-popfile-0.21.1 @@ -1 +1 @@ -MD5 f37bbd25aa81e98f3846389b26390062 popfile-0.20.1.zip 1912427 +MD5 c723b0bb3eddb866fe0bce47e05b38cb popfile-0.21.1.zip 1504449 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 |