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) server-digest SHA256) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id D5D99158064 for ; Wed, 1 May 2024 12:20:46 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 14113E29E2; Wed, 1 May 2024 12:20:46 +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 EB249E29E2 for ; Wed, 1 May 2024 12:20:45 +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 289153430C3 for ; Wed, 1 May 2024 12:20:45 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 72C5593E for ; Wed, 1 May 2024 12:20:43 +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: <1714565978.edc5fd47f1e6b98d2a85cdb6e03a5f0c145f0669.billie@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/libisofs/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-libs/libisofs/libisofs-1.5.6_p1-r1.ebuild dev-libs/libisofs/libisofs-1.5.6_p1.ebuild X-VCS-Directories: dev-libs/libisofs/ X-VCS-Committer: billie X-VCS-Committer-Name: Daniel Pielmeier X-VCS-Revision: edc5fd47f1e6b98d2a85cdb6e03a5f0c145f0669 X-VCS-Branch: master Date: Wed, 1 May 2024 12:20:43 +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: f5cbde4e-f9f0-4f49-9fe6-07e7566a8a75 X-Archives-Hash: 221f5e477074b7b0b98829f3d4deaf17 commit: edc5fd47f1e6b98d2a85cdb6e03a5f0c145f0669 Author: Daniel Pielmeier gentoo org> AuthorDate: Wed May 1 12:19:38 2024 +0000 Commit: Daniel Pielmeier gentoo org> CommitDate: Wed May 1 12:19:38 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=edc5fd47 dev-libs/libisofs: drop 1.5.6_p1, fix variable order Signed-off-by: Daniel Pielmeier gentoo.org> dev-libs/libisofs/libisofs-1.5.6_p1-r1.ebuild | 4 +-- dev-libs/libisofs/libisofs-1.5.6_p1.ebuild | 50 --------------------------- 2 files changed, 2 insertions(+), 52 deletions(-) diff --git a/dev-libs/libisofs/libisofs-1.5.6_p1-r1.ebuild b/dev-libs/libisofs/libisofs-1.5.6_p1-r1.ebuild index 32bd2a423919..8a18790d28c3 100644 --- a/dev-libs/libisofs/libisofs-1.5.6_p1-r1.ebuild +++ b/dev-libs/libisofs/libisofs-1.5.6_p1-r1.ebuild @@ -12,6 +12,8 @@ DESCRIPTION="Open-source library for reading, mastering and writing optical disc HOMEPAGE="https://dev.lovelyhq.com/libburnia/web/wiki/Libisofs" SRC_URI="https://files.libburnia-project.org/releases/${MY_P}.tar.gz" +S="${WORKDIR}/${MY_PF}" + LICENSE="GPL-2" SLOT="0" KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ppc ppc64 ~riscv ~s390 sparc x86" @@ -29,8 +31,6 @@ DEPEND=" ${RDEPEND} " -S="${WORKDIR}/${MY_PF}" - src_prepare() { default diff --git a/dev-libs/libisofs/libisofs-1.5.6_p1.ebuild b/dev-libs/libisofs/libisofs-1.5.6_p1.ebuild deleted file mode 100644 index a1580127c83c..000000000000 --- a/dev-libs/libisofs/libisofs-1.5.6_p1.ebuild +++ /dev/null @@ -1,50 +0,0 @@ -# Copyright 1999-2024 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -MY_PF=${P/_p1/} -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="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" -IUSE="acl debug static-libs verbose-debug xattr zlib" - -BDEPEND=" - virtual/pkgconfig -" -RDEPEND=" - acl? ( virtual/acl ) - xattr? ( sys-apps/attr ) - zlib? ( sys-libs/zlib ) -" -DEPEND=" - ${RDEPEND} -" - -S="${WORKDIR}/${MY_PF}" - -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 -} - -src_install() { - default - - dodoc Roadmap doc/{*.txt,Tutorial} - - find "${D}" -name '*.la' -delete || die -}