commit: 443127eae94847af253b4ab6c7964d845dce624b Author: Brian Evans <grknight <AT> gentoo <DOT> org> AuthorDate: Mon Apr 23 13:37:09 2018 +0000 Commit: Brian Evans <grknight <AT> gentoo <DOT> org> CommitDate: Mon Apr 23 13:59:04 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=443127ea
dev-php/PEAR-Config: Drop old Package-Manager: Portage-2.3.31, Repoman-2.3.9 dev-php/PEAR-Config/Manifest | 1 - dev-php/PEAR-Config/PEAR-Config-1.10.12-r1.ebuild | 13 ------------- .../PEAR-Config-2.0.0_pre20140323.ebuild | 22 ---------------------- 3 files changed, 36 deletions(-) diff --git a/dev-php/PEAR-Config/Manifest b/dev-php/PEAR-Config/Manifest index 44a8e5a86df..490f5af63c6 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 fc014c49708..00000000000 --- 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 684a28704a9..00000000000 --- 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 -}
