diff options
author | Aron Griffis <agriffis@gentoo.org> | 2006-07-10 22:04:53 +0000 |
---|---|---|
committer | Aron Griffis <agriffis@gentoo.org> | 2006-07-10 22:04:53 +0000 |
commit | 0b9f48e501b7e733fc3f0dfd7e3a94a75cd18b20 (patch) | |
tree | 7a1a52e55a528afebc3d6baa0c6cabe6eb8bc243 /dev-perl/Scalar-Properties | |
parent | Mark 1.1.0 stable on ia64 (diff) | |
download | gentoo-2-0b9f48e501b7e733fc3f0dfd7e3a94a75cd18b20.tar.gz gentoo-2-0b9f48e501b7e733fc3f0dfd7e3a94a75cd18b20.tar.bz2 gentoo-2-0b9f48e501b7e733fc3f0dfd7e3a94a75cd18b20.zip |
Mark 0.12 stable on ia64
(Portage version: 2.1-r1)
Diffstat (limited to 'dev-perl/Scalar-Properties')
-rw-r--r-- | dev-perl/Scalar-Properties/ChangeLog | 6 | ||||
-rw-r--r-- | dev-perl/Scalar-Properties/Scalar-Properties-0.12.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/dev-perl/Scalar-Properties/ChangeLog b/dev-perl/Scalar-Properties/ChangeLog index 7f8519e01589..d3cb07aa4d44 100644 --- a/dev-perl/Scalar-Properties/ChangeLog +++ b/dev-perl/Scalar-Properties/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-perl/Scalar-Properties # Copyright 2000-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Scalar-Properties/ChangeLog,v 1.7 2006/07/01 01:10:58 mcummings Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Scalar-Properties/ChangeLog,v 1.8 2006/07/10 22:04:53 agriffis Exp $ + + 10 Jul 2006; Aron Griffis <agriffis@gentoo.org> + Scalar-Properties-0.12.ebuild: + Mark 0.12 stable on ia64 01 Jul 2006; Michael Cummings <mcummings@gentoo.org> Scalar-Properties-0.12.ebuild: diff --git a/dev-perl/Scalar-Properties/Scalar-Properties-0.12.ebuild b/dev-perl/Scalar-Properties/Scalar-Properties-0.12.ebuild index 05d7814731ad..4e6c30b25310 100644 --- a/dev-perl/Scalar-Properties/Scalar-Properties-0.12.ebuild +++ b/dev-perl/Scalar-Properties/Scalar-Properties-0.12.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/Scalar-Properties/Scalar-Properties-0.12.ebuild,v 1.8 2006/07/01 01:10:58 mcummings Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Scalar-Properties/Scalar-Properties-0.12.ebuild,v 1.9 2006/07/10 22:04:53 agriffis Exp $ inherit perl-module @@ -10,6 +10,6 @@ SRC_URI="mirror://cpan/authors/id/D/DC/DCANTRELL/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~amd64 ~ia64 ~ppc sparc x86" +KEYWORDS="~amd64 ia64 ~ppc sparc x86" IUSE="" SRC_TEST="do" |