diff options
author | Bryan Østergaard <kloeri@gentoo.org> | 2006-01-25 23:46:53 +0000 |
---|---|---|
committer | Bryan Østergaard <kloeri@gentoo.org> | 2006-01-25 23:46:53 +0000 |
commit | c83c088241c9992ee2fe5e542b15486637d8e877 (patch) | |
tree | 3d0b69e35b4a3ad0438411285a93e2816b273bbb /dev-php/PEAR-PEAR | |
parent | touchups (diff) | |
download | historical-c83c088241c9992ee2fe5e542b15486637d8e877.tar.gz historical-c83c088241c9992ee2fe5e542b15486637d8e877.tar.bz2 historical-c83c088241c9992ee2fe5e542b15486637d8e877.zip |
Stable on alpha.
Package-Manager: portage-2.0.54
Diffstat (limited to 'dev-php/PEAR-PEAR')
-rw-r--r-- | dev-php/PEAR-PEAR/ChangeLog | 6 | ||||
-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, 19 insertions, 5 deletions
diff --git a/dev-php/PEAR-PEAR/ChangeLog b/dev-php/PEAR-PEAR/ChangeLog index 6f51e84160f7..79112ca305f2 100644 --- a/dev-php/PEAR-PEAR/ChangeLog +++ b/dev-php/PEAR-PEAR/ChangeLog @@ -1,6 +1,10 @@ # 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.48 2006/01/24 22:07:22 blubb Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-PEAR/ChangeLog,v 1.49 2006/01/25 23:46:53 kloeri Exp $ + + 25 Jan 2006; Bryan Østergaard <kloeri@gentoo.org + PEAR-PEAR-1.4.6-r1.ebuild: + Stable on alpha. 24 Jan 2006; Simon Stelling <blubb@gentoo.org> PEAR-PEAR-1.4.6-r1.ebuild: stable on amd64 wrt bug 111525 diff --git a/dev-php/PEAR-PEAR/Manifest b/dev-php/PEAR-PEAR/Manifest index 211acfca90df..1be99386452e 100644 --- a/dev-php/PEAR-PEAR/Manifest +++ b/dev-php/PEAR-PEAR/Manifest @@ -1,10 +1,20 @@ -MD5 4bc6a0315ce661042e6728b5e22a8a27 ChangeLog 7135 +-----BEGIN PGP SIGNED MESSAGE----- +Hash: SHA1 + +MD5 63e8ac0a4a66378a3dbab1cb00d58703 ChangeLog 7237 MD5 368b25bb1b27f216958924161fe9494f PEAR-PEAR-1.3.5.ebuild 474 MD5 4b7b18104c089f704049b94934a96938 PEAR-PEAR-1.3.6-r5.ebuild 3345 -MD5 c44e099b76a72a1f230615d7c4b9528c PEAR-PEAR-1.4.6-r1.ebuild 4635 +MD5 21acf874d3c38afda60b6d369a44396b PEAR-PEAR-1.4.6-r1.ebuild 4634 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) + +iD8DBQFD2A4/ugEuf3OQ0akRAskWAJ9hdVXpmdy1OrqN3GD4r2uW8X44GgCdEeFJ +qRYiAQk9G9UzprbUO5+7k7Q= +=zaBI +-----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 abbc7d08c07b..d69f31658b14 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.8 2006/01/24 22:07:22 blubb Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-PEAR/PEAR-PEAR-1.4.6-r1.ebuild,v 1.9 2006/01/25 23:46:53 kloeri 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, |