diff options
author | V3n3RiX <venerix@redcorelinux.org> | 2021-04-28 20:21:43 +0100 |
---|---|---|
committer | V3n3RiX <venerix@redcorelinux.org> | 2021-04-28 20:21:43 +0100 |
commit | 40aaaa64e86ba6710bbeb31c4615a6ce80e75e11 (patch) | |
tree | 758c221bad35c9288d0bd6df9c7dfc226728e52c /dev-php/PEAR-Config | |
parent | 8d5dbd847cbc704a6a06405856e94b461011afe3 (diff) |
gentoo resync : 28.04.2021
Diffstat (limited to 'dev-php/PEAR-Config')
-rw-r--r-- | dev-php/PEAR-Config/Manifest | 3 | ||||
-rw-r--r-- | dev-php/PEAR-Config/PEAR-Config-2.0.0_pre20140323-r1.ebuild | 30 | ||||
-rw-r--r-- | dev-php/PEAR-Config/metadata.xml | 8 |
3 files changed, 0 insertions, 41 deletions
diff --git a/dev-php/PEAR-Config/Manifest b/dev-php/PEAR-Config/Manifest deleted file mode 100644 index e12e5c5c5dc1..000000000000 --- a/dev-php/PEAR-Config/Manifest +++ /dev/null @@ -1,3 +0,0 @@ -DIST Config-2.0.0_pre20140323.tar.gz 34309 BLAKE2B 4c9af6b488f874f58a54a6051a41dbbfd04d2ca042089ce1433b5a11ec2e3e7d35c0b4a08bae7cb5081a7da0d5d08c5f14e982178e1cc409194f80cc46cd4e32 SHA512 7056724cde7d39f5a2ac69c8e2dffd0ff57cb8caba6f014b5cb2a3b047946ca160fb4c30c01cf1986286d885893c9e0f504cee8920b46324987f707b5408be24 -EBUILD PEAR-Config-2.0.0_pre20140323-r1.ebuild 945 BLAKE2B 9158dd27b74f24e884bcfad85cb6cd0ab5e71321fd186610c066c51ca8e6e002d430d6342bcaeda75bd3969d8c4ed7260858617f02989bdf8c4df9a21b7b7d38 SHA512 6816adf83bf89986f3c13d5f76009bc74d706237421ff488d2a81307ef9bafe7b024400fce1b3b8f46e971dcbabb1fa0c8b973c01c312582c85b0e07c91ed6d8 -MISC metadata.xml 239 BLAKE2B 9b7c5dcb74289073481cf07031b7a92f32496cc1097becb074d74a8fbb8133de429ce1baf284e446e44132943c8b32e6b824570f15828588e42ea49ef5661f00 SHA512 2181b874bfe8cd31e7730d8207e26cfd2f272eaf2d1b57ae0faff126347a5298fa1c506d9107e1da9736c8a0ed9c8c339e4d9509a8726b79dbe86e073c12dee0 diff --git a/dev-php/PEAR-Config/PEAR-Config-2.0.0_pre20140323-r1.ebuild b/dev-php/PEAR-Config/PEAR-Config-2.0.0_pre20140323-r1.ebuild deleted file mode 100644 index 441cc05883f8..000000000000 --- a/dev-php/PEAR-Config/PEAR-Config-2.0.0_pre20140323-r1.ebuild +++ /dev/null @@ -1,30 +0,0 @@ -# Copyright 1999-2019 Gentoo Authors -# 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="test xml" -RESTRICT="!test? ( test )" -RDEPEND="xml? ( dev-php/PEAR-XML_Parser dev-php/PEAR-XML_Util )" -DEPEND="test? ( ${RDEPEND} )" -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 - sed -i 's/&new/new/' test/phpt_test.php.inc || die - sed -i 's/& new/ new/' test/bug6441.phpt || die - eapply_user -} - -src_test() { - pear run-tests test || die "Tests failed" -} diff --git a/dev-php/PEAR-Config/metadata.xml b/dev-php/PEAR-Config/metadata.xml deleted file mode 100644 index b86acf66c756..000000000000 --- a/dev-php/PEAR-Config/metadata.xml +++ /dev/null @@ -1,8 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> -<pkgmetadata> - <maintainer type="project"> - <email>php-bugs@gentoo.org</email> - <name>PHP</name> - </maintainer> -</pkgmetadata> |