diff options
author | Viorel Munteanu <ceamac@gentoo.org> | 2024-07-11 20:37:37 +0300 |
---|---|---|
committer | Viorel Munteanu <ceamac@gentoo.org> | 2024-07-11 21:43:39 +0300 |
commit | 70d522c6f428e24b52ecb563cddeace2621a0e63 (patch) | |
tree | c90a2afde287102cc7786f30a02ed311756d0d85 /dev-php | |
parent | dev-php/PEAR-Text_Password: treeclean (diff) | |
download | gentoo-70d522c6f428e24b52ecb563cddeace2621a0e63.tar.gz gentoo-70d522c6f428e24b52ecb563cddeace2621a0e63.tar.bz2 gentoo-70d522c6f428e24b52ecb563cddeace2621a0e63.zip |
dev-php/PEAR-Text_Wiki: treeclean
Bug: https://bugs.gentoo.org/933998
Bug: https://bugs.gentoo.org/737676
Signed-off-by: Viorel Munteanu <ceamac@gentoo.org>
Diffstat (limited to 'dev-php')
-rw-r--r-- | dev-php/PEAR-Text_Wiki/Manifest | 1 | ||||
-rw-r--r-- | dev-php/PEAR-Text_Wiki/PEAR-Text_Wiki-1.2.3.ebuild | 20 | ||||
-rw-r--r-- | dev-php/PEAR-Text_Wiki/metadata.xml | 12 |
3 files changed, 0 insertions, 33 deletions
diff --git a/dev-php/PEAR-Text_Wiki/Manifest b/dev-php/PEAR-Text_Wiki/Manifest deleted file mode 100644 index 5a9e7c506ccd..000000000000 --- a/dev-php/PEAR-Text_Wiki/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST Text_Wiki-1.2.3.tgz 89906 BLAKE2B 8db39418478085bebbbb32f8d80fbf9f6b9058adf9071f7f7493a4e493fbd088e231759752ddc41aad6c58b1ddab953111df006f901545c896e266b75dc70f26 SHA512 619f5323648b1344c572a1aa03626dc00a4dd9f201814fee5a3b962f69085943a1c7d1ef06e7c0cc4be7628bc76889972f1750aa9f7f67348381df1af4a4bd73 diff --git a/dev-php/PEAR-Text_Wiki/PEAR-Text_Wiki-1.2.3.ebuild b/dev-php/PEAR-Text_Wiki/PEAR-Text_Wiki-1.2.3.ebuild deleted file mode 100644 index cc4990b352f3..000000000000 --- a/dev-php/PEAR-Text_Wiki/PEAR-Text_Wiki-1.2.3.ebuild +++ /dev/null @@ -1,20 +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="Abstracts parsing and rendering rules for Wiki markup in structured plain text" -LICENSE="LGPL-2.1" -SLOT="0" -KEYWORDS="amd64 ~hppa ppc64 sparc x86" -IUSE="test" -RESTRICT="!test? ( test )" - -DEPEND="test? ( dev-php/phpunit dev-php/PEAR-PEAR )" - -src_test() { - peardev run-tests tests || die - phpunit tests/*.php || die -} diff --git a/dev-php/PEAR-Text_Wiki/metadata.xml b/dev-php/PEAR-Text_Wiki/metadata.xml deleted file mode 100644 index 0386b719da9a..000000000000 --- a/dev-php/PEAR-Text_Wiki/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> - <stabilize-allarches/> - <upstream> - <remote-id type="github">pear/archive</remote-id> - </upstream> -</pkgmetadata> |