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-Log/PEAR-Log-1.12.7-r1.ebuild

25 lines
766 B

# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-Log/PEAR-Log-1.12.7-r1.ebuild,v 1.8 2012/09/09 16:56:36 armin76 Exp $
EAPI="4"
inherit php-pear-r1
KEYWORDS="alpha amd64 arm hppa ia64 ppc ppc64 s390 sh sparc x86"
DESCRIPTION="The Log framework provides an abstracted logging system.@"
LICENSE="PHP-3.01"
SLOT="0"
IUSE="minimal"
RDEPEND="!minimal? ( >=dev-php/PEAR-DB-1.7.6-r1
dev-php/PEAR-Mail
>=dev-php/PEAR-MDB2-2.0.0_rc1 )"
pkg_postinst() {
if ! use minimal && ! has_version dev-lang/php[sqlite] ; then
elog "${PN} can optionally use dev-lang/php's sqlite features."
elog "If you want those, recompile dev-lang/php with this flag in USE."
fi
}