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

commit:     7a7a400343bbb830dc87f33c5eb8066622c7098f
Author:     Mike Frysinger <vapier <AT> gentoo <DOT> org>
AuthorDate: Sat Apr 23 06:36:37 2016 +0000
Commit:     Mike Frysinger <vapier <AT> gentoo <DOT> org>
CommitDate: Sat Apr 23 06:36:37 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7a7a4003

sys-fs/hfsplusutils: update to EAPI=5

 sys-fs/hfsplusutils/hfsplusutils-1.0.4-r1.ebuild | 15 +++++++--------
 1 file changed, 7 insertions(+), 8 deletions(-)

diff --git a/sys-fs/hfsplusutils/hfsplusutils-1.0.4-r1.ebuild b/sys-fs/hfsplusutils/hfsplusutils-1.0.4-r1.ebuild
index aa6fe7c..e11b120 100644
--- a/sys-fs/hfsplusutils/hfsplusutils-1.0.4-r1.ebuild
+++ b/sys-fs/hfsplusutils/hfsplusutils-1.0.4-r1.ebuild
@@ -1,8 +1,9 @@
-# Copyright 1999-2010 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Id$
 
-inherit autotools eutils
+EAPI="5"
+
+inherit autotools eutils flag-o-matic
 
 MY_P="hfsplus_${PV}"
 DESCRIPTION="HFS+ Filesystem Access Utilities (a PPC filesystem)"
@@ -19,18 +20,16 @@ RDEPEND=""
 
 S=${WORKDIR}/hfsplus-${PV}
 
-src_unpack() {
-	unpack ${A}
-	cd "${S}"
+src_prepare() {
 	epatch "${FILESDIR}/${P}-glob.patch"
 	epatch "${FILESDIR}/${P}-errno.patch"
 	epatch "${FILESDIR}/${P}-gcc4.patch"
 	epatch "${FILESDIR}/${P}-string.patch"
-	#let's avoid the Makefile.cvs since isn't working for us
+	# let's avoid the Makefile.cvs since isn't working for us
 	eautoreconf
 }
 
 src_install() {
-	make DESTDIR="${D}" install || die "make install failed"
+	default
 	newman doc/man/hfsp.man hfsp.1
 }


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

* [gentoo-commits] repo/gentoo:master commit in: sys-fs/hfsplusutils/
@ 2016-04-23  6:40 Mike Frysinger
  0 siblings, 0 replies; 5+ messages in thread
From: Mike Frysinger @ 2016-04-23  6:40 UTC (permalink / raw
  To: gentoo-commits

commit:     e9a6b95c48c57f0cde265333351d638724d66a91
Author:     Mike Frysinger <vapier <AT> gentoo <DOT> org>
AuthorDate: Sat Apr 23 06:40:27 2016 +0000
Commit:     Mike Frysinger <vapier <AT> gentoo <DOT> org>
CommitDate: Sat Apr 23 06:40:27 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e9a6b95c

sys-fs/hfsplusutils: add support for USE=static-libs

 sys-fs/hfsplusutils/hfsplusutils-1.0.4-r1.ebuild | 7 ++++++-
 1 file changed, 6 insertions(+), 1 deletion(-)

diff --git a/sys-fs/hfsplusutils/hfsplusutils-1.0.4-r1.ebuild b/sys-fs/hfsplusutils/hfsplusutils-1.0.4-r1.ebuild
index fd1d77c..71cc51b 100644
--- a/sys-fs/hfsplusutils/hfsplusutils-1.0.4-r1.ebuild
+++ b/sys-fs/hfsplusutils/hfsplusutils-1.0.4-r1.ebuild
@@ -13,7 +13,7 @@ SRC_URI="http://penguinppc.org/historical/hfsplus/${MY_P}.src.tar.bz2"
 LICENSE="GPL-2"
 SLOT="0"
 KEYWORDS="ppc ppc64 x86"
-IUSE=""
+IUSE="static-libs"
 
 DEPEND="app-arch/bzip2"
 RDEPEND=""
@@ -33,7 +33,12 @@ src_prepare() {
 	append-flags -fgnu89-inline
 }
 
+src_configure() {
+	econf $(use_enable static-libs static)
+}
+
 src_install() {
 	default
+	find "${ED}"/usr/ -name libhfsp.la -delete
 	newman doc/man/hfsp.man hfsp.1
 }


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

* [gentoo-commits] repo/gentoo:master commit in: sys-fs/hfsplusutils/
@ 2019-09-01 10:22 David Seifert
  0 siblings, 0 replies; 5+ messages in thread
From: David Seifert @ 2019-09-01 10:22 UTC (permalink / raw
  To: gentoo-commits

commit:     b97c26eb02eefb873cc52d03b98abb737ddab3e1
Author:     David Seifert <soap <AT> gentoo <DOT> org>
AuthorDate: Sun Sep  1 10:21:31 2019 +0000
Commit:     David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Sun Sep  1 10:21:31 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b97c26eb

sys-fs/hfsplusutils: Make myself sole maintainer

Package-Manager: Portage-2.3.74, Repoman-2.3.17
Signed-off-by: David Seifert <soap <AT> gentoo.org>

 sys-fs/hfsplusutils/metadata.xml | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/sys-fs/hfsplusutils/metadata.xml b/sys-fs/hfsplusutils/metadata.xml
index 5eb05198076..70f78a5392d 100644
--- a/sys-fs/hfsplusutils/metadata.xml
+++ b/sys-fs/hfsplusutils/metadata.xml
@@ -1,8 +1,8 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
 <pkgmetadata>
-<maintainer type="project">
-	<email>ppc@gentoo.org</email>
-	<name>Gentoo Linux PowerPC Development</name>
-</maintainer>
+	<maintainer type="person">
+		<email>soap@gentoo.org</email>
+		<name>David Seifert</name>
+	</maintainer>
 </pkgmetadata>


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

* [gentoo-commits] repo/gentoo:master commit in: sys-fs/hfsplusutils/
@ 2022-12-03 13:27 David Seifert
  0 siblings, 0 replies; 5+ messages in thread
From: David Seifert @ 2022-12-03 13:27 UTC (permalink / raw
  To: gentoo-commits

commit:     6cbe4c3ed96b51d68b37610dfc9605839736a0d7
Author:     David Seifert <soap <AT> gentoo <DOT> org>
AuthorDate: Sat Dec  3 13:27:24 2022 +0000
Commit:     David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Sat Dec  3 13:27:24 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6cbe4c3e

sys-fs/hfsplusutils: add -fno-strict-aliasing to avoid LTO breakage

Closes: https://bugs.gentoo.org/863902
Signed-off-by: David Seifert <soap <AT> gentoo.org>

 ...s-1.0.4-r2.ebuild => hfsplusutils-1.0.4-r3.ebuild} | 19 ++++++++++---------
 1 file changed, 10 insertions(+), 9 deletions(-)

diff --git a/sys-fs/hfsplusutils/hfsplusutils-1.0.4-r2.ebuild b/sys-fs/hfsplusutils/hfsplusutils-1.0.4-r3.ebuild
similarity index 72%
rename from sys-fs/hfsplusutils/hfsplusutils-1.0.4-r2.ebuild
rename to sys-fs/hfsplusutils/hfsplusutils-1.0.4-r3.ebuild
index 34c9cf508cba..efffe757f332 100644
--- a/sys-fs/hfsplusutils/hfsplusutils-1.0.4-r2.ebuild
+++ b/sys-fs/hfsplusutils/hfsplusutils-1.0.4-r3.ebuild
@@ -1,22 +1,21 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=7
+EAPI=8
 
-inherit autotools
+inherit autotools flag-o-matic
 
 MY_P="hfsplus_${PV}"
 
 DESCRIPTION="HFS+ Filesystem Access Utilities (a PPC filesystem)"
 HOMEPAGE="http://penguinppc.org/historical/hfsplus/"
 SRC_URI="http://penguinppc.org/historical/hfsplus/${MY_P}.src.tar.bz2"
+S="${WORKDIR}/hfsplus-${PV}"
 
 LICENSE="GPL-2"
 SLOT="0"
 KEYWORDS="~amd64 ppc ppc64 x86"
 
-S="${WORKDIR}/hfsplus-${PV}"
-
 PATCHES=(
 	"${FILESDIR}"/${P}-glob.patch
 	"${FILESDIR}"/${P}-errno.patch
@@ -31,18 +30,20 @@ PATCHES=(
 src_prepare() {
 	default
 
-	# let's avoid the Makefile.cvs since isn't working for us
-	mv configure.{in,ac} || die
+	# let's avoid the Makefile.cvs since it isn't working for us
 	eautoreconf
 }
 
 src_configure() {
-	econf --disable-static
+	# brittle codebase with lots of type punning, breaks LTO (#863902)
+	append-cflags -fno-strict-aliasing
+
+	default
 }
 
 src_install() {
 	default
 	newman doc/man/hfsp.man hfsp.1
 
-	find "${D}" -name '*.la' -delete || die
+	find "${ED}" -name '*.la' -delete || die
 }


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

* [gentoo-commits] repo/gentoo:master commit in: sys-fs/hfsplusutils/
@ 2023-09-14  5:27 WANG Xuerui
  0 siblings, 0 replies; 5+ messages in thread
From: WANG Xuerui @ 2023-09-14  5:27 UTC (permalink / raw
  To: gentoo-commits

commit:     0e2f36e392d9ab7fc254d3bdff3017aa1610e860
Author:     WANG Xuerui <xen0n <AT> gentoo <DOT> org>
AuthorDate: Thu Sep 14 04:56:49 2023 +0000
Commit:     WANG Xuerui <xen0n <AT> gentoo <DOT> org>
CommitDate: Thu Sep 14 05:15:41 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0e2f36e3

sys-fs/hfsplusutils: keyword 1.0.4-r3 for ~loong

Signed-off-by: WANG Xuerui <xen0n <AT> gentoo.org>

 sys-fs/hfsplusutils/hfsplusutils-1.0.4-r3.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/sys-fs/hfsplusutils/hfsplusutils-1.0.4-r3.ebuild b/sys-fs/hfsplusutils/hfsplusutils-1.0.4-r3.ebuild
index efffe757f332..e27b2512b24c 100644
--- a/sys-fs/hfsplusutils/hfsplusutils-1.0.4-r3.ebuild
+++ b/sys-fs/hfsplusutils/hfsplusutils-1.0.4-r3.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2022 Gentoo Authors
+# Copyright 1999-2023 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
@@ -14,7 +14,7 @@ S="${WORKDIR}/hfsplus-${PV}"
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~amd64 ppc ppc64 x86"
+KEYWORDS="~amd64 ~loong ppc ppc64 x86"
 
 PATCHES=(
 	"${FILESDIR}"/${P}-glob.patch


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

end of thread, other threads:[~2023-09-14  5:27 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-12-03 13:27 [gentoo-commits] repo/gentoo:master commit in: sys-fs/hfsplusutils/ David Seifert
  -- strict thread matches above, loose matches on Subject: below --
2023-09-14  5:27 WANG Xuerui
2019-09-01 10:22 David Seifert
2016-04-23  6:40 Mike Frysinger
2016-04-23  6:38 Mike Frysinger

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