summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'dev-php/phpdepend')
-rw-r--r--dev-php/phpdepend/Manifest2
-rw-r--r--dev-php/phpdepend/files/channel.xml16
-rw-r--r--dev-php/phpdepend/phpdepend-1.1.1.ebuild26
-rw-r--r--dev-php/phpdepend/phpdepend-2.2.2.ebuild25
4 files changed, 0 insertions, 69 deletions
diff --git a/dev-php/phpdepend/Manifest b/dev-php/phpdepend/Manifest
index 05b0378a2232..d8849316513d 100644
--- a/dev-php/phpdepend/Manifest
+++ b/dev-php/phpdepend/Manifest
@@ -1,3 +1 @@
-DIST PHP_Depend-1.1.1.tgz 181421 SHA256 64a03e82f6b38b4bd0187a27c2cc2bf47c76790b0f4e806dcdeab36ccc6e40f9 SHA512 688e8d0000a14fcc5eb4469d02177c6894f9172d2ae3813712c0af745f75327b6434a1a770d1c299bfce7c380fe5aeb3b9f9de26f4bf984d733437142bf7621b WHIRLPOOL f492e67b6e77985face1b50814dcbe4744d08cd83b8abfac8bc36254f4b67a866a53d3e15a9020a4a2ded7d5c12bbf36b949b2590aa778c8f5bd4ee7371679b6
-DIST phpdepend-2.2.2.phar 677194 SHA256 fdf8439b1485a6e8f02817e31621b5f929aad43dac9a672d076b054ecd354e4c SHA512 47519aa9f60b2dd393794fc6588f10f247b035367d514234d1e84bb564ff4ebd148dd299342722e4629847b0c0b625ba61a30bbe374215e4731a6d8187374ccc WHIRLPOOL df88d89480577ee662a553884642fbbebe00ae6764c2754ded10e237a54bd1da1d9199874158d0c7bf2e46bd98296596fb5cda4bd96407a40f04c25439a5a4b8
DIST phpdepend-2.3.2.tar.gz 187985 SHA256 6edbb892ece8a9e811d9bee071442ca9b393ac3a4110b3d1db45e0c9c0b03887 SHA512 00c9af24f9e17f1935d2d0315b4204d47d4a6d1ebcf4e22e9860ff4eb9292e25da7171f2a95b2ba545872b55042f3ac6c495105f67635fdd1386e96494f8ccdd WHIRLPOOL 42bd82efca09fd672c6c087a8067f02f9b8d6717df2023ab38499f8833a81a93833940e466707f985cdd938c6d86075ad526af02e4fe53582c23b3e392b64ca1
diff --git a/dev-php/phpdepend/files/channel.xml b/dev-php/phpdepend/files/channel.xml
deleted file mode 100644
index f1587121b7c4..000000000000
--- a/dev-php/phpdepend/files/channel.xml
+++ /dev/null
@@ -1,16 +0,0 @@
-<?xml version="1.0" encoding="UTF-8" ?>
-<channel version="1.0" xmlns="http://pear.php.net/channel-1.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://pear.php.net/channel-1.0 http://pear.php.net/dtd/channel-1.0.xsd">
- <name>pear.pdepend.org</name>
- <summary>PHP Depend PEAR channel</summary>
- <suggestedalias>pdepend</suggestedalias>
- <servers>
- <primary>
- <rest>
- <baseurl type="REST1.0">http://pear.pdepend.org/rest/</baseurl>
- <baseurl type="REST1.1">http://pear.pdepend.org/rest/</baseurl>
- <baseurl type="REST1.2">http://pear.pdepend.org/rest/</baseurl>
- <baseurl type="REST1.3">http://pear.pdepend.org/rest/</baseurl>
- </rest>
- </primary>
- </servers>
-</channel> \ No newline at end of file
diff --git a/dev-php/phpdepend/phpdepend-1.1.1.ebuild b/dev-php/phpdepend/phpdepend-1.1.1.ebuild
deleted file mode 100644
index 8e0da0d59a59..000000000000
--- a/dev-php/phpdepend/phpdepend-1.1.1.ebuild
+++ /dev/null
@@ -1,26 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI="5"
-
-PHP_PEAR_CHANNEL="${FILESDIR}/channel.xml"
-PHP_PEAR_PN="PHP_Depend"
-PHP_PEAR_URI="pear.pdepend.org"
-
-inherit php-pear-lib-r1
-
-DESCRIPTION="Static code analyser for PHP"
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-HOMEPAGE="http://www.pdepend.org"
-
-RDEPEND="${RDEPEND}
- >=dev-lang/php-5.2.3"
-
-src_unpack() {
- # we only have one file in $A and it contains a lone zero block
- tar xf "${DISTDIR}/${A}" --ignore-zeros
-}
diff --git a/dev-php/phpdepend/phpdepend-2.2.2.ebuild b/dev-php/phpdepend/phpdepend-2.2.2.ebuild
deleted file mode 100644
index 12ff3a22244e..000000000000
--- a/dev-php/phpdepend/phpdepend-2.2.2.ebuild
+++ /dev/null
@@ -1,25 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI="5"
-
-DESCRIPTION="Static code analyser for PHP"
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-HOMEPAGE="http://www.pdepend.org"
-SRC_URI="http://static.pdepend.org/php/${PV}/pdepend.phar -> ${P}.phar"
-
-RDEPEND=">=dev-lang/php-5.2.3:*[phar]"
-S="${WORKDIR}"
-
-src_unpack() { :; }
-
-src_install() {
- insinto /usr/share/php/${PN}
- insopts -m755
- newins "${DISTDIR}/${P}.phar" ${PN}.phar
- dosym /usr/share/php/${PN}/${PN}.phar /usr/bin/${PN}
-}