diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2022-08-28 19:44:50 +0200 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2022-08-28 22:30:27 +0200 |
commit | 839fe5bc6f36ee020cc1aa9777e97314d2959358 (patch) | |
tree | a9f363e7db2554734ea285c8cdd9a45f6a5b1902 /media-libs | |
parent | app-portage/portage-utils: Stabilize 0.94.1 ppc, #867190 (diff) | |
download | gentoo-839fe5bc6f36ee020cc1aa9777e97314d2959358.tar.gz gentoo-839fe5bc6f36ee020cc1aa9777e97314d2959358.tar.bz2 gentoo-839fe5bc6f36ee020cc1aa9777e97314d2959358.zip |
media-libs/libdvbcsa: drop 1.1.0, EAPI-6--
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'media-libs')
-rw-r--r-- | media-libs/libdvbcsa/libdvbcsa-1.1.0.ebuild | 30 |
1 files changed, 0 insertions, 30 deletions
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 -} |