commit:     f081549e6cf72cf1211beee1259a2fc84b56d67d
Author:     Daniel Pielmeier <billie <AT> gentoo <DOT> org>
AuthorDate: Sat Feb 24 12:19:08 2024 +0000
Commit:     Daniel Pielmeier <billie <AT> gentoo <DOT> org>
CommitDate: Sat Feb 24 12:20:38 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f081549e

dev-libs/libisofs: QA, sync with other libburnia packages

Signed-off-by: Daniel Pielmeier <billie <AT> gentoo.org>

 ...1.5.6_p1.ebuild => libisofs-1.5.6_p1-r1.ebuild} | 31 ++++++++++++++--------
 dev-libs/libisofs/libisofs-1.5.6_p1.ebuild         |  4 +--
 2 files changed, 22 insertions(+), 13 deletions(-)

diff --git a/dev-libs/libisofs/libisofs-1.5.6_p1.ebuild 
b/dev-libs/libisofs/libisofs-1.5.6_p1-r1.ebuild
similarity index 53%
copy from dev-libs/libisofs/libisofs-1.5.6_p1.ebuild
copy to dev-libs/libisofs/libisofs-1.5.6_p1-r1.ebuild
index 6f21bd00da7b..bc91f16b5fee 100644
--- a/dev-libs/libisofs/libisofs-1.5.6_p1.ebuild
+++ b/dev-libs/libisofs/libisofs-1.5.6_p1-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2023 Gentoo Authors
+# Copyright 1999-2024 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
@@ -6,13 +6,15 @@ EAPI=8
 MY_PF=${P/_p1/}
 MY_P=${MY_PF}.pl01
 
+inherit autotools
+
 DESCRIPTION="Open-source library for reading, mastering and writing optical 
discs"
 HOMEPAGE="https://dev.lovelyhq.com/libburnia/web/wiki/Libisofs";
-SRC_URI="http://files.libburnia-project.org/releases/${MY_P}.tar.gz";
+SRC_URI="https://files.libburnia-project.org/releases/${MY_P}.tar.gz";
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ppc ppc64 ~riscv ~s390 
sparc x86"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~ppc ~ppc64 ~riscv 
~s390 ~sparc ~x86"
 IUSE="acl debug static-libs verbose-debug xattr zlib"
 
 BDEPEND="
@@ -29,16 +31,23 @@ DEPEND="
 
 S="${WORKDIR}/${MY_PF}"
 
+src_prepare() {
+       default
+
+       # Ancient libtool version in 1.5.6 at least (debian's 2.4.2-1.11)
+       eautoreconf
+}
+
 src_configure() {
        econf \
-       $(use_enable static-libs static) \
-       $(use_enable debug) \
-       $(use_enable verbose-debug) \
-       $(use_enable acl libacl) \
-       $(use_enable xattr) \
-       $(use_enable zlib) \
-       --disable-libjte \
-       --disable-ldconfig-at-install
+               $(use_enable static-libs static) \
+               $(use_enable debug) \
+               $(use_enable verbose-debug) \
+               $(use_enable acl libacl) \
+               $(use_enable xattr) \
+               $(use_enable zlib) \
+               --disable-libjte \
+               --disable-ldconfig-at-install
 }
 
 src_install() {

diff --git a/dev-libs/libisofs/libisofs-1.5.6_p1.ebuild 
b/dev-libs/libisofs/libisofs-1.5.6_p1.ebuild
index 6f21bd00da7b..a1580127c83c 100644
--- a/dev-libs/libisofs/libisofs-1.5.6_p1.ebuild
+++ b/dev-libs/libisofs/libisofs-1.5.6_p1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2023 Gentoo Authors
+# Copyright 1999-2024 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
@@ -8,7 +8,7 @@ MY_P=${MY_PF}.pl01
 
 DESCRIPTION="Open-source library for reading, mastering and writing optical 
discs"
 HOMEPAGE="https://dev.lovelyhq.com/libburnia/web/wiki/Libisofs";
-SRC_URI="http://files.libburnia-project.org/releases/${MY_P}.tar.gz";
+SRC_URI="https://files.libburnia-project.org/releases/${MY_P}.tar.gz";
 
 LICENSE="GPL-2"
 SLOT="0"

Reply via email to