diff options
author | Torsten Veller <tove@gentoo.org> | 2010-02-06 13:15:34 +0000 |
---|---|---|
committer | Torsten Veller <tove@gentoo.org> | 2010-02-06 13:15:34 +0000 |
commit | 43cd418ed14a8517bf0f65543ea4bc4093b82dcd (patch) | |
tree | fe7c1dbc2b90da5d875f54b7c036c0ba88e9a7c0 /dev-perl/Tie-IxHash | |
parent | Stable on amd64 wrt bug #302342 (diff) | |
download | historical-43cd418ed14a8517bf0f65543ea4bc4093b82dcd.tar.gz historical-43cd418ed14a8517bf0f65543ea4bc4093b82dcd.tar.bz2 historical-43cd418ed14a8517bf0f65543ea4bc4093b82dcd.zip |
Fix LICENSE (#301969). Maintenance
Package-Manager: portage-2.2_rc62/cvs/Linux x86_64
Diffstat (limited to 'dev-perl/Tie-IxHash')
-rw-r--r-- | dev-perl/Tie-IxHash/ChangeLog | 5 | ||||
-rw-r--r-- | dev-perl/Tie-IxHash/Tie-IxHash-1.21-r1.ebuild | 12 |
2 files changed, 9 insertions, 8 deletions
diff --git a/dev-perl/Tie-IxHash/ChangeLog b/dev-perl/Tie-IxHash/ChangeLog index 8123ed2ebb7b..076f8001b837 100644 --- a/dev-perl/Tie-IxHash/ChangeLog +++ b/dev-perl/Tie-IxHash/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-perl/Tie-IxHash # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Tie-IxHash/ChangeLog,v 1.22 2010/01/14 15:57:53 grobian Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Tie-IxHash/ChangeLog,v 1.23 2010/02/06 13:12:52 tove Exp $ + + 06 Feb 2010; Torsten Veller <tove@gentoo.org> Tie-IxHash-1.21-r1.ebuild: + Fix LICENSE (#301969). Maintenance 14 Jan 2010; Fabian Groffen <grobian@gentoo.org> Tie-IxHash-1.21-r1.ebuild: diff --git a/dev-perl/Tie-IxHash/Tie-IxHash-1.21-r1.ebuild b/dev-perl/Tie-IxHash/Tie-IxHash-1.21-r1.ebuild index 59fc3f479fd4..fba4181e91ba 100644 --- a/dev-perl/Tie-IxHash/Tie-IxHash-1.21-r1.ebuild +++ b/dev-perl/Tie-IxHash/Tie-IxHash-1.21-r1.ebuild @@ -1,16 +1,14 @@ # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Tie-IxHash/Tie-IxHash-1.21-r1.ebuild,v 1.21 2010/01/14 15:57:53 grobian Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Tie-IxHash/Tie-IxHash-1.21-r1.ebuild,v 1.22 2010/02/06 13:12:52 tove Exp $ +EAPI=2 + +MODULE_AUTHOR=GSAR inherit perl-module -DESCRIPTION="ordered associative arrays for Perl" -HOMEPAGE="http://search.cpan.org/~gsar/" -SRC_URI="mirror://cpan/authors/id/G/GS/GSAR/${P}.tar.gz" +DESCRIPTION="Ordered associative arrays for Perl" -LICENSE="Artistic" SLOT="0" KEYWORDS="alpha amd64 hppa ia64 ppc ppc64 sparc x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~ia64-linux ~x86-linux ~ppc-macos ~x86-macos ~x86-solaris" IUSE="" - -DEPEND="dev-lang/perl" |