diff options
author | 2006-01-21 18:12:26 +0000 | |
---|---|---|
committer | 2006-01-21 18:12:26 +0000 | |
commit | f60dfac73d5e40ec316307584bb0e3c19d4ec677 (patch) | |
tree | 85efe63ab73bf71326a22594474d3a0ce58aee75 /dev-php/PEAR-PEAR | |
parent | Ebuild clean-up (diff) | |
download | historical-f60dfac73d5e40ec316307584bb0e3c19d4ec677.tar.gz historical-f60dfac73d5e40ec316307584bb0e3c19d4ec677.tar.bz2 historical-f60dfac73d5e40ec316307584bb0e3c19d4ec677.zip |
Added ppc keyword. bug 119446
Package-Manager: portage-2.0.53
Diffstat (limited to 'dev-php/PEAR-PEAR')
-rw-r--r-- | dev-php/PEAR-PEAR/ChangeLog | 5 | ||||
-rw-r--r-- | dev-php/PEAR-PEAR/Manifest | 10 | ||||
-rw-r--r-- | dev-php/PEAR-PEAR/PEAR-PEAR-1.3.6-r4.ebuild | 4 |
3 files changed, 11 insertions, 8 deletions
diff --git a/dev-php/PEAR-PEAR/ChangeLog b/dev-php/PEAR-PEAR/ChangeLog index a76383f6ece1..b520f2f544ff 100644 --- a/dev-php/PEAR-PEAR/ChangeLog +++ b/dev-php/PEAR-PEAR/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-php/PEAR-PEAR # Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-PEAR/ChangeLog,v 1.36 2006/01/19 21:12:28 nelchael Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-PEAR/ChangeLog,v 1.37 2006/01/21 18:12:26 nixnut Exp $ + + 21 Jan 2006; <nixnut@gentoo.org> PEAR-PEAR-1.3.6-r4.ebuild: + Added ppc keyword. bug 119446 19 Jan 2006; Krzysiek Pawlik <nelchael@gentoo.org> PEAR-PEAR-1.3.6-r4.ebuild: diff --git a/dev-php/PEAR-PEAR/Manifest b/dev-php/PEAR-PEAR/Manifest index 4916d78b3519..b36dd5c1100a 100644 --- a/dev-php/PEAR-PEAR/Manifest +++ b/dev-php/PEAR-PEAR/Manifest @@ -1,9 +1,9 @@ -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 -MD5 e56b04febb2c55bff11242bc1bfd0eff ChangeLog 5365 +MD5 6dd09cd969ba82377f84a5e17c1ed348 ChangeLog 5458 MD5 368b25bb1b27f216958924161fe9494f PEAR-PEAR-1.3.5.ebuild 474 -MD5 85d67a922b716a75e5389285789c6f53 PEAR-PEAR-1.3.6-r4.ebuild 3298 +MD5 9e63038103d26a9fa3b86e95883515f9 PEAR-PEAR-1.3.6-r4.ebuild 3297 MD5 3554c88b634f100ef42729557e042fea files/digest-PEAR-PEAR-1.3.5 59 MD5 3b93337da15c6c451728ab40b9416e53 files/digest-PEAR-PEAR-1.3.6-r4 250 MD5 bde87daa639410ef7cbd1523234bcf1a files/pear.conf 255 @@ -11,7 +11,7 @@ MD5 c58d07ca1c1235bbad9bccaec96fc062 metadata.xml 157 -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.2 (GNU/Linux) -iD8DBQFD0G+r2+ySkm8kpY0RAtjBAJ0SdVdmuhize94qJ5hSiEYg1MxIiACgwp20 -8z9Eo3iAtlPSyMgPFOhcWsM= -=Aqf+ +iD8DBQFD0nlFoFw4q70f3SsRArbnAKCuYgs+DTjlp4ku/aZlsTU7MRjxpQCdEoJB +bUU25VQ+OsCd9A0dWM2lpiE= +=mquj -----END PGP SIGNATURE----- diff --git a/dev-php/PEAR-PEAR/PEAR-PEAR-1.3.6-r4.ebuild b/dev-php/PEAR-PEAR/PEAR-PEAR-1.3.6-r4.ebuild index 995e8082a197..5335febc78de 100644 --- a/dev-php/PEAR-PEAR/PEAR-PEAR-1.3.6-r4.ebuild +++ b/dev-php/PEAR-PEAR/PEAR-PEAR-1.3.6-r4.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-php/PEAR-PEAR/PEAR-PEAR-1.3.6-r4.ebuild,v 1.4 2006/01/20 05:03:33 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-PEAR/PEAR-PEAR-1.3.6-r4.ebuild,v 1.5 2006/01/21 18:12:26 nixnut Exp $ inherit depend.php @@ -20,7 +20,7 @@ SRC_URI="http://pear.php.net/get/Archive_Tar-${ARCHIVE_TAR}.tgz LICENSE="PHP" SLOT="0" -KEYWORDS="~alpha ~amd64 arm ia64 ~ppc ppc64 s390 sh ~sparc x86" +KEYWORDS="~alpha ~amd64 arm ia64 ppc ppc64 s390 sh ~sparc x86" IUSE="" # we deliberately force people to remove their old PEAR installations, |