diff options
author | Robin H. Johnson <robbat2@gentoo.org> | 2004-07-04 22:10:58 +0000 |
---|---|---|
committer | Robin H. Johnson <robbat2@gentoo.org> | 2004-07-04 22:10:58 +0000 |
commit | 3fa3f76f17a8e23135e30dbb6ee323353caf0b0b (patch) | |
tree | 9c3d073144c425d0270fcfdd66495aa22cf9756f /dev-php | |
parent | added missing die ; added pgsql include path, closes #45614 (diff) | |
download | historical-3fa3f76f17a8e23135e30dbb6ee323353caf0b0b.tar.gz historical-3fa3f76f17a8e23135e30dbb6ee323353caf0b0b.tar.bz2 historical-3fa3f76f17a8e23135e30dbb6ee323353caf0b0b.zip |
stable.
Diffstat (limited to 'dev-php')
-rw-r--r-- | dev-php/PEAR-Cache/ChangeLog | 5 | ||||
-rw-r--r-- | dev-php/PEAR-Cache/Manifest | 4 | ||||
-rw-r--r-- | dev-php/PEAR-Cache/PEAR-Cache-1.5.3.ebuild | 4 |
3 files changed, 8 insertions, 5 deletions
diff --git a/dev-php/PEAR-Cache/ChangeLog b/dev-php/PEAR-Cache/ChangeLog index 142a0b8d0b66..072544d48ea1 100644 --- a/dev-php/PEAR-Cache/ChangeLog +++ b/dev-php/PEAR-Cache/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-php/PEAR-Cache # Copyright 2002-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-Cache/ChangeLog,v 1.9 2004/06/25 01:17:31 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-Cache/ChangeLog,v 1.10 2004/07/04 22:10:58 robbat2 Exp $ + + 04 Jul 2004; Robin H. Johnson <robbat2@gentoo.org> PEAR-Cache-1.5.3.ebuild: + stable. 30 May 2004; Bryan Østergaard <kloeri@gentoo.org> PEAR-Cache-1.5.3.ebuild: Stable on alpha. diff --git a/dev-php/PEAR-Cache/Manifest b/dev-php/PEAR-Cache/Manifest index 893e4d1bdff3..ea23a3ac4452 100644 --- a/dev-php/PEAR-Cache/Manifest +++ b/dev-php/PEAR-Cache/Manifest @@ -1,6 +1,6 @@ MD5 cfc897aac916e9511bb011f466dd925a PEAR-Cache-1.5.1.ebuild 930 -MD5 6ba337919ba92812de22abc9872dd70b PEAR-Cache-1.5.3.ebuild 365 -MD5 7a147c8b8b04ce286c02337772f0d189 ChangeLog 1330 +MD5 0455f4f5e1be2e0808987de61bbb3dd9 PEAR-Cache-1.5.3.ebuild 361 +MD5 1e060c7f44c63ced6494427e684b5667 ChangeLog 1419 MD5 34b376f52ca199fffb4e52b83169574a metadata.xml 156 MD5 5bc8c1e7ddc45a895d35db3038f11aa8 files/digest-PEAR-Cache-1.5.1 59 MD5 e9db02c419e10fe49ec2ce4b0964197b files/digest-PEAR-Cache-1.5.3 59 diff --git a/dev-php/PEAR-Cache/PEAR-Cache-1.5.3.ebuild b/dev-php/PEAR-Cache/PEAR-Cache-1.5.3.ebuild index 555b589e4af9..f2b04f7a1972 100644 --- a/dev-php/PEAR-Cache/PEAR-Cache-1.5.3.ebuild +++ b/dev-php/PEAR-Cache/PEAR-Cache-1.5.3.ebuild @@ -1,11 +1,11 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-Cache/PEAR-Cache-1.5.3.ebuild,v 1.4 2004/06/25 01:17:31 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-Cache/PEAR-Cache-1.5.3.ebuild,v 1.5 2004/07/04 22:10:58 robbat2 Exp $ inherit php-pear DESCRIPTION="Framework for caching of arbitrary data." LICENSE="PHP" SLOT="0" -KEYWORDS="~x86 ~ppc ~sparc alpha" +KEYWORDS="x86 ppc sparc alpha" IUSE="" |