* [gentoo-commits] repo/gentoo:master commit in: app-text/sgrep/
@ 2017-02-18 9:54 David Seifert
0 siblings, 0 replies; 6+ messages in thread
From: David Seifert @ 2017-02-18 9:54 UTC (permalink / raw
To: gentoo-commits
commit: 64b9b61cb9fb2a05e569938856de8e6bd1ffa3cd
Author: Harri Nieminen <moikkis <AT> gmail <DOT> com>
AuthorDate: Sat Feb 18 07:29:29 2017 +0000
Commit: David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Sat Feb 18 09:53:53 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=64b9b61c
app-text/sgrep: Fix toolong.DESCRIPTION
Package-Manager: Portage-2.3.3, Repoman-2.3.1
Closes: https://github.com/gentoo/gentoo/pull/4003
app-text/sgrep/sgrep-1.94a.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/app-text/sgrep/sgrep-1.94a.ebuild b/app-text/sgrep/sgrep-1.94a.ebuild
index f9295d7450..6266701fde 100644
--- a/app-text/sgrep/sgrep-1.94a.ebuild
+++ b/app-text/sgrep/sgrep-1.94a.ebuild
@@ -1,10 +1,10 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
EAPI=4
-DESCRIPTION="Use structural criteria to grep and index text, SGML, XML and HTML and filter text streams"
+DESCRIPTION="Use structural criteria to grep and index text, SGML, XML and HTML and filter"
SRC_URI="ftp://ftp.cs.helsinki.fi/pub/Software/Local/Sgrep/${P}.tar.gz"
HOMEPAGE="http://www.cs.helsinki.fi/u/jjaakkol/sgrep.html"
^ permalink raw reply related [flat|nested] 6+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-text/sgrep/
@ 2018-05-22 16:20 Mikle Kolyada
0 siblings, 0 replies; 6+ messages in thread
From: Mikle Kolyada @ 2018-05-22 16:20 UTC (permalink / raw
To: gentoo-commits
commit: ce4d79c092544699bc1d510314f3be74cde27bd7
Author: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
AuthorDate: Tue May 22 16:19:32 2018 +0000
Commit: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
CommitDate: Tue May 22 16:20:00 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ce4d79c0
app-text/sgrep: EAPI bump
Package-Manager: Portage-2.3.24, Repoman-2.3.6
app-text/sgrep/sgrep-1.94a.ebuild | 9 +++++----
1 file changed, 5 insertions(+), 4 deletions(-)
diff --git a/app-text/sgrep/sgrep-1.94a.ebuild b/app-text/sgrep/sgrep-1.94a.ebuild
index 6e31bd75061..2f7bae2fad4 100644
--- a/app-text/sgrep/sgrep-1.94a.ebuild
+++ b/app-text/sgrep/sgrep-1.94a.ebuild
@@ -1,11 +1,11 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-EAPI=4
+EAPI=6
DESCRIPTION="Use structural criteria to grep and index text, SGML, XML and HTML and filter"
SRC_URI="ftp://ftp.cs.helsinki.fi/pub/Software/Local/Sgrep/${P}.tar.gz"
-HOMEPAGE="http://www.cs.helsinki.fi/u/jjaakkol/sgrep.html"
+HOMEPAGE="https://www.cs.helsinki.fi/u/jjaakkol/sgrep.html"
LICENSE="GPL-2"
SLOT="0"
@@ -13,7 +13,8 @@ KEYWORDS="~amd64 ~ppc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos"
IUSE=""
src_prepare() {
- sed -i -e "s:/usr/lib:/etc:g" sgrep.1
+ default
+ sed -i -e "s:/usr/lib:/etc:g" sgrep.1 || die
}
src_configure() {
^ permalink raw reply related [flat|nested] 6+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-text/sgrep/
@ 2021-01-06 13:46 Fabian Groffen
0 siblings, 0 replies; 6+ messages in thread
From: Fabian Groffen @ 2021-01-06 13:46 UTC (permalink / raw
To: gentoo-commits
commit: 1176e70f4e24f4019193895b38e490fdd4f3d9a2
Author: Fabian Groffen <grobian <AT> gentoo <DOT> org>
AuthorDate: Wed Jan 6 13:41:06 2021 +0000
Commit: Fabian Groffen <grobian <AT> gentoo <DOT> org>
CommitDate: Wed Jan 6 13:41:06 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1176e70f
app-text/sgrep: drop x86-macos
Package-Manager: Portage-3.0.12, Repoman-3.0.2
Signed-off-by: Fabian Groffen <grobian <AT> gentoo.org>
app-text/sgrep/sgrep-1.94a.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/app-text/sgrep/sgrep-1.94a.ebuild b/app-text/sgrep/sgrep-1.94a.ebuild
index 2f7bae2fad4..9facab819c5 100644
--- a/app-text/sgrep/sgrep-1.94a.ebuild
+++ b/app-text/sgrep/sgrep-1.94a.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=6
@@ -9,7 +9,7 @@ HOMEPAGE="https://www.cs.helsinki.fi/u/jjaakkol/sgrep.html"
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="~amd64 ~ppc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos"
+KEYWORDS="~amd64 ~ppc ~x86 ~amd64-linux ~x86-linux ~ppc-macos"
IUSE=""
src_prepare() {
^ permalink raw reply related [flat|nested] 6+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-text/sgrep/
@ 2022-10-07 5:41 Ionen Wolkens
0 siblings, 0 replies; 6+ messages in thread
From: Ionen Wolkens @ 2022-10-07 5:41 UTC (permalink / raw
To: gentoo-commits
commit: 9af6363fd1ae6f0db6245dd03574a590dece96b2
Author: Ionen Wolkens <ionen <AT> gentoo <DOT> org>
AuthorDate: Fri Oct 7 05:21:54 2022 +0000
Commit: Ionen Wolkens <ionen <AT> gentoo <DOT> org>
CommitDate: Fri Oct 7 05:41:09 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9af6363f
app-text/sgrep: EAPI6->8
Left SRC_URI alone despite dead, feel it may(?) not be permanent.
Signed-off-by: Ionen Wolkens <ionen <AT> gentoo.org>
app-text/sgrep/sgrep-1.94a.ebuild | 11 ++++++-----
1 file changed, 6 insertions(+), 5 deletions(-)
diff --git a/app-text/sgrep/sgrep-1.94a.ebuild b/app-text/sgrep/sgrep-1.94a.ebuild
index 9facab819c5c..48d4a42542ef 100644
--- a/app-text/sgrep/sgrep-1.94a.ebuild
+++ b/app-text/sgrep/sgrep-1.94a.ebuild
@@ -1,20 +1,20 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI=6
+EAPI=8
DESCRIPTION="Use structural criteria to grep and index text, SGML, XML and HTML and filter"
-SRC_URI="ftp://ftp.cs.helsinki.fi/pub/Software/Local/Sgrep/${P}.tar.gz"
HOMEPAGE="https://www.cs.helsinki.fi/u/jjaakkol/sgrep.html"
+SRC_URI="ftp://ftp.cs.helsinki.fi/pub/Software/Local/Sgrep/${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~ppc ~x86 ~amd64-linux ~x86-linux ~ppc-macos"
-IUSE=""
src_prepare() {
default
- sed -i -e "s:/usr/lib:/etc:g" sgrep.1 || die
+
+ sed -i "s:/usr/lib:${EPREFIX}/etc:g" sgrep.1 || die
}
src_configure() {
@@ -25,6 +25,7 @@ src_install() {
dobin sgrep
doman sgrep.1
dodoc AUTHORS ChangeLog NEWS README sample.sgreprc
+
insinto /etc
newins sample.sgreprc sgreprc
}
^ permalink raw reply related [flat|nested] 6+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-text/sgrep/
@ 2022-10-21 12:48 Ionen Wolkens
0 siblings, 0 replies; 6+ messages in thread
From: Ionen Wolkens @ 2022-10-21 12:48 UTC (permalink / raw
To: gentoo-commits
commit: f0738c0d4ec5b830ab32f7aee9c8a2b90c919727
Author: Ionen Wolkens <ionen <AT> gentoo <DOT> org>
AuthorDate: Fri Oct 21 11:05:39 2022 +0000
Commit: Ionen Wolkens <ionen <AT> gentoo <DOT> org>
CommitDate: Fri Oct 21 12:47:01 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f0738c0d
app-text/sgrep: drop c2x workaround
Changed the way test for this, and upon closer look
this one wasn't needed.
Signed-off-by: Ionen Wolkens <ionen <AT> gentoo.org>
app-text/sgrep/sgrep-1.94a-r1.ebuild | 4 ----
1 file changed, 4 deletions(-)
diff --git a/app-text/sgrep/sgrep-1.94a-r1.ebuild b/app-text/sgrep/sgrep-1.94a-r1.ebuild
index b4a1767756d2..eb45eb4f246a 100644
--- a/app-text/sgrep/sgrep-1.94a-r1.ebuild
+++ b/app-text/sgrep/sgrep-1.94a-r1.ebuild
@@ -3,8 +3,6 @@
EAPI=8
-inherit flag-o-matic
-
DESCRIPTION="Use structural criteria to grep and index text, SGML, XML and HTML and filter"
HOMEPAGE="https://www.cs.helsinki.fi/u/jjaakkol/sgrep.html"
SRC_URI="ftp://ftp.cs.helsinki.fi/pub/Software/Local/Sgrep/${P}.tar.gz"
@@ -24,8 +22,6 @@ src_prepare() {
}
src_configure() {
- append-cflags -std=gnu89 # old codebase, incompatible with c2x
-
econf --datadir="${EPREFIX}"/etc
}
^ permalink raw reply related [flat|nested] 6+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-text/sgrep/
@ 2023-03-19 2:10 Sam James
0 siblings, 0 replies; 6+ messages in thread
From: Sam James @ 2023-03-19 2:10 UTC (permalink / raw
To: gentoo-commits
commit: a5ea3947424dc9f286e5b32f77a4ae43dcaed07a
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sun Mar 19 01:53:34 2023 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sun Mar 19 01:53:34 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a5ea3947
app-text/sgrep: fix configure w/ clang 16
Closes: https://bugs.gentoo.org/900533
Signed-off-by: Sam James <sam <AT> gentoo.org>
app-text/sgrep/{sgrep-1.94a-r1.ebuild => sgrep-1.94a-r2.ebuild} | 7 ++++++-
1 file changed, 6 insertions(+), 1 deletion(-)
diff --git a/app-text/sgrep/sgrep-1.94a-r1.ebuild b/app-text/sgrep/sgrep-1.94a-r2.ebuild
similarity index 88%
rename from app-text/sgrep/sgrep-1.94a-r1.ebuild
rename to app-text/sgrep/sgrep-1.94a-r2.ebuild
index eb45eb4f246a..de456e40df77 100644
--- a/app-text/sgrep/sgrep-1.94a-r1.ebuild
+++ b/app-text/sgrep/sgrep-1.94a-r2.ebuild
@@ -1,8 +1,10 @@
-# Copyright 1999-2022 Gentoo Authors
+# Copyright 1999-2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
+inherit autotools
+
DESCRIPTION="Use structural criteria to grep and index text, SGML, XML and HTML and filter"
HOMEPAGE="https://www.cs.helsinki.fi/u/jjaakkol/sgrep.html"
SRC_URI="ftp://ftp.cs.helsinki.fi/pub/Software/Local/Sgrep/${P}.tar.gz"
@@ -19,6 +21,9 @@ src_prepare() {
default
sed -i "s:/usr/lib:${EPREFIX}/etc:g" sgrep.1 || die
+
+ # Clang 16, bug #900533
+ eautoreconf
}
src_configure() {
^ permalink raw reply related [flat|nested] 6+ messages in thread
end of thread, other threads:[~2023-03-19 2:10 UTC | newest]
Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-03-19 2:10 [gentoo-commits] repo/gentoo:master commit in: app-text/sgrep/ Sam James
-- strict thread matches above, loose matches on Subject: below --
2022-10-21 12:48 Ionen Wolkens
2022-10-07 5:41 Ionen Wolkens
2021-01-06 13:46 Fabian Groffen
2018-05-22 16:20 Mikle Kolyada
2017-02-18 9:54 David Seifert
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox