commit: 7b0cdabf5faf154b5662ec52a80297efd1753bba Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Fri Mar 14 06:31:54 2025 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Fri Mar 14 06:33:44 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7b0cdabf
dev-php/theseer-tokenizer: drop 1.2.0 Signed-off-by: Sam James <sam <AT> gentoo.org> dev-php/theseer-tokenizer/Manifest | 1 - .../theseer-tokenizer-1.2.0.ebuild | 40 ---------------------- 2 files changed, 41 deletions(-) diff --git a/dev-php/theseer-tokenizer/Manifest b/dev-php/theseer-tokenizer/Manifest index 97b386f74765..691be6071574 100644 --- a/dev-php/theseer-tokenizer/Manifest +++ b/dev-php/theseer-tokenizer/Manifest @@ -1,2 +1 @@ -DIST theseer-tokenizer-1.2.0.tar.gz 7156 BLAKE2B 61474e3ebed5262b4d250f0057fbe68df6b2b2d6026cba28efbfc35c865bc9491e3b3f7871591a7aa52383c3bb748cf5dfb95f36d680bdbb9755b585b5b8f4f8 SHA512 e0deeffc151a1831cc7226037c75b534aa0d28d9639de45a1f0a6f5865d3df3cfbd7225e075b094603d512b0beb449e91205f40366ef1c7c865c8994e0710ff7 DIST theseer-tokenizer-1.2.1.tar.gz 7537 BLAKE2B 204b39ca71cb6e99696c8bda19e5319e83302cd9fd4689343d3864ec81996d433ea8cfa2578abec2bef440271a1abe3169c3c871fd931c1ab73705cb7c36e4eb SHA512 7c7382f8f2e96984862d187fffb08b020cac8c0a0d93b58f9b1a244a46f8fcbfbe1c18d005acce8f8e1ef9aec2b9be99b7f2312e28f54a66f5a97ee263ed5239 diff --git a/dev-php/theseer-tokenizer/theseer-tokenizer-1.2.0.ebuild b/dev-php/theseer-tokenizer/theseer-tokenizer-1.2.0.ebuild deleted file mode 100644 index 56392e3f66ae..000000000000 --- a/dev-php/theseer-tokenizer/theseer-tokenizer-1.2.0.ebuild +++ /dev/null @@ -1,40 +0,0 @@ -# Copyright 1999-2024 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -DESCRIPTION="Convert tokenized PHP source code into XML and other formats" -HOMEPAGE="https://github.com/theseer/tokenizer" -SRC_URI="https://github.com/theseer/tokenizer/archive/${PV}.tar.gz -> ${P}.tar.gz" - -LICENSE="BSD" -SLOT="0" -KEYWORDS="amd64 arm ~hppa ppc64 ~s390 sparc x86" -IUSE="test" -RESTRICT="!test? ( test )" - -CDEPEND="dev-lang/php:* - dev-php/fedora-autoloader" - -BDEPEND="dev-php/theseer-Autoload" - -RDEPEND="${CDEPEND}" - -S="${WORKDIR}/tokenizer-${PV}" - -src_prepare() { - default - - phpab \ - --output src/autoload.php \ - --template fedora2 \ - --basedir src \ - src || die -} - -src_install() { - insinto /usr/share/php/TheSeer/Tokenizer - doins -r src/* - - einstalldocs -}
