summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'dev-php/PEAR-PHP_CompatInfo/PEAR-PHP_CompatInfo-1.5.0.ebuild')
-rw-r--r--dev-php/PEAR-PHP_CompatInfo/PEAR-PHP_CompatInfo-1.5.0.ebuild25
1 files changed, 0 insertions, 25 deletions
diff --git a/dev-php/PEAR-PHP_CompatInfo/PEAR-PHP_CompatInfo-1.5.0.ebuild b/dev-php/PEAR-PHP_CompatInfo/PEAR-PHP_CompatInfo-1.5.0.ebuild
deleted file mode 100644
index c9a712e77992..000000000000
--- a/dev-php/PEAR-PHP_CompatInfo/PEAR-PHP_CompatInfo-1.5.0.ebuild
+++ /dev/null
@@ -1,25 +0,0 @@
-# Copyright 1999-2007 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-PHP_CompatInfo/PEAR-PHP_CompatInfo-1.5.0.ebuild,v 1.1 2007/11/15 18:58:30 jokey Exp $
-
-inherit php-pear-r1 depend.php eutils
-
-DESCRIPTION="Find out the minimum version and the extensions required for a piece of code to run."
-
-LICENSE="PHP"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="minimal"
-
-RDEPEND="!minimal? ( >=dev-php/PEAR-Console_Table-1.0.5
- >=dev-php/PEAR-Console_Getargs-1.3.3 )"
-
-src_unpack() {
- unpack ${A}
- cd "${S}"
- edos2unix $(find . -type f -print)
-}
-
-pkg_setup() {
- require_php_with_use tokenizer
-}