diff options
author | Markus Rothe <corsair@gentoo.org> | 2005-11-19 19:48:15 +0000 |
---|---|---|
committer | Markus Rothe <corsair@gentoo.org> | 2005-11-19 19:48:15 +0000 |
commit | 77bb35d280c0c15c726abbec9fea1ff1ec888709 (patch) | |
tree | a1b1d658f6afc696032e1b791d71def23a1c2e27 /dev-php/PEAR-Console_Getopt | |
parent | Revbump to unstable for removal of gtk2 (diff) | |
download | historical-77bb35d280c0c15c726abbec9fea1ff1ec888709.tar.gz historical-77bb35d280c0c15c726abbec9fea1ff1ec888709.tar.bz2 historical-77bb35d280c0c15c726abbec9fea1ff1ec888709.zip |
marked from stable to testing. not my intention..
Package-Manager: portage-2.0.51.22-r3
Diffstat (limited to 'dev-php/PEAR-Console_Getopt')
-rw-r--r-- | dev-php/PEAR-Console_Getopt/ChangeLog | 6 | ||||
-rw-r--r-- | dev-php/PEAR-Console_Getopt/Manifest | 4 | ||||
-rw-r--r-- | dev-php/PEAR-Console_Getopt/PEAR-Console_Getopt-1.2.ebuild | 4 |
3 files changed, 7 insertions, 7 deletions
diff --git a/dev-php/PEAR-Console_Getopt/ChangeLog b/dev-php/PEAR-Console_Getopt/ChangeLog index a3d202ee4f0f..577b162e16f0 100644 --- a/dev-php/PEAR-Console_Getopt/ChangeLog +++ b/dev-php/PEAR-Console_Getopt/ChangeLog @@ -1,9 +1,9 @@ # ChangeLog for dev-php/PEAR-Console_Getopt # Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-Console_Getopt/ChangeLog,v 1.16 2005/11/19 19:43:31 corsair Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-Console_Getopt/ChangeLog,v 1.17 2005/11/19 19:48:15 corsair Exp $ - 19 Nov 2005; Markus Rothe <corsair@gentoo.org> - PEAR-Console_Getopt-1.2.ebuild, PEAR-Console_Getopt-1.2-r1.ebuild: + 19 Nov 2005; Markus Rothe <corsair@gentoo.org> + PEAR-Console_Getopt-1.2-r1.ebuild: Added ~ppc64 keyword; bug #102649 17 Sep 2005; Marcus D. Hanwell <cryos@gentoo.org> diff --git a/dev-php/PEAR-Console_Getopt/Manifest b/dev-php/PEAR-Console_Getopt/Manifest index 3d10f031c759..0325c1217404 100644 --- a/dev-php/PEAR-Console_Getopt/Manifest +++ b/dev-php/PEAR-Console_Getopt/Manifest @@ -1,5 +1,5 @@ -MD5 cd556c7f291717fcea50b21c7546dd9f ChangeLog 2235 -MD5 0d0d397b2e865281e537c294c875668e PEAR-Console_Getopt-1.2.ebuild 397 +MD5 176853a18c9da1b294ae5f5a80cc6c3a ChangeLog 2204 +MD5 d6160b4234ae6f4a6caba65e38bf83ea PEAR-Console_Getopt-1.2.ebuild 396 MD5 34b376f52ca199fffb4e52b83169574a metadata.xml 156 MD5 3a0b5834f9b23b7bca2b7bd8897cff34 PEAR-Console_Getopt-1.2-r1.ebuild 406 MD5 c9d76029e885ac56a75a03019d4e0907 files/digest-PEAR-Console_Getopt-1.2 65 diff --git a/dev-php/PEAR-Console_Getopt/PEAR-Console_Getopt-1.2.ebuild b/dev-php/PEAR-Console_Getopt/PEAR-Console_Getopt-1.2.ebuild index 9f16b86812d8..750391fbebe0 100644 --- a/dev-php/PEAR-Console_Getopt/PEAR-Console_Getopt-1.2.ebuild +++ b/dev-php/PEAR-Console_Getopt/PEAR-Console_Getopt-1.2.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-php/PEAR-Console_Getopt/PEAR-Console_Getopt-1.2.ebuild,v 1.16 2005/11/19 19:43:31 corsair Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-Console_Getopt/PEAR-Console_Getopt-1.2.ebuild,v 1.17 2005/11/19 19:48:15 corsair Exp $ inherit php-pear @@ -8,5 +8,5 @@ DESCRIPTION="Command-line option parser" LICENSE="PHP" SLOT="0" -KEYWORDS="alpha amd64 arm hppa ia64 ppc ~ppc64 s390 sparc x86" +KEYWORDS="alpha amd64 arm hppa ia64 ppc ppc64 s390 sparc x86" IUSE="" |