diff options
author | Sebastian Bergmann <sebastian@gentoo.org> | 2005-03-08 16:24:23 +0000 |
---|---|---|
committer | Sebastian Bergmann <sebastian@gentoo.org> | 2005-03-08 16:24:23 +0000 |
commit | b8e970cffcdfdbd7d754561f3c6766bd7e93f793 (patch) | |
tree | 1437e77b6ee5acc2c98174ec439ce5e6ce051408 | |
parent | small message adjustment (diff) | |
download | gentoo-2-b8e970cffcdfdbd7d754561f3c6766bd7e93f793.tar.gz gentoo-2-b8e970cffcdfdbd7d754561f3c6766bd7e93f793.tar.bz2 gentoo-2-b8e970cffcdfdbd7d754561f3c6766bd7e93f793.zip |
Remove old version that does not utilize the php-pear eclass.
(Portage version: 2.0.51.19)
-rw-r--r-- | dev-php/PEAR-Cache/ChangeLog | 6 | ||||
-rw-r--r-- | dev-php/PEAR-Cache/PEAR-Cache-1.5.1.ebuild | 27 | ||||
-rw-r--r-- | dev-php/PEAR-Cache/files/digest-PEAR-Cache-1.5.1 | 1 |
3 files changed, 5 insertions, 29 deletions
diff --git a/dev-php/PEAR-Cache/ChangeLog b/dev-php/PEAR-Cache/ChangeLog index 89664648b890..432fb59264fc 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-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-Cache/ChangeLog,v 1.13 2005/02/19 07:02:46 sebastian Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-Cache/ChangeLog,v 1.14 2005/03/08 16:24:23 sebastian Exp $ + + 08 Mar 2005; Sebastian Bergmann <sebastian@gentoo.org> + -PEAR-Cache-1.5.1.ebuild: + Remove old version that does not utilize the php-pear eclass. 19 Feb 2005; Sebastian Bergmann <sebastian@gentoo.org> PEAR-Cache-1.5.1.ebuild, PEAR-Cache-1.5.3.ebuild, PEAR-Cache-1.5.4.ebuild: diff --git a/dev-php/PEAR-Cache/PEAR-Cache-1.5.1.ebuild b/dev-php/PEAR-Cache/PEAR-Cache-1.5.1.ebuild deleted file mode 100644 index dccde0fe528e..000000000000 --- a/dev-php/PEAR-Cache/PEAR-Cache-1.5.1.ebuild +++ /dev/null @@ -1,27 +0,0 @@ -# Copyright 1999-2005 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.1.ebuild,v 1.9 2005/02/19 07:02:46 sebastian Exp $ - -MY_P=${PN/PEAR-//}-${PV} -DESCRIPTION="Framework for caching of arbitrary data." -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 ~amd64" -DEPEND="virtual/php" - -S=${WORKDIR}/${MY_P} - -src_install () { - insinto /usr/lib/php/ - doins Cache.php - insinto /usr/lib/php/Cache/ - # I dont know why the tarball isnt packaged the way it is supposed to be installed, but..... - doins Application.php Container.php DB.php Error.php Function.php Graphics.php HTTP_Request.php Output.php OutputCompression.php - insinto /usr/lib/php/Cache/Container/ - doins Container/* - -} diff --git a/dev-php/PEAR-Cache/files/digest-PEAR-Cache-1.5.1 b/dev-php/PEAR-Cache/files/digest-PEAR-Cache-1.5.1 deleted file mode 100644 index d46fd1bb1a36..000000000000 --- a/dev-php/PEAR-Cache/files/digest-PEAR-Cache-1.5.1 +++ /dev/null @@ -1 +0,0 @@ -MD5 4c40d48bc33adfbb9779eaac571e5b5c Cache-1.5.1.tgz 28873 |