summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorViorel Munteanu <ceamac@gentoo.org>2024-07-11 20:36:40 +0300
committerViorel Munteanu <ceamac@gentoo.org>2024-07-11 21:43:38 +0300
commit38292bdec99bf6798a905e5ef057f9524c593d13 (patch)
tree7af8f3d1dd5355d3b09101c7de02952a0b6bac93 /dev-php
parentdev-php/PEAR-Spreadsheet_Excel_Writer: treeclean (diff)
downloadgentoo-38292bdec99bf6798a905e5ef057f9524c593d13.tar.gz
gentoo-38292bdec99bf6798a905e5ef057f9524c593d13.tar.bz2
gentoo-38292bdec99bf6798a905e5ef057f9524c593d13.zip
dev-php/PEAR-System_Command: treeclean
Bug: https://bugs.gentoo.org/933998 Signed-off-by: Viorel Munteanu <ceamac@gentoo.org>
Diffstat (limited to 'dev-php')
-rw-r--r--dev-php/PEAR-System_Command/Manifest1
-rw-r--r--dev-php/PEAR-System_Command/PEAR-System_Command-1.0.8-r1.ebuild27
-rw-r--r--dev-php/PEAR-System_Command/metadata.xml12
3 files changed, 0 insertions, 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>php-bugs@gentoo.org</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>