diff options
author | Michael Cummings <mcummings@gentoo.org> | 2007-01-19 15:53:27 +0000 |
---|---|---|
committer | Michael Cummings <mcummings@gentoo.org> | 2007-01-19 15:53:27 +0000 |
commit | bd024517155d1b45d52d076a8f72fd05032a535e (patch) | |
tree | 3265bbdfa15a402494835b8a2f20a6b3835b02e2 /dev-perl/Regexp-Shellish | |
parent | Version bump, thanks seemant (diff) | |
download | historical-bd024517155d1b45d52d076a8f72fd05032a535e.tar.gz historical-bd024517155d1b45d52d076a8f72fd05032a535e.tar.bz2 historical-bd024517155d1b45d52d076a8f72fd05032a535e.zip |
Ebuild maintenance
Package-Manager: portage-2.1.2_rc4-r8
Diffstat (limited to 'dev-perl/Regexp-Shellish')
-rw-r--r-- | dev-perl/Regexp-Shellish/ChangeLog | 8 | ||||
-rw-r--r-- | dev-perl/Regexp-Shellish/Regexp-Shellish-0.93.ebuild | 7 |
2 files changed, 9 insertions, 6 deletions
diff --git a/dev-perl/Regexp-Shellish/ChangeLog b/dev-perl/Regexp-Shellish/ChangeLog index dbe40e777b51..856001d925a9 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-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Regexp-Shellish/ChangeLog,v 1.12 2006/08/18 01:12:09 mcummings Exp $ +# Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Regexp-Shellish/ChangeLog,v 1.13 2007/01/19 15:41:26 mcummings Exp $ + + 19 Jan 2007; Michael Cummings <mcummings@gentoo.org> + Regexp-Shellish-0.93.ebuild: + Ebuild maintenance 18 Aug 2006; Michael Cummings <mcummings@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 1e8b5b35eaf2..8db492422655 100644 --- a/dev-perl/Regexp-Shellish/Regexp-Shellish-0.93.ebuild +++ b/dev-perl/Regexp-Shellish/Regexp-Shellish-0.93.ebuild @@ -1,11 +1,11 @@ -# 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/Regexp-Shellish/Regexp-Shellish-0.93.ebuild,v 1.14 2006/08/18 01:12:09 mcummings Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Regexp-Shellish/Regexp-Shellish-0.93.ebuild,v 1.15 2007/01/19 15:41:26 mcummings Exp $ inherit perl-module DESCRIPTION="Regexp::Shellish - Shell-like regular expressions" -HOMEPAGE="http://search.cpan.org/~rbs/${P}" +HOMEPAGE="http://search.cpan.org/~rbs/" SRC_URI="mirror://cpan/authors/id/R/RB/RBS/${P}.tar.gz" SLOT="0" @@ -16,4 +16,3 @@ IUSE="" DEPEND="dev-lang/perl" -RDEPEND="${DEPEND}" |