summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorViorel Munteanu <ceamac@gentoo.org>2024-07-11 20:34:39 +0300
committerViorel Munteanu <ceamac@gentoo.org>2024-07-11 21:43:36 +0300
commitc391c39bcfdab390bfc2515222079421478a8320 (patch)
tree88f55349a546cec7f4b61cf9ceedfb946070299d /dev-php
parentdev-php/PEAR-Net_POP3: treeclean (diff)
downloadgentoo-c391c39bcfdab390bfc2515222079421478a8320.tar.gz
gentoo-c391c39bcfdab390bfc2515222079421478a8320.tar.bz2
gentoo-c391c39bcfdab390bfc2515222079421478a8320.zip
dev-php/PEAR-Net_Ping: 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-Net_Ping/Manifest1
-rw-r--r--dev-php/PEAR-Net_Ping/PEAR-Net_Ping-2.4.5-r2.ebuild27
-rw-r--r--dev-php/PEAR-Net_Ping/metadata.xml12
3 files changed, 0 insertions, 40 deletions
diff --git a/dev-php/PEAR-Net_Ping/Manifest b/dev-php/PEAR-Net_Ping/Manifest
deleted file mode 100644
index 7266b928f33f..000000000000
--- a/dev-php/PEAR-Net_Ping/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST Net_Ping-2.4.5.tgz 9600 BLAKE2B 5fcfe6cf9e96406734e5d728f5e714932bc7c9622a944e3aba81a11cd0da2d8ff5e7026f59fa1224baee70ca295b1d9236503d423c25f1570b28b7332405a03a SHA512 92faf073cae8b98f3dad52602f1030948549df313cf0e317928183ccd9127add521c35b657586e13d7826138b0358cd7ef99419fadfaa5cc34160df379c246d2
diff --git a/dev-php/PEAR-Net_Ping/PEAR-Net_Ping-2.4.5-r2.ebuild b/dev-php/PEAR-Net_Ping/PEAR-Net_Ping-2.4.5-r2.ebuild
deleted file mode 100644
index 182af1b51ad5..000000000000
--- a/dev-php/PEAR-Net_Ping/PEAR-Net_Ping-2.4.5-r2.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="OS independent wrapper class for executing ping calls"
-HOMEPAGE="https://pear.php.net/package/Net_Ping"
-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/examples
-
- insinto /usr/share/php/Net
- doins -r Ping.php
-}
diff --git a/dev-php/PEAR-Net_Ping/metadata.xml b/dev-php/PEAR-Net_Ping/metadata.xml
deleted file mode 100644
index fc8c03c9aa10..000000000000
--- a/dev-php/PEAR-Net_Ping/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/Net_Ping</remote-id>
- <remote-id type="pear">Net_Ping</remote-id>
- </upstream>
-</pkgmetadata>