From 2512faa12f58e69a2f3e27e13e10fd0aef3ab384 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Mon, 29 Aug 2022 04:45:37 +0100 Subject: gentoo auto-resync : 29:08:2022 - 04:45:37 --- media-libs/libdvbcsa/libdvbcsa-1.1.0.ebuild | 30 ----------------------------- 1 file changed, 30 deletions(-) delete mode 100644 media-libs/libdvbcsa/libdvbcsa-1.1.0.ebuild (limited to 'media-libs') diff --git a/media-libs/libdvbcsa/libdvbcsa-1.1.0.ebuild b/media-libs/libdvbcsa/libdvbcsa-1.1.0.ebuild deleted file mode 100644 index ac84d04a2b38..000000000000 --- a/media-libs/libdvbcsa/libdvbcsa-1.1.0.ebuild +++ /dev/null @@ -1,30 +0,0 @@ -# Copyright 1999-2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -DESCRIPTION="Free implementation of the DVB Common Scrambling Algorithm - DVB/CSA" -HOMEPAGE="https://www.videolan.org/developers/libdvbcsa.html" -SRC_URI="https://download.videolan.org/pub/videolan/${PN}/${PV}/${P}.tar.gz" - -KEYWORDS="amd64 ~arm ~arm64 x86" -LICENSE="GPL-2" -SLOT="0" -IUSE="debug cpu_flags_x86_mmx cpu_flags_x86_sse2 static-libs" - -src_configure() { - econf \ - $(use_enable ppc altivec) \ - $(use_enable debug) \ - $(use_enable cpu_flags_x86_mmx mmx) \ - $(use_enable cpu_flags_x86_sse2 sse2) \ - $(use_enable static-libs static) \ - $(use_enable x86 uint32) \ - $(use_enable amd64 uint64) \ - --enable-shared -} - -src_install() { - default - find "${D}" -name '*.la' -delete || die -} -- cgit v1.2.3