diff options
author | Troy Dack <tad@gentoo.org> | 2003-02-18 12:22:37 +0000 |
---|---|---|
committer | Troy Dack <tad@gentoo.org> | 2003-02-18 12:22:37 +0000 |
commit | bb1e9682c24b086f75fb0c53c5423be3d5448a1e (patch) | |
tree | a9874ef911256b4fc7b4cabf539ccbe0cb332163 | |
parent | style checker (diff) | |
download | gentoo-2-bb1e9682c24b086f75fb0c53c5423be3d5448a1e.tar.gz gentoo-2-bb1e9682c24b086f75fb0c53c5423be3d5448a1e.tar.bz2 gentoo-2-bb1e9682c24b086f75fb0c53c5423be3d5448a1e.zip |
PHP PEAR package needed for Horde-Kronolith
-rw-r--r-- | dev-php/PEAR-Date/ChangeLog | 8 | ||||
-rw-r--r-- | dev-php/PEAR-Date/PEAR-Date-1.3.ebuild | 24 | ||||
-rw-r--r-- | dev-php/PEAR-Date/files/digest-PEAR-Date-1.3 | 1 |
3 files changed, 33 insertions, 0 deletions
diff --git a/dev-php/PEAR-Date/ChangeLog b/dev-php/PEAR-Date/ChangeLog new file mode 100644 index 000000000000..774904fabad7 --- /dev/null +++ b/dev-php/PEAR-Date/ChangeLog @@ -0,0 +1,8 @@ +# ChangeLog for dev-php/PEAR-Date +# Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-Date/ChangeLog,v 1.1 2003/02/18 12:22:37 tad Exp $ + +*PEAR-Date-1.3 (18 Feb 2003) + + 18 Feb 2003; Troy Dack <tad@gentoo.org> + PEAR-Date-1.3.ebuild ChangeLog : Initial import. diff --git a/dev-php/PEAR-Date/PEAR-Date-1.3.ebuild b/dev-php/PEAR-Date/PEAR-Date-1.3.ebuild new file mode 100644 index 000000000000..b1af5fe0612f --- /dev/null +++ b/dev-php/PEAR-Date/PEAR-Date-1.3.ebuild @@ -0,0 +1,24 @@ +# 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-Date/PEAR-Date-1.3.ebuild,v 1.1 2003/02/18 12:22:37 tad Exp $ + +IUSE="" +P=${PN/PEAR-//}-${PV} +DESCRIPTION="Date and Time Zone Classes" +HOMEPAGE="http://pear.php.net/package-info.php?pacid=57" +SRC_URI="http://pear.php.net/get/${P}.tgz" +LICENSE="PHP" +SLOT="0" +KEYWORDS="~x86 ~ppc ~sparc ~alpha" +DEPEND="virtual/php" +RDEPEND="${DEPEND}" +S=${WORKDIR}/${P} + +src_install () { + insinto /usr/lib/php + doins Date.php + insinto /usr/lib/php/Date + doins Date/Calc.php + doins Date/Human.php + doins Date/TimeZone.php +} diff --git a/dev-php/PEAR-Date/files/digest-PEAR-Date-1.3 b/dev-php/PEAR-Date/files/digest-PEAR-Date-1.3 new file mode 100644 index 000000000000..424ea2eea203 --- /dev/null +++ b/dev-php/PEAR-Date/files/digest-PEAR-Date-1.3 @@ -0,0 +1 @@ +MD5 b3d837c131df195c58cc21d344bef1b7 Date-1.3.tgz 25039 |