You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/dev-php/PEAR-Translation2/PEAR-Translation2-2.0.0_rc3...

25 lines
717 B

# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-Translation2/PEAR-Translation2-2.0.0_rc3.ebuild,v 1.7 2008/03/29 00:22:02 maekke Exp $
inherit php-pear-r1 depend.php eutils
DESCRIPTION="Class for multilingual applications management."
LICENSE="BSD"
SLOT="0"
KEYWORDS="alpha amd64 hppa ia64 ppc ppc64 sparc x86"
IUSE="minimal"
RDEPEND="!minimal? ( dev-php/PEAR-Cache_Lite
dev-php/PEAR-DB
dev-php/PEAR-DB_DataObject
dev-php/PEAR-MDB
dev-php/PEAR-MDB2
dev-php/PEAR-File_Gettext
>=dev-php/PEAR-I18Nv2-0.9.1
>=dev-php/PEAR-XML_Serializer-0.13.0 )"
pkg_setup() {
require_php_with_use nls
}