mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-24 18:58:08 -07:00
media-libs/libcdaudio: removed obsolete 0.99.12-r2
Bug: https://bugs.gentoo.org/show_bug.cgi?id=836133 Signed-off-by: Miroslav Šulc <fordfrog@gentoo.org>
This commit is contained in:
@@ -1,27 +0,0 @@
|
||||
# Copyright 1999-2020 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
|
||||
)
|
||||
|
||||
src_configure() {
|
||||
econf --enable-threads --disable-static
|
||||
}
|
||||
|
||||
src_install() {
|
||||
default
|
||||
find "${ED}" -name '*.la' -delete || die
|
||||
}
|
||||
Reference in New Issue
Block a user