public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: dev-util/txt2regex/
@ 2015-09-25  3:53 Patrice Clement
  0 siblings, 0 replies; 5+ messages in thread
From: Patrice Clement @ 2015-09-25  3:53 UTC (permalink / raw
  To: gentoo-commits

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
 }


^ permalink raw reply related	[flat|nested] 5+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-util/txt2regex/
@ 2015-10-13 20:39 Patrice Clement
  0 siblings, 0 replies; 5+ messages in thread
From: Patrice Clement @ 2015-10-13 20:39 UTC (permalink / raw
  To: gentoo-commits

commit:     7490d5325a8ad22e067b5398d44f27507b9d4e79
Author:     Patrice Clement <monsieurp <AT> gentoo <DOT> org>
AuthorDate: Tue Oct 13 20:37:20 2015 +0000
Commit:     Patrice Clement <monsieurp <AT> gentoo <DOT> org>
CommitDate: Tue Oct 13 20:38:16 2015 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7490d532

dev-util/txt2regex: Stable for all arches using the ALLARCHES policy.

Package-Manager: portage-2.2.20.1
Signed-off-by: Patrice Clement <monsieurp <AT> gentoo.org>

 dev-util/txt2regex/txt2regex-0.8-r3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-util/txt2regex/txt2regex-0.8-r3.ebuild b/dev-util/txt2regex/txt2regex-0.8-r3.ebuild
index 072f94d..109e8a4 100644
--- a/dev-util/txt2regex/txt2regex-0.8-r3.ebuild
+++ b/dev-util/txt2regex/txt2regex-0.8-r3.ebuild
@@ -12,7 +12,7 @@ SRC_URI="http://txt2regex.sourceforge.net/${P}.tgz"
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~hppa ~mips ~ppc ~ppc64 ~sparc ~x86"
+KEYWORDS="alpha amd64 hppa mips ppc ppc64 sparc x86"
 IUSE="nls cjk"
 
 DEPEND="nls? ( sys-devel/gettext )"


^ permalink raw reply related	[flat|nested] 5+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-util/txt2regex/
@ 2015-10-13 20:39 Patrice Clement
  0 siblings, 0 replies; 5+ messages in thread
From: Patrice Clement @ 2015-10-13 20:39 UTC (permalink / raw
  To: gentoo-commits

commit:     8ccc6bde1fa1d17cecefcff2679a16011381eae6
Author:     Patrice Clement <monsieurp <AT> gentoo <DOT> org>
AuthorDate: Tue Oct 13 20:37:52 2015 +0000
Commit:     Patrice Clement <monsieurp <AT> gentoo <DOT> org>
CommitDate: Tue Oct 13 20:38:19 2015 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8ccc6bde

dev-util/txt2regex: Clean up old.

Package-Manager: portage-2.2.20.1
Signed-off-by: Patrice Clement <monsieurp <AT> gentoo.org>

 dev-util/txt2regex/txt2regex-0.8-r2.ebuild | 31 ------------------------------
 1 file changed, 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 0fbea1e..0000000
--- 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
-}


^ permalink raw reply related	[flat|nested] 5+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-util/txt2regex/
@ 2017-01-28 14:36 Mart Raudsepp
  0 siblings, 0 replies; 5+ messages in thread
From: Mart Raudsepp @ 2017-01-28 14:36 UTC (permalink / raw
  To: gentoo-commits

commit:     9309e53724fd49bfa42d5f36b183c92a156d9f6e
Author:     Mart Raudsepp <leio <AT> gentoo <DOT> org>
AuthorDate: Sat Jan 28 14:36:08 2017 +0000
Commit:     Mart Raudsepp <leio <AT> gentoo <DOT> org>
CommitDate: Sat Jan 28 14:36:08 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9309e537

dev-util/txt2regex: Drop to ~mips; mips doesn't do stable keywords right now

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 dev-util/txt2regex/txt2regex-0.8-r3.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-util/txt2regex/txt2regex-0.8-r3.ebuild b/dev-util/txt2regex/txt2regex-0.8-r3.ebuild
index 109e8a4..a1d1896 100644
--- a/dev-util/txt2regex/txt2regex-0.8-r3.ebuild
+++ b/dev-util/txt2regex/txt2regex-0.8-r3.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
@@ -12,7 +12,7 @@ SRC_URI="http://txt2regex.sourceforge.net/${P}.tgz"
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="alpha amd64 hppa mips ppc ppc64 sparc x86"
+KEYWORDS="alpha amd64 hppa ~mips ppc ppc64 sparc x86"
 IUSE="nls cjk"
 
 DEPEND="nls? ( sys-devel/gettext )"


^ permalink raw reply related	[flat|nested] 5+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-util/txt2regex/
@ 2021-06-11  6:39 Sam James
  0 siblings, 0 replies; 5+ messages in thread
From: Sam James @ 2021-06-11  6:39 UTC (permalink / raw
  To: gentoo-commits

commit:     9e42ed0de857b60107faf29fe5f528767d3eaf6d
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Fri Jun 11 06:38:29 2021 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Fri Jun 11 06:38:29 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9e42ed0d

dev-util/txt2regex: add github upstream metadata

Signed-off-by: Sam James <sam <AT> gentoo.org>

 dev-util/txt2regex/metadata.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/dev-util/txt2regex/metadata.xml b/dev-util/txt2regex/metadata.xml
index 5228121b668..d3e305c31d6 100644
--- a/dev-util/txt2regex/metadata.xml
+++ b/dev-util/txt2regex/metadata.xml
@@ -6,6 +6,7 @@
 		<name>Gentoo Shell Tools Project</name>
 	</maintainer>
 	<upstream>
+		<remote-id type="github">aureliojargas/txt2regex</remote-id>
 		<remote-id type="sourceforge">txt2regex</remote-id>
 	</upstream>
 </pkgmetadata>


^ permalink raw reply related	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2021-06-11  6:39 UTC | newest]

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

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox