summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'dev-php/PEAR-File_Find/PEAR-File_Find-1.3.2.ebuild')
-rw-r--r--dev-php/PEAR-File_Find/PEAR-File_Find-1.3.2.ebuild17
1 files changed, 0 insertions, 17 deletions
diff --git a/dev-php/PEAR-File_Find/PEAR-File_Find-1.3.2.ebuild b/dev-php/PEAR-File_Find/PEAR-File_Find-1.3.2.ebuild
deleted file mode 100644
index 20beb5c53812..000000000000
--- a/dev-php/PEAR-File_Find/PEAR-File_Find-1.3.2.ebuild
+++ /dev/null
@@ -1,17 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="5"
-
-inherit php-pear-r1
-
-DESCRIPTION="A class that facillitates the search of filesystems"
-LICENSE="PHP-2.02"
-SLOT="0"
-KEYWORDS="alpha amd64 hppa ia64 ppc ppc64 sparc x86"
-IUSE=""
-
-src_unpack() {
- # see bug #476542
- tar xof "${DISTDIR}/${A}" --ignore-zeros
-}