diff options
author | Steve Dibb <beandog@gentoo.org> | 2009-08-22 19:48:43 +0000 |
---|---|---|
committer | Steve Dibb <beandog@gentoo.org> | 2009-08-22 19:48:43 +0000 |
commit | d0dcdc682a05d6b33244dd105fc927d552558e6f (patch) | |
tree | 629163a318c7e318e69f415576632ae97341a515 /dev-php/PEAR-Log | |
parent | Automated update of use.local.desc (diff) | |
download | historical-d0dcdc682a05d6b33244dd105fc927d552558e6f.tar.gz historical-d0dcdc682a05d6b33244dd105fc927d552558e6f.tar.bz2 historical-d0dcdc682a05d6b33244dd105fc927d552558e6f.zip |
Version bump
Package-Manager: portage-2.2_rc38/cvs/Linux x86_64
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.11.5.ebuild | 25 |
2 files changed, 32 insertions, 2 deletions
diff --git a/dev-php/PEAR-Log/ChangeLog b/dev-php/PEAR-Log/ChangeLog index 8d2c50225468..d275d694ea50 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-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-Log/ChangeLog,v 1.82 2008/03/28 23:48:47 maekke Exp $ +# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-Log/ChangeLog,v 1.83 2009/08/22 19:46:10 beandog Exp $ + +*PEAR-Log-1.11.5 (22 Aug 2009) + + 22 Aug 2009; Steve Dibb <beandog@gentoo.org> +PEAR-Log-1.11.5.ebuild: + Version bump 28 Mar 2008; Markus Meier <maekke@gentoo.org> PEAR-Log-1.9.14.ebuild: amd64 stable, bug #208313 diff --git a/dev-php/PEAR-Log/PEAR-Log-1.11.5.ebuild b/dev-php/PEAR-Log/PEAR-Log-1.11.5.ebuild new file mode 100644 index 000000000000..2cd13065dfeb --- /dev/null +++ b/dev-php/PEAR-Log/PEAR-Log-1.11.5.ebuild @@ -0,0 +1,25 @@ +# Copyright 1999-2009 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.11.5.ebuild,v 1.1 2009/08/22 19:46:11 beandog 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-Mail + >=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 +} |