summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrian Evans <grknight@gentoo.org>2015-05-08 12:55:07 +0000
committerBrian Evans <grknight@gentoo.org>2015-05-08 12:55:07 +0000
commit3941dd925b83dfbfcf5621d418f96620fa2bc337 (patch)
tree0fdeba266b5c16f84d331d2385ba9203dfd95788 /dev-php
parentDrop old (diff)
downloadgentoo-2-3941dd925b83dfbfcf5621d418f96620fa2bc337.tar.gz
gentoo-2-3941dd925b83dfbfcf5621d418f96620fa2bc337.tar.bz2
gentoo-2-3941dd925b83dfbfcf5621d418f96620fa2bc337.zip
Drop old
(Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key D1F781EFF9F4A3B6)
Diffstat (limited to 'dev-php')
-rw-r--r--dev-php/PEAR-Console_CommandLine/ChangeLog6
-rw-r--r--dev-php/PEAR-Console_CommandLine/PEAR-Console_CommandLine-1.1.3.ebuild22
2 files changed, 5 insertions, 23 deletions
diff --git a/dev-php/PEAR-Console_CommandLine/ChangeLog b/dev-php/PEAR-Console_CommandLine/ChangeLog
index d78b2e6265e9..c35cc0507258 100644
--- a/dev-php/PEAR-Console_CommandLine/ChangeLog
+++ b/dev-php/PEAR-Console_CommandLine/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for dev-php/PEAR-Console_CommandLine
# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-Console_CommandLine/ChangeLog,v 1.6 2015/05/08 08:33:47 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-Console_CommandLine/ChangeLog,v 1.7 2015/05/08 12:55:07 grknight Exp $
+
+ 08 May 2015; Brian Evans <grknight@gentoo.org>
+ -PEAR-Console_CommandLine-1.1.3.ebuild:
+ Drop old
08 May 2015; Agostino Sarubbo <ago@gentoo.org>
PEAR-Console_CommandLine-1.2.0.ebuild:
diff --git a/dev-php/PEAR-Console_CommandLine/PEAR-Console_CommandLine-1.1.3.ebuild b/dev-php/PEAR-Console_CommandLine/PEAR-Console_CommandLine-1.1.3.ebuild
deleted file mode 100644
index 9f0e0313ff0f..000000000000
--- a/dev-php/PEAR-Console_CommandLine/PEAR-Console_CommandLine-1.1.3.ebuild
+++ /dev/null
@@ -1,22 +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-Console_CommandLine/PEAR-Console_CommandLine-1.1.3.ebuild,v 1.3 2011/08/21 03:31:52 phajdan.jr Exp $
-
-EAPI="2"
-inherit php-pear-r1
-
-DESCRIPTION="A full featured command line options and arguments parser"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="amd64 x86"
-IUSE=""
-DEPEND=">=dev-php/pear-1.4"
-
-RDEPEND="${DEPEND}"
-
-src_install() {
- php-pear-r1_src_install
- rm -r "${D}"/usr/share/php/tests
- rm -r "${D}"/usr/share/php/docs
-}