blob: 9439e29e4808d9d5624d3b7d0812e529faf805d2 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
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="Data Encapulation 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_Util"
S="${WORKDIR}/${PEAR_PN}"
|