diff options
| author | root <root@alpha.trunkmasters.com> | 2026-06-04 16:24:49 -0500 |
|---|---|---|
| committer | root <root@alpha.trunkmasters.com> | 2026-06-04 16:24:49 -0500 |
| commit | a3ceca1b4c0d9bdb550dc23f06ffbb5a8e033bc7 (patch) | |
| tree | 0c52bbae1c242fbc296bd650fcd1167685f81492 /dev-php/PEAR-Exception | |
| parent | bfd9c39e4712ebdb442d4ca0673061faed1e70e1 (diff) | |
| download | baldeagleos-repo-a3ceca1b4c0d9bdb550dc23f06ffbb5a8e033bc7.tar.gz baldeagleos-repo-a3ceca1b4c0d9bdb550dc23f06ffbb5a8e033bc7.tar.xz baldeagleos-repo-a3ceca1b4c0d9bdb550dc23f06ffbb5a8e033bc7.zip | |
Adding metadata
Diffstat (limited to 'dev-php/PEAR-Exception')
| -rw-r--r-- | dev-php/PEAR-Exception/Manifest | 1 | ||||
| -rw-r--r-- | dev-php/PEAR-Exception/PEAR-Exception-1.0.2.ebuild | 29 | ||||
| -rw-r--r-- | dev-php/PEAR-Exception/metadata.xml | 13 |
3 files changed, 0 insertions, 43 deletions
diff --git a/dev-php/PEAR-Exception/Manifest b/dev-php/PEAR-Exception/Manifest deleted file mode 100644 index 8700aff21566..000000000000 --- a/dev-php/PEAR-Exception/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST PEAR_Exception-1.0.2.tgz 5458 BLAKE2B f6e7bc452729ec4419650a0fbd6ef091dd5ec1b91804e1b59c598e44d3c04bf043084e385daa56fd1f6c012090010490922627a465061fe57ef9d74a49960e91 SHA512 80022c03bb665307a9feea88312301c86c903c5b8737559f59fc0028a08976976dd21e19a7dc805c27ec41f90ebd310012cd56ba2c2c006cf0df7cea69323a91 diff --git a/dev-php/PEAR-Exception/PEAR-Exception-1.0.2.ebuild b/dev-php/PEAR-Exception/PEAR-Exception-1.0.2.ebuild deleted file mode 100644 index eb63dd673bb6..000000000000 --- a/dev-php/PEAR-Exception/PEAR-Exception-1.0.2.ebuild +++ /dev/null @@ -1,29 +0,0 @@ -# Copyright 1999-2025 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -MY_PN="${PN/-/_}" -MY_P="${MY_PN}-${PV}" - -DESCRIPTION="The PEAR Exception base class" -HOMEPAGE="https://pear.php.net/package/PEAR_Exception" -SRC_URI="http://download.pear.php.net/package/${MY_P}.tgz" -S="${WORKDIR}/${MY_P}" -LICENSE="BSD-2" -SLOT="0" -KEYWORDS="~alpha amd64 arm ~hppa ppc64 ~riscv ~s390 ~sparc x86" -IUSE="test" -RESTRICT="!test? ( test )" -RDEPEND="dev-lang/php:* - !<=dev-php/PEAR-PEAR-1.10.3-r1" -DEPEND="test? ( ${RDEPEND} dev-php/phpunit )" - -src_install() { - insinto /usr/share/php - doins -r PEAR -} - -src_test() { - phpunit --do-not-cache-result tests || die "test suite failed" -} diff --git a/dev-php/PEAR-Exception/metadata.xml b/dev-php/PEAR-Exception/metadata.xml deleted file mode 100644 index e29745256072..000000000000 --- a/dev-php/PEAR-Exception/metadata.xml +++ /dev/null @@ -1,13 +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/pear_exception</remote-id> - <remote-id type="pear">PEAR_Exception</remote-id> - </upstream> - <stabilize-allarches/> -</pkgmetadata> |
