diff options
author | Brian Evans <grknight@gentoo.org> | 2014-10-30 03:31:19 +0000 |
---|---|---|
committer | Brian Evans <grknight@gentoo.org> | 2014-10-30 03:31:19 +0000 |
commit | 4ced93b10b03ff0f0ae718a72d29e06d1bb78078 (patch) | |
tree | 62376ce588bf06bcd441444f30b1c65a300a795d /dev-php/phpdepend | |
parent | Drop old (diff) | |
download | gentoo-2-4ced93b10b03ff0f0ae718a72d29e06d1bb78078.tar.gz gentoo-2-4ced93b10b03ff0f0ae718a72d29e06d1bb78078.tar.bz2 gentoo-2-4ced93b10b03ff0f0ae718a72d29e06d1bb78078.zip |
Drop old
(Portage version: 2.2.8-r2/cvs/Linux x86_64, signed Manifest commit with key 67C78E1D)
Diffstat (limited to 'dev-php/phpdepend')
-rw-r--r-- | dev-php/phpdepend/ChangeLog | 7 | ||||
-rw-r--r-- | dev-php/phpdepend/phpdepend-0.10.3.ebuild | 18 |
2 files changed, 5 insertions, 20 deletions
diff --git a/dev-php/phpdepend/ChangeLog b/dev-php/phpdepend/ChangeLog index 321f032e4931..1756897383bd 100644 --- a/dev-php/phpdepend/ChangeLog +++ b/dev-php/phpdepend/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-php/phpdepend -# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-php/phpdepend/ChangeLog,v 1.2 2013/11/25 22:08:27 mabi Exp $ +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-php/phpdepend/ChangeLog,v 1.3 2014/10/30 03:31:19 grknight Exp $ + + 30 Oct 2014; Brian Evans <grknight@gentoo.org> -phpdepend-0.10.3.ebuild: + Drop old *phpdepend-1.1.1 (25 Nov 2013) diff --git a/dev-php/phpdepend/phpdepend-0.10.3.ebuild b/dev-php/phpdepend/phpdepend-0.10.3.ebuild deleted file mode 100644 index b9b5d1b31212..000000000000 --- a/dev-php/phpdepend/phpdepend-0.10.3.ebuild +++ /dev/null @@ -1,18 +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/phpdepend/phpdepend-0.10.3.ebuild,v 1.2 2011/04/16 12:55:06 olemarkus Exp $ - -EAPI="3" -PHP_PEAR_CHANNEL="${FILESDIR}/channel.xml" -PHP_PEAR_PN="PHP_Depend" -inherit php-pear-lib-r1 - -DESCRIPTION="Static code analyser for PHP" -LICENSE="GPL-3" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="" -HOMEPAGE="http://www.pdepend.org" - -RDEPEND="${RDEPEND} - >=dev-lang/php-5.2.3" |