* [gentoo-commits] repo/gentoo:master commit in: app-misc/bgrep/
@ 2019-04-23 8:51 David Seifert
0 siblings, 0 replies; 4+ messages in thread
From: David Seifert @ 2019-04-23 8:51 UTC (permalink / raw
To: gentoo-commits
commit: ba012418757f7de93f4e0d3f8c1bd63ea2827ac6
Author: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail <DOT> com>
AuthorDate: Mon Apr 22 11:36:01 2019 +0000
Commit: David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Tue Apr 23 08:51:13 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ba012418
app-misc/bgrep: drop old (EAPI4)
Signed-off-by: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail.com>
Signed-off-by: David Seifert <soap <AT> gentoo.org>
app-misc/bgrep/bgrep-0_p20110121.ebuild | 45 ---------------------------------
1 file changed, 45 deletions(-)
diff --git a/app-misc/bgrep/bgrep-0_p20110121.ebuild b/app-misc/bgrep/bgrep-0_p20110121.ebuild
deleted file mode 100644
index c4022734544..00000000000
--- a/app-misc/bgrep/bgrep-0_p20110121.ebuild
+++ /dev/null
@@ -1,45 +0,0 @@
-# Copyright 1999-2011 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=4
-
-GITHUB_USER="tmbinc"
-GITHUB_HASH="49b098be9548d174023ad05c10f6af9d02b8e18e"
-MY_P="${GITHUB_USER}-${PN}-${GITHUB_HASH:0:7}"
-
-inherit toolchain-funcs
-
-DESCRIPTION="grep-like tool to search for binary strings"
-HOMEPAGE="https://github.com/tmbinc/bgrep/"
-SRC_URI="https://github.com/${GITHUB_USER}/${PN}/tarball/${GITHUB_HASH} -> ${MY_P}.tar.gz"
-
-S="${WORKDIR}/${MY_P}"
-LICENSE="MIT"
-SLOT="0"
-
-KEYWORDS="~amd64"
-
-IUSE="test"
-
-RDEPEND=""
-DEPEND="test? ( dev-lang/perl )"
-
-src_prepare() {
- sed -i -e "s|/tmp/|${T}/|g" \
- test/bgrep-test.sh || die
-}
-
-src_compile() {
- tc-export CC
- emake || die
-}
-
-src_test() {
- cd test
- ./bgrep-test.sh || die
-}
-
-src_install() {
- dobin bgrep
- dodoc README
-}
^ permalink raw reply related [flat|nested] 4+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-misc/bgrep/
@ 2021-03-22 18:06 Joonas Niilola
0 siblings, 0 replies; 4+ messages in thread
From: Joonas Niilola @ 2021-03-22 18:06 UTC (permalink / raw
To: gentoo-commits
commit: 31161e504f42675b5794aff2422f11917468b663
Author: ScardracS <marco <AT> scardovi <DOT> com>
AuthorDate: Thu Mar 18 15:20:48 2021 +0000
Commit: Joonas Niilola <juippis <AT> gentoo <DOT> org>
CommitDate: Mon Mar 22 18:06:35 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=31161e50
app-misc/bgrep: bumping to 0.2-p20210221 snapshot
Package-Manager: Portage-3.0.17, Repoman-3.0.2
Signed-off-by: Marco Scardovi <marco <AT> scardovi.com>
Closes: https://github.com/gentoo/gentoo/pull/19990
Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>
app-misc/bgrep/Manifest | 1 +
app-misc/bgrep/bgrep-0.2_p20210221.ebuild | 45 +++++++++++++++++++++++++++++++
app-misc/bgrep/metadata.xml | 15 ++++++++---
3 files changed, 57 insertions(+), 4 deletions(-)
diff --git a/app-misc/bgrep/Manifest b/app-misc/bgrep/Manifest
index 4f2fa0f310d..b2cfa4e7b43 100644
--- a/app-misc/bgrep/Manifest
+++ b/app-misc/bgrep/Manifest
@@ -1 +1,2 @@
+DIST bgrep-0.2_p20210221.tar.gz 4854 BLAKE2B 85c9171572e440f1e5def3a902a4adb1a3339706847013c6ff139745a819d9eab48a9449bf89b631cfcfe0081365240eefcae46a68064f710178db6d2db50037 SHA512 a9488ee9fd68a1b0e9924cbdf1e36fb3517cdceee4b57a27ef148ccd2c3f51942f8a57b41d47a2cb5b65b376b0b87c92ca4ee5d7053714a725c57ffbabbf12b6
DIST tmbinc-bgrep-49b098b.tar.gz 3386 BLAKE2B 3c98e849689cf5b9131a52578bef8735f7ff8d0a8a8b7c1c3e048487d3e40c9c34e902e737e3fa0d40e0e640ffc1a7cedb49b1b45d04263c7c987625cd02726f SHA512 18a0161fe23a04d36bbfe67712a90b3d30c4cca95fed023773b0a1eda5fc1c284996d9669eec256a9aacc7019297f96c3d4fe69c240595bcdcc3a8b7c1bea990
diff --git a/app-misc/bgrep/bgrep-0.2_p20210221.ebuild b/app-misc/bgrep/bgrep-0.2_p20210221.ebuild
new file mode 100644
index 00000000000..113fd29485b
--- /dev/null
+++ b/app-misc/bgrep/bgrep-0.2_p20210221.ebuild
@@ -0,0 +1,45 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+COMMIT="58c0b83f7ef13cd8d3d7352fadef88a006a514cd"
+
+inherit toolchain-funcs
+
+DESCRIPTION="Grep-like tool to search for binary strings"
+HOMEPAGE="https://github.com/tmbinc/bgrep/"
+SRC_URI="https://github.com/tmbinc/bgrep/archive/${COMMIT}.tar.gz -> ${P}.tar.gz"
+
+S="${WORKDIR}/${PN}-${COMMIT}"
+
+LICENSE="BSD"
+SLOT="0"
+
+KEYWORDS="~amd64"
+
+IUSE="test"
+RESTRICT="!test? ( test )"
+
+DEPEND="test? ( dev-lang/perl )"
+
+src_prepare() {
+ default
+ sed -i -e "s|/tmp/|${T}/|g" \
+ test/bgrep-test.sh || die
+}
+
+src_compile() {
+ tc-export CC
+ emake
+}
+
+src_test() {
+ cd test || die
+ ./bgrep-test.sh || die
+}
+
+src_install() {
+ dobin bgrep
+ dodoc README
+}
diff --git a/app-misc/bgrep/metadata.xml b/app-misc/bgrep/metadata.xml
index cf3127a88dd..d898893e4df 100644
--- a/app-misc/bgrep/metadata.xml
+++ b/app-misc/bgrep/metadata.xml
@@ -1,8 +1,15 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
- <!--maintainer-needed-->
- <upstream>
- <remote-id type="github">tmbinc/bgrep</remote-id>
- </upstream>
+ <maintainer type="person" proxied="yes">
+ <email>marco@scardovi.com</email>
+ <name>Marco Scardovi</name>
+ </maintainer>
+ <maintainer type="project" proxied="proxy">
+ <email>proxy-maint@gentoo.org</email>
+ <name>Proxy Maintainers</name>
+ </maintainer>
+ <upstream>
+ <remote-id type="github">tmbinc/bgrep</remote-id>
+ </upstream>
</pkgmetadata>
^ permalink raw reply related [flat|nested] 4+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-misc/bgrep/
@ 2025-03-24 5:34 Sam James
0 siblings, 0 replies; 4+ messages in thread
From: Sam James @ 2025-03-24 5:34 UTC (permalink / raw
To: gentoo-commits
commit: 0b5aaffcdcec99085f57349ebbe4eb53bd897c4a
Author: Nicolas PARLANT <nicolas.parlant <AT> parhuet <DOT> fr>
AuthorDate: Thu Feb 13 13:57:02 2025 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Mon Mar 24 05:33:37 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0b5aaffc
app-misc/bgrep: add 0.2_p20250205
update EAPI 7->8
dep -> bdep for test
Signed-off-by: Nicolas PARLANT <nicolas.parlant <AT> parhuet.fr>
Closes: https://github.com/gentoo/gentoo/pull/40557
Signed-off-by: Sam James <sam <AT> gentoo.org>
app-misc/bgrep/Manifest | 1 +
app-misc/bgrep/bgrep-0.2_p20250205.ebuild | 40 +++++++++++++++++++++++++++++++
2 files changed, 41 insertions(+)
diff --git a/app-misc/bgrep/Manifest b/app-misc/bgrep/Manifest
index 67b4899ef405..642e1907419a 100644
--- a/app-misc/bgrep/Manifest
+++ b/app-misc/bgrep/Manifest
@@ -1 +1,2 @@
DIST bgrep-0.2_p20210221.tar.gz 4854 BLAKE2B 85c9171572e440f1e5def3a902a4adb1a3339706847013c6ff139745a819d9eab48a9449bf89b631cfcfe0081365240eefcae46a68064f710178db6d2db50037 SHA512 a9488ee9fd68a1b0e9924cbdf1e36fb3517cdceee4b57a27ef148ccd2c3f51942f8a57b41d47a2cb5b65b376b0b87c92ca4ee5d7053714a725c57ffbabbf12b6
+DIST bgrep-0.2_p20250205.tar.gz 5584 BLAKE2B 150e17de8da4906691f96c55a7f0198d9b85812a2e8ca3a4e20abb0d395472fea78186b594721cc3a652b973a0cec637745a7ed8d8dff43722a657bc4fb154cf SHA512 4875121988e9fd55f456fa3a043f2702cdaa5a39bba39e5384c049f9b26b27deae597240ea5ac9dd98860baeeeb73cd62814f8ec73d7a20e1e645498be3080f0
diff --git a/app-misc/bgrep/bgrep-0.2_p20250205.ebuild b/app-misc/bgrep/bgrep-0.2_p20250205.ebuild
new file mode 100644
index 000000000000..aea826349b4f
--- /dev/null
+++ b/app-misc/bgrep/bgrep-0.2_p20250205.ebuild
@@ -0,0 +1,40 @@
+# Copyright 1999-2025 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit toolchain-funcs
+
+DESCRIPTION="Grep-like tool to search for binary strings"
+HOMEPAGE="https://github.com/tmbinc/bgrep/"
+COMMIT="6eb0e4730c5ae88574bdab83b07d7b25ac544778"
+SRC_URI="https://github.com/tmbinc/bgrep/archive/${COMMIT}.tar.gz -> ${P}.tar.gz"
+S="${WORKDIR}/${PN}-${COMMIT}"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE="test"
+RESTRICT="!test? ( test )"
+
+BDEPEND="test? ( dev-lang/perl )"
+
+src_prepare() {
+ default
+ sed -i -e "s|/tmp/|${T}/|g" \
+ test/bgrep-test.sh || die
+}
+
+src_compile() {
+ tc-export CC
+ emake
+}
+
+src_test() {
+ ./test/bgrep-test.sh || die
+}
+
+src_install() {
+ dobin bgrep
+ dodoc README
+}
^ permalink raw reply related [flat|nested] 4+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-misc/bgrep/
@ 2025-05-15 7:24 Petr Vaněk
0 siblings, 0 replies; 4+ messages in thread
From: Petr Vaněk @ 2025-05-15 7:24 UTC (permalink / raw
To: gentoo-commits
commit: 31b16073677ddfbfc49e1095888c87d18bc06040
Author: Petr Vaněk <arkamar <AT> gentoo <DOT> org>
AuthorDate: Thu May 15 06:39:42 2025 +0000
Commit: Petr Vaněk <arkamar <AT> gentoo <DOT> org>
CommitDate: Thu May 15 07:21:18 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=31b16073
app-misc/bgrep: drop 0.2_p20210221
Signed-off-by: Petr Vaněk <arkamar <AT> gentoo.org>
app-misc/bgrep/Manifest | 1 -
app-misc/bgrep/bgrep-0.2_p20210221.ebuild | 45 -------------------------------
2 files changed, 46 deletions(-)
diff --git a/app-misc/bgrep/Manifest b/app-misc/bgrep/Manifest
index 642e1907419a..4ddddb778b72 100644
--- a/app-misc/bgrep/Manifest
+++ b/app-misc/bgrep/Manifest
@@ -1,2 +1 @@
-DIST bgrep-0.2_p20210221.tar.gz 4854 BLAKE2B 85c9171572e440f1e5def3a902a4adb1a3339706847013c6ff139745a819d9eab48a9449bf89b631cfcfe0081365240eefcae46a68064f710178db6d2db50037 SHA512 a9488ee9fd68a1b0e9924cbdf1e36fb3517cdceee4b57a27ef148ccd2c3f51942f8a57b41d47a2cb5b65b376b0b87c92ca4ee5d7053714a725c57ffbabbf12b6
DIST bgrep-0.2_p20250205.tar.gz 5584 BLAKE2B 150e17de8da4906691f96c55a7f0198d9b85812a2e8ca3a4e20abb0d395472fea78186b594721cc3a652b973a0cec637745a7ed8d8dff43722a657bc4fb154cf SHA512 4875121988e9fd55f456fa3a043f2702cdaa5a39bba39e5384c049f9b26b27deae597240ea5ac9dd98860baeeeb73cd62814f8ec73d7a20e1e645498be3080f0
diff --git a/app-misc/bgrep/bgrep-0.2_p20210221.ebuild b/app-misc/bgrep/bgrep-0.2_p20210221.ebuild
deleted file mode 100644
index 113fd29485be..000000000000
--- a/app-misc/bgrep/bgrep-0.2_p20210221.ebuild
+++ /dev/null
@@ -1,45 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-COMMIT="58c0b83f7ef13cd8d3d7352fadef88a006a514cd"
-
-inherit toolchain-funcs
-
-DESCRIPTION="Grep-like tool to search for binary strings"
-HOMEPAGE="https://github.com/tmbinc/bgrep/"
-SRC_URI="https://github.com/tmbinc/bgrep/archive/${COMMIT}.tar.gz -> ${P}.tar.gz"
-
-S="${WORKDIR}/${PN}-${COMMIT}"
-
-LICENSE="BSD"
-SLOT="0"
-
-KEYWORDS="~amd64"
-
-IUSE="test"
-RESTRICT="!test? ( test )"
-
-DEPEND="test? ( dev-lang/perl )"
-
-src_prepare() {
- default
- sed -i -e "s|/tmp/|${T}/|g" \
- test/bgrep-test.sh || die
-}
-
-src_compile() {
- tc-export CC
- emake
-}
-
-src_test() {
- cd test || die
- ./bgrep-test.sh || die
-}
-
-src_install() {
- dobin bgrep
- dodoc README
-}
^ permalink raw reply related [flat|nested] 4+ messages in thread
end of thread, other threads:[~2025-05-15 7:24 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-03-24 5:34 [gentoo-commits] repo/gentoo:master commit in: app-misc/bgrep/ Sam James
-- strict thread matches above, loose matches on Subject: below --
2025-05-15 7:24 Petr Vaněk
2021-03-22 18:06 Joonas Niilola
2019-04-23 8:51 David Seifert
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox