diff options
author | Markus Ullmann <jokey@gentoo.org> | 2008-01-04 13:03:31 +0000 |
---|---|---|
committer | Markus Ullmann <jokey@gentoo.org> | 2008-01-04 13:03:31 +0000 |
commit | 0657211b4ae624ab19ac612f5e2dac5cce2450c3 (patch) | |
tree | 42a86507ef78ab7da9feda05d78707528d74072f /dev-php/PEAR-Log | |
parent | Add compilation fix for stricter gnustep (diff) | |
download | gentoo-2-0657211b4ae624ab19ac612f5e2dac5cce2450c3.tar.gz gentoo-2-0657211b4ae624ab19ac612f5e2dac5cce2450c3.tar.bz2 gentoo-2-0657211b4ae624ab19ac612f5e2dac5cce2450c3.zip |
Version bump from project overlay
(Portage version: 2.1.4_rc14)
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.14.ebuild | 24 | ||||
-rw-r--r-- | dev-php/PEAR-Log/files/digest-PEAR-Log-1.9.14 | 3 |
3 files changed, 34 insertions, 2 deletions
diff --git a/dev-php/PEAR-Log/ChangeLog b/dev-php/PEAR-Log/ChangeLog index 2827b1ab1717..f8c67ff0f8eb 100644 --- a/dev-php/PEAR-Log/ChangeLog +++ b/dev-php/PEAR-Log/ChangeLog @@ -1,6 +1,11 @@ # 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.74 2007/12/15 11:37:46 jokey Exp $ +# Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-Log/ChangeLog,v 1.75 2008/01/04 13:03:31 jokey Exp $ + +*PEAR-Log-1.9.14 (04 Jan 2008) + + 04 Jan 2008; Markus Ullmann <jokey@gentoo.org> +PEAR-Log-1.9.14.ebuild: + Version bump from project overlay *PEAR-Log-1.9.13 (15 Dec 2007) diff --git a/dev-php/PEAR-Log/PEAR-Log-1.9.14.ebuild b/dev-php/PEAR-Log/PEAR-Log-1.9.14.ebuild new file mode 100644 index 000000000000..557e4986ab58 --- /dev/null +++ b/dev-php/PEAR-Log/PEAR-Log-1.9.14.ebuild @@ -0,0 +1,24 @@ +# Copyright 1999-2008 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.14.ebuild,v 1.1 2008/01/04 13:03:31 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.14 b/dev-php/PEAR-Log/files/digest-PEAR-Log-1.9.14 new file mode 100644 index 000000000000..2c7fb6195896 --- /dev/null +++ b/dev-php/PEAR-Log/files/digest-PEAR-Log-1.9.14 @@ -0,0 +1,3 @@ +MD5 e0fbb9a7f3ab18dcf45b9d2c3af420a3 Log-1.9.14.tgz 40959 +RMD160 24b1fe9b7f269ebc58176ba1c145f6770f7fb1d1 Log-1.9.14.tgz 40959 +SHA256 ffa14e41b4f0a3efa499d9280e2370efe7469954bc7180961784ee5729793e28 Log-1.9.14.tgz 40959 |