diff options
author | Markus Rothe <corsair@gentoo.org> | 2007-04-16 06:50:24 +0000 |
---|---|---|
committer | Markus Rothe <corsair@gentoo.org> | 2007-04-16 06:50:24 +0000 |
commit | a5def3359239640e4977c9bc5859e94cbae582be (patch) | |
tree | 533fdbcfb88812d273b5eb7aa8465a30ef011dd4 /dev-perl/Class-Singleton | |
parent | Update 2.6.20.7 to a newer snapshot from linux-mips git and fix the IP27 patc... (diff) | |
download | historical-a5def3359239640e4977c9bc5859e94cbae582be.tar.gz historical-a5def3359239640e4977c9bc5859e94cbae582be.tar.bz2 historical-a5def3359239640e4977c9bc5859e94cbae582be.zip |
Stable on ppc64
Package-Manager: portage-2.1.2.2
Diffstat (limited to 'dev-perl/Class-Singleton')
-rw-r--r-- | dev-perl/Class-Singleton/ChangeLog | 6 | ||||
-rw-r--r-- | dev-perl/Class-Singleton/Class-Singleton-1.03.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/dev-perl/Class-Singleton/ChangeLog b/dev-perl/Class-Singleton/ChangeLog index 532500293803..40b317b701e8 100644 --- a/dev-perl/Class-Singleton/ChangeLog +++ b/dev-perl/Class-Singleton/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-perl/Class-Singleton # Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Class-Singleton/ChangeLog,v 1.16 2007/01/15 15:00:37 mcummings Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Class-Singleton/ChangeLog,v 1.17 2007/04/16 06:39:54 corsair Exp $ + + 16 Apr 2007; Markus Rothe <corsair@gentoo.org> + Class-Singleton-1.03.ebuild: + Stable on ppc64 15 Jan 2007; Michael Cummings <mcummings@gentoo.org> Class-Singleton-1.03.ebuild: diff --git a/dev-perl/Class-Singleton/Class-Singleton-1.03.ebuild b/dev-perl/Class-Singleton/Class-Singleton-1.03.ebuild index 5547ebf6c364..0684c7a73afe 100644 --- a/dev-perl/Class-Singleton/Class-Singleton-1.03.ebuild +++ b/dev-perl/Class-Singleton/Class-Singleton-1.03.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Class-Singleton/Class-Singleton-1.03.ebuild,v 1.16 2007/01/15 15:00:37 mcummings Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Class-Singleton/Class-Singleton-1.03.ebuild,v 1.17 2007/04/16 06:39:54 corsair Exp $ inherit perl-module @@ -10,6 +10,6 @@ SRC_URI="mirror://cpan/authors/id/A/AB/ABW/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="alpha amd64 ia64 ppc ~ppc64 sparc x86 ~x86-fbsd" +KEYWORDS="alpha amd64 ia64 ppc ppc64 sparc x86 ~x86-fbsd" IUSE="" DEPEND="dev-lang/perl" |