diff options
author | 2006-01-23 21:27:10 +0000 | |
---|---|---|
committer | 2006-01-23 21:27:10 +0000 | |
commit | 21af9f329b20348aec425ddeb8105327af7bef38 (patch) | |
tree | 83aeae13c40b2c1c4c1c65965d7d9807ec450623 /dev-php/PEAR-PEAR | |
parent | Tidy up vim7 snapshots. (diff) | |
download | historical-21af9f329b20348aec425ddeb8105327af7bef38.tar.gz historical-21af9f329b20348aec425ddeb8105327af7bef38.tar.bz2 historical-21af9f329b20348aec425ddeb8105327af7bef38.zip |
Stable on x86; bug #111525
Package-Manager: portage-2.1_pre3-r1
Diffstat (limited to 'dev-php/PEAR-PEAR')
-rw-r--r-- | dev-php/PEAR-PEAR/ChangeLog | 5 | ||||
-rw-r--r-- | dev-php/PEAR-PEAR/Manifest | 14 | ||||
-rw-r--r-- | dev-php/PEAR-PEAR/PEAR-PEAR-1.4.6-r1.ebuild | 4 |
3 files changed, 18 insertions, 5 deletions
diff --git a/dev-php/PEAR-PEAR/ChangeLog b/dev-php/PEAR-PEAR/ChangeLog index fdb85f365d32..7b0c094822f8 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.41 2006/01/23 16:03:17 chtekk Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-PEAR/ChangeLog,v 1.42 2006/01/23 21:27:10 halcy0n Exp $ + + 23 Jan 2006; Mark Loeser <halcy0n@gentoo.org> PEAR-PEAR-1.4.6-r1.ebuild: + Stable on x86; bug #111525 *PEAR-PEAR-1.4.6-r1 (23 Jan 2006) *PEAR-PEAR-1.3.6-r5 (23 Jan 2006) diff --git a/dev-php/PEAR-PEAR/Manifest b/dev-php/PEAR-PEAR/Manifest index f96b799bc5a1..af843e9b79ee 100644 --- a/dev-php/PEAR-PEAR/Manifest +++ b/dev-php/PEAR-PEAR/Manifest @@ -1,10 +1,20 @@ -MD5 3c467ed0fc5184ec488174e76a1bd9b0 ChangeLog 6299 +-----BEGIN PGP SIGNED MESSAGE----- +Hash: SHA1 + +MD5 de8f258fa9b7aa4a67c12417f3905da7 ChangeLog 6405 MD5 368b25bb1b27f216958924161fe9494f PEAR-PEAR-1.3.5.ebuild 474 MD5 4b7b18104c089f704049b94934a96938 PEAR-PEAR-1.3.6-r5.ebuild 3345 -MD5 aed5f2f3bf3e33da0d327821e4f68846 PEAR-PEAR-1.4.6-r1.ebuild 4641 +MD5 e9187d743d7b4feaa50f3e46ab5281cd PEAR-PEAR-1.4.6-r1.ebuild 4641 MD5 3554c88b634f100ef42729557e042fea files/digest-PEAR-PEAR-1.3.5 59 MD5 3b93337da15c6c451728ab40b9416e53 files/digest-PEAR-PEAR-1.3.6-r5 250 MD5 8dce99141680abac08c7b328def8c375 files/digest-PEAR-PEAR-1.4.6-r1 250 MD5 4d00eb55859fa6e9e77a226693e0030b files/fix-packagingroot-1.4.6.patch 2549 MD5 c977da8e9e2fd780c6f818b21723b582 files/pear.conf 255 MD5 c58d07ca1c1235bbad9bccaec96fc062 metadata.xml 157 +-----BEGIN PGP SIGNATURE----- +Version: GnuPG v1.4.2 (GNU/Linux) + +iD8DBQFD1UpHCRZPokWLroQRAgVAAJ0Y9vn6+KrMBeqi1QMzxSfjIejkAwCfceeM +OUaKz/IKo8gEkfxut+A9bxo= +=v3gT +-----END PGP SIGNATURE----- diff --git a/dev-php/PEAR-PEAR/PEAR-PEAR-1.4.6-r1.ebuild b/dev-php/PEAR-PEAR/PEAR-PEAR-1.4.6-r1.ebuild index 861f73a9d935..1488d5d948f9 100644 --- a/dev-php/PEAR-PEAR/PEAR-PEAR-1.4.6-r1.ebuild +++ b/dev-php/PEAR-PEAR/PEAR-PEAR-1.4.6-r1.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.4.6-r1.ebuild,v 1.1 2006/01/23 16:03:17 chtekk Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-PEAR/PEAR-PEAR-1.4.6-r1.ebuild,v 1.2 2006/01/23 21:27:10 halcy0n 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, |