diff options
author | James Le Cuirot <chewi@gentoo.org> | 2024-07-26 21:42:23 +0100 |
---|---|---|
committer | James Le Cuirot <chewi@gentoo.org> | 2024-07-26 21:42:23 +0100 |
commit | e45305de07705b6d9b36d66b546c2ed89eb8dc9a (patch) | |
tree | fd3c2aad469b90880ce55b58bf1081092be7be5e /media-tv | |
parent | media-tv/dtv-scan-tables: Stabilise 0_p20220430 on ALLARCHES (diff) | |
download | gentoo-e45305de07705b6d9b36d66b546c2ed89eb8dc9a.tar.gz gentoo-e45305de07705b6d9b36d66b546c2ed89eb8dc9a.tar.bz2 gentoo-e45305de07705b6d9b36d66b546c2ed89eb8dc9a.zip |
media-tv/dtv-scan-tables: Drop old 0_p20210430
Signed-off-by: James Le Cuirot <chewi@gentoo.org>
Diffstat (limited to 'media-tv')
-rw-r--r-- | media-tv/dtv-scan-tables/Manifest | 1 | ||||
-rw-r--r-- | media-tv/dtv-scan-tables/dtv-scan-tables-0_p20210430.ebuild | 32 |
2 files changed, 0 insertions, 33 deletions
diff --git a/media-tv/dtv-scan-tables/Manifest b/media-tv/dtv-scan-tables/Manifest index 2f0ad221414f..c1f6d02d03a6 100644 --- a/media-tv/dtv-scan-tables/Manifest +++ b/media-tv/dtv-scan-tables/Manifest @@ -1,2 +1 @@ -DIST dtv-scan-tables-2021-04-30-4181e93a30ab.tar.bz2 272870 BLAKE2B b9672235ad2ed826205278ffd06ed793126f743fe2b0b8af4369c1cb24825662e579f9246a287df1d61efad7985e2e18d59097d359fe84626149464bfc253bc5 SHA512 c15c07937cabefad731f4b3f8b6e9f993e500f7c59b17ef5e5c46f9bb86f9cbdf748f7d875c363c641ed9f3333a03b5033cc7d0272e96323d36be944ea35379d DIST dtv-scan-tables-2022-04-30-57ed29822750.tar.bz2 277444 BLAKE2B dd9d74f5daa1633262e44329d3122231123255ecba4f944c8afb2ed1120e7319b371960a719622608f4059085adcd18644fdaeb27b38d233d18ed35b1d4bde80 SHA512 2f5b76bca43f2749c452978143dec6e069aa4ea6283ac9ceac95bb950dbc589b4ed9cec2874b16d31408790b17e25d48e82aa958ac9c4440b26b0dbcde25f0cb diff --git a/media-tv/dtv-scan-tables/dtv-scan-tables-0_p20210430.ebuild b/media-tv/dtv-scan-tables/dtv-scan-tables-0_p20210430.ebuild deleted file mode 100644 index cf480e07e488..000000000000 --- a/media-tv/dtv-scan-tables/dtv-scan-tables-0_p20210430.ebuild +++ /dev/null @@ -1,32 +0,0 @@ -# Copyright 1999-2022 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -if [[ ${PV#9999} != ${PV} ]]; then - inherit git-r3 - EGIT_REPO_URI="https://git.linuxtv.org/dtv-scan-tables.git" -else - COMMIT="4181e93a30ab" - SRC_URI="https://linuxtv.org/downloads/dtv-scan-tables/dtv-scan-tables-${PV:3:4}-${PV:7:2}-${PV:9:2}-${COMMIT}.tar.bz2" - KEYWORDS="amd64 arm arm64 ppc x86" - S="${WORKDIR}/usr/share/dvb" -fi - -DESCRIPTION="Digital TV scan tables in v3 and v5 format" -HOMEPAGE="https://linuxtv.org/" -LICENSE="GPL-2 LGPL-2.1" -SLOT="0" - -BDEPEND=">=media-tv/v4l-utils-1.4[dvb(+)]" - -DOCS=( README ) - -src_compile() { - emake dvbv3 dvbv5 -} - -src_install() { - emake PREFIX="${ED}/usr" install install_v3 - einstalldocs -} |