commit:     dd68703a7096729693de70696ee7427105d10674
Author:     Daniel Pielmeier <billie <AT> gentoo <DOT> org>
AuthorDate: Sat Feb 24 12:05:31 2024 +0000
Commit:     Daniel Pielmeier <billie <AT> gentoo <DOT> org>
CommitDate: Sat Feb 24 12:07:39 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dd68703a

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

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

 ...ibburn-1.5.6.ebuild => libburn-1.5.6-r1.ebuild} | 22 +++++++++++++++-------
 dev-libs/libburn/libburn-1.5.6.ebuild              |  5 ++---
 2 files changed, 17 insertions(+), 10 deletions(-)

diff --git a/dev-libs/libburn/libburn-1.5.6.ebuild 
b/dev-libs/libburn/libburn-1.5.6-r1.ebuild
similarity index 57%
copy from dev-libs/libburn/libburn-1.5.6.ebuild
copy to dev-libs/libburn/libburn-1.5.6-r1.ebuild
index a8308ab1fbb3..4fbb4fffbea8 100644
--- a/dev-libs/libburn/libburn-1.5.6.ebuild
+++ b/dev-libs/libburn/libburn-1.5.6-r1.ebuild
@@ -1,30 +1,38 @@
-# Copyright 1999-2023 Gentoo Authors
+# Copyright 1999-2024 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
 
+inherit autotools
+
 DESCRIPTION="Open-source library for reading, mastering and writing optical 
discs"
 HOMEPAGE="https://dev.lovelyhq.com/libburnia/web/wiki/Libburn";
-SRC_URI="http://files.libburnia-project.org/releases/${P}.tar.gz";
+SRC_URI="https://files.libburnia-project.org/releases/${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="debug static-libs"
 
 BDEPEND="
        virtual/pkgconfig
 "
-RDEPEND=""
 DEPEND="
        ${RDEPEND}
 "
 
+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) \
-       --disable-ldconfig-at-install \
-       $(use_enable debug)
+               $(use_enable static-libs static) \
+               --disable-ldconfig-at-install \
+               $(use_enable debug)
 }
 
 src_install() {

diff --git a/dev-libs/libburn/libburn-1.5.6.ebuild 
b/dev-libs/libburn/libburn-1.5.6.ebuild
index a8308ab1fbb3..3af82ed1e139 100644
--- a/dev-libs/libburn/libburn-1.5.6.ebuild
+++ b/dev-libs/libburn/libburn-1.5.6.ebuild
@@ -1,11 +1,11 @@
-# Copyright 1999-2023 Gentoo Authors
+# Copyright 1999-2024 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
 
 DESCRIPTION="Open-source library for reading, mastering and writing optical 
discs"
 HOMEPAGE="https://dev.lovelyhq.com/libburnia/web/wiki/Libburn";
-SRC_URI="http://files.libburnia-project.org/releases/${P}.tar.gz";
+SRC_URI="https://files.libburnia-project.org/releases/${P}.tar.gz";
 
 LICENSE="GPL-2"
 SLOT="0"
@@ -15,7 +15,6 @@ IUSE="debug static-libs"
 BDEPEND="
        virtual/pkgconfig
 "
-RDEPEND=""
 DEPEND="
        ${RDEPEND}
 "

Reply via email to