commit: d47e3d9ba340f968849e2a64ed40e72ed2cd76fa Author: Michael Mair-Keimberger <mmk <AT> levelnine <DOT> at> AuthorDate: Sat Dec 28 08:29:15 2024 +0000 Commit: Conrad Kostecki <conikost <AT> gentoo <DOT> org> CommitDate: Thu Jan 2 00:10:45 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d47e3d9b
app-emulation/libdsk: add 1.5.21 Signed-off-by: Michael Mair-Keimberger <mmk <AT> levelnine.at> Closes: https://github.com/gentoo/gentoo/pull/39871 Signed-off-by: Conrad Kostecki <conikost <AT> gentoo.org> app-emulation/libdsk/Manifest | 1 + app-emulation/libdsk/libdsk-1.5.21.ebuild | 26 ++++++++++++++++++++++++++ 2 files changed, 27 insertions(+) diff --git a/app-emulation/libdsk/Manifest b/app-emulation/libdsk/Manifest index d3a01151e2a1..e7643c00ee8b 100644 --- a/app-emulation/libdsk/Manifest +++ b/app-emulation/libdsk/Manifest @@ -1 +1,2 @@ DIST libdsk-1.5.19.tar.gz 1312201 BLAKE2B 340d69c64192a8d3522d8f96f1cdd989a62e76dc506f017c546a8ba11b2a685bb74626d780e13f2f90ed53911173bdd534dfedafa34602cd9bfa9611a60a53bc SHA512 6f9d0b386ff4b59b5385a882e74953548b24b7ea0b33a4d7f8fb9bd36bff956a40d576b3d0f40a132a9649c0178ab4d3f3875d966ebca7c4cc588f4aca84b5db +DIST libdsk-1.5.21.tar.gz 1326482 BLAKE2B 4fb655ca2225ea58d6c81d18c23acf74860fa2ef718873d921b10841d44d0a2c5d1463f8198c204ab30329ba77b56865d0d88669940395c52f5bf9846cac9002 SHA512 aa217caa952ca6ed26b14932bb773d33bbcb7f4f4621815879113b33f2cc5936cd0f31fb7a1776e5adb3096b085f653f0004eb95a25642a4bba32d612321b342 diff --git a/app-emulation/libdsk/libdsk-1.5.21.ebuild b/app-emulation/libdsk/libdsk-1.5.21.ebuild new file mode 100644 index 000000000000..ef4ed3761ec5 --- /dev/null +++ b/app-emulation/libdsk/libdsk-1.5.21.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 +}
