diff options
author | Markus Ullmann <jokey@gentoo.org> | 2007-12-15 11:37:46 +0000 |
---|---|---|
committer | Markus Ullmann <jokey@gentoo.org> | 2007-12-15 11:37:46 +0000 |
commit | a0ac5012fb2557f8f9045adaa01a5e4e838f5702 (patch) | |
tree | ebdf7ce86d41d16040dc09ec4761a6cf77803a53 /dev-php | |
parent | Version bump. Dropped 1.3.3. Fixed SRC_URIs. (diff) | |
download | gentoo-2-a0ac5012fb2557f8f9045adaa01a5e4e838f5702.tar.gz gentoo-2-a0ac5012fb2557f8f9045adaa01a5e4e838f5702.tar.bz2 gentoo-2-a0ac5012fb2557f8f9045adaa01a5e4e838f5702.zip |
Version bump from project overlay
(Portage version: 2.1.4_rc9)
Diffstat (limited to 'dev-php')
-rw-r--r-- | dev-php/PEAR-Log/ChangeLog | 10 | ||||
-rw-r--r-- | dev-php/PEAR-Log/PEAR-Log-1.9.13.ebuild | 23 | ||||
-rw-r--r-- | dev-php/PEAR-Log/files/digest-PEAR-Log-1.9.13 | 3 |
3 files changed, 35 insertions, 1 deletions
diff --git a/dev-php/PEAR-Log/ChangeLog b/dev-php/PEAR-Log/ChangeLog index d9f7103cd849..2827b1ab1717 100644 --- a/dev-php/PEAR-Log/ChangeLog +++ b/dev-php/PEAR-Log/ChangeLog @@ -1,6 +1,14 @@ # ChangeLog for dev-php/PEAR-Log # Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-Log/ChangeLog,v 1.73 2007/12/06 00:30:38 jokey Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-Log/ChangeLog,v 1.74 2007/12/15 11:37:46 jokey Exp $ + +*PEAR-Log-1.9.13 (15 Dec 2007) + + 15 Dec 2007; Markus Ullmann <jokey@gentoo.org> +PEAR-Log-1.9.13.ebuild: + Version bump from project overlay + + 13 Dec 2007; Jakub Moc <jakub@gentoo.org> +PEAR-Log-1.9.13.ebuild: + Version bump 06 Dec 2007; Markus Ullmann <jokey@gentoo.org> PEAR-Log-1.9.3.ebuild, PEAR-Log-1.9.11.ebuild: diff --git a/dev-php/PEAR-Log/PEAR-Log-1.9.13.ebuild b/dev-php/PEAR-Log/PEAR-Log-1.9.13.ebuild new file mode 100644 index 000000000000..3890a1a08074 --- /dev/null +++ b/dev-php/PEAR-Log/PEAR-Log-1.9.13.ebuild @@ -0,0 +1,23 @@ +# 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.13.ebuild,v 1.1 2007/12/15 11:37:46 jokey Exp $ + +inherit php-pear-r1 depend.php eutils + +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~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-3.01" +SLOT="0" +IUSE="minimal" + +RDEPEND="!minimal? ( >=dev-php/PEAR-DB-1.7.6-r1 + >=dev-php/PEAR-MDB2-2.0.0_rc1 )" + +pkg_postinst() { + has_php + if ! use minimal && ! built_with_use --missing true =${PHP_PKG} sqlite ; then + elog "${PN} can optionally use ${PHP_PKG} sqlite features." + elog "If you want those, recompile ${PHP_PKG} with this flag in USE." + fi +} diff --git a/dev-php/PEAR-Log/files/digest-PEAR-Log-1.9.13 b/dev-php/PEAR-Log/files/digest-PEAR-Log-1.9.13 new file mode 100644 index 000000000000..8f66a4e70cb3 --- /dev/null +++ b/dev-php/PEAR-Log/files/digest-PEAR-Log-1.9.13 @@ -0,0 +1,3 @@ +MD5 3ce0697e49cf4bfeca997a95bf3d8e0c Log-1.9.13.tgz 40607 +RMD160 ee2e5980b238809691457ec48c245ab0ed1c9181 Log-1.9.13.tgz 40607 +SHA256 b8fbac2f81670171b0349cb2fa535a6e1481bed45db921cfe0c097ea38ef5fce Log-1.9.13.tgz 40607 |