summaryrefslogtreecommitdiff
path: root/dev-php/PEAR-System_Command
diff options
context:
space:
mode:
authorV3n3RiX <venerix@koprulu.sector>2024-07-12 12:25:39 +0100
committerV3n3RiX <venerix@koprulu.sector>2024-07-12 12:25:39 +0100
commit37bccfe5e76c5740c4ef5ba1179e9488d8404075 (patch)
treec0c962a2e83c1f38816a021ecd34c2e8c80db528 /dev-php/PEAR-System_Command
parent496ef6155c315ac3628b472dc9b4146fa2684286 (diff)
gentoo auto-resync : 12:07:2024 - 12:25:38
Diffstat (limited to 'dev-php/PEAR-System_Command')
-rw-r--r--dev-php/PEAR-System_Command/Manifest3
-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, 42 deletions
diff --git a/dev-php/PEAR-System_Command/Manifest b/dev-php/PEAR-System_Command/Manifest
deleted file mode 100644
index deeb3e779e82..000000000000
--- a/dev-php/PEAR-System_Command/Manifest
+++ /dev/null
@@ -1,3 +0,0 @@
-DIST System_Command-1.0.8.tgz 6528 BLAKE2B b1aaf2a55f65cd020d7d619dae7c758480241f2be77eea0777cab12ad904522b8e4d8021168e1455fa8c89fabfc87c7e89a581af267dbfbab174898b0d6b8e97 SHA512 37aa9624fe566cdd8613ffd021ba32c2a3f0818b8881933dc1c2e12e2e03773b98b4295b46ef54baca26fb07015c0db2b87e44136f46c09f820994905241acee
-EBUILD PEAR-System_Command-1.0.8-r1.ebuild 575 BLAKE2B 99ba2b4f9d9b4fc5159d7d1f690ca16cbd7cb74648b67887437fd00202c834b07a6487ce8dd27561a398cc36ca723ab8c9d43f580b32a4b55e839e143a07787c SHA512 9ee9700a12a54a4dfa2f4ed679042a873a025f7923776fc9ba532c56c6480da6f415689eeb6c55082cde44475d998f3b3b9ad83429ce749420e38f2876808a1f
-MISC metadata.xml 388 BLAKE2B 930fdee05303558cff79b47e49faeb109701134bd586e3d5fa6aa71b255a53d7cc13aa669164f97fad02767e0005055b7023b5ec96d319fe946a03dc51972454 SHA512 9eed0ca34cf1dd90fe1779dff9ef50282093a0948dc30c2f0985b1b09d0ad5af3d53e001ad89f65eec745cf08b3b619a511fc24d4fc8bb85bacc4f441764bee9
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>