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-Console_CommandLine | |
| 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-Console_CommandLine')
| -rw-r--r-- | dev-php/PEAR-Console_CommandLine/Manifest | 1 | ||||
| -rw-r--r-- | dev-php/PEAR-Console_CommandLine/PEAR-Console_CommandLine-1.2.6.ebuild | 56 | ||||
| -rw-r--r-- | dev-php/PEAR-Console_CommandLine/metadata.xml | 12 |
3 files changed, 0 insertions, 69 deletions
diff --git a/dev-php/PEAR-Console_CommandLine/Manifest b/dev-php/PEAR-Console_CommandLine/Manifest deleted file mode 100644 index 055772d25b61..000000000000 --- a/dev-php/PEAR-Console_CommandLine/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST Console_CommandLine-1.2.6.tgz 36389 BLAKE2B a2ad049324653d9e2dc5b438619dec5caed3cba1703395da0838ec521c08b37bdc693aa79ed87e2cc4e3e2382c7ebcaa340da34716eeb3700c4242cf5c05afdd SHA512 bd3a04915b6cc1dc07d2aad4c5714d7b3ed373c938bc945f0bd71d1686788d2be9cb9a3cdf5021f34a200b361d76a664921334d4e462e011502e37d0a8fbd891 diff --git a/dev-php/PEAR-Console_CommandLine/PEAR-Console_CommandLine-1.2.6.ebuild b/dev-php/PEAR-Console_CommandLine/PEAR-Console_CommandLine-1.2.6.ebuild deleted file mode 100644 index 4fd6c4253bee..000000000000 --- a/dev-php/PEAR-Console_CommandLine/PEAR-Console_CommandLine-1.2.6.ebuild +++ /dev/null @@ -1,56 +0,0 @@ -# Copyright 1999-2025 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -MY_PN="${PN/PEAR-/}" -MY_P="${MY_PN}-${PV}" - -DESCRIPTION="A full-featured command-line options and arguments parser" -HOMEPAGE="https://pear.php.net/package/Console_CommandLine" -SRC_URI="https://github.com/pear/${MY_PN}/archive/refs/tags/v${PV}.tar.gz -> ${MY_P}.tgz" -S="${WORKDIR}/${MY_P}" -LICENSE="MIT" -SLOT="0" -KEYWORDS="amd64 arm ~hppa ppc64 ~sparc x86" -IUSE="examples test" -RESTRICT="!test? ( test )" - -RDEPEND="dev-lang/php:* - dev-php/PEAR-Exception" - -# Beware, the test suite really needs PEAR-PEAR. -BDEPEND="test? ( ${RDEPEND} dev-php/PEAR-PEAR )" - -src_prepare() { - # There's one occurrence of @data_dir@ that needs to be replaced - # This location just has to agree with where we put the "data" - # directory during src_install(). - default - sed -i "s|@data_dir@|${EPREFIX}/usr/share|" \ - Console/CommandLine/XmlParser.php || die - - # These two fail, but only due to the ordering of the associative - # arrays in the expected output. Github issue tracking is disabled - # but the current maintainer of the repo has been emailed about it. - rm tests/console_commandline_{addargument,addoption}.phpt || die -} - -src_install() { - use examples && dodoc -r docs/examples - - insinto "/usr/share/${MY_PN}" - doins -r data - - insinto /usr/share/php - doins -r Console -} - -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-Console_CommandLine/metadata.xml b/dev-php/PEAR-Console_CommandLine/metadata.xml deleted file mode 100644 index ef95d9c7ac13..000000000000 --- a/dev-php/PEAR-Console_CommandLine/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/Console_CommandLine</remote-id> - <remote-id type="pear">Console_CommandLine</remote-id> - </upstream> -</pkgmetadata> |
