commit: 81eab429cfac536a8912101fc9993f3c82900969 Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org> AuthorDate: Mon May 13 11:31:07 2024 +0000 Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org> CommitDate: Mon May 13 11:34:32 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=81eab429
dev-php/PEAR-Text_Highlighter: drop 0.7.3-r1 Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org> dev-php/PEAR-Text_Highlighter/Manifest | 1 - .../PEAR-Text_Highlighter-0.7.3-r1.ebuild | 33 ---------------------- 2 files changed, 34 deletions(-) diff --git a/dev-php/PEAR-Text_Highlighter/Manifest b/dev-php/PEAR-Text_Highlighter/Manifest index 5537a7d63a95..48bb39dd8f47 100644 --- a/dev-php/PEAR-Text_Highlighter/Manifest +++ b/dev-php/PEAR-Text_Highlighter/Manifest @@ -1,2 +1 @@ -DIST Text_Highlighter-0.7.3.tgz 138384 BLAKE2B 9cffd6dbe3eadf0a6e0465a6845bdc63f3b4b30af3bb09a7ac90cbb42575d0a98a3d8adf9e4f6e2f9e67d978a035a27e83bccd799f88513af72c492ad6241037 SHA512 59924cffbec8e4b652525f718012aa9a4f17d348401e191e292643df1e75a2a1b8687b7df701363816fcead1c55efe281a68b126f87df14806acd69ae6f44209 DIST Text_Highlighter-0.8.0.tgz 138657 BLAKE2B d2d1c9374f5b2ac88c1bca7e91723e0a67ee8205f92b3d840669eda2f37cae9601f31eaf7373e4b32f5d4c36569115ed6777cfa562a1cd465a289f8f5f626a66 SHA512 9774fa613f95064629b749f2514e173275a4a15f46b649b208ca668ffc85118b5f26197ce3c9311fe8c1b200a76d30ed2e745929b0d4f1b54056732f4a5cfe05 diff --git a/dev-php/PEAR-Text_Highlighter/PEAR-Text_Highlighter-0.7.3-r1.ebuild b/dev-php/PEAR-Text_Highlighter/PEAR-Text_Highlighter-0.7.3-r1.ebuild deleted file mode 100644 index 3be3251be917..000000000000 --- a/dev-php/PEAR-Text_Highlighter/PEAR-Text_Highlighter-0.7.3-r1.ebuild +++ /dev/null @@ -1,33 +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="A package for syntax highlighting" -HOMEPAGE="https://pear.php.net/package/Text_Highlighter" -SRC_URI="http://download.pear.php.net/package/${MY_P}.tgz" -LICENSE="PHP-3.01" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="" - -# There is a documented dependency on XML_Parser, but that's only needed -# for development -- if you want to *generate* the PHP class files. The -# ones in the release are already pre-generated. The dependency on the -# XML_Serializer, on the other hand, is not documented but is requird -# by the XML output renderer. -RDEPEND="dev-lang/php - dev-php/PEAR-PEAR - dev-php/PEAR-XML_Serializer" - -S="${WORKDIR}/${MY_P}" - -src_install() { - dodoc README TODO - - insinto /usr/share/php - doins -r Text -}