From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 3BCA5158041 for ; Sat, 24 Feb 2024 12:08:34 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 6C5FEE29A3; Sat, 24 Feb 2024 12:08:33 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 52B2BE29A3 for ; Sat, 24 Feb 2024 12:08:33 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 781FE34302F for ; Sat, 24 Feb 2024 12:08:32 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E0218137F for ; Sat, 24 Feb 2024 12:08:30 +0000 (UTC) From: "Daniel Pielmeier" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Daniel Pielmeier" Message-ID: <1708776459.dd68703a7096729693de70696ee7427105d10674.billie@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/libburn/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-libs/libburn/libburn-1.5.6-r1.ebuild dev-libs/libburn/libburn-1.5.6.ebuild X-VCS-Directories: dev-libs/libburn/ X-VCS-Committer: billie X-VCS-Committer-Name: Daniel Pielmeier X-VCS-Revision: dd68703a7096729693de70696ee7427105d10674 X-VCS-Branch: master Date: Sat, 24 Feb 2024 12:08:30 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 0688ef35-f38c-4a56-8272-aab5f9ccdcad X-Archives-Hash: 6c30c3543aa03d9355d9e8f1eb16c82f commit: dd68703a7096729693de70696ee7427105d10674 Author: Daniel Pielmeier gentoo org> AuthorDate: Sat Feb 24 12:05:31 2024 +0000 Commit: Daniel Pielmeier gentoo 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 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} "