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-tv/dtv-scan-tables/
Date: Mon, 29 Aug 2022 09:38:27
Message-Id: 1661765867.c9007922bb90a0e2201c1e2fd77723f8b7e80666.asturm@gentoo
1 commit: c9007922bb90a0e2201c1e2fd77723f8b7e80666
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Mon Aug 29 07:54:29 2022 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Mon Aug 29 09:37:47 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c9007922
7
8 media-tv/dtv-scan-tables: drop 0_p20171003, 0_p20190922, EAPI-6--
9
10 Closes: https://bugs.gentoo.org/867142
11 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
12
13 media-tv/dtv-scan-tables/Manifest | 2 --
14 .../dtv-scan-tables-0_p20171003.ebuild | 32 ----------------------
15 .../dtv-scan-tables-0_p20190922.ebuild | 32 ----------------------
16 3 files changed, 66 deletions(-)
17
18 diff --git a/media-tv/dtv-scan-tables/Manifest b/media-tv/dtv-scan-tables/Manifest
19 index 5da33c88c82e..b70789f0d09e 100644
20 --- a/media-tv/dtv-scan-tables/Manifest
21 +++ b/media-tv/dtv-scan-tables/Manifest
22 @@ -1,3 +1 @@
23 -DIST dtv-scan-tables-2017-10-03-c1986d5148d8.tar.bz2 168709 BLAKE2B fb4a7ad5b6892a7e7eed1d57ebb49b1f4493076f6f744953d2d5c51c0e1cf7fdaf864ad050c578c2697f5b11d72c245b96ee369522cb58d38a1a2cef035099a7 SHA512 e2b0cf8f52b536be6a532b4a2896421a8150fdc19613e92c92d0c8275fcfd306cb091db32fa26f97bbec0a51ef4ba61b5f98e8c974280a3f6dd36b67a3bf4aad
24 -DIST dtv-scan-tables-2019-09-22-f07bde777d4d.tar.bz2 270211 BLAKE2B 76d5250a8eb7e9ce5c83eb9486ea1b398f3565ed027863057f143ae15c196fa01489f17fa71082ac878f49dac653da8967673872cb3e298f99cd59376c82ee39 SHA512 806fadcfc767d09dc9b474af089c2fa68ccafd91e110b74dc47f3a2ea90ebb74f80633831a20a51578fce3fbd4556a23c6bca9f7139be7c3de8eff79d2ee321c
25 DIST dtv-scan-tables-2021-04-30-4181e93a30ab.tar.bz2 272870 BLAKE2B b9672235ad2ed826205278ffd06ed793126f743fe2b0b8af4369c1cb24825662e579f9246a287df1d61efad7985e2e18d59097d359fe84626149464bfc253bc5 SHA512 c15c07937cabefad731f4b3f8b6e9f993e500f7c59b17ef5e5c46f9bb86f9cbdf748f7d875c363c641ed9f3333a03b5033cc7d0272e96323d36be944ea35379d
26
27 diff --git a/media-tv/dtv-scan-tables/dtv-scan-tables-0_p20171003.ebuild b/media-tv/dtv-scan-tables/dtv-scan-tables-0_p20171003.ebuild
28 deleted file mode 100644
29 index 790a52972747..000000000000
30 --- a/media-tv/dtv-scan-tables/dtv-scan-tables-0_p20171003.ebuild
31 +++ /dev/null
32 @@ -1,32 +0,0 @@
33 -# Copyright 1999-2021 Gentoo Authors
34 -# Distributed under the terms of the GNU General Public License v2
35 -
36 -EAPI=6
37 -
38 -if [[ ${PV#9999} != ${PV} ]]; then
39 - inherit git-r3
40 - EGIT_REPO_URI="https://git.linuxtv.org/dtv-scan-tables.git"
41 -else
42 - COMMIT="c1986d5148d8"
43 - SRC_URI="https://linuxtv.org/downloads/dtv-scan-tables/dtv-scan-tables-${PV:3:4}-${PV:7:2}-${PV:9:2}-${COMMIT}.tar.bz2"
44 - KEYWORDS="amd64 ~arm ppc x86"
45 - S="${WORKDIR}/usr/share/dvb"
46 -fi
47 -
48 -DESCRIPTION="Digital TV scan tables in v3 and v5 format"
49 -HOMEPAGE="https://linuxtv.org/"
50 -LICENSE="GPL-2 LGPL-2.1"
51 -SLOT="0"
52 -
53 -DEPEND=">=media-tv/v4l-utils-1.4[dvb(+)]"
54 -
55 -DOCS=( README )
56 -
57 -src_compile() {
58 - emake dvbv3 dvbv5
59 -}
60 -
61 -src_install() {
62 - emake PREFIX="${ED}usr" install install_v3
63 - einstalldocs
64 -}
65
66 diff --git a/media-tv/dtv-scan-tables/dtv-scan-tables-0_p20190922.ebuild b/media-tv/dtv-scan-tables/dtv-scan-tables-0_p20190922.ebuild
67 deleted file mode 100644
68 index d30627e88e3f..000000000000
69 --- a/media-tv/dtv-scan-tables/dtv-scan-tables-0_p20190922.ebuild
70 +++ /dev/null
71 @@ -1,32 +0,0 @@
72 -# Copyright 1999-2021 Gentoo Authors
73 -# Distributed under the terms of the GNU General Public License v2
74 -
75 -EAPI=7
76 -
77 -if [[ ${PV#9999} != ${PV} ]]; then
78 - inherit git-r3
79 - EGIT_REPO_URI="https://git.linuxtv.org/dtv-scan-tables.git"
80 -else
81 - COMMIT="f07bde777d4d"
82 - SRC_URI="https://linuxtv.org/downloads/dtv-scan-tables/dtv-scan-tables-${PV:3:4}-${PV:7:2}-${PV:9:2}-${COMMIT}.tar.bz2"
83 - KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~x86"
84 - S="${WORKDIR}/usr/share/dvb"
85 -fi
86 -
87 -DESCRIPTION="Digital TV scan tables in v3 and v5 format"
88 -HOMEPAGE="https://linuxtv.org/"
89 -LICENSE="GPL-2 LGPL-2.1"
90 -SLOT="0"
91 -
92 -BDEPEND=">=media-tv/v4l-utils-1.4[dvb(+)]"
93 -
94 -DOCS=( README )
95 -
96 -src_compile() {
97 - emake dvbv3 dvbv5
98 -}
99 -
100 -src_install() {
101 - emake PREFIX="${ED}/usr" install install_v3
102 - einstalldocs
103 -}