From 3ee885372cc6298b589b9869a5d153e240614ecf Mon Sep 17 00:00:00 2001 From: Gunnar Wrobel Date: Sun, 14 Sep 2008 20:10:38 +0000 Subject: Added Horde_SessionObjects. svn path=/overlay/; revision=2920 --- .../Horde_SessionObjects-0.0.2.ebuild | 26 ++++++++++++++++++++++ dev-php/Horde_SessionObjects/metadata.xml | 8 +++++++ 2 files changed, 34 insertions(+) create mode 100644 dev-php/Horde_SessionObjects/Horde_SessionObjects-0.0.2.ebuild create mode 100644 dev-php/Horde_SessionObjects/metadata.xml diff --git a/dev-php/Horde_SessionObjects/Horde_SessionObjects-0.0.2.ebuild b/dev-php/Horde_SessionObjects/Horde_SessionObjects-0.0.2.ebuild new file mode 100644 index 0000000..06ecef4 --- /dev/null +++ b/dev-php/Horde_SessionObjects/Horde_SessionObjects-0.0.2.ebuild @@ -0,0 +1,26 @@ +# 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 Session Storage API" +SRC_URI="http://pear.horde.org/get/${PEAR_PN}.tgz" + +SLOT="0" + +LICENSE="LGPL-2" +KEYWORDS="~x86 ~amd64" +IUSE="" + +DEPEND="dev-php/PEAR-Horde-Channel" + +RDEPEND="${RDEPEND} + dev-php/Horde_Framework + dev-php/Horde_Serialize" + +S="${WORKDIR}/${PEAR_PN}" diff --git a/dev-php/Horde_SessionObjects/metadata.xml b/dev-php/Horde_SessionObjects/metadata.xml new file mode 100644 index 0000000..e25a412 --- /dev/null +++ b/dev-php/Horde_SessionObjects/metadata.xml @@ -0,0 +1,8 @@ + + + + + wrobel@gentoo.org + Gunnar Wrobel + + -- cgit v1.2.3-65-gdbad