commit: fbab56392c89a97248d2686c4d0aec68421ee7cb Author: Jakov Smolić <jsmolic <AT> gentoo <DOT> org> AuthorDate: Tue Aug 16 08:04:01 2022 +0000 Commit: Jakov Smolić <jsmolic <AT> gentoo <DOT> org> CommitDate: Tue Aug 16 08:04:59 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fbab5639
media-video/dv2sub: Remove USE=kino Signed-off-by: Jakov Smolić <jsmolic <AT> gentoo.org> media-video/dv2sub/dv2sub-0.3-r1.ebuild | 32 -------------------------------- media-video/dv2sub/dv2sub-0.3-r2.ebuild | 15 +++++++++++++++ media-video/dv2sub/metadata.xml | 3 --- profiles/base/package.use.mask | 4 ---- 4 files changed, 15 insertions(+), 39 deletions(-) diff --git a/media-video/dv2sub/dv2sub-0.3-r1.ebuild b/media-video/dv2sub/dv2sub-0.3-r1.ebuild deleted file mode 100644 index a45a239bcfd4..000000000000 --- a/media-video/dv2sub/dv2sub-0.3-r1.ebuild +++ /dev/null @@ -1,32 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -DESCRIPTION="Extract info or subtitles from DV stream" -HOMEPAGE="http://dv2sub.sourceforge.net/" -SRC_URI="mirror://sourceforge/dv2sub/${P}.tar.gz" - -LICENSE="GPL-2+" -SLOT="0" -KEYWORDS="~amd64 ~ppc ~x86" -IUSE="kino" - -DEPEND="media-libs/libdv" -RDEPEND="${DEPEND} - kino? ( - media-video/kino - media-video/dvdauthor - media-video/ffmpeg - )" - -src_install() { - default - - if use kino; then - insinto /usr/share/kino/scripts/exports - exeinto /usr/share/kino/scripts/exports - doins kino_scripts/dv2sub_spumux.xml - doexe kino_scripts/*.sh - fi -} diff --git a/media-video/dv2sub/dv2sub-0.3-r2.ebuild b/media-video/dv2sub/dv2sub-0.3-r2.ebuild new file mode 100644 index 000000000000..655239544c3d --- /dev/null +++ b/media-video/dv2sub/dv2sub-0.3-r2.ebuild @@ -0,0 +1,15 @@ +# Copyright 1999-2022 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +DESCRIPTION="Extract info or subtitles from DV stream" +HOMEPAGE="http://dv2sub.sourceforge.net/" +SRC_URI="mirror://sourceforge/dv2sub/${P}.tar.gz" + +LICENSE="GPL-2+" +SLOT="0" +KEYWORDS="~amd64 ~ppc ~x86" + +DEPEND="media-libs/libdv" +RDEPEND="${DEPEND}" diff --git a/media-video/dv2sub/metadata.xml b/media-video/dv2sub/metadata.xml index c46fee690af6..8fc8f44b8338 100644 --- a/media-video/dv2sub/metadata.xml +++ b/media-video/dv2sub/metadata.xml @@ -11,9 +11,6 @@ every input DV frame or create MicroDVD subtitles with the recording date and time. </longdescription> - <use> - <flag name="kino">install kino plugin</flag> - </use> <upstream> <remote-id type="sourceforge">dv2sub</remote-id> </upstream> diff --git a/profiles/base/package.use.mask b/profiles/base/package.use.mask index 7b377ff31b49..349d75049ba3 100644 --- a/profiles/base/package.use.mask +++ b/profiles/base/package.use.mask @@ -28,10 +28,6 @@ app-text/xdvik Xaw3d # being removed soon. #758344 www-client/seamonkey crypt -# Sam James <s...@gentoo.org> (2022-07-12) -# Depends on last-rited media-video/kino -media-video/dv2sub kino - # Sam James <s...@gentoo.org> (2022-07-10) # TBB support is deprecated/broken upstream, needs older version, # and upstream are inclined to remove it entirely. bug #820827.