Gentoo Archives: gentoo-commits

From: "Jakov Smolić" <jsmolic@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: profiles/base/, media-video/dv2sub/
Date: Tue, 16 Aug 2022 08:11:59
Message-Id: 1660637099.fbab56392c89a97248d2686c4d0aec68421ee7cb.jsmolic@gentoo
1 commit: fbab56392c89a97248d2686c4d0aec68421ee7cb
2 Author: Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
3 AuthorDate: Tue Aug 16 08:04:01 2022 +0000
4 Commit: Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
5 CommitDate: Tue Aug 16 08:04:59 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fbab5639
7
8 media-video/dv2sub: Remove USE=kino
9
10 Signed-off-by: Jakov Smolić <jsmolic <AT> gentoo.org>
11
12 media-video/dv2sub/dv2sub-0.3-r1.ebuild | 32 --------------------------------
13 media-video/dv2sub/dv2sub-0.3-r2.ebuild | 15 +++++++++++++++
14 media-video/dv2sub/metadata.xml | 3 ---
15 profiles/base/package.use.mask | 4 ----
16 4 files changed, 15 insertions(+), 39 deletions(-)
17
18 diff --git a/media-video/dv2sub/dv2sub-0.3-r1.ebuild b/media-video/dv2sub/dv2sub-0.3-r1.ebuild
19 deleted file mode 100644
20 index a45a239bcfd4..000000000000
21 --- a/media-video/dv2sub/dv2sub-0.3-r1.ebuild
22 +++ /dev/null
23 @@ -1,32 +0,0 @@
24 -# Copyright 1999-2020 Gentoo Authors
25 -# Distributed under the terms of the GNU General Public License v2
26 -
27 -EAPI=7
28 -
29 -DESCRIPTION="Extract info or subtitles from DV stream"
30 -HOMEPAGE="http://dv2sub.sourceforge.net/"
31 -SRC_URI="mirror://sourceforge/dv2sub/${P}.tar.gz"
32 -
33 -LICENSE="GPL-2+"
34 -SLOT="0"
35 -KEYWORDS="~amd64 ~ppc ~x86"
36 -IUSE="kino"
37 -
38 -DEPEND="media-libs/libdv"
39 -RDEPEND="${DEPEND}
40 - kino? (
41 - media-video/kino
42 - media-video/dvdauthor
43 - media-video/ffmpeg
44 - )"
45 -
46 -src_install() {
47 - default
48 -
49 - if use kino; then
50 - insinto /usr/share/kino/scripts/exports
51 - exeinto /usr/share/kino/scripts/exports
52 - doins kino_scripts/dv2sub_spumux.xml
53 - doexe kino_scripts/*.sh
54 - fi
55 -}
56
57 diff --git a/media-video/dv2sub/dv2sub-0.3-r2.ebuild b/media-video/dv2sub/dv2sub-0.3-r2.ebuild
58 new file mode 100644
59 index 000000000000..655239544c3d
60 --- /dev/null
61 +++ b/media-video/dv2sub/dv2sub-0.3-r2.ebuild
62 @@ -0,0 +1,15 @@
63 +# Copyright 1999-2022 Gentoo Authors
64 +# Distributed under the terms of the GNU General Public License v2
65 +
66 +EAPI=7
67 +
68 +DESCRIPTION="Extract info or subtitles from DV stream"
69 +HOMEPAGE="http://dv2sub.sourceforge.net/"
70 +SRC_URI="mirror://sourceforge/dv2sub/${P}.tar.gz"
71 +
72 +LICENSE="GPL-2+"
73 +SLOT="0"
74 +KEYWORDS="~amd64 ~ppc ~x86"
75 +
76 +DEPEND="media-libs/libdv"
77 +RDEPEND="${DEPEND}"
78
79 diff --git a/media-video/dv2sub/metadata.xml b/media-video/dv2sub/metadata.xml
80 index c46fee690af6..8fc8f44b8338 100644
81 --- a/media-video/dv2sub/metadata.xml
82 +++ b/media-video/dv2sub/metadata.xml
83 @@ -11,9 +11,6 @@
84 every input DV frame or create MicroDVD subtitles with the
85 recording date and time.
86 </longdescription>
87 - <use>
88 - <flag name="kino">install kino plugin</flag>
89 - </use>
90 <upstream>
91 <remote-id type="sourceforge">dv2sub</remote-id>
92 </upstream>
93
94 diff --git a/profiles/base/package.use.mask b/profiles/base/package.use.mask
95 index 7b377ff31b49..349d75049ba3 100644
96 --- a/profiles/base/package.use.mask
97 +++ b/profiles/base/package.use.mask
98 @@ -28,10 +28,6 @@ app-text/xdvik Xaw3d
99 # being removed soon. #758344
100 www-client/seamonkey crypt
101
102 -# Sam James <sam@g.o> (2022-07-12)
103 -# Depends on last-rited media-video/kino
104 -media-video/dv2sub kino
105 -
106 # Sam James <sam@g.o> (2022-07-10)
107 # TBB support is deprecated/broken upstream, needs older version,
108 # and upstream are inclined to remove it entirely. bug #820827.