diff options
author | Miroslav Šulc <fordfrog@gentoo.org> | 2022-10-31 07:34:29 +0100 |
---|---|---|
committer | Miroslav Šulc <fordfrog@gentoo.org> | 2022-10-31 07:34:29 +0100 |
commit | bef37d680842d6ae617dc8de72dbda28e5f2f3ed (patch) | |
tree | 23693d7fe3084f0646edda96398f3eec96f63048 /media-libs/libcdaudio | |
parent | app-crypt/jacksum: add 3.4.0 (diff) | |
download | gentoo-bef37d680842d6ae617dc8de72dbda28e5f2f3ed.tar.gz gentoo-bef37d680842d6ae617dc8de72dbda28e5f2f3ed.tar.bz2 gentoo-bef37d680842d6ae617dc8de72dbda28e5f2f3ed.zip |
media-libs/libcdaudio: dropped obsolete 0.99.12-r3
Bug: https://bugs.gentoo.org/878039
Signed-off-by: Miroslav Šulc <fordfrog@gentoo.org>
Diffstat (limited to 'media-libs/libcdaudio')
-rw-r--r-- | media-libs/libcdaudio/libcdaudio-0.99.12-r3.ebuild | 28 |
1 files changed, 0 insertions, 28 deletions
diff --git a/media-libs/libcdaudio/libcdaudio-0.99.12-r3.ebuild b/media-libs/libcdaudio/libcdaudio-0.99.12-r3.ebuild deleted file mode 100644 index 0ee870260770..000000000000 --- a/media-libs/libcdaudio/libcdaudio-0.99.12-r3.ebuild +++ /dev/null @@ -1,28 +0,0 @@ -# Copyright 1999-2022 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -DESCRIPTION="Library of cd audio related routines" -HOMEPAGE="http://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" -IUSE="" - -PATCHES=( - "${FILESDIR}"/${PN}-0.99-CAN-2005-0706.patch - "${FILESDIR}"/${P}-bug245649.patch - "${FILESDIR}"/${P}-libdir-fix.patch -) - -src_configure() { - econf --enable-threads --disable-static -} - -src_install() { - default - find "${ED}" -name '*.la' -delete || die -} |