diff options
author | Michael Cummings <mcummings@gentoo.org> | 2005-04-29 12:26:16 +0000 |
---|---|---|
committer | Michael Cummings <mcummings@gentoo.org> | 2005-04-29 12:26:16 +0000 |
commit | ef36c8642a8125561971334c7baa093d132fe36d (patch) | |
tree | f1512c6231630e88f78effb837b7e250b27d8f47 /dev-perl/Regexp-Shellish | |
parent | Fixed bug #90463. (diff) | |
download | gentoo-2-ef36c8642a8125561971334c7baa093d132fe36d.tar.gz gentoo-2-ef36c8642a8125561971334c7baa093d132fe36d.tar.bz2 gentoo-2-ef36c8642a8125561971334c7baa093d132fe36d.zip |
Cleaning
(Portage version: 2.0.51.20-r4)
Diffstat (limited to 'dev-perl/Regexp-Shellish')
-rw-r--r-- | dev-perl/Regexp-Shellish/ChangeLog | 6 | ||||
-rw-r--r-- | dev-perl/Regexp-Shellish/Regexp-Shellish-0.93.ebuild | 5 |
2 files changed, 8 insertions, 3 deletions
diff --git a/dev-perl/Regexp-Shellish/ChangeLog b/dev-perl/Regexp-Shellish/ChangeLog index 71b7f75c2930..c22057ffa6ef 100644 --- a/dev-perl/Regexp-Shellish/ChangeLog +++ b/dev-perl/Regexp-Shellish/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-perl/Regexp-Shellish # Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Regexp-Shellish/ChangeLog,v 1.4 2005/02/05 14:23:26 absinthe Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Regexp-Shellish/ChangeLog,v 1.5 2005/04/29 12:21:20 mcummings Exp $ + + 29 Apr 2005; Michael Cummings <mcummings@gentoo.org> + Regexp-Shellish-0.93.ebuild: + Cleaning for mirror 05 Feb 2005; Dylan Carlson <absinthe@gentoo.org> Regexp-Shellish-0.93.ebuild: diff --git a/dev-perl/Regexp-Shellish/Regexp-Shellish-0.93.ebuild b/dev-perl/Regexp-Shellish/Regexp-Shellish-0.93.ebuild index 70f2b1db49fa..da8a2da06172 100644 --- a/dev-perl/Regexp-Shellish/Regexp-Shellish-0.93.ebuild +++ b/dev-perl/Regexp-Shellish/Regexp-Shellish-0.93.ebuild @@ -1,11 +1,12 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Regexp-Shellish/Regexp-Shellish-0.93.ebuild,v 1.6 2005/02/05 14:23:26 absinthe Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Regexp-Shellish/Regexp-Shellish-0.93.ebuild,v 1.7 2005/04/29 12:21:20 mcummings Exp $ inherit perl-module DESCRIPTION="Regexp::Shellish - Shell-like regular expressions" -SRC_URI="http://www.cpan.org/modules/by-authors/id/R/RB/RBS/${P}.tar.gz" +HOMEPAGE="http://search.cpan.org/~rbs/${P}" +SRC_URI="mirror://cpan/authors/id/R/RB/RBS/${P}.tar.gz" SLOT="0" LICENSE="Artistic" |