* [gentoo-commits] repo/gentoo:master commit in: app-text/agrep/
@ 2016-02-19 15:38 Michael Palimaka
0 siblings, 0 replies; 7+ messages in thread
From: Michael Palimaka @ 2016-02-19 15:38 UTC (permalink / raw
To: gentoo-commits
commit: 6a7e792b2ac91c0a8514c8da6e9ffe7e95bdf664
Author: Michael Palimaka <kensington <AT> gentoo <DOT> org>
AuthorDate: Fri Feb 19 15:37:50 2016 +0000
Commit: Michael Palimaka <kensington <AT> gentoo <DOT> org>
CommitDate: Fri Feb 19 15:38:15 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6a7e792b
app-text/agrep: add ~arm keyword
Tested on Raspberry Pi 2.
Gentoo-bug: 573876
Package-Manager: portage-2.2.27
app-text/agrep/agrep-2.04-r1.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/app-text/agrep/agrep-2.04-r1.ebuild b/app-text/agrep/agrep-2.04-r1.ebuild
index dee0d55..f9d48da 100644
--- a/app-text/agrep/agrep-2.04-r1.ebuild
+++ b/app-text/agrep/agrep-2.04-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
@@ -10,7 +10,7 @@ SRC_URI="ftp://ftp.cs.arizona.edu/agrep/${P}.tar.Z"
LICENSE="AGREP"
SLOT="0"
-KEYWORDS="amd64 ~mips ppc ppc64 ~sparc x86 ~ppc-macos ~sparc-solaris"
+KEYWORDS="amd64 ~arm ~mips ppc ppc64 ~sparc x86 ~ppc-macos ~sparc-solaris"
IUSE=""
DEPEND=""
^ permalink raw reply related [flat|nested] 7+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-text/agrep/
@ 2017-02-18 9:54 David Seifert
0 siblings, 0 replies; 7+ messages in thread
From: David Seifert @ 2017-02-18 9:54 UTC (permalink / raw
To: gentoo-commits
commit: 42c28362f20d5107c47c655409068c5b6a66710b
Author: Harri Nieminen <moikkis <AT> gmail <DOT> com>
AuthorDate: Sat Feb 18 06:55:01 2017 +0000
Commit: David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Sat Feb 18 09:52:28 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=42c28362
app-text/agrep: Fix toolong.DESCRIPTION
Package-Manager: Portage-2.3.3, Repoman-2.3.1
Closes: https://github.com/gentoo/gentoo/pull/4003
app-text/agrep/agrep-2.04-r1.ebuild | 4 ++--
app-text/agrep/agrep-2.04.ebuild | 4 ++--
2 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/app-text/agrep/agrep-2.04-r1.ebuild b/app-text/agrep/agrep-2.04-r1.ebuild
index f9d48da394..440d7d733c 100644
--- a/app-text/agrep/agrep-2.04-r1.ebuild
+++ b/app-text/agrep/agrep-2.04-r1.ebuild
@@ -1,10 +1,10 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
inherit toolchain-funcs
-DESCRIPTION="agrep is a tool for the fast searching of text allowing for errors in the search pattern"
+DESCRIPTION="A tool for the fast searching of text allowing for errors in the search pattern"
HOMEPAGE="ftp://ftp.cs.arizona.edu/agrep/README"
SRC_URI="ftp://ftp.cs.arizona.edu/agrep/${P}.tar.Z"
diff --git a/app-text/agrep/agrep-2.04.ebuild b/app-text/agrep/agrep-2.04.ebuild
index f7bc2f6717..ec6525b3d5 100644
--- a/app-text/agrep/agrep-2.04.ebuild
+++ b/app-text/agrep/agrep-2.04.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$
inherit toolchain-funcs
-DESCRIPTION="agrep is a tool for the fast searching of text allowing for errors in the search pattern"
+DESCRIPTION="A tool for the fast searching of text allowing for errors in the search pattern"
HOMEPAGE="ftp://ftp.cs.arizona.edu/agrep/README"
SRC_URI="ftp://ftp.cs.arizona.edu/agrep/${P}.tar.Z"
^ permalink raw reply related [flat|nested] 7+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-text/agrep/
@ 2017-02-20 22:55 Patrice Clement
0 siblings, 0 replies; 7+ messages in thread
From: Patrice Clement @ 2017-02-20 22:55 UTC (permalink / raw
To: gentoo-commits
commit: fad01b3e00e58a85752af1987627f2e841cca7d3
Author: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
AuthorDate: Mon Feb 20 22:55:03 2017 +0000
Commit: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
CommitDate: Mon Feb 20 22:55:03 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fad01b3e
app-text/agrep: EAPI 6 bump.
Package-Manager: portage-2.3.3
app-text/agrep/agrep-2.04-r2.ebuild | 34 ++++++++++++++++++++++++++++++++++
1 file changed, 34 insertions(+)
diff --git a/app-text/agrep/agrep-2.04-r2.ebuild b/app-text/agrep/agrep-2.04-r2.ebuild
new file mode 100644
index 0000000000..3b3fa268ac
--- /dev/null
+++ b/app-text/agrep/agrep-2.04-r2.ebuild
@@ -0,0 +1,34 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+inherit toolchain-funcs
+
+DESCRIPTION="A tool for the fast searching of text allowing for errors in the search pattern"
+HOMEPAGE="ftp://ftp.cs.arizona.edu/agrep/README"
+SRC_URI="ftp://ftp.cs.arizona.edu/${PN}/${P}.tar.Z"
+
+LICENSE="AGREP"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~mips ~ppc ~ppc64 ~sparc ~x86 ~ppc-macos ~sparc-solaris"
+
+RDEPEND="
+ !dev-libs/tre
+ !app-misc/glimpse"
+
+DOCS=( README agrep.algorithms agrep.chronicle COPYRIGHT contribution.list )
+
+src_compile() {
+ sed -i -e 's/^CFLAGS.*//' \
+ -e "s:\$(CFLAGS):& \$(LDFLAGS) :" Makefile || die
+ tc-export CC
+ emake
+}
+
+src_install() {
+ dobin "${PN}"
+ doman "${PN}.1"
+ einstalldocs
+}
^ permalink raw reply related [flat|nested] 7+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-text/agrep/
@ 2017-08-01 20:54 Patrice Clement
0 siblings, 0 replies; 7+ messages in thread
From: Patrice Clement @ 2017-08-01 20:54 UTC (permalink / raw
To: gentoo-commits
commit: 03272f1aa1024f1b98a6088fd4ce9adcf72c9753
Author: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
AuthorDate: Tue Aug 1 20:53:54 2017 +0000
Commit: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
CommitDate: Tue Aug 1 20:53:54 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=03272f1a
app-text/agrep: add block on dev-ruby/amatch.
Gentoo-Bug: https://bugs.gentoo.org/626480
Package-Manager: Portage-2.3.6, Repoman-2.3.1
app-text/agrep/agrep-2.04-r2.ebuild | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/app-text/agrep/agrep-2.04-r2.ebuild b/app-text/agrep/agrep-2.04-r2.ebuild
index 8ea949ebca9..0a6e2dc5cf2 100644
--- a/app-text/agrep/agrep-2.04-r2.ebuild
+++ b/app-text/agrep/agrep-2.04-r2.ebuild
@@ -15,12 +15,14 @@ KEYWORDS="~amd64 ~arm ~mips ~ppc ~ppc64 ~sparc ~x86 ~ppc-macos ~sparc-solaris"
RDEPEND="
!dev-libs/tre
+ !dev-ruby/amatch
!app-misc/glimpse"
DOCS=( README agrep.algorithms agrep.chronicle COPYRIGHT contribution.list )
src_compile() {
- sed -i -e 's/^CFLAGS.*//' \
+ sed -i \
+ -e 's/^CFLAGS.*//' \
-e "s:\$(CFLAGS):& \$(LDFLAGS) :" Makefile || die
tc-export CC
emake
^ permalink raw reply related [flat|nested] 7+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-text/agrep/
@ 2017-08-01 20:57 Patrice Clement
0 siblings, 0 replies; 7+ messages in thread
From: Patrice Clement @ 2017-08-01 20:57 UTC (permalink / raw
To: gentoo-commits
commit: 4396fbd805a4f0fafb782bb05fcf6ae9aa6e2ece
Author: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
AuthorDate: Tue Aug 1 20:57:17 2017 +0000
Commit: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
CommitDate: Tue Aug 1 20:57:17 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4396fbd8
app-text/agrep: clean up old.
Package-Manager: Portage-2.3.6, Repoman-2.3.1
app-text/agrep/agrep-2.04-r1.ebuild | 33 ---------------------------------
app-text/agrep/agrep-2.04.ebuild | 32 --------------------------------
2 files changed, 65 deletions(-)
diff --git a/app-text/agrep/agrep-2.04-r1.ebuild b/app-text/agrep/agrep-2.04-r1.ebuild
deleted file mode 100644
index 6fad389eca0..00000000000
--- a/app-text/agrep/agrep-2.04-r1.ebuild
+++ /dev/null
@@ -1,33 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-inherit toolchain-funcs
-
-DESCRIPTION="A tool for the fast searching of text allowing for errors in the search pattern"
-HOMEPAGE="ftp://ftp.cs.arizona.edu/agrep/README"
-SRC_URI="ftp://ftp.cs.arizona.edu/agrep/${P}.tar.Z"
-
-LICENSE="AGREP"
-SLOT="0"
-KEYWORDS="amd64 ~arm ~mips ppc ppc64 ~sparc x86 ~ppc-macos ~sparc-solaris"
-IUSE=""
-
-DEPEND=""
-RDEPEND="
- !dev-libs/tre
- !app-misc/glimpse"
-
-src_compile() {
- # Remove first occurace of CFLAGS so we grab the user CFLAGS
- sed -i -e 's/^CFLAGS.*//' \
- -e "s:\$(CFLAGS):& \$(LDFLAGS) :" Makefile || die
- tc-export CC
- emake || die
-}
-
-src_install() {
- dobin agrep || die
- doman agrep.1 || die
- dodoc README agrep.algorithms agrep.chronicle COPYRIGHT \
- contribution.list || die
-}
diff --git a/app-text/agrep/agrep-2.04.ebuild b/app-text/agrep/agrep-2.04.ebuild
deleted file mode 100644
index 32cb0d8f790..00000000000
--- a/app-text/agrep/agrep-2.04.ebuild
+++ /dev/null
@@ -1,32 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-inherit toolchain-funcs
-
-DESCRIPTION="A tool for the fast searching of text allowing for errors in the search pattern"
-HOMEPAGE="ftp://ftp.cs.arizona.edu/agrep/README"
-SRC_URI="ftp://ftp.cs.arizona.edu/agrep/${P}.tar.Z"
-
-LICENSE="AGREP"
-SLOT="0"
-KEYWORDS="amd64 ~mips ppc ppc64 sparc x86 ~ppc-macos ~sparc-solaris"
-IUSE=""
-
-DEPEND=""
-RDEPEND="
- !dev-libs/tre
- !app-misc/glimpse"
-
-src_compile() {
- # Remove first occurace of CFLAGS so we grab the user CFLAGS
- sed -i -e 's/^CFLAGS.*//' Makefile || die
- tc-export CC
- emake || die
-}
-
-src_install() {
- dobin agrep || die
- doman agrep.1 || die
- dodoc README agrep.algorithms agrep.chronicle COPYRIGHT \
- contribution.list || die
-}
^ permalink raw reply related [flat|nested] 7+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-text/agrep/
@ 2017-08-01 20:57 Patrice Clement
0 siblings, 0 replies; 7+ messages in thread
From: Patrice Clement @ 2017-08-01 20:57 UTC (permalink / raw
To: gentoo-commits
commit: 727603885bc10e461f04de48a24c085fcffa4f2f
Author: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
AuthorDate: Tue Aug 1 20:56:43 2017 +0000
Commit: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
CommitDate: Tue Aug 1 20:56:43 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=72760388
app-text/agrep: stable for amd64 and mark stable for the remaining arches using the ALLARCHES policy.
Package-Manager: Portage-2.3.6, Repoman-2.3.1
app-text/agrep/agrep-2.04-r2.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/app-text/agrep/agrep-2.04-r2.ebuild b/app-text/agrep/agrep-2.04-r2.ebuild
index 0a6e2dc5cf2..d2ff1e0dd62 100644
--- a/app-text/agrep/agrep-2.04-r2.ebuild
+++ b/app-text/agrep/agrep-2.04-r2.ebuild
@@ -11,7 +11,7 @@ SRC_URI="ftp://ftp.cs.arizona.edu/${PN}/${P}.tar.Z"
LICENSE="AGREP"
SLOT="0"
-KEYWORDS="~amd64 ~arm ~mips ~ppc ~ppc64 ~sparc ~x86 ~ppc-macos ~sparc-solaris"
+KEYWORDS="amd64 arm ~mips ppc ppc64 sparc x86 ~ppc-macos ~sparc-solaris"
RDEPEND="
!dev-libs/tre
^ permalink raw reply related [flat|nested] 7+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-text/agrep/
@ 2021-09-07 18:56 Sam James
0 siblings, 0 replies; 7+ messages in thread
From: Sam James @ 2021-09-07 18:56 UTC (permalink / raw
To: gentoo-commits
commit: ef9d091a3e8fdb4f305c8283df2b50bab5b5ba11
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Tue Sep 7 18:56:02 2021 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Tue Sep 7 18:56:02 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ef9d091a
app-text/agrep: Keyword 2.04-r2 arm64, #809710
Signed-off-by: Sam James <sam <AT> gentoo.org>
app-text/agrep/agrep-2.04-r2.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/app-text/agrep/agrep-2.04-r2.ebuild b/app-text/agrep/agrep-2.04-r2.ebuild
index d2ff1e0dd62..522dc26f746 100644
--- a/app-text/agrep/agrep-2.04-r2.ebuild
+++ b/app-text/agrep/agrep-2.04-r2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=6
@@ -11,7 +11,7 @@ SRC_URI="ftp://ftp.cs.arizona.edu/${PN}/${P}.tar.Z"
LICENSE="AGREP"
SLOT="0"
-KEYWORDS="amd64 arm ~mips ppc ppc64 sparc x86 ~ppc-macos ~sparc-solaris"
+KEYWORDS="amd64 arm ~arm64 ~mips ppc ppc64 sparc x86 ~ppc-macos ~sparc-solaris"
RDEPEND="
!dev-libs/tre
^ permalink raw reply related [flat|nested] 7+ messages in thread
end of thread, other threads:[~2021-09-07 18:57 UTC | newest]
Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-09-07 18:56 [gentoo-commits] repo/gentoo:master commit in: app-text/agrep/ Sam James
-- strict thread matches above, loose matches on Subject: below --
2017-08-01 20:57 Patrice Clement
2017-08-01 20:57 Patrice Clement
2017-08-01 20:54 Patrice Clement
2017-02-20 22:55 Patrice Clement
2017-02-18 9:54 David Seifert
2016-02-19 15:38 Michael Palimaka
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox