commit:     0a0f6f618fdaa3f717c6686caec4a7cd543ef323
Author:     Daniel Pielmeier <billie <AT> gentoo <DOT> org>
AuthorDate: Thu May  1 07:27:42 2025 +0000
Commit:     Daniel Pielmeier <billie <AT> gentoo <DOT> org>
CommitDate: Thu May  1 07:31:38 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0a0f6f61

dev-libs/libisoburn: drop 1.5.6-r1

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

 dev-libs/libisoburn/libisoburn-1.5.6-r1.ebuild | 83 --------------------------
 1 file changed, 83 deletions(-)

diff --git a/dev-libs/libisoburn/libisoburn-1.5.6-r1.ebuild 
b/dev-libs/libisoburn/libisoburn-1.5.6-r1.ebuild
deleted file mode 100644
index 31f50503fe26..000000000000
--- a/dev-libs/libisoburn/libisoburn-1.5.6-r1.ebuild
+++ /dev/null
@@ -1,83 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit autotools
-
-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 ~loong ~mips ppc ppc64 ~riscv ~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_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 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
-}

Reply via email to