diff options
author | Jeroen Roovers <jer@gentoo.org> | 2006-01-24 20:29:17 +0000 |
---|---|---|
committer | Jeroen Roovers <jer@gentoo.org> | 2006-01-24 20:29:17 +0000 |
commit | a7446f18ab270b34944fa07f15eaeff1036341e5 (patch) | |
tree | 8d59a7ff7fc2987c6693f3619c9b89c6ab62bfb3 /dev-php/PEAR-PEAR | |
parent | Added modular X dependencies and closing bug #119031. (diff) | |
download | historical-a7446f18ab270b34944fa07f15eaeff1036341e5.tar.gz historical-a7446f18ab270b34944fa07f15eaeff1036341e5.tar.bz2 historical-a7446f18ab270b34944fa07f15eaeff1036341e5.zip |
Marked ~hppa (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 | 4 | ||||
-rw-r--r-- | dev-php/PEAR-PEAR/PEAR-PEAR-1.4.6-r1.ebuild | 4 |
3 files changed, 8 insertions, 5 deletions
diff --git a/dev-php/PEAR-PEAR/ChangeLog b/dev-php/PEAR-PEAR/ChangeLog index a46962513d7b..a087c3f79c79 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.45 2006/01/24 14:32:52 dertobi123 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-PEAR/ChangeLog,v 1.46 2006/01/24 20:29:17 jer Exp $ + + 24 Jan 2006; Jeroen Roovers <jer@gentoo.org> PEAR-PEAR-1.4.6-r1.ebuild: + Marked ~hppa (bug #111525). 24 Jan 2006; Tobias Scherbaum <dertobi123@gentoo.org> PEAR-PEAR-1.4.6-r1.ebuild: diff --git a/dev-php/PEAR-PEAR/Manifest b/dev-php/PEAR-PEAR/Manifest index 21417ab6fd48..81d8d8c502ac 100644 --- a/dev-php/PEAR-PEAR/Manifest +++ b/dev-php/PEAR-PEAR/Manifest @@ -1,7 +1,7 @@ -MD5 c678cdd1896f3aa5f2478b3059d0546e ChangeLog 6751 +MD5 956dd42bad79cd8bb5f2c060f1ab71ab ChangeLog 6849 MD5 368b25bb1b27f216958924161fe9494f PEAR-PEAR-1.3.5.ebuild 474 MD5 4b7b18104c089f704049b94934a96938 PEAR-PEAR-1.3.6-r5.ebuild 3345 -MD5 a3055918685fe192c349cc9120360924 PEAR-PEAR-1.4.6-r1.ebuild 4641 +MD5 b78f23ace3b7c9cda3806548d07eb620 PEAR-PEAR-1.4.6-r1.ebuild 4640 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 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 e609b5bca70a..9af5d0986d2f 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.5 2006/01/24 14:32:52 dertobi123 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-PEAR/PEAR-PEAR-1.4.6-r1.ebuild,v 1.6 2006/01/24 20:29:17 jer 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 ~hppa ~ia64 ppc ppc64 ~s390 ~sh sparc x86" IUSE="" # we deliberately force people to remove their old PEAR installations, |