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 B5D3B158064 for ; Wed, 1 May 2024 12:08:38 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E58EBE29E2; Wed, 1 May 2024 12:08:37 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (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 BE007E29E2 for ; Wed, 1 May 2024 12:08:37 +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 AC5CD3430CE for ; Wed, 1 May 2024 12:08:36 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E986293E for ; Wed, 1 May 2024 12:08:34 +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: <1714565284.ad6eec07fe38a007a9e3068c6d92ddda81cf5c51.billie@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/libisoburn/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-libs/libisoburn/libisoburn-1.5.6.ebuild X-VCS-Directories: dev-libs/libisoburn/ X-VCS-Committer: billie X-VCS-Committer-Name: Daniel Pielmeier X-VCS-Revision: ad6eec07fe38a007a9e3068c6d92ddda81cf5c51 X-VCS-Branch: master Date: Wed, 1 May 2024 12:08:34 +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: d3f679c0-3b12-488a-bd87-fee24546db73 X-Archives-Hash: a647e1a75416d3413307dfb1c4998352 commit: ad6eec07fe38a007a9e3068c6d92ddda81cf5c51 Author: Daniel Pielmeier gentoo org> AuthorDate: Wed May 1 12:08:04 2024 +0000 Commit: Daniel Pielmeier gentoo org> CommitDate: Wed May 1 12:08:04 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ad6eec07 dev-libs/libisoburn: drop 1.5.6 Signed-off-by: Daniel Pielmeier gentoo.org> dev-libs/libisoburn/libisoburn-1.5.6.ebuild | 74 ----------------------------- 1 file changed, 74 deletions(-) diff --git a/dev-libs/libisoburn/libisoburn-1.5.6.ebuild b/dev-libs/libisoburn/libisoburn-1.5.6.ebuild deleted file mode 100644 index 4960500550dc..000000000000 --- a/dev-libs/libisoburn/libisoburn-1.5.6.ebuild +++ /dev/null @@ -1,74 +0,0 @@ -# Copyright 1999-2024 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -DESCRIPTION="Creation/expansion of ISO-9660 filesystems on CD/DVD media supported by libburn" -HOMEPAGE="https://dev.lovelyhq.com/libburnia/web/wiki/Libisoburn" -SRC_URI="https://files.libburnia-project.org/releases/${P}.tar.gz" - -LICENSE="GPL-2 GPL-3" -SLOT="0" -KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ppc ppc64 ~s390 sparc x86" -IUSE="acl debug external-filters external-filters-setuid frontend-optional - launch-frontend launch-frontend-setuid libedit readline static-libs xattr zlib" - -REQUIRED_USE="frontend-optional? ( || ( launch-frontend launch-frontend-setuid ) )" - -BDEPEND=" - virtual/pkgconfig -" -RDEPEND=" - >=dev-libs/libburn-1.5.6 - >=dev-libs/libisofs-1.5.6 - readline? ( sys-libs/readline:0= ) - !readline? ( - libedit? ( dev-libs/libedit ) - ) - acl? ( virtual/acl ) - xattr? ( sys-apps/attr ) - zlib? ( sys-libs/zlib ) - launch-frontend? ( - dev-lang/tcl:0 - dev-lang/tk:0 - ) - launch-frontend-setuid? ( - dev-lang/tcl:0 - dev-lang/tk:0 - ) - frontend-optional? ( dev-tcltk/bwidget ) -" -DEPEND=" - ${RDEPEND} -" - -src_configure() { - econf \ - $(use_enable static-libs static) \ - $(use_enable readline libreadline) \ - $(usex readline --disable-libedit $(use_enable libedit)) \ - $(use_enable acl libacl) \ - $(use_enable xattr) \ - $(use_enable zlib) \ - --disable-libjte \ - $(use_enable external-filters) \ - $(use_enable external-filters-setuid) \ - $(use_enable launch-frontend) \ - $(use_enable launch-frontend-setuid) \ - --disable-ldconfig-at-install \ - --enable-pkg-check-modules \ - $(use_enable debug) -} - -src_install() { - default - - dodoc CONTRIBUTORS doc/{comments,*.wiki,startup_file.txt} - - docinto frontend - dodoc frontend/README-tcltk - docinto xorriso - dodoc xorriso/{changelog.txt,README_gnu_xorriso} - - find "${D}" -name '*.la' -delete || die -}