summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPatrice Clement <monsieurp@gentoo.org>2015-10-13 20:37:52 +0000
committerPatrice Clement <monsieurp@gentoo.org>2015-10-13 20:38:19 +0000
commit8ccc6bde1fa1d17cecefcff2679a16011381eae6 (patch)
treec92a9914d7ee05c45b1de7be477485a7708b4c12
parentdev-util/txt2regex: Stable for all arches using the ALLARCHES policy. (diff)
downloadgentoo-8ccc6bde1fa1d17cecefcff2679a16011381eae6.tar.gz
gentoo-8ccc6bde1fa1d17cecefcff2679a16011381eae6.tar.bz2
gentoo-8ccc6bde1fa1d17cecefcff2679a16011381eae6.zip
dev-util/txt2regex: Clean up old.
Package-Manager: portage-2.2.20.1 Signed-off-by: Patrice Clement <monsieurp@gentoo.org>
-rw-r--r--dev-util/txt2regex/txt2regex-0.8-r2.ebuild31
1 files changed, 0 insertions, 31 deletions
diff --git a/dev-util/txt2regex/txt2regex-0.8-r2.ebuild b/dev-util/txt2regex/txt2regex-0.8-r2.ebuild
deleted file mode 100644
index 0fbea1e027bd..000000000000
--- a/dev-util/txt2regex/txt2regex-0.8-r2.ebuild
+++ /dev/null
@@ -1,31 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-inherit eutils
-
-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"
-
-src_prepare() {
- # See bug 93568
- use nls || epatch "${FILESDIR}"/${P}-disable-nls.patch
- use cjk && sed -i -e 's/\xa4/:+:/g' "${S}"/${P}.sh
-}
-
-src_install() {
- emake DESTDIR="${D}" MANDIR="${D}"/usr/share/man/man1 || die
- dodoc Changelog NEWS README README.japanese TODO || die
- newman txt2regex.man txt2regex.6 || die
-}