diff options
author | Gunnar Wrobel <wrobel@gentoo.org> | 2008-09-14 20:08:54 +0000 |
---|---|---|
committer | Gunnar Wrobel <wrobel@gentoo.org> | 2008-09-14 20:08:54 +0000 |
commit | 5f43cc0bfca709f3750eb3f63977253140b8a9b8 (patch) | |
tree | 2f52910baaa4c746b492d73b4880ddc14a47b34d | |
parent | Added Horde_History. (diff) | |
download | kolab-5f43cc0bfca709f3750eb3f63977253140b8a9b8.tar.gz kolab-5f43cc0bfca709f3750eb3f63977253140b8a9b8.tar.bz2 kolab-5f43cc0bfca709f3750eb3f63977253140b8a9b8.zip |
Added Horde_Date.
svn path=/overlay/; revision=2916
-rw-r--r-- | dev-php/Horde_Date/Horde_Date-0.0.2.20080912.ebuild | 25 | ||||
-rw-r--r-- | dev-php/Horde_Date/metadata.xml | 8 |
2 files changed, 33 insertions, 0 deletions
diff --git a/dev-php/Horde_Date/Horde_Date-0.0.2.20080912.ebuild b/dev-php/Horde_Date/Horde_Date-0.0.2.20080912.ebuild new file mode 100644 index 0000000..4522310 --- /dev/null +++ b/dev-php/Horde_Date/Horde_Date-0.0.2.20080912.ebuild @@ -0,0 +1,25 @@ +# Copyright 1999-2008 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +inherit php-pear-r1 eutils + +PEAR_PV="${PV/_/}" +PEAR_PN="${PHP_PEAR_PKG_NAME}-${PEAR_PV}" + +HOMEPAGE="http://www.horde.org" +DESCRIPTION="Horde Date package." +SRC_URI="http://files.pardus.de/kolab-sources/${PEAR_PN}.tgz" + +SLOT="0" + +LICENSE="LGPL-2" +KEYWORDS="~x86 ~amd64" +IUSE="" + +DEPEND="dev-php/PEAR-Horde-Channel + dev-php/PEAR-Date" + +RDEPEND="${DEPEND}" + +S="${WORKDIR}/${PEAR_PN}" diff --git a/dev-php/Horde_Date/metadata.xml b/dev-php/Horde_Date/metadata.xml new file mode 100644 index 0000000..e25a412 --- /dev/null +++ b/dev-php/Horde_Date/metadata.xml @@ -0,0 +1,8 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <maintainer> + <email>wrobel@gentoo.org</email> + <name>Gunnar Wrobel</name> + </maintainer> +</pkgmetadata> |