* [gentoo-commits] repo/gentoo:master commit in: app-text/binfind/
@ 2021-12-12 14:23 Yixun Lan
0 siblings, 0 replies; 4+ messages in thread
From: Yixun Lan @ 2021-12-12 14:23 UTC (permalink / raw
To: gentoo-commits
commit: 69b3a32d96845bc2f05fc3ff98be48e406ffd661
Author: Yongxiang Liang <tanekliang <AT> gmail <DOT> com>
AuthorDate: Thu Dec 9 19:14:04 2021 +0000
Commit: Yixun Lan <dlan <AT> gentoo <DOT> org>
CommitDate: Sun Dec 12 14:22:47 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=69b3a32d
app-text/binfind: keyword ~riscv
Closes: https://github.com/gentoo/gentoo/pull/23251
Package-Manager: Portage-3.0.28, Repoman-3.0.3
Signed-off-by: Yongxiang Liang <tanekliang <AT> gmail.com>
Signed-off-by: Yixun Lan <dlan <AT> gentoo.org>
app-text/binfind/binfind-0.0.3.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/app-text/binfind/binfind-0.0.3.ebuild b/app-text/binfind/binfind-0.0.3.ebuild
index 0285f93dbe53..98b9511f6370 100644
--- a/app-text/binfind/binfind-0.0.3.ebuild
+++ b/app-text/binfind/binfind-0.0.3.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
@@ -9,5 +9,5 @@ SRC_URI="https://www.lith.at/binfind/${P}.tar.gz"
LICENSE="GPL-2+"
SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="~amd64 ~riscv ~x86"
IUSE=""
^ permalink raw reply related [flat|nested] 4+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-text/binfind/
@ 2020-07-03 23:22 Aaron Bauman
0 siblings, 0 replies; 4+ messages in thread
From: Aaron Bauman @ 2020-07-03 23:22 UTC (permalink / raw
To: gentoo-commits
commit: ac54283397ac2fa025aac75bd66595390d70bfe7
Author: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail <DOT> com>
AuthorDate: Thu Jul 2 17:50:16 2020 +0000
Commit: Aaron Bauman <bman <AT> gentoo <DOT> org>
CommitDate: Fri Jul 3 23:22:23 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ac542833
app-text/binfind: use HTTPS
Package-Manager: Portage-2.3.103, Repoman-2.3.23
Signed-off-by: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/16547
Signed-off-by: Aaron Bauman <bman <AT> gentoo.org>
app-text/binfind/binfind-0.0.3.ebuild | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/app-text/binfind/binfind-0.0.3.ebuild b/app-text/binfind/binfind-0.0.3.ebuild
index 8e402c5ed0e..0285f93dbe5 100644
--- a/app-text/binfind/binfind-0.0.3.ebuild
+++ b/app-text/binfind/binfind-0.0.3.ebuild
@@ -1,11 +1,11 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
DESCRIPTION="Search files for a byte sequence specified on the command line"
-HOMEPAGE="http://www.lith.at/binfind/"
-SRC_URI="http://www.lith.at/binfind/${P}.tar.gz"
+HOMEPAGE="https://www.lith.at/binfind/"
+SRC_URI="https://www.lith.at/binfind/${P}.tar.gz"
LICENSE="GPL-2+"
SLOT="0"
^ permalink raw reply related [flat|nested] 4+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-text/binfind/
@ 2019-11-09 11:45 Michał Górny
0 siblings, 0 replies; 4+ messages in thread
From: Michał Górny @ 2019-11-09 11:45 UTC (permalink / raw
To: gentoo-commits
commit: 4e3c258149d751fde707e41e7c5b6c86b9ea3df3
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sat Nov 9 11:24:23 2019 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sat Nov 9 11:45:44 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4e3c2581
app-text/binfind: Bump to EAPI 7
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
app-text/binfind/binfind-0.0.3.ebuild | 14 ++++----------
1 file changed, 4 insertions(+), 10 deletions(-)
diff --git a/app-text/binfind/binfind-0.0.3.ebuild b/app-text/binfind/binfind-0.0.3.ebuild
index d5da3dc5dad..8b5a81b45b4 100644
--- a/app-text/binfind/binfind-0.0.3.ebuild
+++ b/app-text/binfind/binfind-0.0.3.ebuild
@@ -1,19 +1,13 @@
# Copyright 1999-2019 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI=0
+EAPI=7
-DESCRIPTION="binfind searches files for a byte sequence specified on the command line"
+DESCRIPTION="Search files for a byte sequence specified on the command line"
HOMEPAGE="http://www.lith.at/binfind"
SRC_URI="http://www.lith.at/binfind/${P}.tar.gz"
-LICENSE="GPL-2"
+
+LICENSE="GPL-2+"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""
-DEPEND=""
-RDEPEND=""
-
-src_install() {
- emake DESTDIR="${D}" install
- dodoc AUTHORS NEWS README ChangeLog
-}
^ permalink raw reply related [flat|nested] 4+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-text/binfind/
@ 2019-11-09 11:45 Michał Górny
0 siblings, 0 replies; 4+ messages in thread
From: Michał Górny @ 2019-11-09 11:45 UTC (permalink / raw
To: gentoo-commits
commit: dd306c8c02441b1bdc5a65ad624677ce35ec6341
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sat Nov 9 11:42:15 2019 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sat Nov 9 11:45:49 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dd306c8c
app-text/binfind: Fix HOMEPAGE
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
app-text/binfind/binfind-0.0.3.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/app-text/binfind/binfind-0.0.3.ebuild b/app-text/binfind/binfind-0.0.3.ebuild
index 8b5a81b45b4..8e402c5ed0e 100644
--- a/app-text/binfind/binfind-0.0.3.ebuild
+++ b/app-text/binfind/binfind-0.0.3.ebuild
@@ -4,7 +4,7 @@
EAPI=7
DESCRIPTION="Search files for a byte sequence specified on the command line"
-HOMEPAGE="http://www.lith.at/binfind"
+HOMEPAGE="http://www.lith.at/binfind/"
SRC_URI="http://www.lith.at/binfind/${P}.tar.gz"
LICENSE="GPL-2+"
^ permalink raw reply related [flat|nested] 4+ messages in thread
end of thread, other threads:[~2021-12-12 14:23 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-12-12 14:23 [gentoo-commits] repo/gentoo:master commit in: app-text/binfind/ Yixun Lan
-- strict thread matches above, loose matches on Subject: below --
2020-07-03 23:22 Aaron Bauman
2019-11-09 11:45 Michał Górny
2019-11-09 11:45 Michał Górny
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox