summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatti Bickel <mabi@gentoo.org>2012-02-09 11:26:11 +0000
committerMatti Bickel <mabi@gentoo.org>2012-02-09 11:26:11 +0000
commit700643d678ebfed5cd9c7351723f6ee4c07f1eb9 (patch)
treec000c7e28b3a0f58c04153d2aa8ac1080012ca1c /dev-php/PEAR-Log/PEAR-Log-1.11.5.ebuild
parentBumped LeechCraft to 0.5.0, removed 0.4.96-r1 and 0.4.97 (diff)
downloadgentoo-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/PEAR-Log/PEAR-Log-1.11.5.ebuild')
-rw-r--r--dev-php/PEAR-Log/PEAR-Log-1.11.5.ebuild25
1 files changed, 0 insertions, 25 deletions
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
-}