diff options
author | Ryan Phillips <rphillips@gentoo.org> | 2002-07-19 17:50:21 +0000 |
---|---|---|
committer | Ryan Phillips <rphillips@gentoo.org> | 2002-07-19 17:50:21 +0000 |
commit | 9910664201456f22c1f9f3cdabfc0415941b05fd (patch) | |
tree | 99368a4520033df52cba1974cbdc3f7bf621d96c /dev-php/PEAR-Cache | |
parent | New Package. Thanks to Tom von Schwerdtner (diff) | |
download | gentoo-2-9910664201456f22c1f9f3cdabfc0415941b05fd.tar.gz gentoo-2-9910664201456f22c1f9f3cdabfc0415941b05fd.tar.bz2 gentoo-2-9910664201456f22c1f9f3cdabfc0415941b05fd.zip |
New package. Submitted by Tom von Schwerdtner
Diffstat (limited to 'dev-php/PEAR-Cache')
-rw-r--r-- | dev-php/PEAR-Cache/ChangeLog | 15 | ||||
-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, 43 insertions, 0 deletions
diff --git a/dev-php/PEAR-Cache/ChangeLog b/dev-php/PEAR-Cache/ChangeLog new file mode 100644 index 000000000000..1ba1c52a5498 --- /dev/null +++ b/dev-php/PEAR-Cache/ChangeLog @@ -0,0 +1,15 @@ +# ChangeLog for dev-php/PEAR-Cache +# Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL +# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-Cache/ChangeLog,v 1.1 2002/07/19 17:50:21 rphillips Exp $ + +*PEAR-Cache (19 Jul 2002) + + 19 Jul 2002; Ryan Phillips <rphillips@gentoo.org> ChangeLog : + + Author: Tom von Schwerdtner <tvon@etria.org> + + Added initial ChangeLog which should be updated whenever the package is + updated in any way. This changelog is targetted to users. This means that the + comments should well explained and written in clean English. The details about + writing correct changelogs are explained in the skel.ChangeLog file which you + can find in the root directory of the portage repository. diff --git a/dev-php/PEAR-Cache/PEAR-Cache-1.5.1.ebuild b/dev-php/PEAR-Cache/PEAR-Cache-1.5.1.ebuild new file mode 100644 index 000000000000..6a491e17735c --- /dev/null +++ b/dev-php/PEAR-Cache/PEAR-Cache-1.5.1.ebuild @@ -0,0 +1,27 @@ +# Copyright 1999-2002 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.1 2002/07/19 17:50:21 rphillips Exp $ + +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/${P}.tgz" +LICENSE="PHP" +SLOT="0" +# Afaik, anything that runs php will run this... +KEYWORDS="x86 ppc sparc" +DEPEND="virtual/php" +RDEPEND="${DEPEND}" + +S=${WORKDIR}/${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 new file mode 100644 index 000000000000..d46fd1bb1a36 --- /dev/null +++ b/dev-php/PEAR-Cache/files/digest-PEAR-Cache-1.5.1 @@ -0,0 +1 @@ +MD5 4c40d48bc33adfbb9779eaac571e5b5c Cache-1.5.1.tgz 28873 |