Gentoo Archives: gentoo-commits

From: "Miroslav Šulc" <fordfrog@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/libcdaudio/
Date: Mon, 31 Oct 2022 06:34:44
Message-Id: 1667198069.bef37d680842d6ae617dc8de72dbda28e5f2f3ed.fordfrog@gentoo
1 commit: bef37d680842d6ae617dc8de72dbda28e5f2f3ed
2 Author: Miroslav Šulc <fordfrog <AT> gentoo <DOT> org>
3 AuthorDate: Mon Oct 31 06:34:29 2022 +0000
4 Commit: Miroslav Šulc <fordfrog <AT> gentoo <DOT> org>
5 CommitDate: Mon Oct 31 06:34:29 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bef37d68
7
8 media-libs/libcdaudio: dropped obsolete 0.99.12-r3
9
10 Bug: https://bugs.gentoo.org/878039
11 Signed-off-by: Miroslav Šulc <fordfrog <AT> gentoo.org>
12
13 media-libs/libcdaudio/libcdaudio-0.99.12-r3.ebuild | 28 ----------------------
14 1 file changed, 28 deletions(-)
15
16 diff --git a/media-libs/libcdaudio/libcdaudio-0.99.12-r3.ebuild b/media-libs/libcdaudio/libcdaudio-0.99.12-r3.ebuild
17 deleted file mode 100644
18 index 0ee870260770..000000000000
19 --- a/media-libs/libcdaudio/libcdaudio-0.99.12-r3.ebuild
20 +++ /dev/null
21 @@ -1,28 +0,0 @@
22 -# Copyright 1999-2022 Gentoo Authors
23 -# Distributed under the terms of the GNU General Public License v2
24 -
25 -EAPI=7
26 -
27 -DESCRIPTION="Library of cd audio related routines"
28 -HOMEPAGE="http://libcdaudio.sourceforge.net/"
29 -SRC_URI="mirror://sourceforge/libcdaudio/${P}.tar.gz"
30 -
31 -LICENSE="GPL-2"
32 -SLOT="0"
33 -KEYWORDS="~alpha amd64 arm ~hppa ~ia64 ~mips ppc ppc64 sparc x86"
34 -IUSE=""
35 -
36 -PATCHES=(
37 - "${FILESDIR}"/${PN}-0.99-CAN-2005-0706.patch
38 - "${FILESDIR}"/${P}-bug245649.patch
39 - "${FILESDIR}"/${P}-libdir-fix.patch
40 -)
41 -
42 -src_configure() {
43 - econf --enable-threads --disable-static
44 -}
45 -
46 -src_install() {
47 - default
48 - find "${ED}" -name '*.la' -delete || die
49 -}