blob: cc03fbfa065f606ea27de029429f41b93cee7939 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-php/Horde_Secret/Horde_Secret-1.0.0.ebuild,v 1.2 2011/06/15 17:01:44 a3li Exp $
EAPI=4
inherit php-pear-r1
KEYWORDS="~amd64"
SLOT="0"
DESCRIPTION="Secret Encryption API"
LICENSE="LGPL-2"
HOMEPAGE="http://www.horde.org/"
SRC_URI="http://pear.horde.org/get/${P}.tgz"
DEPEND="dev-lang/php[hash]
>=dev-lang/php-5.2.0
>=dev-php/PEAR-PEAR-1.7.0
>=dev-php/PEAR-Crypt_Blowfish-1.0.1
=dev-php/Horde_Exception-1*"
RDEPEND="${DEPEND}"
|