summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Ahlberg <aliz@gentoo.org>2004-04-12 17:22:12 +0000
committerDaniel Ahlberg <aliz@gentoo.org>2004-04-12 17:22:12 +0000
commite691a6d05848487961b3a72c5207f60cf5b8a947 (patch)
treed2e32337dccba5ea9a8681c99ae1e87d7a9b1cd0 /dev-php/PEAR-Cache
parentchange BACK from econf to ./configure, closing bug #47588 by: Toni Viemero <t... (diff)
downloadgentoo-2-e691a6d05848487961b3a72c5207f60cf5b8a947.tar.gz
gentoo-2-e691a6d05848487961b3a72c5207f60cf5b8a947.tar.bz2
gentoo-2-e691a6d05848487961b3a72c5207f60cf5b8a947.zip
Numerous small fixes, see ChangeLog for details.
Diffstat (limited to 'dev-php/PEAR-Cache')
-rw-r--r--dev-php/PEAR-Cache/ChangeLog8
-rw-r--r--dev-php/PEAR-Cache/PEAR-Cache-1.5.1.ebuild3
-rw-r--r--dev-php/PEAR-Cache/PEAR-Cache-1.5.3.ebuild4
3 files changed, 10 insertions, 5 deletions
diff --git a/dev-php/PEAR-Cache/ChangeLog b/dev-php/PEAR-Cache/ChangeLog
index 0c96ecb87661..7c453fd743c0 100644
--- a/dev-php/PEAR-Cache/ChangeLog
+++ b/dev-php/PEAR-Cache/ChangeLog
@@ -1,6 +1,10 @@
# 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.6 2004/01/10 00:26:18 coredumb Exp $
+# Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-Cache/ChangeLog,v 1.7 2004/04/12 17:22:12 aliz Exp $
+
+ 12 Apr 2004; Daniel Ahlberg <aliz@gentoo.org> PEAR-Cache-1.5.1.ebuild,
+ PEAR-Cache-1.5.3.ebuild:
+ Added IUSE=.
*PEAR-Cache-1.5.3 (10 Jan 2004)
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 5d17d92d23ea..3d26e82b0684 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-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.6 2004/01/10 00:26:18 coredumb Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-Cache/PEAR-Cache-1.5.1.ebuild,v 1.7 2004/04/12 17:22:12 aliz Exp $
MY_P=${PN/PEAR-//}-${PV}
DESCRIPTION="Framework for caching of arbitrary data."
@@ -8,6 +8,7 @@ HOMEPAGE="http://pear.php.net/package-info.php?pacid=40"
SRC_URI="http://pear.php.net/get/${MY_P}.tgz"
LICENSE="PHP"
SLOT="0"
+IUSE=""
# Afaik, anything that runs php will run this...
KEYWORDS="x86 ppc sparc"
DEPEND="virtual/php"
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 e3cfd1d4d640..963e7ab10860 100644
--- a/dev-php/PEAR-Cache/PEAR-Cache-1.5.3.ebuild
+++ b/dev-php/PEAR-Cache/PEAR-Cache-1.5.3.ebuild
@@ -1,6 +1,6 @@
# 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 $
+# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-Cache/PEAR-Cache-1.5.3.ebuild,v 1.2 2004/04/12 17:22:12 aliz Exp $
inherit php-pear
@@ -8,4 +8,4 @@ DESCRIPTION="Framework for caching of arbitrary data."
LICENSE="PHP"
SLOT="0"
KEYWORDS="~x86 ~ppc ~sparc ~alpha"
-
+IUSE=""