public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: app-misc/fdutils/
@ 2016-04-19  6:42 Mike Frysinger
  0 siblings, 0 replies; 5+ messages in thread
From: Mike Frysinger @ 2016-04-19  6:42 UTC (permalink / raw
  To: gentoo-commits

commit:     8b3fef2e5ea54c3390306e545453abf97d38e7d6
Author:     Mike Frysinger <vapier <AT> gentoo <DOT> org>
AuthorDate: Tue Apr 19 06:42:14 2016 +0000
Commit:     Mike Frysinger <vapier <AT> gentoo <DOT> org>
CommitDate: Tue Apr 19 06:42:14 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8b3fef2e

app-misc/fdutils: fix build w/newer glibc #580060

 app-misc/fdutils/fdutils-5.5.20060227.ebuild | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/app-misc/fdutils/fdutils-5.5.20060227.ebuild b/app-misc/fdutils/fdutils-5.5.20060227.ebuild
index 3658976..46c70f7 100644
--- a/app-misc/fdutils/fdutils-5.5.20060227.ebuild
+++ b/app-misc/fdutils/fdutils-5.5.20060227.ebuild
@@ -29,6 +29,9 @@ src_prepare() {
 	local d="${WORKDIR}"/debian/patches
 	EPATCH_SOURCE="${d}" epatch $(<"${d}"/series)
 	sed -i -e 's:{LDFLAFS}:(LDFLAGS):' src/Makefile.in || die #337721
+	# The build sets up config.h and uses some symbols, but forgots to
+	# actually include it in most places.
+	sed -i '1i#include "../config.h"' src/*.c || die #580060
 }
 
 src_configure() {


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

* [gentoo-commits] repo/gentoo:master commit in: app-misc/fdutils/
@ 2017-08-17 14:25 Amy Liffey
  0 siblings, 0 replies; 5+ messages in thread
From: Amy Liffey @ 2017-08-17 14:25 UTC (permalink / raw
  To: gentoo-commits

commit:     908db8fd8e7c42449c7861cc7e3e67149b4e52f0
Author:     Amy Liffey <amynka <AT> gentoo <DOT> org>
AuthorDate: Thu Aug 17 14:16:47 2017 +0000
Commit:     Amy Liffey <amynka <AT> gentoo <DOT> org>
CommitDate: Thu Aug 17 14:25:04 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=908db8fd

app-misc/fdutils: stable for x86

Package-Manager: Portage-2.3.6, Repoman-2.3.1

 app-misc/fdutils/fdutils-5.5.20060227.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/app-misc/fdutils/fdutils-5.5.20060227.ebuild b/app-misc/fdutils/fdutils-5.5.20060227.ebuild
index 6cda0ffb440..4583e0b166a 100644
--- a/app-misc/fdutils/fdutils-5.5.20060227.ebuild
+++ b/app-misc/fdutils/fdutils-5.5.20060227.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2013 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
@@ -13,7 +13,7 @@ SRC_URI="mirror://debian/pool/main/f/${PN}/${MY_P}.orig.tar.gz
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~amd64 ~ppc ~x86"
+KEYWORDS="~amd64 ~ppc x86"
 IUSE="doc"
 
 RDEPEND=">=sys-fs/mtools-4"


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

* [gentoo-commits] repo/gentoo:master commit in: app-misc/fdutils/
@ 2022-03-09 14:51 Sam James
  0 siblings, 0 replies; 5+ messages in thread
From: Sam James @ 2022-03-09 14:51 UTC (permalink / raw
  To: gentoo-commits

commit:     b22e78b74a28d32882ed8f486ce7617228b7df47
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Wed Mar  9 14:51:21 2022 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Wed Mar  9 14:51:36 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b22e78b7

app-misc/fdutils: add indirect toolchain-funcs

Signed-off-by: Sam James <sam <AT> gentoo.org>

 app-misc/fdutils/fdutils-5.6_p2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-misc/fdutils/fdutils-5.6_p2.ebuild b/app-misc/fdutils/fdutils-5.6_p2.ebuild
index 4f48b92305df..84a17c6b46a7 100644
--- a/app-misc/fdutils/fdutils-5.6_p2.ebuild
+++ b/app-misc/fdutils/fdutils-5.6_p2.ebuild
@@ -5,7 +5,7 @@ EAPI=8
 
 MY_P=${PN}_5.6
 
-inherit autotools
+inherit autotools toolchain-funcs
 
 DESCRIPTION="Utilities for configuring and debugging the Linux floppy driver"
 HOMEPAGE="https://fdutils.linux.lu"


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

* [gentoo-commits] repo/gentoo:master commit in: app-misc/fdutils/
@ 2022-03-09 14:51 Sam James
  0 siblings, 0 replies; 5+ messages in thread
From: Sam James @ 2022-03-09 14:51 UTC (permalink / raw
  To: gentoo-commits

commit:     02760b966cae98bb03927686828f48a8c74a8b6c
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Wed Mar  9 14:51:31 2022 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Wed Mar  9 14:51:38 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=02760b96

app-misc/fdutils: drop 5.5.20060227

Signed-off-by: Sam James <sam <AT> gentoo.org>

 app-misc/fdutils/Manifest                    |  1 -
 app-misc/fdutils/fdutils-5.5.20060227.ebuild | 57 ----------------------------
 2 files changed, 58 deletions(-)

diff --git a/app-misc/fdutils/Manifest b/app-misc/fdutils/Manifest
index d680a65c5d63..5537fe0662b3 100644
--- a/app-misc/fdutils/Manifest
+++ b/app-misc/fdutils/Manifest
@@ -1,5 +1,4 @@
 DIST fdutils-5.5-20060227_20081027.diff.gz 6748 BLAKE2B a6d9bf332a777c6c09c85ea85adfaf02422ed2e459d3cb5248c5f6c122e11d39c1a426288d8b611f61ee5ed33ceb5695644f6fbf5421e7a0b1b9937c6a3c26f3 SHA512 979ad8116a5e0c82584a534095e60689d3920d16f0685a184619012d4146f89d6dce063d896668242bf10a6372579ad16ee3e2093e386ff430f265a23458750d
-DIST fdutils_5.5-20060227-6.debian.tar.gz 54489 BLAKE2B 4d0fbd1c9c4f115a9df3f7092e062173f6a8956df8d465bb0186f712f51f6ef9e4fc67c4c642cdf7ae7e9daa775d6657c4306f5837307a51daa0abcc12639b0e SHA512 db6759bd2b98ae65bca39cf5b09fdb250371e02daa7665d8d21f93c3ab968cfe345cecb20faedaf2600104b22e2fb4df6868860dac3ead0ffb28d2141c8d7149
 DIST fdutils_5.5-20060227-8.debian.tar.xz 48480 BLAKE2B 16de5a3b9f634c3eafbe9048d84c6ff29933e5b5ad878de79e6b03aac49ec44334e7e8e090ad0518bc83e8adb91dd19612850f0de7e28bc9d9c10663fd9a5252 SHA512 a55823c2a4defe1ebad5a92c96a85766520a744b75f49e9f99eb14ec2c0ec44f91a72437d070942a4603f7e337ed60c380f61635b4aba57dbb5ddc8d771d8b89
 DIST fdutils_5.5-20060227.orig.tar.gz 222915 BLAKE2B d76a4b30ab60ea081e333817af11fe3815e8e19149c643afbcb931dc670fa3893cb96bb6be2136dea10fea06894a02e7fd1ecc4500ca6dd786054bbdaea19262 SHA512 a25d23827b9178a9a54d0012ad20248072e07aa5798bb3661fd0412d2441239b7bbf1778b5e34acb1a09a25a76e44c1801b706a242ce3b2337c06757e0ac02dd
 DIST fdutils_5.6-2.debian.tar.xz 49420 BLAKE2B 6f21a07fc9eeea3588b5b810cfc0e20e8c9e3ba905caa4274643aceeb452cf62d9a8449d25f25d73f87933ed9fc1654fede129874218f497ea4dcba82fbb58cc SHA512 b75d3b9185de51aae9ffc6e851b43b9722bb258b6d1c7517994a04bdf4607b53648291d0c755af2822d6503fe41150b08a56e59ccc4be604f23429cb10eb60b8

diff --git a/app-misc/fdutils/fdutils-5.5.20060227.ebuild b/app-misc/fdutils/fdutils-5.5.20060227.ebuild
deleted file mode 100644
index 2df9ab872a03..000000000000
--- a/app-misc/fdutils/fdutils-5.5.20060227.ebuild
+++ /dev/null
@@ -1,57 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-inherit epatch
-
-MY_P=${PN}_5.5-20060227
-
-DESCRIPTION="utilities for configuring and debugging the Linux floppy driver"
-HOMEPAGE="https://fdutils.linux.lu"
-SRC_URI="mirror://debian/pool/main/f/${PN}/${MY_P}.orig.tar.gz
-	mirror://debian/pool/main/f/${PN}/${MY_P}-6.debian.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~ppc x86"
-IUSE="doc"
-
-RDEPEND=">=sys-fs/mtools-4"
-DEPEND="${RDEPEND}
-	sys-apps/texinfo
-	virtual/os-headers
-	doc? ( virtual/texi2dvi )"
-
-S=${WORKDIR}/${PN}-5.5-20060227
-
-src_prepare() {
-	epatch "${FILESDIR}/${P}-gcc10.patch"
-
-	local d="${WORKDIR}"/debian/patches
-	EPATCH_SOURCE="${d}" epatch $(<"${d}"/series)
-	sed -i -e 's:{LDFLAFS}:(LDFLAGS):' src/Makefile.in || die #337721
-	# The build sets up config.h and uses some symbols, but forgots to
-	# actually include it in most places.
-	sed -i '1i#include "../config.h"' src/*.c || die #580060
-}
-
-src_configure() {
-	econf --enable-fdmount-floppy-only
-}
-
-src_compile() {
-	emake -j1 $(use doc || echo compile)
-}
-
-src_install() {
-	dodir /etc
-	use doc && dodir /usr/share/info
-
-	emake -j1 DESTDIR="${D}" install
-
-	# The copy in sys-apps/man-pages is more recent
-	rm -f "${ED}"/usr/share/man/man4/fd.4 || die
-
-	# Rename to match binary
-	mv "${ED}"/usr/share/man/man1/{makefloppies,MAKEFLOPPIES}.1 || die
-}


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

* [gentoo-commits] repo/gentoo:master commit in: app-misc/fdutils/
@ 2022-03-09 23:36 Sam James
  0 siblings, 0 replies; 5+ messages in thread
From: Sam James @ 2022-03-09 23:36 UTC (permalink / raw
  To: gentoo-commits

commit:     e4aba91f6c5657a7865a33ae77a90af9f5f0f69f
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Wed Mar  9 23:22:51 2022 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Wed Mar  9 23:22:51 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e4aba91f

app-misc/fdutils: restore dropped ppc/x86

Signed-off-by: Sam James <sam <AT> gentoo.org>

 app-misc/fdutils/fdutils-5.6_p2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-misc/fdutils/fdutils-5.6_p2.ebuild b/app-misc/fdutils/fdutils-5.6_p2.ebuild
index 84a17c6b46a7..b49bc20f491a 100644
--- a/app-misc/fdutils/fdutils-5.6_p2.ebuild
+++ b/app-misc/fdutils/fdutils-5.6_p2.ebuild
@@ -16,7 +16,7 @@ SRC_URI="
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~amd64"
+KEYWORDS="~amd64 ~ppc ~x86"
 IUSE="doc"
 
 RDEPEND=">=sys-fs/mtools-4"


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

end of thread, other threads:[~2022-03-09 23:36 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-04-19  6:42 [gentoo-commits] repo/gentoo:master commit in: app-misc/fdutils/ Mike Frysinger
  -- strict thread matches above, loose matches on Subject: below --
2017-08-17 14:25 Amy Liffey
2022-03-09 14:51 Sam James
2022-03-09 14:51 Sam James
2022-03-09 23:36 Sam James

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