commit: 64e157b47ead1931702fd38f157d8455ec663b2f Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org> AuthorDate: Sat Mar 8 14:13:12 2025 +0000 Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org> CommitDate: Sat Mar 8 14:14:05 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=64e157b4
dev-util/txt2regex: drop 0.8-r3 Closes: https://bugs.gentoo.org/950890 Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org> dev-util/txt2regex/Manifest | 1 - dev-util/txt2regex/txt2regex-0.8-r3.ebuild | 40 ------------------------------ 2 files changed, 41 deletions(-) diff --git a/dev-util/txt2regex/Manifest b/dev-util/txt2regex/Manifest index 6d90146d9312..87f93f0b55a5 100644 --- a/dev-util/txt2regex/Manifest +++ b/dev-util/txt2regex/Manifest @@ -1,2 +1 @@ -DIST txt2regex-0.8.tgz 40514 BLAKE2B 938f8ec41ec1319d96928ed38985626d906788a8c2959661c2338104527a0ade3a72e4d7e13f17b2f6f9abc2589ff2aaf88dc99077bf2fd6a82a82d186efc580 SHA512 69d2a682471e3e35fbd0b2ad6f6ffab040803a17bda8082f3dd67baf3a03e7011cb20047940fb9403e180895a1258f720ca4d538187878c5989a1ec51168435f DIST txt2regex-0.9.tar.gz 67212 BLAKE2B 054a0a3f37bdbfb9a071b93d87b6c410c6daf3f330cbb2355f3a05b70e0665ec229b04ab2d6fc41940f44e680221638c74a937bce83825b311d78df0bc03d2b8 SHA512 1ef9173c7f4309ed30e254869b29e9919a573379191d3d8e6e78bd75f1ba776c8741c1a248e3cb65c6cb7f5402f4c30768c93c4b453888b91c9377de62af5e96 diff --git a/dev-util/txt2regex/txt2regex-0.8-r3.ebuild b/dev-util/txt2regex/txt2regex-0.8-r3.ebuild deleted file mode 100644 index bc3411624f22..000000000000 --- a/dev-util/txt2regex/txt2regex-0.8-r3.ebuild +++ /dev/null @@ -1,40 +0,0 @@ -# Copyright 1999-2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -DESCRIPTION="A Regular Expression wizard that converts human sentences to regexs" -HOMEPAGE="http://txt2regex.sourceforge.net/" -SRC_URI="http://txt2regex.sourceforge.net/${P}.tgz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~alpha amd64 ~hppa ~mips ppc ppc64 sparc x86" -IUSE="nls cjk" - -DEPEND="nls? ( sys-devel/gettext )" -RDEPEND=">=app-shells/bash-2.04" - -PATCHES=( - # bug #562856 - "${FILESDIR}"/${P}-textdomaindir.patch -) - -src_prepare() { - default - - # bug #93568 - if ! use nls ; then - eapply "${FILESDIR}"/${P}-disable-nls.patch - fi - - if use cjk ; then - sed -i -e 's/\xa4/:+:/g' "${S}"/${P}.sh || die - fi -} - -src_install() { - emake install DESTDIR="${ED}" MANDIR="${D}"/usr/share/man/man1 install - dodoc Changelog NEWS README README.japanese TODO - newman txt2regex.man txt2regex.6 -}
