public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: app-misc/bfr/
@ 2017-09-03 20:35 Patrice Clement
  0 siblings, 0 replies; 2+ messages in thread
From: Patrice Clement @ 2017-09-03 20:35 UTC (permalink / raw
  To: gentoo-commits

commit:     c22d2236b842a1a9fd341bcbd960ae0f9759277f
Author:     Patrice Clement <monsieurp <AT> gentoo <DOT> org>
AuthorDate: Sun Sep  3 20:34:27 2017 +0000
Commit:     Patrice Clement <monsieurp <AT> gentoo <DOT> org>
CommitDate: Sun Sep  3 20:35:10 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c22d2236

app-misc/bfr: update HOMEPAGE.

This commit also update this ebuild's EAPI to version 6.

Gentoo-Bug: https://bugs.gentoo.org/629766

Package-Manager: Portage-2.3.6, Repoman-2.3.1

 app-misc/bfr/bfr-1.6-r3.ebuild | 23 +++++++++++++++++++++++
 1 file changed, 23 insertions(+)

diff --git a/app-misc/bfr/bfr-1.6-r3.ebuild b/app-misc/bfr/bfr-1.6-r3.ebuild
new file mode 100644
index 00000000000..8a27acb19cf
--- /dev/null
+++ b/app-misc/bfr/bfr-1.6-r3.ebuild
@@ -0,0 +1,23 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit eutils toolchain-funcs
+
+DESCRIPTION="General-purpose command-line pipe buffer"
+HOMEPAGE="https://wiki.gentoo.org/wiki/No_homepage"
+SRC_URI="http://www.glines.org/bin/pk/${P}.tar.bz2"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc ~ppc64 ~sparc ~x86"
+
+DEPEND="dev-lang/perl"
+
+PATCHES=( "${FILESDIR}/${P}-perl.patch" )
+
+src_configure() {
+	tc-export CC
+	default
+}


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: app-misc/bfr/
@ 2024-10-20 19:43 Arthur Zamarin
  0 siblings, 0 replies; 2+ messages in thread
From: Arthur Zamarin @ 2024-10-20 19:43 UTC (permalink / raw
  To: gentoo-commits

commit:     e75e9f6b4dce755931f3d0f6a51967e77a711043
Author:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Sun Oct 20 19:42:29 2024 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Sun Oct 20 19:42:29 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e75e9f6b

app-misc/bfr: fix old broken configure script

Closes: https://bugs.gentoo.org/906197
Closes: https://bugs.gentoo.org/874519
Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>

 app-misc/bfr/{bfr-1.6-r4.ebuild => bfr-1.6-r5.ebuild} | 9 +++++++--
 1 file changed, 7 insertions(+), 2 deletions(-)

diff --git a/app-misc/bfr/bfr-1.6-r4.ebuild b/app-misc/bfr/bfr-1.6-r5.ebuild
similarity index 73%
rename from app-misc/bfr/bfr-1.6-r4.ebuild
rename to app-misc/bfr/bfr-1.6-r5.ebuild
index c12eec636233..ebfc40881c60 100644
--- a/app-misc/bfr/bfr-1.6-r4.ebuild
+++ b/app-misc/bfr/bfr-1.6-r5.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2022 Gentoo Authors
+# Copyright 1999-2024 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
 
-inherit toolchain-funcs
+inherit autotools toolchain-funcs
 
 DESCRIPTION="General-purpose command-line pipe buffer"
 HOMEPAGE="https://wiki.gentoo.org/wiki/No_homepage"
@@ -20,6 +20,11 @@ PATCHES=(
 	"${FILESDIR}"/${P}-long-types.patch
 )
 
+src_prepare() {
+	default
+	eautoreconf # uses old broken checks for compiler, bug #874519
+}
+
 src_configure() {
 	tc-export CC
 	default


^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2024-10-20 19:43 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-10-20 19:43 [gentoo-commits] repo/gentoo:master commit in: app-misc/bfr/ Arthur Zamarin
  -- strict thread matches above, loose matches on Subject: below --
2017-09-03 20:35 Patrice Clement

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox