diff options
author | Viorel Munteanu <ceamac@gentoo.org> | 2024-07-11 20:33:35 +0300 |
---|---|---|
committer | Viorel Munteanu <ceamac@gentoo.org> | 2024-07-11 21:43:36 +0300 |
commit | 5512995d749d7780ab7d97c52049e16d47b64d06 (patch) | |
tree | 119e03e3d1a971b319f0ca2ba988146b17b18248 /dev-php | |
parent | dev-php/PEAR-Net_DNS2: treeclean (diff) | |
download | gentoo-5512995d749d7780ab7d97c52049e16d47b64d06.tar.gz gentoo-5512995d749d7780ab7d97c52049e16d47b64d06.tar.bz2 gentoo-5512995d749d7780ab7d97c52049e16d47b64d06.zip |
dev-php/PEAR-Net_DNSBL: 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_DNSBL/Manifest | 1 | ||||
-rw-r--r-- | dev-php/PEAR-Net_DNSBL/PEAR-Net_DNSBL-1.3.7-r1.ebuild | 30 | ||||
-rw-r--r-- | dev-php/PEAR-Net_DNSBL/metadata.xml | 12 |
3 files changed, 0 insertions, 43 deletions
diff --git a/dev-php/PEAR-Net_DNSBL/Manifest b/dev-php/PEAR-Net_DNSBL/Manifest deleted file mode 100644 index 659c772d05b5..000000000000 --- a/dev-php/PEAR-Net_DNSBL/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST Net_DNSBL-1.3.7.tgz 8125 BLAKE2B 635258a5062ff0a7346b289f9cf429103690d71485417c948d7007e4b344dbadb25097d9f0c8731cb7eb5e72b3d7be561c7d872490d859a2328bb97f9a75350d SHA512 6591b81e5e4b98092daea3e27993099028581052a7907b79b4231d549b4d9aaa6fddbd53fd8bfe9734ae41fc85c46f2fc17e5ce50e8303fa5c166dd4b3062ea0 diff --git a/dev-php/PEAR-Net_DNSBL/PEAR-Net_DNSBL-1.3.7-r1.ebuild b/dev-php/PEAR-Net_DNSBL/PEAR-Net_DNSBL-1.3.7-r1.ebuild deleted file mode 100644 index a341327cf4d3..000000000000 --- a/dev-php/PEAR-Net_DNSBL/PEAR-Net_DNSBL-1.3.7-r1.ebuild +++ /dev/null @@ -1,30 +0,0 @@ -# Copyright 1999-2023 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 library to query DNS blacklists" -HOMEPAGE="https://pear.php.net/package/Net_DNSBL" -SRC_URI="http://download.pear.php.net/package/${MY_P}.tgz" -LICENSE="PHP-3.01" -SLOT="0" -KEYWORDS="amd64 ~hppa sparc x86" -IUSE="examples" -RDEPEND="dev-lang/php:* - dev-php/PEAR-Cache_Lite - dev-php/PEAR-HTTP_Request2 - dev-php/PEAR-Net_DNS - dev-php/PEAR-PEAR - examples? ( dev-lang/php:*[cli] dev-php/PEAR-Console_Getopt )" - -S="${WORKDIR}/${MY_P}" - -src_install() { - use examples && dodoc -r examples - - insinto /usr/share/php - doins -r Net -} diff --git a/dev-php/PEAR-Net_DNSBL/metadata.xml b/dev-php/PEAR-Net_DNSBL/metadata.xml deleted file mode 100644 index 03c37ad58871..000000000000 --- a/dev-php/PEAR-Net_DNSBL/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_DNSBL</remote-id> - <remote-id type="pear">Net_DNSBL</remote-id> - </upstream> -</pkgmetadata> |