diff options
author | Gustavo Zacarias <gustavoz@gentoo.org> | 2006-03-22 15:50:39 +0000 |
---|---|---|
committer | Gustavo Zacarias <gustavoz@gentoo.org> | 2006-03-22 15:50:39 +0000 |
commit | 6a1a9dc098fe3da7d5a86c4d5dba0eca2f374f11 (patch) | |
tree | 919e6b1846cd10d20a27da6b5268cc7f1c8860a6 | |
parent | Fixed modular X dependencies and closing bug #127160. (diff) | |
download | gentoo-2-6a1a9dc098fe3da7d5a86c4d5dba0eca2f374f11.tar.gz gentoo-2-6a1a9dc098fe3da7d5a86c4d5dba0eca2f374f11.tar.bz2 gentoo-2-6a1a9dc098fe3da7d5a86c4d5dba0eca2f374f11.zip |
~hppa blessing
(Portage version: 2.0.54)
-rw-r--r-- | dev-perl/String-ShellQuote/ChangeLog | 6 | ||||
-rw-r--r-- | dev-perl/String-ShellQuote/String-ShellQuote-1.00-r1.ebuild | 6 | ||||
-rw-r--r-- | dev-perl/String-ShellQuote/String-ShellQuote-1.03.ebuild | 4 |
3 files changed, 10 insertions, 6 deletions
diff --git a/dev-perl/String-ShellQuote/ChangeLog b/dev-perl/String-ShellQuote/ChangeLog index 8921342ae6ea..5cb51406fb0c 100644 --- a/dev-perl/String-ShellQuote/ChangeLog +++ b/dev-perl/String-ShellQuote/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-perl/String-ShellQuote # Copyright 2002-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/String-ShellQuote/ChangeLog,v 1.16 2006/01/13 16:34:07 mcummings Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/String-ShellQuote/ChangeLog,v 1.17 2006/03/22 15:50:39 gustavoz Exp $ + + 22 Mar 2006; Gustavo Zacarias <gustavoz@gentoo.org> + String-ShellQuote-1.00-r1.ebuild, String-ShellQuote-1.03.ebuild: + ~hppa blessing *String-ShellQuote-1.03 (13 Jan 2006) diff --git a/dev-perl/String-ShellQuote/String-ShellQuote-1.00-r1.ebuild b/dev-perl/String-ShellQuote/String-ShellQuote-1.00-r1.ebuild index a2a1f5ae5688..10ab1a325b3d 100644 --- a/dev-perl/String-ShellQuote/String-ShellQuote-1.00-r1.ebuild +++ b/dev-perl/String-ShellQuote/String-ShellQuote-1.00-r1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2005 Gentoo Foundation +# Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/String-ShellQuote/String-ShellQuote-1.00-r1.ebuild,v 1.13 2005/09/28 07:43:43 iluxa Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/String-ShellQuote/String-ShellQuote-1.00-r1.ebuild,v 1.14 2006/03/22 15:50:39 gustavoz Exp $ inherit perl-module @@ -10,5 +10,5 @@ HOMEPAGE="http://search.cpan.org/~rosch/${P}/" SLOT="0" LICENSE="Artistic" -KEYWORDS="alpha amd64 ia64 ppc ppc64 sparc x86 ~mips" +KEYWORDS="alpha amd64 ~hppa ia64 ppc ppc64 sparc x86 ~mips" IUSE="" diff --git a/dev-perl/String-ShellQuote/String-ShellQuote-1.03.ebuild b/dev-perl/String-ShellQuote/String-ShellQuote-1.03.ebuild index 4dc2cfd4239e..fe68c86bc28d 100644 --- a/dev-perl/String-ShellQuote/String-ShellQuote-1.03.ebuild +++ b/dev-perl/String-ShellQuote/String-ShellQuote-1.03.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/String-ShellQuote/String-ShellQuote-1.03.ebuild,v 1.1 2006/01/13 16:34:07 mcummings Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/String-ShellQuote/String-ShellQuote-1.03.ebuild,v 1.2 2006/03/22 15:50:39 gustavoz Exp $ inherit perl-module @@ -10,5 +10,5 @@ HOMEPAGE="http://search.cpan.org/~rosch/${P}/" SLOT="0" LICENSE="Artistic" -KEYWORDS="~alpha ~amd64 ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86" +KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86" IUSE="" |