diff options
author | Brian Evans <grknight@gentoo.org> | 2018-02-18 21:04:42 -0500 |
---|---|---|
committer | Brian Evans <grknight@gentoo.org> | 2018-02-18 21:04:42 -0500 |
commit | 5622ada56f912dac54813aa98eb59a7f2f956268 (patch) | |
tree | f5cf4c2ac632a73bd815a46f28c1a1a97266900c /dev-php/PEAR-File_Find | |
parent | net-p2p/xmr-stak: use "dev" branch for -99999 (diff) | |
download | gentoo-5622ada56f912dac54813aa98eb59a7f2f956268.tar.gz gentoo-5622ada56f912dac54813aa98eb59a7f2f956268.tar.bz2 gentoo-5622ada56f912dac54813aa98eb59a7f2f956268.zip |
dev-php/PEAR-File_Find: Drop old
Package-Manager: Portage-2.3.24, Repoman-2.3.6
Diffstat (limited to 'dev-php/PEAR-File_Find')
-rw-r--r-- | dev-php/PEAR-File_Find/Manifest | 1 | ||||
-rw-r--r-- | dev-php/PEAR-File_Find/PEAR-File_Find-1.3.2.ebuild | 17 |
2 files changed, 0 insertions, 18 deletions
diff --git a/dev-php/PEAR-File_Find/Manifest b/dev-php/PEAR-File_Find/Manifest index 89d8a963be58..18e16094dcee 100644 --- a/dev-php/PEAR-File_Find/Manifest +++ b/dev-php/PEAR-File_Find/Manifest @@ -1,2 +1 @@ -DIST File_Find-1.3.2.tgz 8157 BLAKE2B 5993f18526fcbec1dea92bf94d1223ca37a9d83345ed0bb2c4b78831eb813ca8609c4f83b41d2948bbd8d17c498cbf704f406ad82581ea93246d164a544e7a04 SHA512 c764c3ad9b215a3c371414c94af191531ea714d5bc02b63debdf063b1a85aac952655ef64c92ce50c838bd49700956406fd4d314327f2d84c7c4b90258defce4 DIST File_Find-1.3.3.tgz 8212 BLAKE2B be45210efcf1aad52df123dd141f1a8ea62321a25cb460da4384456baeff13b51f8850f44e08cb75baa350e7b2a1419b27d89dd5a81f58a7302ab93c95c274a3 SHA512 f912e1f680c5869380791979bd33dabce0e95e40a84ee188052b2be8280de806fd117c11d66b98b7072724ecd9d57203ee5a32fe35705c337e73393fec075bb0 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 -} |