diff options
author | Joseph Jezak <josejx@gentoo.org> | 2005-02-20 04:12:35 +0000 |
---|---|---|
committer | Joseph Jezak <josejx@gentoo.org> | 2005-02-20 04:12:35 +0000 |
commit | 699978594ebdcdb54dce608fbde10ec065f8fc78 (patch) | |
tree | a3743e66feb036136e6f3eed2b522a572f52f7db /dev-php/PEAR-Console_Getopt | |
parent | Marked ppc stable for bug #82525. (diff) | |
download | historical-699978594ebdcdb54dce608fbde10ec065f8fc78.tar.gz historical-699978594ebdcdb54dce608fbde10ec065f8fc78.tar.bz2 historical-699978594ebdcdb54dce608fbde10ec065f8fc78.zip |
Marked ppc stable for bug #82545.
Package-Manager: portage-2.0.51-r15
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, 9 insertions, 5 deletions
diff --git a/dev-php/PEAR-Console_Getopt/ChangeLog b/dev-php/PEAR-Console_Getopt/ChangeLog index 4db4b5bf8e64..73e1e223ecf0 100644 --- a/dev-php/PEAR-Console_Getopt/ChangeLog +++ b/dev-php/PEAR-Console_Getopt/ChangeLog @@ -1,6 +1,10 @@ # 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.3 2005/02/19 10:22:53 corsair Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-Console_Getopt/ChangeLog,v 1.4 2005/02/20 04:12:35 josejx Exp $ + + 20 Feb 2005; Joseph Jezak <josejx@gentoo.org> + PEAR-Console_Getopt-1.2.ebuild: + Marked ppc stable for bug #82545. 19 Feb 2005; Markus Rothe <corsair@gentoo.org> PEAR-Console_Getopt-1.2.ebuild: diff --git a/dev-php/PEAR-Console_Getopt/Manifest b/dev-php/PEAR-Console_Getopt/Manifest index c65ca28070d4..7f563c4de50a 100644 --- a/dev-php/PEAR-Console_Getopt/Manifest +++ b/dev-php/PEAR-Console_Getopt/Manifest @@ -1,4 +1,4 @@ -MD5 c27f69de42881eb14e4b361f3124b557 ChangeLog 647 -MD5 578bc2c92fe45468d7058fcc00074511 PEAR-Console_Getopt-1.2.ebuild 362 +MD5 923c681b4e1df795e94f77ac0b36d970 ChangeLog 765 +MD5 afa1ae9510e9927a02cdcf3742a6944a PEAR-Console_Getopt-1.2.ebuild 365 MD5 34b376f52ca199fffb4e52b83169574a metadata.xml 156 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 c8fef8f6d1bc..8f3da234e845 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,11 +1,11 @@ # 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.3 2005/02/19 10:22:53 corsair Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-Console_Getopt/PEAR-Console_Getopt-1.2.ebuild,v 1.4 2005/02/20 04:12:35 josejx Exp $ inherit php-pear DESCRIPTION="Command-line option parser." LICENSE="PHP" SLOT="0" -KEYWORDS="~x86 ~amd64 ppc64" +KEYWORDS="~x86 ~amd64 ppc64 ppc" IUSE="" |