* [gentoo-commits] repo/gentoo:master commit in: media-libs/libbsb/
@ 2019-11-15 2:32 Andreas Sturmlechner
0 siblings, 0 replies; 5+ messages in thread
From: Andreas Sturmlechner @ 2019-11-15 2:32 UTC (permalink / raw
To: gentoo-commits
commit: 63e927d91b86cf0d6054c3077b9eec51eb8ce4c0
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Fri Nov 15 02:11:33 2019 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Fri Nov 15 02:32:35 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=63e927d9
media-libs/libbsb: EAPI-7 bump
Package-Manager: Portage-2.3.79, Repoman-2.3.18
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
media-libs/libbsb/libbsb-0.0.7.ebuild | 9 +++------
1 file changed, 3 insertions(+), 6 deletions(-)
diff --git a/media-libs/libbsb/libbsb-0.0.7.ebuild b/media-libs/libbsb/libbsb-0.0.7.ebuild
index 94b0f2de5f8..feeb2374dcf 100644
--- a/media-libs/libbsb/libbsb-0.0.7.ebuild
+++ b/media-libs/libbsb/libbsb-0.0.7.ebuild
@@ -1,7 +1,7 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI=4
+EAPI=7
DESCRIPTION="A portable C library for reading and writing BSB format image files"
HOMEPAGE="http://libbsb.sourceforge.net/"
@@ -20,7 +20,4 @@ RDEPEND="${DEPEND}"
# tools work perfectly, so restrict test until this is fixed upstream
RESTRICT="test"
-src_install() {
- emake DESTDIR="${D}" install
- dodoc README AUTHORS
-}
+DOCS=( README AUTHORS )
^ permalink raw reply related [flat|nested] 5+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-libs/libbsb/
@ 2024-03-16 12:13 Conrad Kostecki
0 siblings, 0 replies; 5+ messages in thread
From: Conrad Kostecki @ 2024-03-16 12:13 UTC (permalink / raw
To: gentoo-commits
commit: 1be2c77cc426f3b0c436454a2ff0620e2e63c5aa
Author: Michael Mair-Keimberger <mmk <AT> levelnine <DOT> at>
AuthorDate: Tue Jan 16 19:41:01 2024 +0000
Commit: Conrad Kostecki <conikost <AT> gentoo <DOT> org>
CommitDate: Sat Mar 16 12:13:28 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1be2c77c
media-libs/libbsb: EAPI8 bump, fix bug #724744
Signed-off-by: Michael Mair-Keimberger <mmk <AT> levelnine.at>
Closes: https://bugs.gentoo.org/724744
Closes: https://bugs.gentoo.org/899814
Closes: https://github.com/gentoo/gentoo/pull/34842
Signed-off-by: Conrad Kostecki <conikost <AT> gentoo.org>
media-libs/libbsb/libbsb-0.0.7-r2.ebuild | 28 ++++++++++++++++++++++++++++
1 file changed, 28 insertions(+)
diff --git a/media-libs/libbsb/libbsb-0.0.7-r2.ebuild b/media-libs/libbsb/libbsb-0.0.7-r2.ebuild
new file mode 100644
index 000000000000..be7212a192b1
--- /dev/null
+++ b/media-libs/libbsb/libbsb-0.0.7-r2.ebuild
@@ -0,0 +1,28 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit autotools toolchain-funcs
+
+DESCRIPTION="Portable C library for reading and writing BSB format image files"
+HOMEPAGE="https://libbsb.sourceforge.net/"
+SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
+
+LICENSE="LGPL-2.1+"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+DEPEND="media-libs/libpng
+ media-libs/tiff:="
+RDEPEND="${DEPEND}"
+
+# "make check" in 0.0.7 fails with newer tiff versions (4.0.0) altough the
+# tools work perfectly, so restrict test until this is fixed upstream
+RESTRICT="test"
+
+src_prepare(){
+ sed -i -e "s|ar crv|$(tc-getAR) crv|" Makefile.am || die
+ default
+ eautoreconf
+}
^ permalink raw reply related [flat|nested] 5+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-libs/libbsb/
@ 2024-08-05 17:22 Arthur Zamarin
0 siblings, 0 replies; 5+ messages in thread
From: Arthur Zamarin @ 2024-08-05 17:22 UTC (permalink / raw
To: gentoo-commits
commit: 45e112cda846374ac4d5090963ee0bdf66384db6
Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Mon Aug 5 17:22:27 2024 +0000
Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Mon Aug 5 17:22:27 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=45e112cd
media-libs/libbsb: Stabilize 0.0.7-r2 x86, #937056
Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>
media-libs/libbsb/libbsb-0.0.7-r2.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/media-libs/libbsb/libbsb-0.0.7-r2.ebuild b/media-libs/libbsb/libbsb-0.0.7-r2.ebuild
index 8d6b25b15838..4cbb0eefd8c6 100644
--- a/media-libs/libbsb/libbsb-0.0.7-r2.ebuild
+++ b/media-libs/libbsb/libbsb-0.0.7-r2.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://downloads.sourceforge.net/${PN}/${P}.tar.gz"
LICENSE="LGPL-2.1+"
SLOT="0"
-KEYWORDS="amd64 ~x86"
+KEYWORDS="amd64 x86"
DEPEND="media-libs/libpng
media-libs/tiff:="
^ permalink raw reply related [flat|nested] 5+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-libs/libbsb/
@ 2024-08-05 17:22 Arthur Zamarin
0 siblings, 0 replies; 5+ messages in thread
From: Arthur Zamarin @ 2024-08-05 17:22 UTC (permalink / raw
To: gentoo-commits
commit: aae9cd27d450babe72487bf476d861a766a48fe9
Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Mon Aug 5 17:22:26 2024 +0000
Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Mon Aug 5 17:22:26 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=aae9cd27
media-libs/libbsb: Stabilize 0.0.7-r2 amd64, #937056
Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>
media-libs/libbsb/libbsb-0.0.7-r2.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/media-libs/libbsb/libbsb-0.0.7-r2.ebuild b/media-libs/libbsb/libbsb-0.0.7-r2.ebuild
index 301930afdf66..8d6b25b15838 100644
--- a/media-libs/libbsb/libbsb-0.0.7-r2.ebuild
+++ b/media-libs/libbsb/libbsb-0.0.7-r2.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://downloads.sourceforge.net/${PN}/${P}.tar.gz"
LICENSE="LGPL-2.1+"
SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 ~x86"
DEPEND="media-libs/libpng
media-libs/tiff:="
^ permalink raw reply related [flat|nested] 5+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-libs/libbsb/
@ 2024-11-03 15:58 Andreas K. Hüttel
0 siblings, 0 replies; 5+ messages in thread
From: Andreas K. Hüttel @ 2024-11-03 15:58 UTC (permalink / raw
To: gentoo-commits
commit: b9df5c933d475f187a1098cba2441e5c4e31011a
Author: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
AuthorDate: Sun Nov 3 15:49:52 2024 +0000
Commit: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Sun Nov 3 15:58:28 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b9df5c93
media-libs/libbsb: drop 0.0.7-r1
Bug: https://bugs.gentoo.org/899814
Signed-off-by: Andreas K. Hüttel <dilfridge <AT> gentoo.org>
media-libs/libbsb/libbsb-0.0.7-r1.ebuild | 23 -----------------------
1 file changed, 23 deletions(-)
diff --git a/media-libs/libbsb/libbsb-0.0.7-r1.ebuild b/media-libs/libbsb/libbsb-0.0.7-r1.ebuild
deleted file mode 100644
index 60e8aeaa5d9a..000000000000
--- a/media-libs/libbsb/libbsb-0.0.7-r1.ebuild
+++ /dev/null
@@ -1,23 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-DESCRIPTION="A portable C library for reading and writing BSB format image files"
-HOMEPAGE="http://libbsb.sourceforge.net/"
-SRC_URI="https://downloads.sourceforge.net/${PN}/${P}.tar.gz"
-
-LICENSE="LGPL-2.1"
-SLOT="0"
-KEYWORDS="amd64 x86"
-IUSE=""
-
-DEPEND="media-libs/libpng
- media-libs/tiff:="
-RDEPEND="${DEPEND}"
-
-# "make check" in 0.0.7 fails with newer tiff versions (4.0.0) altough the
-# tools work perfectly, so restrict test until this is fixed upstream
-RESTRICT="test"
-
-DOCS=( README AUTHORS )
^ permalink raw reply related [flat|nested] 5+ messages in thread
end of thread, other threads:[~2024-11-03 15:58 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-08-05 17:22 [gentoo-commits] repo/gentoo:master commit in: media-libs/libbsb/ Arthur Zamarin
-- strict thread matches above, loose matches on Subject: below --
2024-11-03 15:58 Andreas K. Hüttel
2024-08-05 17:22 Arthur Zamarin
2024-03-16 12:13 Conrad Kostecki
2019-11-15 2:32 Andreas Sturmlechner
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox