summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas K. Hüttel <dilfridge@gentoo.org>2024-11-16 15:16:45 +0100
committerAndreas K. Hüttel <dilfridge@gentoo.org>2024-11-16 15:17:33 +0100
commit2d54bdfac59cc12f2afa8051ca649db76b44397e (patch)
tree04791fabb3d7e151b32321fe85bcb9d6e62fcbcb
parentapp-i18n/ibus-table-others: drop old (diff)
downloadgentoo-2d54bdfac59cc12f2afa8051ca649db76b44397e.tar.gz
gentoo-2d54bdfac59cc12f2afa8051ca649db76b44397e.tar.bz2
gentoo-2d54bdfac59cc12f2afa8051ca649db76b44397e.zip
app-emulation/libdsk: drop 1.5.18
Closes: https://bugs.gentoo.org/910621 Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
-rw-r--r--app-emulation/libdsk/Manifest1
-rw-r--r--app-emulation/libdsk/libdsk-1.5.18.ebuild20
2 files changed, 0 insertions, 21 deletions
diff --git a/app-emulation/libdsk/Manifest b/app-emulation/libdsk/Manifest
index 15eb07451f2d..d3a01151e2a1 100644
--- a/app-emulation/libdsk/Manifest
+++ b/app-emulation/libdsk/Manifest
@@ -1,2 +1 @@
-DIST libdsk-1.5.18.tar.gz 1295474 BLAKE2B 36dd2a0c5a53899b721dc46848c79a36b80ebb30d8210eacf7462d5785c607f00b69ca26ea4ec35bd3e03f5203043e6aa0687b2212672b274305e9f5aad8ce6e SHA512 5d845084f6c7791813be7c2afcd34a52cebb217ddcdafe1953fcbd55ce5b7df944e2b3abd253d2a7cd376e6e111f9d6f2e0b6474ceb84a5b5f4dcb5609922d4e
DIST libdsk-1.5.19.tar.gz 1312201 BLAKE2B 340d69c64192a8d3522d8f96f1cdd989a62e76dc506f017c546a8ba11b2a685bb74626d780e13f2f90ed53911173bdd534dfedafa34602cd9bfa9611a60a53bc SHA512 6f9d0b386ff4b59b5385a882e74953548b24b7ea0b33a4d7f8fb9bd36bff956a40d576b3d0f40a132a9649c0178ab4d3f3875d966ebca7c4cc588f4aca84b5db
diff --git a/app-emulation/libdsk/libdsk-1.5.18.ebuild b/app-emulation/libdsk/libdsk-1.5.18.ebuild
deleted file mode 100644
index 1de391ddb305..000000000000
--- a/app-emulation/libdsk/libdsk-1.5.18.ebuild
+++ /dev/null
@@ -1,20 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DESCRIPTION="LIBDSK is a library for accessing discs and disc image files"
-HOMEPAGE="https://www.seasip.info/Unix/LibDsk/"
-SRC_URI="https://www.seasip.info/Unix/LibDsk/${P}.tar.gz"
-
-LICENSE="GPL-2+"
-SLOT="0"
-KEYWORDS="amd64"
-IUSE="doc"
-
-DOCS=( doc/${PN}.{txt,pdf} )
-
-src_install() {
- default
- find "${ED}" -name '*.la' -delete || die
-}