summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrian Evans <grknight@gentoo.org>2018-04-23 09:37:09 -0400
committerBrian Evans <grknight@gentoo.org>2018-04-23 09:59:04 -0400
commit443127eae94847af253b4ab6c7964d845dce624b (patch)
treeeb9cdac42b10561f03bfb8f81fa3507f4790ea35 /dev-php
parentdev-php/PEAR-Config: Revbump to fix tests (diff)
downloadgentoo-443127eae94847af253b4ab6c7964d845dce624b.tar.gz
gentoo-443127eae94847af253b4ab6c7964d845dce624b.tar.bz2
gentoo-443127eae94847af253b4ab6c7964d845dce624b.zip
dev-php/PEAR-Config: Drop old
Package-Manager: Portage-2.3.31, Repoman-2.3.9
Diffstat (limited to 'dev-php')
-rw-r--r--dev-php/PEAR-Config/Manifest1
-rw-r--r--dev-php/PEAR-Config/PEAR-Config-1.10.12-r1.ebuild13
-rw-r--r--dev-php/PEAR-Config/PEAR-Config-2.0.0_pre20140323.ebuild22
3 files changed, 0 insertions, 36 deletions
diff --git a/dev-php/PEAR-Config/Manifest b/dev-php/PEAR-Config/Manifest
index 44a8e5a86df7..490f5af63c62 100644
--- a/dev-php/PEAR-Config/Manifest
+++ b/dev-php/PEAR-Config/Manifest
@@ -1,2 +1 @@
-DIST Config-1.10.12.tgz 32291 BLAKE2B 8df42a9c3c34c7fe6cb7f5ffae75488e4cb557bde97c84e044356471d618cfa9ca9ce350cf5346bf9251e89f9716126b1bc342b4765ea81de2235fdcc51527e9 SHA512 c4ebb92d1440fbbb5119341eae7d90944661da35236af1d7ea8ed6753913aa2805a2256e8cb58b7c72f0ff0c56022c72e7d432be9e3e729001004192cbef0642
DIST Config-2.0.0_pre20140323.tar.gz 34309 BLAKE2B 4c9af6b488f874f58a54a6051a41dbbfd04d2ca042089ce1433b5a11ec2e3e7d35c0b4a08bae7cb5081a7da0d5d08c5f14e982178e1cc409194f80cc46cd4e32 SHA512 7056724cde7d39f5a2ac69c8e2dffd0ff57cb8caba6f014b5cb2a3b047946ca160fb4c30c01cf1986286d885893c9e0f504cee8920b46324987f707b5408be24
diff --git a/dev-php/PEAR-Config/PEAR-Config-1.10.12-r1.ebuild b/dev-php/PEAR-Config/PEAR-Config-1.10.12-r1.ebuild
deleted file mode 100644
index fc014c497089..000000000000
--- a/dev-php/PEAR-Config/PEAR-Config-1.10.12-r1.ebuild
+++ /dev/null
@@ -1,13 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-inherit php-pear-r1
-
-DESCRIPTION="Provides multiple methods for configuration manipulation"
-LICENSE="PHP-2.02"
-SLOT="0"
-KEYWORDS="~amd64 ~hppa ~ppc ~ppc64 ~sparc ~x86"
-IUSE="xml"
-RDEPEND="xml? ( dev-php/PEAR-XML_Parser dev-php/PEAR-XML_Util )"
diff --git a/dev-php/PEAR-Config/PEAR-Config-2.0.0_pre20140323.ebuild b/dev-php/PEAR-Config/PEAR-Config-2.0.0_pre20140323.ebuild
deleted file mode 100644
index 684a28704a96..000000000000
--- a/dev-php/PEAR-Config/PEAR-Config-2.0.0_pre20140323.ebuild
+++ /dev/null
@@ -1,22 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit php-pear-r2 vcs-snapshot
-
-DESCRIPTION="Provides multiple methods for configuration manipulation"
-LICENSE="PHP-2.02"
-SLOT="0"
-KEYWORDS="~amd64 ~hppa ~ppc ~ppc64 ~sparc ~x86"
-IUSE="xml"
-RDEPEND="xml? ( dev-php/PEAR-XML_Parser dev-php/PEAR-XML_Util )"
-SRC_URI="https://github.com/pear/Config/archive/606a24034ad80f9d6ccb5a8b698b702b392e4674.tar.gz -> ${PEAR_P}.tar.gz"
-DOCS=( docs/TODO )
-HTML_DOCS=( docs/Apache.php docs/IniCommented.php docs/IniFromScratch.php )
-
-src_prepare() {
- # Move snapshot location to where the eclass expects
- mv "${S}/package.xml" "${WORKDIR}/package.xml" || die
- eapply_user
-}