diff options
author | Brian Evans <grknight@gentoo.org> | 2018-03-19 10:50:29 -0400 |
---|---|---|
committer | Brian Evans <grknight@gentoo.org> | 2018-03-19 11:03:13 -0400 |
commit | cb110bc6d6095b014a53aff87494a2e813ef38f6 (patch) | |
tree | 73b76affbfb3bfdc48850e5e9c3d50d4293f1342 /dev-php | |
parent | dev-php/PEAR-Structures_DataGrid - Remove package (diff) | |
download | gentoo-cb110bc6d6095b014a53aff87494a2e813ef38f6.tar.gz gentoo-cb110bc6d6095b014a53aff87494a2e813ef38f6.tar.bz2 gentoo-cb110bc6d6095b014a53aff87494a2e813ef38f6.zip |
dev-php/PEAR-PHP_CompatInfo - Remove package
Bug: https://bugs.gentoo.org/647768
Diffstat (limited to 'dev-php')
-rw-r--r-- | dev-php/PEAR-PHP_CompatInfo/Manifest | 1 | ||||
-rw-r--r-- | dev-php/PEAR-PHP_CompatInfo/PEAR-PHP_CompatInfo-1.9.0.ebuild | 19 | ||||
-rw-r--r-- | dev-php/PEAR-PHP_CompatInfo/metadata.xml | 8 |
3 files changed, 0 insertions, 28 deletions
diff --git a/dev-php/PEAR-PHP_CompatInfo/Manifest b/dev-php/PEAR-PHP_CompatInfo/Manifest deleted file mode 100644 index 5ac5dc3edabe..000000000000 --- a/dev-php/PEAR-PHP_CompatInfo/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST PHP_CompatInfo-1.9.0.tgz 180340 BLAKE2B ce8ece803bedd4a53668e955bfd33616afbf23bc8a50fb9928003a3fc472810afcca06bd3bdd5c17c28a2101db766ee88ca39f792eb262060f5850581943173d SHA512 0fdb2416364a20a1199195d523da1fe22edc3c5b9cdf58f2e8c14474437efccb07eac203c24cee12e11d8e82034429555be9edcb350ffc1e15946ddbc05e9ac6 diff --git a/dev-php/PEAR-PHP_CompatInfo/PEAR-PHP_CompatInfo-1.9.0.ebuild b/dev-php/PEAR-PHP_CompatInfo/PEAR-PHP_CompatInfo-1.9.0.ebuild deleted file mode 100644 index 7ce4c9aa4cb0..000000000000 --- a/dev-php/PEAR-PHP_CompatInfo/PEAR-PHP_CompatInfo-1.9.0.ebuild +++ /dev/null @@ -1,19 +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="Determine minimum version and the extensions required for a piece of code to run" - -LICENSE="PHP-3.01" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="minimal" - -RDEPEND="dev-lang/php[tokenizer] - !minimal? ( >=dev-php/PEAR-Console_Table-1.0.5 - >=dev-php/PEAR-Console_Getargs-1.3.3 - >=dev-php/PEAR-XML_Util-1.1.4 - >=dev-php/phpunit-3.2.0 )" diff --git a/dev-php/PEAR-PHP_CompatInfo/metadata.xml b/dev-php/PEAR-PHP_CompatInfo/metadata.xml deleted file mode 100644 index b86acf66c756..000000000000 --- a/dev-php/PEAR-PHP_CompatInfo/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> |