summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Mair-Keimberger <mmk@levelnine.at>2024-06-10 20:21:37 +0200
committerArthur Zamarin <arthurzam@gentoo.org>2024-06-13 17:47:33 +0300
commit9af815a2108fe01e8d7ca172d713eed1e1f773ae (patch)
tree583f10c43e94bfdea70d6a9b115cb44341f63e66 /app-emulation/libdsk
parentx11-terms/guake: add 3.10 (diff)
downloadgentoo-9af815a2108fe01e8d7ca172d713eed1e1f773ae.tar.gz
gentoo-9af815a2108fe01e8d7ca172d713eed1e1f773ae.tar.bz2
gentoo-9af815a2108fe01e8d7ca172d713eed1e1f773ae.zip
app-emulation/libdsk: add 1.5.18
Signed-off-by: Michael Mair-Keimberger <mmk@levelnine.at> Closes: https://bugs.gentoo.org/928923 Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'app-emulation/libdsk')
-rw-r--r--app-emulation/libdsk/Manifest1
-rw-r--r--app-emulation/libdsk/libdsk-1.5.19.ebuild26
2 files changed, 27 insertions, 0 deletions
diff --git a/app-emulation/libdsk/Manifest b/app-emulation/libdsk/Manifest
index 085523245587..15eb07451f2d 100644
--- a/app-emulation/libdsk/Manifest
+++ b/app-emulation/libdsk/Manifest
@@ -1 +1,2 @@
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.19.ebuild b/app-emulation/libdsk/libdsk-1.5.19.ebuild
new file mode 100644
index 000000000000..ef4ed3761ec5
--- /dev/null
+++ b/app-emulation/libdsk/libdsk-1.5.19.ebuild
@@ -0,0 +1,26 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit autotools
+
+DESCRIPTION="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"
+
+DOCS=( doc/${PN}.{txt,pdf} )
+
+src_prepare() {
+ default
+ eautoreconf
+}
+
+src_install() {
+ default
+ find "${ED}" -name '*.la' -delete || die
+}