* [gentoo-commits] repo/gentoo:master commit in: dev-util/bbe/
@ 2018-10-07 15:38 Daniel Pielmeier
0 siblings, 0 replies; 7+ messages in thread
From: Daniel Pielmeier @ 2018-10-07 15:38 UTC (permalink / raw
To: gentoo-commits
commit: 5611acf75fe0d319d14f778b0e75c6368125ffe5
Author: Daniel Pielmeier <billie <AT> gentoo <DOT> org>
AuthorDate: Sun Oct 7 15:37:49 2018 +0000
Commit: Daniel Pielmeier <billie <AT> gentoo <DOT> org>
CommitDate: Sun Oct 7 15:37:49 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5611acf7
dev-util/bbe: Revision bump to 0.2.2-r1. Switch to EAPI 7.
Signed-off-by: Daniel Pielmeier <billie <AT> gentoo.org>
Package-Manager: Portage-2.3.49, Repoman-2.3.11
dev-util/bbe/bbe-0.2.2-r1.ebuild | 23 +++++++++++++++++++++++
1 file changed, 23 insertions(+)
diff --git a/dev-util/bbe/bbe-0.2.2-r1.ebuild b/dev-util/bbe/bbe-0.2.2-r1.ebuild
new file mode 100644
index 00000000000..b93a74d75c4
--- /dev/null
+++ b/dev-util/bbe/bbe-0.2.2-r1.ebuild
@@ -0,0 +1,23 @@
+# Copyright 1999-2018 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit autotools
+
+DESCRIPTION="Sed-like editor for binary files"
+HOMEPAGE="https://sourceforge.net/projects/bbe-/"
+SRC_URI="mirror://sourceforge/${PN}-/${P}.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~x86 ~amd64-linux ~x86-linux"
+IUSE=""
+
+src_prepare() {
+ default
+
+ sed -i -e '/^htmldir/d' doc/Makefile.am || die
+ eaclocal
+ eautoreconf
+}
^ permalink raw reply related [flat|nested] 7+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-util/bbe/
@ 2020-05-18 12:55 Agostino Sarubbo
0 siblings, 0 replies; 7+ messages in thread
From: Agostino Sarubbo @ 2020-05-18 12:55 UTC (permalink / raw
To: gentoo-commits
commit: b961e5b3578c69a4c7273ee160a541cb18bdde06
Author: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
AuthorDate: Mon May 18 12:55:26 2020 +0000
Commit: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
CommitDate: Mon May 18 12:55:26 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b961e5b3
dev-util/bbe: amd64 stable wrt bug #723356
Package-Manager: Portage-2.3.99, Repoman-2.3.22
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Agostino Sarubbo <ago <AT> gentoo.org>
dev-util/bbe/bbe-0.2.2-r1.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/dev-util/bbe/bbe-0.2.2-r1.ebuild b/dev-util/bbe/bbe-0.2.2-r1.ebuild
index b93a74d75c4..f66c841ecf1 100644
--- a/dev-util/bbe/bbe-0.2.2-r1.ebuild
+++ b/dev-util/bbe/bbe-0.2.2-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Authors
+# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
@@ -11,7 +11,7 @@ SRC_URI="mirror://sourceforge/${PN}-/${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="~amd64 ~arm ~x86 ~amd64-linux ~x86-linux"
+KEYWORDS="amd64 ~arm ~x86 ~amd64-linux ~x86-linux"
IUSE=""
src_prepare() {
^ permalink raw reply related [flat|nested] 7+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-util/bbe/
@ 2020-05-18 13:02 Agostino Sarubbo
0 siblings, 0 replies; 7+ messages in thread
From: Agostino Sarubbo @ 2020-05-18 13:02 UTC (permalink / raw
To: gentoo-commits
commit: 0b114880116b591cecb4f8e5119c311e476dc8ee
Author: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
AuthorDate: Mon May 18 13:02:34 2020 +0000
Commit: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
CommitDate: Mon May 18 13:02:34 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0b114880
dev-util/bbe: x86 stable wrt bug #723356
Package-Manager: Portage-2.3.99, Repoman-2.3.22
RepoMan-Options: --include-arches="x86"
Signed-off-by: Agostino Sarubbo <ago <AT> gentoo.org>
dev-util/bbe/bbe-0.2.2-r1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-util/bbe/bbe-0.2.2-r1.ebuild b/dev-util/bbe/bbe-0.2.2-r1.ebuild
index f66c841ecf1..3a57f98b2b4 100644
--- a/dev-util/bbe/bbe-0.2.2-r1.ebuild
+++ b/dev-util/bbe/bbe-0.2.2-r1.ebuild
@@ -11,7 +11,7 @@ SRC_URI="mirror://sourceforge/${PN}-/${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="amd64 ~arm ~x86 ~amd64-linux ~x86-linux"
+KEYWORDS="amd64 ~arm x86 ~amd64-linux ~x86-linux"
IUSE=""
src_prepare() {
^ permalink raw reply related [flat|nested] 7+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-util/bbe/
@ 2020-06-09 11:46 Daniel Pielmeier
0 siblings, 0 replies; 7+ messages in thread
From: Daniel Pielmeier @ 2020-06-09 11:46 UTC (permalink / raw
To: gentoo-commits
commit: d141905ad83969a4df64732b004dc9017d2c3eae
Author: Daniel Pielmeier <billie <AT> gentoo <DOT> org>
AuthorDate: Tue Jun 9 11:44:58 2020 +0000
Commit: Daniel Pielmeier <billie <AT> gentoo <DOT> org>
CommitDate: Tue Jun 9 11:45:48 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d141905a
dev-util/bbe: Remove old bbe-0.2.2.
Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Daniel Pielmeier <billie <AT> gentoo.org>
dev-util/bbe/bbe-0.2.2.ebuild | 25 -------------------------
1 file changed, 25 deletions(-)
diff --git a/dev-util/bbe/bbe-0.2.2.ebuild b/dev-util/bbe/bbe-0.2.2.ebuild
deleted file mode 100644
index 0d506f35d5c..00000000000
--- a/dev-util/bbe/bbe-0.2.2.ebuild
+++ /dev/null
@@ -1,25 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-inherit autotools
-
-DESCRIPTION="Sed-like editor for binary files"
-HOMEPAGE="https://sourceforge.net/projects/bbe-/"
-SRC_URI="mirror://sourceforge/${PN}-/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 ~arm x86 ~amd64-linux ~x86-linux"
-IUSE=""
-
-src_prepare() {
- sed -i -e '/^htmldir/d' doc/Makefile.am || die
- eaclocal
- eautoreconf
-}
-
-src_configure() {
- econf --htmldir="${EPREFIX}/usr/share/doc/${PF}/html"
-}
^ permalink raw reply related [flat|nested] 7+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-util/bbe/
@ 2020-10-30 15:19 Daniel Pielmeier
0 siblings, 0 replies; 7+ messages in thread
From: Daniel Pielmeier @ 2020-10-30 15:19 UTC (permalink / raw
To: gentoo-commits
commit: 945da8f092da033504cc68c28784ed47b1476e45
Author: Daniel Pielmeier <billie <AT> gentoo <DOT> org>
AuthorDate: Fri Oct 30 15:19:38 2020 +0000
Commit: Daniel Pielmeier <billie <AT> gentoo <DOT> org>
CommitDate: Fri Oct 30 15:19:38 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=945da8f0
dev-util/bbe: Filter -Os.
Thanks to James Cloos for the report.
Closes: https://bugs.gentoo.org/750545
Package-Manager: Portage-3.0.8, Repoman-3.0.2
Signed-off-by: Daniel Pielmeier <billie <AT> gentoo.org>
dev-util/bbe/bbe-0.2.2-r1.ebuild | 9 ++++++++-
1 file changed, 8 insertions(+), 1 deletion(-)
diff --git a/dev-util/bbe/bbe-0.2.2-r1.ebuild b/dev-util/bbe/bbe-0.2.2-r1.ebuild
index 3a57f98b2b4..63a113fdda8 100644
--- a/dev-util/bbe/bbe-0.2.2-r1.ebuild
+++ b/dev-util/bbe/bbe-0.2.2-r1.ebuild
@@ -3,7 +3,7 @@
EAPI=7
-inherit autotools
+inherit autotools flag-o-matic
DESCRIPTION="Sed-like editor for binary files"
HOMEPAGE="https://sourceforge.net/projects/bbe-/"
@@ -21,3 +21,10 @@ src_prepare() {
eaclocal
eautoreconf
}
+
+src_configure() {
+ # Avoid linking problems, bug #750545.
+ replace-flags -Os -O2
+
+ default
+}
^ permalink raw reply related [flat|nested] 7+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-util/bbe/
@ 2021-11-15 4:46 Sam James
0 siblings, 0 replies; 7+ messages in thread
From: Sam James @ 2021-11-15 4:46 UTC (permalink / raw
To: gentoo-commits
commit: 99851e9dd29a406f2b8784ec6c58fb6efadbb9ca
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Mon Nov 15 04:46:28 2021 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Mon Nov 15 04:46:28 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=99851e9d
dev-util/bbe: drop unused flag-o-matic
Signed-off-by: Sam James <sam <AT> gentoo.org>
dev-util/bbe/bbe-0.2.2-r1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-util/bbe/bbe-0.2.2-r1.ebuild b/dev-util/bbe/bbe-0.2.2-r1.ebuild
index 8a6bbbb6e014..fe27af9582f8 100644
--- a/dev-util/bbe/bbe-0.2.2-r1.ebuild
+++ b/dev-util/bbe/bbe-0.2.2-r1.ebuild
@@ -3,7 +3,7 @@
EAPI=7
-inherit autotools flag-o-matic
+inherit autotools
DESCRIPTION="Sed-like editor for binary files"
HOMEPAGE="https://sourceforge.net/projects/bbe-/"
^ permalink raw reply related [flat|nested] 7+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-util/bbe/
@ 2024-03-08 14:53 Daniel Pielmeier
0 siblings, 0 replies; 7+ messages in thread
From: Daniel Pielmeier @ 2024-03-08 14:53 UTC (permalink / raw
To: gentoo-commits
commit: 723e507ee92867b5659b99d4912aff3051adc40d
Author: Daniel Pielmeier <billie <AT> gentoo <DOT> org>
AuthorDate: Fri Mar 8 14:52:34 2024 +0000
Commit: Daniel Pielmeier <billie <AT> gentoo <DOT> org>
CommitDate: Fri Mar 8 14:53:07 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=723e507e
dev-util/bbe: update SRC_URI
Signed-off-by: Daniel Pielmeier <billie <AT> gentoo.org>
dev-util/bbe/bbe-0.2.2-r1.ebuild | 5 ++---
1 file changed, 2 insertions(+), 3 deletions(-)
diff --git a/dev-util/bbe/bbe-0.2.2-r1.ebuild b/dev-util/bbe/bbe-0.2.2-r1.ebuild
index fe27af9582f8..23a866369275 100644
--- a/dev-util/bbe/bbe-0.2.2-r1.ebuild
+++ b/dev-util/bbe/bbe-0.2.2-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
@@ -7,12 +7,11 @@ inherit autotools
DESCRIPTION="Sed-like editor for binary files"
HOMEPAGE="https://sourceforge.net/projects/bbe-/"
-SRC_URI="mirror://sourceforge/${PN}-/${P}.tar.gz"
+SRC_URI="mirror://sourceforge/project/bbe-/bbe/${PV}/${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="amd64 ~arm x86 ~amd64-linux ~x86-linux"
-IUSE=""
PATCHES=(
"${FILESDIR}"/bbe-0.2.2-inline.patch
^ permalink raw reply related [flat|nested] 7+ messages in thread
end of thread, other threads:[~2024-03-08 14:53 UTC | newest]
Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-05-18 13:02 [gentoo-commits] repo/gentoo:master commit in: dev-util/bbe/ Agostino Sarubbo
-- strict thread matches above, loose matches on Subject: below --
2024-03-08 14:53 Daniel Pielmeier
2021-11-15 4:46 Sam James
2020-10-30 15:19 Daniel Pielmeier
2020-06-09 11:46 Daniel Pielmeier
2020-05-18 12:55 Agostino Sarubbo
2018-10-07 15:38 Daniel Pielmeier
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox