diff options
author | Viorel Munteanu <ceamac@gentoo.org> | 2024-07-11 20:36:27 +0300 |
---|---|---|
committer | Viorel Munteanu <ceamac@gentoo.org> | 2024-07-11 21:43:38 +0300 |
commit | 019f298706ed6f9c99a01b4bc2490da40ef0ad6e (patch) | |
tree | 94c60cb67067455a5d40e714e4b9e19120155904 /dev-php | |
parent | dev-php/PEAR-Services_TinyURL: treeclean (diff) | |
download | gentoo-019f298706ed6f9c99a01b4bc2490da40ef0ad6e.tar.gz gentoo-019f298706ed6f9c99a01b4bc2490da40ef0ad6e.tar.bz2 gentoo-019f298706ed6f9c99a01b4bc2490da40ef0ad6e.zip |
dev-php/PEAR-Services_W3C_CSSValidator: treeclean
Bug: https://bugs.gentoo.org/933998
Signed-off-by: Viorel Munteanu <ceamac@gentoo.org>
Diffstat (limited to 'dev-php')
3 files changed, 0 insertions, 40 deletions
diff --git a/dev-php/PEAR-Services_W3C_CSSValidator/Manifest b/dev-php/PEAR-Services_W3C_CSSValidator/Manifest deleted file mode 100644 index 8d31865dcd06..000000000000 --- a/dev-php/PEAR-Services_W3C_CSSValidator/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST Services_W3C_CSSValidator-0.2.3.tgz 10721 BLAKE2B 87f1bbce3337d678d8292976f8877ac98fa83487a15ae27ff693ac544754ae144b2a00bddc852d03092456e1b37080a56e09fe47bb48830b79fb4328dbbaa01c SHA512 4f9fb73ec57e374018b389f50918eaf87a63885f75b0ae2ead067e949a451ddbe40da8020672834e891106b5d470fbe451b3117233678b5f6f6a85f01d2a8aef diff --git a/dev-php/PEAR-Services_W3C_CSSValidator/PEAR-Services_W3C_CSSValidator-0.2.3.ebuild b/dev-php/PEAR-Services_W3C_CSSValidator/PEAR-Services_W3C_CSSValidator-0.2.3.ebuild deleted file mode 100644 index 8b8c0ce7ddc9..000000000000 --- a/dev-php/PEAR-Services_W3C_CSSValidator/PEAR-Services_W3C_CSSValidator-0.2.3.ebuild +++ /dev/null @@ -1,27 +0,0 @@ -# Copyright 1999-2020 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="Provides an object oriented interface for the W3 CSS Validator" -HOMEPAGE="https://pear.php.net/package/Services_W3C_CSSValidator" -SRC_URI="http://download.pear.php.net/package/${MY_P}.tgz" -LICENSE="BSD" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="examples" - -RDEPEND="dev-lang/php:* - dev-php/PEAR-HTTP_Request2" - -S="${WORKDIR}/${MY_P}" - -src_install() { - use examples && dodoc -r docs/examples - - insinto /usr/share/php - doins -r Services -} diff --git a/dev-php/PEAR-Services_W3C_CSSValidator/metadata.xml b/dev-php/PEAR-Services_W3C_CSSValidator/metadata.xml deleted file mode 100644 index 4825b35a864e..000000000000 --- a/dev-php/PEAR-Services_W3C_CSSValidator/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/Services_W3C_CSSValidator</remote-id> - <remote-id type="pear">Services_W3C_CSSValidator</remote-id> - </upstream> -</pkgmetadata> |