diff options
author | Matti Bickel <mabi@gentoo.org> | 2012-02-09 11:26:11 +0000 |
---|---|---|
committer | Matti Bickel <mabi@gentoo.org> | 2012-02-09 11:26:11 +0000 |
commit | 700643d678ebfed5cd9c7351723f6ee4c07f1eb9 (patch) | |
tree | c000c7e28b3a0f58c04153d2aa8ac1080012ca1c /dev-php | |
parent | Bumped LeechCraft to 0.5.0, removed 0.4.96-r1 and 0.4.97 (diff) | |
download | gentoo-2-700643d678ebfed5cd9c7351723f6ee4c07f1eb9.tar.gz gentoo-2-700643d678ebfed5cd9c7351723f6ee4c07f1eb9.tar.bz2 gentoo-2-700643d678ebfed5cd9c7351723f6ee4c07f1eb9.zip |
EAPI bump, remove depend.php dependency, remove old versions
(Portage version: 2.2.0_alpha85/cvs/Linux x86_64)
Diffstat (limited to 'dev-php')
-rw-r--r-- | dev-php/PEAR-Log/ChangeLog | 11 | ||||
-rw-r--r-- | dev-php/PEAR-Log/PEAR-Log-1.10.0.ebuild | 25 | ||||
-rw-r--r-- | dev-php/PEAR-Log/PEAR-Log-1.11.5.ebuild | 25 | ||||
-rw-r--r-- | dev-php/PEAR-Log/PEAR-Log-1.11.6.ebuild | 25 | ||||
-rw-r--r-- | dev-php/PEAR-Log/PEAR-Log-1.12.0.ebuild | 25 | ||||
-rw-r--r-- | dev-php/PEAR-Log/PEAR-Log-1.12.6.ebuild | 25 | ||||
-rw-r--r-- | dev-php/PEAR-Log/PEAR-Log-1.12.7-r1.ebuild (renamed from dev-php/PEAR-Log/PEAR-Log-1.12.5.ebuild) | 15 | ||||
-rw-r--r-- | dev-php/PEAR-Log/PEAR-Log-1.9.11.ebuild | 23 | ||||
-rw-r--r-- | dev-php/PEAR-Log/PEAR-Log-1.9.13.ebuild | 23 | ||||
-rw-r--r-- | dev-php/PEAR-Log/PEAR-Log-1.9.14.ebuild | 24 | ||||
-rw-r--r-- | dev-php/PEAR-Log/PEAR-Log-1.9.3.ebuild | 15 |
11 files changed, 17 insertions, 219 deletions
diff --git a/dev-php/PEAR-Log/ChangeLog b/dev-php/PEAR-Log/ChangeLog index 78614d5f6f0d..2ccf10972a10 100644 --- a/dev-php/PEAR-Log/ChangeLog +++ b/dev-php/PEAR-Log/ChangeLog @@ -1,6 +1,15 @@ # ChangeLog for dev-php/PEAR-Log # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-Log/ChangeLog,v 1.94 2012/02/07 16:37:20 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-Log/ChangeLog,v 1.95 2012/02/09 11:26:11 mabi Exp $ + +*PEAR-Log-1.12.7-r1 (09 Feb 2012) + + 09 Feb 2012; Matti Bickel <mabi@gentoo.org> +PEAR-Log-1.12.7-r1.ebuild, + -PEAR-Log-1.10.0.ebuild, -PEAR-Log-1.11.5.ebuild, -PEAR-Log-1.11.6.ebuild, + -PEAR-Log-1.12.0.ebuild, -PEAR-Log-1.12.5.ebuild, -PEAR-Log-1.12.6.ebuild, + -PEAR-Log-1.9.11.ebuild, -PEAR-Log-1.9.13.ebuild, -PEAR-Log-1.9.14.ebuild, + -PEAR-Log-1.9.3.ebuild: + EAPI bump, remove depend.php dependency, remove old versions 07 Feb 2012; Jeroen Roovers <jer@gentoo.org> PEAR-Log-1.12.7.ebuild: Stable for HPPA (bug #393859). diff --git a/dev-php/PEAR-Log/PEAR-Log-1.10.0.ebuild b/dev-php/PEAR-Log/PEAR-Log-1.10.0.ebuild deleted file mode 100644 index 52451fd9695a..000000000000 --- a/dev-php/PEAR-Log/PEAR-Log-1.10.0.ebuild +++ /dev/null @@ -1,25 +0,0 @@ -# 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.10.0.ebuild,v 1.1 2008/02/11 20:56:40 armin76 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 -} diff --git a/dev-php/PEAR-Log/PEAR-Log-1.11.5.ebuild b/dev-php/PEAR-Log/PEAR-Log-1.11.5.ebuild deleted file mode 100644 index 2cd13065dfeb..000000000000 --- a/dev-php/PEAR-Log/PEAR-Log-1.11.5.ebuild +++ /dev/null @@ -1,25 +0,0 @@ -# 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 -} diff --git a/dev-php/PEAR-Log/PEAR-Log-1.11.6.ebuild b/dev-php/PEAR-Log/PEAR-Log-1.11.6.ebuild deleted file mode 100644 index ea7fda99ab01..000000000000 --- a/dev-php/PEAR-Log/PEAR-Log-1.11.6.ebuild +++ /dev/null @@ -1,25 +0,0 @@ -# Copyright 1999-2010 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.6.ebuild,v 1.1 2010/01/05 05:10:52 yngwin 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 -} diff --git a/dev-php/PEAR-Log/PEAR-Log-1.12.0.ebuild b/dev-php/PEAR-Log/PEAR-Log-1.12.0.ebuild deleted file mode 100644 index 95289b4f33b1..000000000000 --- a/dev-php/PEAR-Log/PEAR-Log-1.12.0.ebuild +++ /dev/null @@ -1,25 +0,0 @@ -# Copyright 1999-2010 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.0.ebuild,v 1.1 2010/02/16 04:46:33 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 -} diff --git a/dev-php/PEAR-Log/PEAR-Log-1.12.6.ebuild b/dev-php/PEAR-Log/PEAR-Log-1.12.6.ebuild deleted file mode 100644 index 34c867ba74ea..000000000000 --- a/dev-php/PEAR-Log/PEAR-Log-1.12.6.ebuild +++ /dev/null @@ -1,25 +0,0 @@ -# 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 -} diff --git a/dev-php/PEAR-Log/PEAR-Log-1.12.5.ebuild b/dev-php/PEAR-Log/PEAR-Log-1.12.7-r1.ebuild index 4c4b3882e2cb..56006b8faf89 100644 --- a/dev-php/PEAR-Log/PEAR-Log-1.12.5.ebuild +++ b/dev-php/PEAR-Log/PEAR-Log-1.12.7-r1.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2010 Gentoo Foundation +# Copyright 1999-2012 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.5.ebuild,v 1.1 2010/12/27 13:46:12 olemarkus Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-Log/PEAR-Log-1.12.7-r1.ebuild,v 1.1 2012/02/09 11:26:11 mabi Exp $ -EAPI="2" -inherit php-pear-r1 depend.php eutils +EAPI="4" +inherit php-pear-r1 KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86" @@ -17,9 +17,8 @@ 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 && ! 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." + if ! use minimal && ! has_version dev-lang/php[sqlite] ; then + elog "${PN} can optionally use dev-lang/php's sqlite features." + elog "If you want those, recompile dev-lang/php with this flag in USE." fi } diff --git a/dev-php/PEAR-Log/PEAR-Log-1.9.11.ebuild b/dev-php/PEAR-Log/PEAR-Log-1.9.11.ebuild deleted file mode 100644 index 01e4e399d525..000000000000 --- a/dev-php/PEAR-Log/PEAR-Log-1.9.11.ebuild +++ /dev/null @@ -1,23 +0,0 @@ -# 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.11.ebuild,v 1.11 2008/01/10 10:06:28 vapier 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/PEAR-Log-1.9.13.ebuild b/dev-php/PEAR-Log/PEAR-Log-1.9.13.ebuild deleted file mode 100644 index 3890a1a08074..000000000000 --- a/dev-php/PEAR-Log/PEAR-Log-1.9.13.ebuild +++ /dev/null @@ -1,23 +0,0 @@ -# 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/PEAR-Log-1.9.14.ebuild b/dev-php/PEAR-Log/PEAR-Log-1.9.14.ebuild deleted file mode 100644 index cf0a59a118d0..000000000000 --- a/dev-php/PEAR-Log/PEAR-Log-1.9.14.ebuild +++ /dev/null @@ -1,24 +0,0 @@ -# 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.8 2008/11/09 11:48:55 vapier 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/PEAR-Log-1.9.3.ebuild b/dev-php/PEAR-Log/PEAR-Log-1.9.3.ebuild deleted file mode 100644 index c6981a56d092..000000000000 --- a/dev-php/PEAR-Log/PEAR-Log-1.9.3.ebuild +++ /dev/null @@ -1,15 +0,0 @@ -# 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.3.ebuild,v 1.16 2008/01/10 10:06:28 vapier Exp $ - -inherit php-pear-r1 - -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="" - -DEPEND="" -RDEPEND=">=dev-php/PEAR-DB-1.7.6-r1" |