diff options
author | 2006-10-20 23:11:00 +0000 | |
---|---|---|
committer | 2006-10-20 23:11:00 +0000 | |
commit | d78fad66c554c9a4f2789e4cb2f4dec156f9d259 (patch) | |
tree | 0e989651b8aad5273a0d78ad8f119dd52652e8a7 /dev-perl/Tie-Array-Sorted | |
parent | Mark 0.78 stable on ia64 (diff) | |
download | historical-d78fad66c554c9a4f2789e4cb2f4dec156f9d259.tar.gz historical-d78fad66c554c9a4f2789e4cb2f4dec156f9d259.tar.bz2 historical-d78fad66c554c9a4f2789e4cb2f4dec156f9d259.zip |
Mark 1.4.1 stable on ia64
Package-Manager: portage-2.1.1
Diffstat (limited to 'dev-perl/Tie-Array-Sorted')
-rw-r--r-- | dev-perl/Tie-Array-Sorted/ChangeLog | 6 | ||||
-rw-r--r-- | dev-perl/Tie-Array-Sorted/Tie-Array-Sorted-1.4.1.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/dev-perl/Tie-Array-Sorted/ChangeLog b/dev-perl/Tie-Array-Sorted/ChangeLog index 84a640d8e99e..e666191ea3a3 100644 --- a/dev-perl/Tie-Array-Sorted/ChangeLog +++ b/dev-perl/Tie-Array-Sorted/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-perl/Tie-Array-Sorted # Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Tie-Array-Sorted/ChangeLog,v 1.14 2006/10/15 23:03:34 mcummings Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Tie-Array-Sorted/ChangeLog,v 1.15 2006/10/20 23:11:00 agriffis Exp $ + + 20 Oct 2006; Aron Griffis <agriffis@gentoo.org> + Tie-Array-Sorted-1.4.1.ebuild: + Mark 1.4.1 stable on ia64 15 Oct 2006; Michael Cummings <mcummings@gentoo.org> -Tie-Array-Sorted-1.2.ebuild, Tie-Array-Sorted-1.4.1.ebuild: diff --git a/dev-perl/Tie-Array-Sorted/Tie-Array-Sorted-1.4.1.ebuild b/dev-perl/Tie-Array-Sorted/Tie-Array-Sorted-1.4.1.ebuild index 68157c2a6933..dd4041ca31e8 100644 --- a/dev-perl/Tie-Array-Sorted/Tie-Array-Sorted-1.4.1.ebuild +++ b/dev-perl/Tie-Array-Sorted/Tie-Array-Sorted-1.4.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Tie-Array-Sorted/Tie-Array-Sorted-1.4.1.ebuild,v 1.2 2006/10/15 23:03:34 mcummings Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Tie-Array-Sorted/Tie-Array-Sorted-1.4.1.ebuild,v 1.3 2006/10/20 23:11:00 agriffis Exp $ inherit perl-module versionator @@ -14,7 +14,7 @@ SRC_URI="mirror://cpan/authors/id/T/TM/TMTM/${MY_P}.tar.gz" LICENSE="Artistic" SLOT="0" -KEYWORDS="amd64 ~ia64 ~ppc sparc ~x86" +KEYWORDS="amd64 ia64 ~ppc sparc ~x86" IUSE="" SRC_TEST="do" |