public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: media-video/dv2sub/
@ 2017-11-26 23:11 David Seifert
  0 siblings, 0 replies; 3+ messages in thread
From: David Seifert @ 2017-11-26 23:11 UTC (permalink / raw
  To: gentoo-commits

commit:     7f859739b14b9fde09a8258af9ce1ff9e96c71e6
Author:     David Seifert <soap <AT> gentoo <DOT> org>
AuthorDate: Sun Nov 26 12:22:29 2017 +0000
Commit:     David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Sun Nov 26 23:09:29 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7f859739

media-video/dv2sub: [QA] Consistent whitespace in metadata.xml

 media-video/dv2sub/metadata.xml | 22 +++++++++++-----------
 1 file changed, 11 insertions(+), 11 deletions(-)

diff --git a/media-video/dv2sub/metadata.xml b/media-video/dv2sub/metadata.xml
index 518c9dc4299..bd2a94bb28b 100644
--- a/media-video/dv2sub/metadata.xml
+++ b/media-video/dv2sub/metadata.xml
@@ -1,20 +1,20 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
 <pkgmetadata>
-  <maintainer type="project">
-    <email>media-video@gentoo.org</email>
-    <name>Gentoo Video project</name>
-  </maintainer>
-  <longdescription lang="en">
+	<maintainer type="project">
+		<email>media-video@gentoo.org</email>
+		<name>Gentoo Video project</name>
+	</maintainer>
+	<longdescription lang="en">
 		Utility dv2sub reads raw DV stream from file argument dv-file or
 		standard input if absent. It can generate a parameter log about
 		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>
+	<use>
+		<flag name="kino">install kino plugin</flag>
+	</use>
+	<upstream>
+		<remote-id type="sourceforge">dv2sub</remote-id>
+	</upstream>
 </pkgmetadata>


^ permalink raw reply related	[flat|nested] 3+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: media-video/dv2sub/
@ 2019-11-09 19:11 Michał Górny
  0 siblings, 0 replies; 3+ messages in thread
From: Michał Górny @ 2019-11-09 19:11 UTC (permalink / raw
  To: gentoo-commits

commit:     eb5848a7db39fe36450f8768ed6f8946a6d1660a
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sat Nov  9 18:55:23 2019 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sat Nov  9 19:11:17 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=eb5848a7

media-video/dv2sub: Bump to EAPI 7

Bug: https://bugs.gentoo.org/697264
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 media-video/dv2sub/dv2sub-0.3.ebuild | 14 ++++++--------
 1 file changed, 6 insertions(+), 8 deletions(-)

diff --git a/media-video/dv2sub/dv2sub-0.3.ebuild b/media-video/dv2sub/dv2sub-0.3.ebuild
index e22e2651ff5..bed7d5473ff 100644
--- a/media-video/dv2sub/dv2sub-0.3.ebuild
+++ b/media-video/dv2sub/dv2sub-0.3.ebuild
@@ -1,15 +1,13 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=0
+EAPI=7
 
-inherit eutils
-
-DESCRIPTION="extract info or subtitles from DV stream"
+DESCRIPTION="Extract info or subtitles from DV stream"
 HOMEPAGE="http://dv2sub.sourceforge.net/"
 SRC_URI="mirror://sourceforge/dv2sub/${P}.tar.gz"
 
-LICENSE="GPL-2"
+LICENSE="GPL-2+"
 SLOT="0"
 KEYWORDS="~amd64 ~ppc ~x86"
 IUSE="kino"
@@ -23,8 +21,8 @@ RDEPEND="${DEPEND}
 	)"
 
 src_install() {
-	emake DESTDIR="${D}" install || die "emake install failed"
-	dodoc AUTHORS ChangeLog README TODO
+	default
+
 	if use kino; then
 		insinto /usr/share/kino/scripts/exports
 		exeinto /usr/share/kino/scripts/exports


^ permalink raw reply related	[flat|nested] 3+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: media-video/dv2sub/
@ 2020-04-26 11:00 David Seifert
  0 siblings, 0 replies; 3+ messages in thread
From: David Seifert @ 2020-04-26 11:00 UTC (permalink / raw
  To: gentoo-commits

commit:     5cf1912d90d174974ec43c625281a7ca14b019f5
Author:     David Seifert <soap <AT> gentoo <DOT> org>
AuthorDate: Sun Apr 26 10:58:34 2020 +0000
Commit:     David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Sun Apr 26 10:58:34 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5cf1912d

media-video/dv2sub: Replace virtual/ffmpeg

Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: David Seifert <soap <AT> gentoo.org>

 media-video/dv2sub/{dv2sub-0.3.ebuild => dv2sub-0.3-r1.ebuild} | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/media-video/dv2sub/dv2sub-0.3.ebuild b/media-video/dv2sub/dv2sub-0.3-r1.ebuild
similarity index 91%
rename from media-video/dv2sub/dv2sub-0.3.ebuild
rename to media-video/dv2sub/dv2sub-0.3-r1.ebuild
index bed7d5473ff..a45a239bcfd 100644
--- a/media-video/dv2sub/dv2sub-0.3.ebuild
+++ b/media-video/dv2sub/dv2sub-0.3-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -17,7 +17,7 @@ RDEPEND="${DEPEND}
 	kino? (
 		media-video/kino
 		media-video/dvdauthor
-		virtual/ffmpeg
+		media-video/ffmpeg
 	)"
 
 src_install() {


^ permalink raw reply related	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2020-04-26 11:00 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-11-09 19:11 [gentoo-commits] repo/gentoo:master commit in: media-video/dv2sub/ Michał Górny
  -- strict thread matches above, loose matches on Subject: below --
2020-04-26 11:00 David Seifert
2017-11-26 23:11 David Seifert

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox