diff options
author | 2007-01-19 14:10:21 +0000 | |
---|---|---|
committer | 2007-01-19 14:10:21 +0000 | |
commit | 81e0eba38dac0e056568b228d5937233293aced0 (patch) | |
tree | 0d3272f950f4bbcaf3a9262e5e2cb787d52c8314 /dev-perl/Mail-SRS | |
parent | Version bump, thanks seemant (diff) | |
download | historical-81e0eba38dac0e056568b228d5937233293aced0.tar.gz historical-81e0eba38dac0e056568b228d5937233293aced0.tar.bz2 historical-81e0eba38dac0e056568b228d5937233293aced0.zip |
Ebuild maintenance
Package-Manager: portage-2.1.2_rc4-r8
Diffstat (limited to 'dev-perl/Mail-SRS')
-rw-r--r-- | dev-perl/Mail-SRS/ChangeLog | 7 | ||||
-rw-r--r-- | dev-perl/Mail-SRS/Mail-SRS-0.31.ebuild | 10 |
2 files changed, 9 insertions, 8 deletions
diff --git a/dev-perl/Mail-SRS/ChangeLog b/dev-perl/Mail-SRS/ChangeLog index 4d24c27412a4..e255c693712b 100644 --- a/dev-perl/Mail-SRS/ChangeLog +++ b/dev-perl/Mail-SRS/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-perl/Mail-SRS -# Copyright 2000-2006 DataCore GmbH; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Mail-SRS/ChangeLog,v 1.4 2006/12/10 13:17:00 yuval Exp $ +# Copyright 2000-2007 DataCore GmbH; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Mail-SRS/ChangeLog,v 1.5 2007/01/19 14:03:12 mcummings Exp $ + + 19 Jan 2007; Michael Cummings <mcummings@gentoo.org> Mail-SRS-0.31.ebuild: + Ebuild maintenance 10 Dec 2006; Yuval Yaari <yuval@gentoo.org> Mail-SRS-0.31.ebuild: Changing dependencies on perl-core/* to their corresponding virtuals (bug diff --git a/dev-perl/Mail-SRS/Mail-SRS-0.31.ebuild b/dev-perl/Mail-SRS/Mail-SRS-0.31.ebuild index e3c1693a69ac..b8d432897d77 100644 --- a/dev-perl/Mail-SRS/Mail-SRS-0.31.ebuild +++ b/dev-perl/Mail-SRS/Mail-SRS-0.31.ebuild @@ -1,13 +1,12 @@ -# Copyright 1999-2006 Gentoo Foundation +# Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Mail-SRS/Mail-SRS-0.31.ebuild,v 1.3 2006/12/10 13:17:00 yuval Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Mail-SRS/Mail-SRS-0.31.ebuild,v 1.4 2007/01/19 14:03:12 mcummings Exp $ inherit perl-module -S=${WORKDIR}/Mail-SRS-${PV} DESCRIPTION="Interface to Sender Rewriting Scheme" -SRC_URI="http://search.cpan.org/CPAN/authors/id/S/SH/SHEVEK/Mail-SRS-${PV}.tar.gz" -HOMEPAGE="http://search.cpan.org/CPAN/authors/id/S/SH/SHEVEK/Mail-SRS-${PV}.readme" +SRC_URI="mirror://cpan/authors/id/S/SH/SHEVEK/${P}.tar.gz" +HOMEPAGE="http://search.cpan.org/~shevek/" KEYWORDS="~amd64 ~x86" LICENSE="Artistic GPL-2" @@ -22,4 +21,3 @@ DEPEND=">=dev-perl/Digest-HMAC-1.01-r1 >=virtual/perl-Storable-2.04-r1 test? ( >=dev-perl/Test-Pod-1.00 >=dev-perl/Test-Pod-Coverage-0.02 )" -RDEPEND="${DEPEND}" |