# Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ 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="~x86" IUSE="cjk nls" RDEPEND=">=app-shells/bash-2.04" src_install() { use nls || epatch ${FILESDIR}/${PN}-nonls.patch use cjk && sed -i -e 's/\xa4/:+:/g' ${S}/${P}.sh make install DESTDIR=${D} || die dodoc Changelog NEWS README README.japanese TODO newman txt2regex.man txt2regex.6 }