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, 28 Mar 2022 08:21:59
Message-Id: 1648455709.01dabea4a7db1a0346629e8683b76d4555329d3f.fordfrog@gentoo
1 commit: 01dabea4a7db1a0346629e8683b76d4555329d3f
2 Author: Miroslav Šulc <fordfrog <AT> gentoo <DOT> org>
3 AuthorDate: Mon Mar 28 08:21:49 2022 +0000
4 Commit: Miroslav Šulc <fordfrog <AT> gentoo <DOT> org>
5 CommitDate: Mon Mar 28 08:21:49 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=01dabea4
7
8 media-libs/libcdaudio: removed obsolete 0.99.12-r2
9
10 Bug: https://bugs.gentoo.org/show_bug.cgi?id=836133
11 Signed-off-by: Miroslav Šulc <fordfrog <AT> gentoo.org>
12
13 media-libs/libcdaudio/libcdaudio-0.99.12-r2.ebuild | 27 ----------------------
14 1 file changed, 27 deletions(-)
15
16 diff --git a/media-libs/libcdaudio/libcdaudio-0.99.12-r2.ebuild b/media-libs/libcdaudio/libcdaudio-0.99.12-r2.ebuild
17 deleted file mode 100644
18 index 9c81c3f40ba8..000000000000
19 --- a/media-libs/libcdaudio/libcdaudio-0.99.12-r2.ebuild
20 +++ /dev/null
21 @@ -1,27 +0,0 @@
22 -# Copyright 1999-2020 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 -)
40 -
41 -src_configure() {
42 - econf --enable-threads --disable-static
43 -}
44 -
45 -src_install() {
46 - default
47 - find "${ED}" -name '*.la' -delete || die
48 -}