summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTal Peer <coredumb@gentoo.org>2004-01-10 00:26:18 +0000
committerTal Peer <coredumb@gentoo.org>2004-01-10 00:26:18 +0000
commit271f12864804c1f91299f3b7497748ff0c3dcba6 (patch)
tree44d36a2177999c020842129349b9ba528a33397e /dev-php/PEAR-Cache
parenttypo in config_protection. doing needed keepdir to work (diff)
downloadhistorical-271f12864804c1f91299f3b7497748ff0c3dcba6.tar.gz
historical-271f12864804c1f91299f3b7497748ff0c3dcba6.tar.bz2
historical-271f12864804c1f91299f3b7497748ff0c3dcba6.zip
Version bump, uses new eclass.
Diffstat (limited to 'dev-php/PEAR-Cache')
-rw-r--r--dev-php/PEAR-Cache/ChangeLog8
-rw-r--r--dev-php/PEAR-Cache/Manifest8
-rw-r--r--dev-php/PEAR-Cache/PEAR-Cache-1.5.1.ebuild4
-rw-r--r--dev-php/PEAR-Cache/PEAR-Cache-1.5.3.ebuild11
-rw-r--r--dev-php/PEAR-Cache/files/digest-PEAR-Cache-1.5.31
5 files changed, 26 insertions, 6 deletions
diff --git a/dev-php/PEAR-Cache/ChangeLog b/dev-php/PEAR-Cache/ChangeLog
index 70adc5b4a211..0c96ecb87661 100644
--- a/dev-php/PEAR-Cache/ChangeLog
+++ b/dev-php/PEAR-Cache/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for dev-php/PEAR-Cache
# Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-Cache/ChangeLog,v 1.5 2003/10/14 03:41:08 robbat2 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-Cache/ChangeLog,v 1.6 2004/01/10 00:26:18 coredumb Exp $
+
+*PEAR-Cache-1.5.3 (10 Jan 2004)
+
+ 10 Jan 2004; Tal Peer <coredumb@gentoo.org> PEAR-Cache-1.5.3.ebuild:
+ Version bump, uses new eclass (though i was quite sure i already converted
+ it... weird).
13 Oct 2003; Robin H. Johnson <robbat2@gentoo.org> metadata.xml:
add metadata.xml
diff --git a/dev-php/PEAR-Cache/Manifest b/dev-php/PEAR-Cache/Manifest
index b8102ad4bedf..884adabc563c 100644
--- a/dev-php/PEAR-Cache/Manifest
+++ b/dev-php/PEAR-Cache/Manifest
@@ -1,4 +1,6 @@
-MD5 5bc8c1e7ddc45a895d35db3038f11aa8 files/digest-PEAR-Cache-1.5.1 59
-MD5 2de19c984aa842dd44f8f5b42b7e595e PEAR-Cache-1.5.1.ebuild 930
-MD5 019f71543d039560ba9cb704aa85afec ChangeLog 927
+MD5 7a2912da4c0f3f1d56f06f3ce255afe4 ChangeLog 1126
+MD5 a52aa7d2724aa3dcd69253e673c86fa2 PEAR-Cache-1.5.1.ebuild 931
MD5 34b376f52ca199fffb4e52b83169574a metadata.xml 156
+MD5 06bb0deb991d80d07e55119916bae37e PEAR-Cache-1.5.3.ebuild 368
+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.1.ebuild b/dev-php/PEAR-Cache/PEAR-Cache-1.5.1.ebuild
index bf0a8f8c95a3..5d17d92d23ea 100644
--- a/dev-php/PEAR-Cache/PEAR-Cache-1.5.1.ebuild
+++ b/dev-php/PEAR-Cache/PEAR-Cache-1.5.1.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2003 Gentoo Technologies, Inc.
+# Copyright 1999-2004 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-Cache/PEAR-Cache-1.5.1.ebuild,v 1.5 2003/09/11 17:03:46 robbat2 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-Cache/PEAR-Cache-1.5.1.ebuild,v 1.6 2004/01/10 00:26:18 coredumb Exp $
MY_P=${PN/PEAR-//}-${PV}
DESCRIPTION="Framework for caching of arbitrary data."
diff --git a/dev-php/PEAR-Cache/PEAR-Cache-1.5.3.ebuild b/dev-php/PEAR-Cache/PEAR-Cache-1.5.3.ebuild
new file mode 100644
index 000000000000..e3cfd1d4d640
--- /dev/null
+++ b/dev-php/PEAR-Cache/PEAR-Cache-1.5.3.ebuild
@@ -0,0 +1,11 @@
+# Copyright 1999-2004 Gentoo Technologies, Inc.
+# 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.1 2004/01/10 00:26:18 coredumb Exp $
+
+inherit php-pear
+
+DESCRIPTION="Framework for caching of arbitrary data."
+LICENSE="PHP"
+SLOT="0"
+KEYWORDS="~x86 ~ppc ~sparc ~alpha"
+
diff --git a/dev-php/PEAR-Cache/files/digest-PEAR-Cache-1.5.3 b/dev-php/PEAR-Cache/files/digest-PEAR-Cache-1.5.3
new file mode 100644
index 000000000000..eb4b95444fd6
--- /dev/null
+++ b/dev-php/PEAR-Cache/files/digest-PEAR-Cache-1.5.3
@@ -0,0 +1 @@
+MD5 acf032d3e9d008b8d6ec0443de10010c Cache-1.5.3.tgz 32242