commit: 38292bdec99bf6798a905e5ef057f9524c593d13 Author: Viorel Munteanu <ceamac <AT> gentoo <DOT> org> AuthorDate: Thu Jul 11 17:36:40 2024 +0000 Commit: Viorel Munteanu <ceamac <AT> gentoo <DOT> org> CommitDate: Thu Jul 11 18:43:38 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=38292bde
dev-php/PEAR-System_Command: treeclean Bug: https://bugs.gentoo.org/933998 Signed-off-by: Viorel Munteanu <ceamac <AT> gentoo.org> dev-php/PEAR-System_Command/Manifest | 1 - .../PEAR-System_Command-1.0.8-r1.ebuild | 27 ---------------------- dev-php/PEAR-System_Command/metadata.xml | 12 ---------- 3 files changed, 40 deletions(-) diff --git a/dev-php/PEAR-System_Command/Manifest b/dev-php/PEAR-System_Command/Manifest deleted file mode 100644 index a289806819b6..000000000000 --- a/dev-php/PEAR-System_Command/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST System_Command-1.0.8.tgz 6528 BLAKE2B b1aaf2a55f65cd020d7d619dae7c758480241f2be77eea0777cab12ad904522b8e4d8021168e1455fa8c89fabfc87c7e89a581af267dbfbab174898b0d6b8e97 SHA512 37aa9624fe566cdd8613ffd021ba32c2a3f0818b8881933dc1c2e12e2e03773b98b4295b46ef54baca26fb07015c0db2b87e44136f46c09f820994905241acee diff --git a/dev-php/PEAR-System_Command/PEAR-System_Command-1.0.8-r1.ebuild b/dev-php/PEAR-System_Command/PEAR-System_Command-1.0.8-r1.ebuild deleted file mode 100644 index cd79f8405fcb..000000000000 --- a/dev-php/PEAR-System_Command/PEAR-System_Command-1.0.8-r1.ebuild +++ /dev/null @@ -1,27 +0,0 @@ -# Copyright 1999-2024 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="PHP command-line execution interface" -HOMEPAGE="https://pear.php.net/package/System_Command" -SRC_URI="http://download.pear.php.net/package/${MY_P}.tgz" -LICENSE="PHP-3.01" -SLOT="0" -KEYWORDS="amd64 ~hppa ppc64 sparc x86" -IUSE="examples" - -RDEPEND="dev-lang/php:* - dev-php/PEAR-PEAR" - -S="${WORKDIR}/${MY_P}" - -src_install() { - use examples && dodoc -r docs/test.php - - insinto /usr/share/php - doins -r System -} diff --git a/dev-php/PEAR-System_Command/metadata.xml b/dev-php/PEAR-System_Command/metadata.xml deleted file mode 100644 index f71d72ea7eca..000000000000 --- a/dev-php/PEAR-System_Command/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>[email protected]</email> - <name>PHP</name> - </maintainer> - <upstream> - <remote-id type="github">pear/System_Command</remote-id> - <remote-id type="pear">System_Command</remote-id> - </upstream> -</pkgmetadata>
