commit:     eace385dcded29f9dfdb158ef4130bd31cf30d7f
Author:     Daniel Pielmeier <billie <AT> gentoo <DOT> org>
AuthorDate: Sat Sep 16 07:27:01 2023 +0000
Commit:     Daniel Pielmeier <billie <AT> gentoo <DOT> org>
CommitDate: Sat Sep 16 07:27:01 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=eace385d

dev-libs/libisofs: drop 1.5.4, 1.5.6

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

 dev-libs/libisofs/Manifest              |  2 --
 dev-libs/libisofs/libisofs-1.5.4.ebuild | 45 ---------------------------------
 dev-libs/libisofs/libisofs-1.5.6.ebuild | 45 ---------------------------------
 3 files changed, 92 deletions(-)

diff --git a/dev-libs/libisofs/Manifest b/dev-libs/libisofs/Manifest
index ce5777ce196f..0057a3ef40a4 100644
--- a/dev-libs/libisofs/Manifest
+++ b/dev-libs/libisofs/Manifest
@@ -1,3 +1 @@
-DIST libisofs-1.5.4.tar.gz 870395 BLAKE2B 
2cb9d247219c368e9808dbb2b7bcbe22829e78683a6dc6d8a182b54ebfe6d8c8a082990179b784f891fc79f2ed4830f09dd43c64bfdce60cbff6c34fae2150e7
 SHA512 
a06e834e81081358478cdd27d1dcc6f3bb52ffd2ea57ade59f3ff2f69868fb6886a0b38fd1580d24295b7ed936ac471f107df64d62c1ff42b57dd8ce0810e3f2
 DIST libisofs-1.5.6.pl01.tar.gz 879218 BLAKE2B 
466cb1fed6b0a29b2a418dfe7a3ac393d38961b08cf53febfe80f1bf91f891d1c17119a482fb0cb6f44eda0c568b1c00bd7b2eeb028ad749c99451ffb18b7f8b
 SHA512 
7760931abbe508002bd3e7eeb694071425f24316cb11c80a2f162a76c3a1d79c57593b758bc0e540107140fd18714e1bf87ae3a65510956a76a1c09f80453a80
-DIST libisofs-1.5.6.tar.gz 879144 BLAKE2B 
f20e0d89996a3459f978ddb839423f10fae4278532d3566b21dcb3c6c757e98efb4c1ea8c8fd22e4be51ef7952f0b8ea8744bf312c8448e676b141f53f3b426c
 SHA512 
a5f573bbe9758e072fad195cc9beb672568273ddb993ece9c15585ad3f99efb0deae6fefb6d3d40b9712e73e3bc68869d79d923b2a09623d190f5dc84974d65f

diff --git a/dev-libs/libisofs/libisofs-1.5.4.ebuild 
b/dev-libs/libisofs/libisofs-1.5.4.ebuild
deleted file mode 100644
index 00b1e8d8ab0b..000000000000
--- a/dev-libs/libisofs/libisofs-1.5.4.ebuild
+++ /dev/null
@@ -1,45 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-DESCRIPTION="Open-source library for reading, mastering and writing optical 
discs"
-HOMEPAGE="https://dev.lovelyhq.com/libburnia/web/wiki/Libisofs";
-SRC_URI="http://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"
-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}
-"
-
-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
-}

diff --git a/dev-libs/libisofs/libisofs-1.5.6.ebuild 
b/dev-libs/libisofs/libisofs-1.5.6.ebuild
deleted file mode 100644
index 27a59c184885..000000000000
--- a/dev-libs/libisofs/libisofs-1.5.6.ebuild
+++ /dev/null
@@ -1,45 +0,0 @@
-# Copyright 1999-2023 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/Libisofs";
-SRC_URI="http://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"
-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}
-"
-
-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
-}

Reply via email to