diff options
author | Tom Gall <tgall@gentoo.org> | 2005-11-26 02:59:50 +0000 |
---|---|---|
committer | Tom Gall <tgall@gentoo.org> | 2005-11-26 02:59:50 +0000 |
commit | 1fc6b0a85c86ebf4fbe6c9ea71aac19657419673 (patch) | |
tree | 561efc3f8848b27c2f9e4708544a98775aa55b10 /dev-perl | |
parent | stable on ppc64 (diff) | |
download | gentoo-2-1fc6b0a85c86ebf4fbe6c9ea71aac19657419673.tar.gz gentoo-2-1fc6b0a85c86ebf4fbe6c9ea71aac19657419673.tar.bz2 gentoo-2-1fc6b0a85c86ebf4fbe6c9ea71aac19657419673.zip |
stable on ppc64
(Portage version: 2.0.51.22-r3)
Diffstat (limited to 'dev-perl')
-rw-r--r-- | dev-perl/Text-Glob/ChangeLog | 7 | ||||
-rw-r--r-- | dev-perl/Text-Glob/Text-Glob-0.06.ebuild | 4 |
2 files changed, 7 insertions, 4 deletions
diff --git a/dev-perl/Text-Glob/ChangeLog b/dev-perl/Text-Glob/ChangeLog index e61f134dc526..d2aae2cdbb31 100644 --- a/dev-perl/Text-Glob/ChangeLog +++ b/dev-perl/Text-Glob/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-perl/Text-Glob # Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Text-Glob/ChangeLog,v 1.12 2005/10/02 13:20:16 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Text-Glob/ChangeLog,v 1.13 2005/11/26 02:59:50 tgall Exp $ + + 25 Nov 2005; Tom Gall <tgall@gentoo.org> Text-Glob-0.06.ebuild: + stable on ppc64 02 Oct 2005; Aron Griffis <agriffis@gentoo.org> Text-Glob-0.06.ebuild: Mark 0.06 stable on ia64 @@ -21,7 +24,7 @@ 22 Dec 2004; Yuta SATOH <nigoro@gentoo.org> Text-Glob-0.06.ebuild: added ~ppc64 - 26 May 2004; Bryan Østergaard <kloeri@gentoo.org> Text-Glob-0.06.ebuild: + 26 May 2004; Bryan Ãstergaard <kloeri@gentoo.org> Text-Glob-0.06.ebuild: Stable on alpha. 07 May 2004; Gustavo Zacarias <gustavoz@gentoo.org> Text-Glob-0.06.ebuild: diff --git a/dev-perl/Text-Glob/Text-Glob-0.06.ebuild b/dev-perl/Text-Glob/Text-Glob-0.06.ebuild index 9a10ea7d03fe..efb3ed1ac7ac 100644 --- a/dev-perl/Text-Glob/Text-Glob-0.06.ebuild +++ b/dev-perl/Text-Glob/Text-Glob-0.06.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Text-Glob/Text-Glob-0.06.ebuild,v 1.11 2005/10/02 13:20:16 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Text-Glob/Text-Glob-0.06.ebuild,v 1.12 2005/11/26 02:59:50 tgall Exp $ inherit perl-module @@ -11,7 +11,7 @@ HOMEPAGE="http://www.cpan.org/modules/by-authors/id/R/RC/RCLAMP/${P}.readme" SRC_TEST="do" SLOT="0" LICENSE="|| ( Artistic GPL-2 )" -KEYWORDS="alpha amd64 ~hppa ia64 ~mips ~ppc ~ppc64 sparc x86" +KEYWORDS="alpha amd64 ~hppa ia64 ~mips ~ppc ppc64 sparc x86" IUSE="" DEPEND="dev-perl/module-build" |