diff options
author | Viorel Munteanu <ceamac@gentoo.org> | 2024-07-11 20:29:08 +0300 |
---|---|---|
committer | Viorel Munteanu <ceamac@gentoo.org> | 2024-07-11 21:43:32 +0300 |
commit | c7698c9ab535939084c28e9b894ff79f11e082e2 (patch) | |
tree | 893d73dc60814e8e23065b9dc00c64c8ad82bd16 /dev-php | |
parent | dev-php/PEAR-HTML_Javascript: treeclean (diff) | |
download | gentoo-c7698c9ab535939084c28e9b894ff79f11e082e2.tar.gz gentoo-c7698c9ab535939084c28e9b894ff79f11e082e2.tar.bz2 gentoo-c7698c9ab535939084c28e9b894ff79f11e082e2.zip |
dev-php/PEAR-HTML_QuickForm2: treeclean
Bug: https://bugs.gentoo.org/933998
Signed-off-by: Viorel Munteanu <ceamac@gentoo.org>
Diffstat (limited to 'dev-php')
4 files changed, 0 insertions, 54 deletions
diff --git a/dev-php/PEAR-HTML_QuickForm2/Manifest b/dev-php/PEAR-HTML_QuickForm2/Manifest deleted file mode 100644 index e7e485ceb2a9..000000000000 --- a/dev-php/PEAR-HTML_QuickForm2/Manifest +++ /dev/null @@ -1,2 +0,0 @@ -DIST HTML_QuickForm2-2.2.0.tgz 176246 BLAKE2B d89dfa7853a6f17442a921623b16cee40895ee563306b8ab9b56de40da8dc7d0eeb3f8487ed3b8a94a29d24df7248cca4674abe6a65a56fa9b4644695fafb7ed SHA512 a26af29c9cad13ae1289593443c476cc23ce87fcb204ee45f946f0d5eedc74b6bfea5c4caeaa3fe6d2259196dc1d9a04c7dd626d2f1758ec065908aeef6b60d2 -DIST HTML_QuickForm2-2.2.2.tgz 177684 BLAKE2B 0a57218d7d2e137023d39aeead96952951ed686113afc609d8273ba7f66f80efb9ff4221f874f9386d75ffaa7f63605d8ca851b8dc12552e74307f4e521e85eb SHA512 d6e6df8537ce0cbadeea2807cf71d59f0af8b48ff86393ca8aaf3534e7dacce4cd25aded399dbb1201aa1744c6fc3feb7d6f211c8ab0a984dea9e530d45e05be diff --git a/dev-php/PEAR-HTML_QuickForm2/PEAR-HTML_QuickForm2-2.2.0.ebuild b/dev-php/PEAR-HTML_QuickForm2/PEAR-HTML_QuickForm2-2.2.0.ebuild deleted file mode 100644 index 9b6aee8ade8b..000000000000 --- a/dev-php/PEAR-HTML_QuickForm2/PEAR-HTML_QuickForm2-2.2.0.ebuild +++ /dev/null @@ -1,22 +0,0 @@ -# Copyright 1999-2024 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -inherit php-pear-r2 - -DESCRIPTION="Creating, validating, processing HTML forms methods (PHP5 optimize)" -LICENSE="BSD" -SLOT="0" -KEYWORDS="~amd64 ~hppa ~ppc64 ~sparc ~x86" -IUSE="examples" - -DEPEND=">=dev-lang/php-5.2.0:*" -RDEPEND="${DEPEND} - >=dev-php/PEAR-HTML_Common2-2.1.0" - -src_install() { - HTML_DOCS=( data/quickform.css data/js ) - use examples && HTML_DOCS+=( docs/examples ) - php-pear-r2_src_install -} diff --git a/dev-php/PEAR-HTML_QuickForm2/PEAR-HTML_QuickForm2-2.2.2.ebuild b/dev-php/PEAR-HTML_QuickForm2/PEAR-HTML_QuickForm2-2.2.2.ebuild deleted file mode 100644 index 9a8c1892c200..000000000000 --- a/dev-php/PEAR-HTML_QuickForm2/PEAR-HTML_QuickForm2-2.2.2.ebuild +++ /dev/null @@ -1,22 +0,0 @@ -# Copyright 1999-2024 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -inherit php-pear-r2 - -DESCRIPTION="Creating, validating, processing HTML forms methods (PHP5 optimize)" -LICENSE="BSD" -SLOT="0" -KEYWORDS="~amd64 ~hppa ~ppc64 ~sparc ~x86" -IUSE="examples" - -DEPEND=">=dev-lang/php-5.4.0:*" -RDEPEND="${DEPEND} - >=dev-php/PEAR-HTML_Common2-2.2.0" - -src_install() { - HTML_DOCS=( data/quickform.css data/js ) - use examples && HTML_DOCS+=( docs/examples ) - php-pear-r2_src_install -} diff --git a/dev-php/PEAR-HTML_QuickForm2/metadata.xml b/dev-php/PEAR-HTML_QuickForm2/metadata.xml deleted file mode 100644 index 77793b997e9e..000000000000 --- a/dev-php/PEAR-HTML_QuickForm2/metadata.xml +++ /dev/null @@ -1,8 +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> -</pkgmetadata> |