summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrian Evans <grknight@gentoo.org>2014-10-07 02:59:25 +0000
committerBrian Evans <grknight@gentoo.org>2014-10-07 02:59:25 +0000
commit386e8e3f66cc3c0ea3fcfd99b8f4a3f0882d4a72 (patch)
treea59d312bb0d9c3d08d49f32254db03502ee0312c /dev-php/PEAR-Log
parentVersion bump, move leases file creation to init script (bug #524036). Add cod... (diff)
downloadgentoo-2-386e8e3f66cc3c0ea3fcfd99b8f4a3f0882d4a72.tar.gz
gentoo-2-386e8e3f66cc3c0ea3fcfd99b8f4a3f0882d4a72.tar.bz2
gentoo-2-386e8e3f66cc3c0ea3fcfd99b8f4a3f0882d4a72.zip
Remove old
(Portage version: 2.2.8-r2/cvs/Linux x86_64, signed Manifest commit with key 67C78E1D)
Diffstat (limited to 'dev-php/PEAR-Log')
-rw-r--r--dev-php/PEAR-Log/ChangeLog5
-rw-r--r--dev-php/PEAR-Log/PEAR-Log-1.12.7.ebuild25
2 files changed, 4 insertions, 26 deletions
diff --git a/dev-php/PEAR-Log/ChangeLog b/dev-php/PEAR-Log/ChangeLog
index 28250d65607a..bce681cd082e 100644
--- a/dev-php/PEAR-Log/ChangeLog
+++ b/dev-php/PEAR-Log/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for dev-php/PEAR-Log
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-Log/ChangeLog,v 1.103 2014/01/26 18:31:30 olemarkus Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-Log/ChangeLog,v 1.104 2014/10/07 02:59:25 grknight Exp $
+
+ 07 Oct 2014; Brian Evans <grknight@gentoo.org> -PEAR-Log-1.12.7.ebuild:
+ Remove old
26 Jan 2014; Ole Markus With <olemarkus@gentoo.org> PEAR-Log-1.12.7-r1.ebuild,
PEAR-Log-1.12.7.ebuild:
diff --git a/dev-php/PEAR-Log/PEAR-Log-1.12.7.ebuild b/dev-php/PEAR-Log/PEAR-Log-1.12.7.ebuild
deleted file mode 100644
index 5b5d597cfd80..000000000000
--- a/dev-php/PEAR-Log/PEAR-Log-1.12.7.ebuild
+++ /dev/null
@@ -1,25 +0,0 @@
-# Copyright 1999-2014 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.7.ebuild,v 1.8 2014/01/26 18:31:30 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
-}