diff options
author | 2006-02-28 09:09:41 +0000 | |
---|---|---|
committer | 2006-02-28 09:09:41 +0000 | |
commit | e7ea3afb77fc4c040b2163d71d105e04b73e5e72 (patch) | |
tree | 175be727eab161c47cdcafdb49b7ad0d12818568 /dev-php/PEAR-Log | |
parent | * stable on x86 (diff) | |
download | gentoo-2-e7ea3afb77fc4c040b2163d71d105e04b73e5e72.tar.gz gentoo-2-e7ea3afb77fc4c040b2163d71d105e04b73e5e72.tar.bz2 gentoo-2-e7ea3afb77fc4c040b2163d71d105e04b73e5e72.zip |
Various PEAR package updates/fixes.
(Portage version: 2.1_pre5)
Diffstat (limited to 'dev-php/PEAR-Log')
-rw-r--r-- | dev-php/PEAR-Log/ChangeLog | 6 | ||||
-rw-r--r-- | dev-php/PEAR-Log/PEAR-Log-1.9.3.ebuild | 8 |
2 files changed, 11 insertions, 3 deletions
diff --git a/dev-php/PEAR-Log/ChangeLog b/dev-php/PEAR-Log/ChangeLog index b374d478e931..983299111efd 100644 --- a/dev-php/PEAR-Log/ChangeLog +++ b/dev-php/PEAR-Log/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-php/PEAR-Log # Copyright 2002-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-Log/ChangeLog,v 1.54 2006/02/17 21:56:22 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-Log/ChangeLog,v 1.55 2006/02/28 09:09:40 sebastian Exp $ + + 28 Feb 2006; Sebastian Bergmann <sebastian@gentoo.org> + PEAR-Log-1.9.3.ebuild: + Fix RDEPEND. 17 Feb 2006; Aron Griffis <agriffis@gentoo.org> PEAR-Log-1.9.3.ebuild: Mark 1.9.3 stable on alpha. #119722 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 52a489472d4c..944e2d52072c 100644 --- a/dev-php/PEAR-Log/PEAR-Log-1.9.3.ebuild +++ b/dev-php/PEAR-Log/PEAR-Log-1.9.3.ebuild @@ -1,8 +1,8 @@ # Copyright 1999-2006 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.11 2006/02/17 21:56:22 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-Log/PEAR-Log-1.9.3.ebuild,v 1.12 2006/02/28 09:09:40 sebastian Exp $ -inherit php-pear-r1 +inherit php-pear-r1 depend.php DESCRIPTION="The Log framework provides an abstracted logging system supporting logging to console, file, syslog, SQL, and mcal targets" @@ -11,3 +11,7 @@ SLOT="0" KEYWORDS="alpha amd64 hppa ia64 ppc ppc64 s390 sparc x86" IUSE="" RDEPEND=">=dev-php/PEAR-DB-1.7.6-r1" + +pkg_setup() { + equire_php_with_use sqlite +} |