public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Patrice Clement" <monsieurp@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/txt2regex/
Date: Fri, 25 Sep 2015 03:53:42 +0000 (UTC)	[thread overview]
Message-ID: <1443153123.a1946d1b15c132c93c232cc13700665235f763ed.monsieurp@gentoo> (raw)

commit:     a1946d1b15c132c93c232cc13700665235f763ed
Author:     Patrice Clement <monsieurp <AT> gentoo <DOT> org>
AuthorDate: Fri Sep 25 03:51:46 2015 +0000
Commit:     Patrice Clement <monsieurp <AT> gentoo <DOT> org>
CommitDate: Fri Sep 25 03:52:03 2015 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a1946d1b

dev-util/txt2regex: EAPI 5 bump. Remove suspicious use of einstall. Fixes bug 521548.

Package-Manager: portage-2.2.18
RepoMan-Options: --force
Signed-off-by: Patrice Clement <monsieurp <AT> gentoo.org>

 .../{txt2regex-0.8-r1.ebuild => txt2regex-0.8-r2.ebuild}     | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

diff --git a/dev-util/txt2regex/txt2regex-0.8-r1.ebuild b/dev-util/txt2regex/txt2regex-0.8-r2.ebuild
similarity index 76%
rename from dev-util/txt2regex/txt2regex-0.8-r1.ebuild
rename to dev-util/txt2regex/txt2regex-0.8-r2.ebuild
index ba29402..0fbea1e 100644
--- a/dev-util/txt2regex/txt2regex-0.8-r1.ebuild
+++ b/dev-util/txt2regex/txt2regex-0.8-r2.ebuild
@@ -1,7 +1,9 @@
-# Copyright 1999-2011 Gentoo Foundation
+# 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"
@@ -10,22 +12,20 @@ SRC_URI="http://txt2regex.sourceforge.net/${P}.tgz"
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="alpha amd64 hppa ~mips ~ppc sparc x86"
+KEYWORDS="alpha amd64 hppa mips ppc ppc64 sparc x86"
 IUSE="nls cjk"
 
 DEPEND="nls? ( sys-devel/gettext )"
 RDEPEND=">=app-shells/bash-2.04"
 
-src_unpack() {
-	unpack ${A}
-	cd "${S}"
+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() {
-	einstall DESTDIR="${D}" MANDIR="${D}"/usr/share/man/man1 || die
+	emake DESTDIR="${D}" MANDIR="${D}"/usr/share/man/man1 || die
 	dodoc Changelog NEWS README README.japanese TODO || die
 	newman txt2regex.man txt2regex.6 || die
 }


             reply	other threads:[~2015-09-25  3:53 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-09-25  3:53 Patrice Clement [this message]
  -- strict thread matches above, loose matches on Subject: below --
2015-10-13 20:39 [gentoo-commits] repo/gentoo:master commit in: dev-util/txt2regex/ Patrice Clement
2015-10-13 20:39 Patrice Clement
2017-01-28 14:36 Mart Raudsepp
2021-06-11  6:39 Sam James

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1443153123.a1946d1b15c132c93c232cc13700665235f763ed.monsieurp@gentoo \
    --to=monsieurp@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox