diff options
author | Christian Hoffmann <hoffie@gentoo.org> | 2007-08-17 14:55:25 +0000 |
---|---|---|
committer | Christian Hoffmann <hoffie@gentoo.org> | 2007-08-17 14:55:25 +0000 |
commit | 731255b1e2363db0813213c2169f96128d26e554 (patch) | |
tree | abdf777548147a7c2c0f9ad7edcb31a7882e4d7e /dev-php/PEAR-Log | |
parent | version bump wrt bug 158633, thanks to Jakub Moc (diff) | |
download | gentoo-2-731255b1e2363db0813213c2169f96128d26e554.tar.gz gentoo-2-731255b1e2363db0813213c2169f96128d26e554.tar.bz2 gentoo-2-731255b1e2363db0813213c2169f96128d26e554.zip |
version bump wrt bug 158633, thanks to Jakub Moc, removing s390 keyword because of unkeyworded dependency >=dev-php/PEAR-MDB2-2.0.0_rc1
(Portage version: 2.1.2.11)
Diffstat (limited to 'dev-php/PEAR-Log')
-rw-r--r-- | dev-php/PEAR-Log/ChangeLog | 9 | ||||
-rw-r--r-- | dev-php/PEAR-Log/PEAR-Log-1.9.11.ebuild | 23 | ||||
-rw-r--r-- | dev-php/PEAR-Log/files/digest-PEAR-Log-1.9.11 | 3 |
3 files changed, 34 insertions, 1 deletions
diff --git a/dev-php/PEAR-Log/ChangeLog b/dev-php/PEAR-Log/ChangeLog index 69654db16b31..04d3b96414e4 100644 --- a/dev-php/PEAR-Log/ChangeLog +++ b/dev-php/PEAR-Log/ChangeLog @@ -1,6 +1,13 @@ # 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.63 2007/03/21 23:02:22 chtekk Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-Log/ChangeLog,v 1.64 2007/08/17 14:55:25 hoffie Exp $ + +*PEAR-Log-1.9.11 (17 Aug 2007) + + 17 Aug 2007; Christian Hoffmann <hoffie@gentoo.org> + +PEAR-Log-1.9.11.ebuild: + version bump wrt bug 158633, thanks to Jakub Moc, removing s390 keyword + because of unkeyworded dependency >=dev-php/PEAR-MDB2-2.0.0_rc1 *PEAR-Log-1.9.10 (21 Mar 2007) diff --git a/dev-php/PEAR-Log/PEAR-Log-1.9.11.ebuild b/dev-php/PEAR-Log/PEAR-Log-1.9.11.ebuild new file mode 100644 index 000000000000..f7460687984a --- /dev/null +++ b/dev-php/PEAR-Log/PEAR-Log-1.9.11.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.11.ebuild,v 1.1 2007/08/17 14:55:25 hoffie Exp $ + +inherit php-pear-r1 depend.php eutils + +KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~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" +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.11 b/dev-php/PEAR-Log/files/digest-PEAR-Log-1.9.11 new file mode 100644 index 000000000000..23ca3f37f37d --- /dev/null +++ b/dev-php/PEAR-Log/files/digest-PEAR-Log-1.9.11 @@ -0,0 +1,3 @@ +MD5 fb7c648b212f12fdb5ce1ab687793513 Log-1.9.11.tgz 38479 +RMD160 9958b92f0041a0cf1cf278163956822f88a409ae Log-1.9.11.tgz 38479 +SHA256 2f62db3cb77897b30f1052e6d274ae1b02620f7c94f378f6139fe6bbbc2c6c92 Log-1.9.11.tgz 38479 |