summaryrefslogtreecommitdiff
path: root/dev-php/PEAR-File_Find
diff options
context:
space:
mode:
Diffstat (limited to 'dev-php/PEAR-File_Find')
-rw-r--r--dev-php/PEAR-File_Find/Manifest3
-rw-r--r--dev-php/PEAR-File_Find/PEAR-File_Find-1.3.3.ebuild46
-rw-r--r--dev-php/PEAR-File_Find/metadata.xml12
3 files changed, 0 insertions, 61 deletions
diff --git a/dev-php/PEAR-File_Find/Manifest b/dev-php/PEAR-File_Find/Manifest
deleted file mode 100644
index ae785229ac71..000000000000
--- a/dev-php/PEAR-File_Find/Manifest
+++ /dev/null
@@ -1,3 +0,0 @@
-DIST File_Find-1.3.3.tgz 8212 BLAKE2B be45210efcf1aad52df123dd141f1a8ea62321a25cb460da4384456baeff13b51f8850f44e08cb75baa350e7b2a1419b27d89dd5a81f58a7302ab93c95c274a3 SHA512 f912e1f680c5869380791979bd33dabce0e95e40a84ee188052b2be8280de806fd117c11d66b98b7072724ecd9d57203ee5a32fe35705c337e73393fec075bb0
-EBUILD PEAR-File_Find-1.3.3.ebuild 1168 BLAKE2B 6fd6f930d12c1e4759cc768054708ab02265be8049f25f7f831db53541e963228b7f2e7aad50c32400e34bbec38797102dd61bd0069c43f1c5652524bfd7c3c8 SHA512 f7d18e71b0fca93c0ec4cb924831b837e9147cf2aba9588c37335a4f8776ab18d9586f7eb233287dc8a01b28344c59edf65ad4ff7c1ae619a5cd02b22c2c7115
-MISC metadata.xml 378 BLAKE2B c9f02a1e6fde6a80b878c3d6408cb4c828e373b41c5154018d0129ffe050e997ed5b05a734a8b750c3fcc17135d2ffdf189d93eb3606a14da1e10d6310d7172d SHA512 2703a7b648196301fe6a5ff25acee9dc756fc0a4387d5f87a6f8f5ee779b8e4c27f138d2f4ab8f7c0a481bc2e5555b503ca09a349f9519477ffee8827dba46b8
diff --git a/dev-php/PEAR-File_Find/PEAR-File_Find-1.3.3.ebuild b/dev-php/PEAR-File_Find/PEAR-File_Find-1.3.3.ebuild
deleted file mode 100644
index aabe1137ca4b..000000000000
--- a/dev-php/PEAR-File_Find/PEAR-File_Find-1.3.3.ebuild
+++ /dev/null
@@ -1,46 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-MY_PN="${PN/PEAR-/}"
-MY_P="${MY_PN}-${PV}"
-
-DESCRIPTION="A class that facillitates the search of filesystems"
-HOMEPAGE="https://pear.php.net/package/File_Find"
-SRC_URI="http://download.pear.php.net/package/${MY_P}.tgz"
-LICENSE="PHP-3.01"
-SLOT="0"
-KEYWORDS="amd64 ~hppa ppc ppc64 sparc x86"
-IUSE="test"
-RESTRICT="!test? ( test )"
-
-# Really only needs PEAR-Exception at runtime.
-RDEPEND="dev-lang/php:*
- dev-php/PEAR-PEAR"
-DEPEND="test? ( dev-php/PEAR-PEAR )"
-
-S="${WORKDIR}/${MY_P}"
-
-src_prepare() {
- eapply_user
-
- # Without this sed, the test suite will try (and fail) to mess
- # around in /tmp.
- sed -i "s~'/tmp'~'${T}'~" tests/setup.php \
- || die 'failed to fix temporary directory in tests/setup.php'
-}
-
-src_install() {
- insinto /usr/share/php
- doins -r File
-}
-
-src_test() {
- # Requires the "pear" executable from dev-php/PEAR-PEAR.
- pear run-tests tests || die
-
- # The command succeeds regardless of whether or not the test suite
- # passed, but this file is only written when there was a failure.
- [[ -f run-tests.log ]] && die "test suite failed"
-}
diff --git a/dev-php/PEAR-File_Find/metadata.xml b/dev-php/PEAR-File_Find/metadata.xml
deleted file mode 100644
index 00c5a562b643..000000000000
--- a/dev-php/PEAR-File_Find/metadata.xml
+++ /dev/null
@@ -1,12 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
- <maintainer type="project">
- <email>php-bugs@gentoo.org</email>
- <name>PHP</name>
- </maintainer>
- <upstream>
- <remote-id type="github">pear/File_Find</remote-id>
- <remote-id type="pear">File_Find</remote-id>
- </upstream>
-</pkgmetadata>