diff options
author | Luca Longinotti <chtekk@gentoo.org> | 2007-03-21 23:02:22 +0000 |
---|---|---|
committer | Luca Longinotti <chtekk@gentoo.org> | 2007-03-21 23:02:22 +0000 |
commit | f0760a2feb80f1099621beb7bd3d5307862c2145 (patch) | |
tree | b84bcf2327a06640123bbe445cf33e4173ee190e /dev-php/PEAR-Log/PEAR-Log-1.9.3.ebuild | |
parent | Vbump. (diff) | |
download | historical-f0760a2feb80f1099621beb7bd3d5307862c2145.tar.gz historical-f0760a2feb80f1099621beb7bd3d5307862c2145.tar.bz2 historical-f0760a2feb80f1099621beb7bd3d5307862c2145.zip |
Vbump.
Package-Manager: portage-2.1.2.2
Diffstat (limited to 'dev-php/PEAR-Log/PEAR-Log-1.9.3.ebuild')
-rw-r--r-- | dev-php/PEAR-Log/PEAR-Log-1.9.3.ebuild | 16 |
1 files changed, 7 insertions, 9 deletions
diff --git a/dev-php/PEAR-Log/PEAR-Log-1.9.3.ebuild b/dev-php/PEAR-Log/PEAR-Log-1.9.3.ebuild index 11700f853cf7..6bfc320eabdf 100644 --- a/dev-php/PEAR-Log/PEAR-Log-1.9.3.ebuild +++ b/dev-php/PEAR-Log/PEAR-Log-1.9.3.ebuild @@ -1,17 +1,15 @@ -# Copyright 1999-2006 Gentoo Foundation +# Copyright 1999-2007 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.9.3.ebuild,v 1.13 2006/03/05 11:00:20 sebastian Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-Log/PEAR-Log-1.9.3.ebuild,v 1.14 2007/03/21 23:02:22 chtekk Exp $ -inherit php-pear-r1 depend.php +inherit php-pear-r1 -DESCRIPTION="The Log framework provides an abstracted logging system supporting logging to console, file, syslog, SQL, and mcal targets" +KEYWORDS="alpha amd64 hppa ia64 ppc ppc64 s390 sparc x86" +DESCRIPTION="The Log framework provides an abstracted logging system. It supports logging to console, file, syslog, SQL, Sqlite, mail, and mcal targets." LICENSE="PHP" SLOT="0" -KEYWORDS="alpha amd64 hppa ia64 ppc ppc64 s390 sparc x86" IUSE="" -RDEPEND=">=dev-php/PEAR-DB-1.7.6-r1" -pkg_setup() { - require_php_with_use sqlite -} +DEPEND="" +RDEPEND=">=dev-php/PEAR-DB-1.7.6-r1" |