diff options
author | Michael Cummings <mcummings@gentoo.org> | 2005-04-25 15:13:02 +0000 |
---|---|---|
committer | Michael Cummings <mcummings@gentoo.org> | 2005-04-25 15:13:02 +0000 |
commit | 74c48c6f55af93242573d8455ed74ae771150377 (patch) | |
tree | a31e98cd05f98ce3d2943155d64554fa6ad4e58b /dev-perl/Exporter-Lite | |
parent | Stable on sparc (diff) | |
download | historical-74c48c6f55af93242573d8455ed74ae771150377.tar.gz historical-74c48c6f55af93242573d8455ed74ae771150377.tar.bz2 historical-74c48c6f55af93242573d8455ed74ae771150377.zip |
cleaning
Package-Manager: portage-2.0.51.20-r4
Diffstat (limited to 'dev-perl/Exporter-Lite')
-rw-r--r-- | dev-perl/Exporter-Lite/ChangeLog | 8 | ||||
-rw-r--r-- | dev-perl/Exporter-Lite/Exporter-Lite-0.01.ebuild | 8 |
2 files changed, 10 insertions, 6 deletions
diff --git a/dev-perl/Exporter-Lite/ChangeLog b/dev-perl/Exporter-Lite/ChangeLog index 78d20f418322..af701be4d7a6 100644 --- a/dev-perl/Exporter-Lite/ChangeLog +++ b/dev-perl/Exporter-Lite/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-perl/Exporter-Lite -# Copyright 2000-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Exporter-Lite/ChangeLog,v 1.2 2004/06/25 00:26:28 agriffis Exp $ +# Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Exporter-Lite/ChangeLog,v 1.3 2005/04/25 15:03:14 mcummings Exp $ + + 25 Apr 2005; Michael Cummings <mcummings@gentoo.org> + Exporter-Lite-0.01.ebuild: + cleaning *Exporter-Lite-0.01 (05 Jun 2004) diff --git a/dev-perl/Exporter-Lite/Exporter-Lite-0.01.ebuild b/dev-perl/Exporter-Lite/Exporter-Lite-0.01.ebuild index f62bc148f164..26c31287266d 100644 --- a/dev-perl/Exporter-Lite/Exporter-Lite-0.01.ebuild +++ b/dev-perl/Exporter-Lite/Exporter-Lite-0.01.ebuild @@ -1,16 +1,16 @@ -# Copyright 1999-2004 Gentoo Foundation +# Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Exporter-Lite/Exporter-Lite-0.01.ebuild,v 1.4 2004/10/16 23:57:21 rac Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Exporter-Lite/Exporter-Lite-0.01.ebuild,v 1.5 2005/04/25 15:03:14 mcummings Exp $ inherit perl-module DESCRIPTION="Lightweight exporting of variables" HOMEPAGE="http://search.cpan.org/~mschwern/${P}/" -SRC_URI="http://search.cpan.org/CPAN/authors/id/M/MS/MSCHWERN/${P}.tar.gz" +SRC_URI="mirror://cpan/authors/id/M/MS/MSCHWERN/${P}.tar.gz" LICENSE="|| ( Artistic GPL-2 )" SLOT="0" -KEYWORDS="~x86 ~ppc ~sparc ~alpha ~amd64" +KEYWORDS="x86 ~ppc sparc ~alpha ~amd64" IUSE="" SRC_TEST="do" |