diff options
author | Ole Markus With <olemarkus@gentoo.org> | 2011-05-26 11:52:00 +0000 |
---|---|---|
committer | Ole Markus With <olemarkus@gentoo.org> | 2011-05-26 11:52:00 +0000 |
commit | df2b154d1e7c12e3bd614a0d5859dfe6155ded4b (patch) | |
tree | 37f31bca05b1f724df8ddbe671175c132f718b82 /dev-php | |
parent | x86 stable wrt security bug #367031 (diff) | |
download | gentoo-2-df2b154d1e7c12e3bd614a0d5859dfe6155ded4b.tar.gz gentoo-2-df2b154d1e7c12e3bd614a0d5859dfe6155ded4b.tar.bz2 gentoo-2-df2b154d1e7c12e3bd614a0d5859dfe6155ded4b.zip |
Version bump
(Portage version: 2.1.9.42/cvs/Linux x86_64)
Diffstat (limited to 'dev-php')
-rw-r--r-- | dev-php/PEAR-Log/ChangeLog | 9 | ||||
-rw-r--r-- | dev-php/PEAR-Log/PEAR-Log-1.12.6.ebuild | 25 |
2 files changed, 32 insertions, 2 deletions
diff --git a/dev-php/PEAR-Log/ChangeLog b/dev-php/PEAR-Log/ChangeLog index 970080e7d740..75f5ae87d018 100644 --- a/dev-php/PEAR-Log/ChangeLog +++ b/dev-php/PEAR-Log/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for dev-php/PEAR-Log -# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-Log/ChangeLog,v 1.86 2010/12/27 13:46:12 olemarkus Exp $ +# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-Log/ChangeLog,v 1.87 2011/05/26 11:52:00 olemarkus Exp $ + +*PEAR-Log-1.12.6 (26 May 2011) + + 26 May 2011; Ole Markus With <olemarkus@gentoo.org> +PEAR-Log-1.12.6.ebuild: + Version bump *PEAR-Log-1.12.5 (27 Dec 2010) diff --git a/dev-php/PEAR-Log/PEAR-Log-1.12.6.ebuild b/dev-php/PEAR-Log/PEAR-Log-1.12.6.ebuild new file mode 100644 index 000000000000..34c867ba74ea --- /dev/null +++ b/dev-php/PEAR-Log/PEAR-Log-1.12.6.ebuild @@ -0,0 +1,25 @@ +# Copyright 1999-2011 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.12.6.ebuild,v 1.1 2011/05/26 11:52:00 olemarkus Exp $ + +EAPI="2" +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.@" +LICENSE="PHP-3.01" +SLOT="0" +IUSE="minimal" + +RDEPEND="!minimal? ( >=dev-php/PEAR-DB-1.7.6-r1 + dev-php/PEAR-Mail + >=dev-php/PEAR-MDB2-2.0.0_rc1 )" + +pkg_postinst() { + has_php + if ! use minimal && ! has_version =${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 +} |