diff options
author | 2010-02-05 22:00:56 +0000 | |
---|---|---|
committer | 2010-02-05 22:00:56 +0000 | |
commit | e9885108c50287f668b78ffa63e14607fc53806c (patch) | |
tree | a2132f82f8223433ada9399baf605b51ecef066a /dev-perl/Regexp-Shellish | |
parent | Fix LICENSE (#301969). Maintenance (diff) | |
download | historical-e9885108c50287f668b78ffa63e14607fc53806c.tar.gz historical-e9885108c50287f668b78ffa63e14607fc53806c.tar.bz2 historical-e9885108c50287f668b78ffa63e14607fc53806c.zip |
Fix LICENSE (#301969). Maintenance
Package-Manager: portage-2.2_rc62/cvs/Linux x86_64
Diffstat (limited to 'dev-perl/Regexp-Shellish')
-rw-r--r-- | dev-perl/Regexp-Shellish/ChangeLog | 5 | ||||
-rw-r--r-- | dev-perl/Regexp-Shellish/Regexp-Shellish-0.93.ebuild | 11 |
2 files changed, 9 insertions, 7 deletions
diff --git a/dev-perl/Regexp-Shellish/ChangeLog b/dev-perl/Regexp-Shellish/ChangeLog index 0425d0ca8962..9a3e7d9d03fa 100644 --- a/dev-perl/Regexp-Shellish/ChangeLog +++ b/dev-perl/Regexp-Shellish/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-perl/Regexp-Shellish # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Regexp-Shellish/ChangeLog,v 1.14 2010/01/11 19:21:39 grobian Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Regexp-Shellish/ChangeLog,v 1.15 2010/02/05 22:00:56 tove Exp $ + + 05 Feb 2010; Torsten Veller <tove@gentoo.org> Regexp-Shellish-0.93.ebuild: + Fix LICENSE (#301969). Maintenance 11 Jan 2010; Fabian Groffen <grobian@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 25b04cad531d..aac02026f6c8 100644 --- a/dev-perl/Regexp-Shellish/Regexp-Shellish-0.93.ebuild +++ b/dev-perl/Regexp-Shellish/Regexp-Shellish-0.93.ebuild @@ -1,17 +1,16 @@ # Copyright 1999-2010 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.17 2010/01/11 19:21:39 grobian Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Regexp-Shellish/Regexp-Shellish-0.93.ebuild,v 1.18 2010/02/05 22:00:56 tove Exp $ +EAPI=2 + +MODULE_AUTHOR=RBS inherit perl-module DESCRIPTION="Regexp::Shellish - Shell-like regular expressions" -HOMEPAGE="http://search.cpan.org/~rbs/" -SRC_URI="mirror://cpan/authors/id/R/RB/RBS/${P}.tar.gz" SLOT="0" -LICENSE="Artistic" -SRC_TEST="do" KEYWORDS="alpha amd64 ia64 ~mips ~ppc ppc64 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris" IUSE="" -DEPEND="dev-lang/perl" +SRC_TEST="do" |