commit: 448aba28df8a114cb74088b5d3a7172f7406a107 Author: Miroslav Šulc <fordfrog <AT> gentoo <DOT> org> AuthorDate: Sat Apr 13 07:38:38 2024 +0000 Commit: Miroslav Šulc <fordfrog <AT> gentoo <DOT> org> CommitDate: Sat Apr 13 07:38:54 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=448aba28
media-libs/libcdaudio: dropped obsolete 0.99.12-r4 Bug: https://bugs.gentoo.org/929125 Signed-off-by: Miroslav Šulc <fordfrog <AT> gentoo.org> media-libs/libcdaudio/libcdaudio-0.99.12-r4.ebuild | 28 ---------------------- 1 file changed, 28 deletions(-) diff --git a/media-libs/libcdaudio/libcdaudio-0.99.12-r4.ebuild b/media-libs/libcdaudio/libcdaudio-0.99.12-r4.ebuild deleted file mode 100644 index 569e9cab54e5..000000000000 --- a/media-libs/libcdaudio/libcdaudio-0.99.12-r4.ebuild +++ /dev/null @@ -1,28 +0,0 @@ -# Copyright 1999-2023 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -DESCRIPTION="Library of cd audio related routines" -HOMEPAGE="https://libcdaudio.sourceforge.net/" -SRC_URI="mirror://sourceforge/libcdaudio/${P}.tar.gz" - -LICENSE="GPL-2+" -SLOT="0" -KEYWORDS="~alpha amd64 arm ~hppa ~ia64 ~mips ppc ppc64 sparc x86" - -PATCHES=( - "${FILESDIR}"/${PN}-0.99-CAN-2005-0706.patch - "${FILESDIR}"/${P}-bug245649.patch - "${FILESDIR}"/${P}-libdir-fix.patch - "${FILESDIR}"/${P}-m4-testprogram-fix.patch -) - -src_configure() { - econf --enable-threads --disable-static -} - -src_install() { - default - find "${ED}" -name '*.la' -delete || die -}
