Gentoo Archives: gentoo-commits

From: Andreas Sturmlechner <asturm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/libdvbcsa/
Date: Sun, 28 Aug 2022 20:30:39
Message-Id: 1661718627.839fe5bc6f36ee020cc1aa9777e97314d2959358.asturm@gentoo
1 commit: 839fe5bc6f36ee020cc1aa9777e97314d2959358
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Sun Aug 28 17:44:50 2022 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Sun Aug 28 20:30:27 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=839fe5bc
7
8 media-libs/libdvbcsa: drop 1.1.0, EAPI-6--
9
10 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
11
12 media-libs/libdvbcsa/libdvbcsa-1.1.0.ebuild | 30 -----------------------------
13 1 file changed, 30 deletions(-)
14
15 diff --git a/media-libs/libdvbcsa/libdvbcsa-1.1.0.ebuild b/media-libs/libdvbcsa/libdvbcsa-1.1.0.ebuild
16 deleted file mode 100644
17 index ac84d04a2b38..000000000000
18 --- a/media-libs/libdvbcsa/libdvbcsa-1.1.0.ebuild
19 +++ /dev/null
20 @@ -1,30 +0,0 @@
21 -# Copyright 1999-2021 Gentoo Authors
22 -# Distributed under the terms of the GNU General Public License v2
23 -
24 -EAPI=6
25 -
26 -DESCRIPTION="Free implementation of the DVB Common Scrambling Algorithm - DVB/CSA"
27 -HOMEPAGE="https://www.videolan.org/developers/libdvbcsa.html"
28 -SRC_URI="https://download.videolan.org/pub/videolan/${PN}/${PV}/${P}.tar.gz"
29 -
30 -KEYWORDS="amd64 ~arm ~arm64 x86"
31 -LICENSE="GPL-2"
32 -SLOT="0"
33 -IUSE="debug cpu_flags_x86_mmx cpu_flags_x86_sse2 static-libs"
34 -
35 -src_configure() {
36 - econf \
37 - $(use_enable ppc altivec) \
38 - $(use_enable debug) \
39 - $(use_enable cpu_flags_x86_mmx mmx) \
40 - $(use_enable cpu_flags_x86_sse2 sse2) \
41 - $(use_enable static-libs static) \
42 - $(use_enable x86 uint32) \
43 - $(use_enable amd64 uint64) \
44 - --enable-shared
45 -}
46 -
47 -src_install() {
48 - default
49 - find "${D}" -name '*.la' -delete || die
50 -}