public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: media-video/ccextractor/
@ 2018-08-26  8:51 Andreas Sturmlechner
  0 siblings, 0 replies; 6+ messages in thread
From: Andreas Sturmlechner @ 2018-08-26  8:51 UTC (permalink / raw
  To: gentoo-commits

commit:     3e49a002ebd1d8f59c81d5d0716871c8950d4f84
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sun Aug 26 07:29:38 2018 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sun Aug 26 08:51:26 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3e49a002

media-video/ccextractor: Drop 0.85-r1

Package-Manager: Portage-2.3.48, Repoman-2.3.10

 media-video/ccextractor/ccextractor-0.85-r1.ebuild | 27 ----------------------
 1 file changed, 27 deletions(-)

diff --git a/media-video/ccextractor/ccextractor-0.85-r1.ebuild b/media-video/ccextractor/ccextractor-0.85-r1.ebuild
deleted file mode 100644
index aad1f505d1f..00000000000
--- a/media-video/ccextractor/ccextractor-0.85-r1.ebuild
+++ /dev/null
@@ -1,27 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit cmake-utils toolchain-funcs
-
-DESCRIPTION="Extract closed captioning subtitles from video to SRT"
-HOMEPAGE="https://www.ccextractor.org/"
-SRC_URI="mirror://sourceforge/ccextractor/${PN}-src-nowin.${PV}.zip"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-RDEPEND="
-	media-libs/libpng:0=
-	sys-libs/zlib:=
-"
-DEPEND="${RDEPEND}
-	app-arch/unzip
-	virtual/pkgconfig"
-
-S="${WORKDIR}/${PN}/src"
-
-PATCHES=( "${FILESDIR}/${P}-cmake.patch" )


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

* [gentoo-commits] repo/gentoo:master commit in: media-video/ccextractor/
@ 2018-08-26  8:51 Andreas Sturmlechner
  0 siblings, 0 replies; 6+ messages in thread
From: Andreas Sturmlechner @ 2018-08-26  8:51 UTC (permalink / raw
  To: gentoo-commits

commit:     f807f6c4534478a579c5cca5a1494339b7b56df4
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sun Aug 26 07:29:04 2018 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sun Aug 26 08:51:26 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f807f6c4

media-video/ccextractor: Install docs

Bug: https://bugs.gentoo.org/651524
Package-Manager: Portage-2.3.48, Repoman-2.3.10

 media-video/ccextractor/ccextractor-0.85-r2.ebuild | 32 ++++++++++++++++++++++
 1 file changed, 32 insertions(+)

diff --git a/media-video/ccextractor/ccextractor-0.85-r2.ebuild b/media-video/ccextractor/ccextractor-0.85-r2.ebuild
new file mode 100644
index 00000000000..1ae06ed2d10
--- /dev/null
+++ b/media-video/ccextractor/ccextractor-0.85-r2.ebuild
@@ -0,0 +1,32 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit cmake-utils toolchain-funcs
+
+DESCRIPTION="Extract closed captioning subtitles from video to SRT"
+HOMEPAGE="https://www.ccextractor.org/"
+SRC_URI="mirror://sourceforge/ccextractor/${PN}-src-nowin.${PV}.zip"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+RDEPEND="
+	media-libs/libpng:0=
+	sys-libs/zlib:=
+"
+DEPEND="${RDEPEND}
+	app-arch/unzip
+	virtual/pkgconfig"
+
+S="${WORKDIR}/${PN}/src"
+
+PATCHES=( "${FILESDIR}/${P}-cmake.patch" )
+
+src_install() {
+	cmake-utils_src_install
+	dodoc ../docs/*.TXT
+}


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

* [gentoo-commits] repo/gentoo:master commit in: media-video/ccextractor/
@ 2019-04-08 18:09 Aaron Bauman
  0 siblings, 0 replies; 6+ messages in thread
From: Aaron Bauman @ 2019-04-08 18:09 UTC (permalink / raw
  To: gentoo-commits

commit:     d2a021167b2462bf8e91a01c84c367e674799cba
Author:     Aaron Bauman <bman <AT> gentoo <DOT> org>
AuthorDate: Mon Apr  8 18:09:16 2019 +0000
Commit:     Aaron Bauman <bman <AT> gentoo <DOT> org>
CommitDate: Mon Apr  8 18:09:16 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d2a02116

media-video/ccextractor: amd64 stable wrt bug #681482

Signed-off-by: Aaron Bauman <bman <AT> gentoo.org>
Package-Manager: Portage-2.3.62, Repoman-2.3.11

 media-video/ccextractor/ccextractor-0.85-r2.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/media-video/ccextractor/ccextractor-0.85-r2.ebuild b/media-video/ccextractor/ccextractor-0.85-r2.ebuild
index 1ae06ed2d10..2169d51c97a 100644
--- a/media-video/ccextractor/ccextractor-0.85-r2.ebuild
+++ b/media-video/ccextractor/ccextractor-0.85-r2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -11,7 +11,7 @@ SRC_URI="mirror://sourceforge/ccextractor/${PN}-src-nowin.${PV}.zip"
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 ~x86"
 IUSE=""
 
 RDEPEND="


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

* [gentoo-commits] repo/gentoo:master commit in: media-video/ccextractor/
@ 2022-03-09 23:12 Sam James
  0 siblings, 0 replies; 6+ messages in thread
From: Sam James @ 2022-03-09 23:12 UTC (permalink / raw
  To: gentoo-commits

commit:     6cce05c6b3118268ae5a241c1bd045ce6b3f3989
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Wed Mar  9 23:05:32 2022 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Wed Mar  9 23:05:32 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6cce05c6

media-video/ccextractor: fix UnusedInherits (flag-o-matic)

Signed-off-by: Sam James <sam <AT> gentoo.org>

 media-video/ccextractor/ccextractor-0.88.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/media-video/ccextractor/ccextractor-0.88.ebuild b/media-video/ccextractor/ccextractor-0.88.ebuild
index 72d1707c1697..3a4800596f1b 100644
--- a/media-video/ccextractor/ccextractor-0.88.ebuild
+++ b/media-video/ccextractor/ccextractor-0.88.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
 
-inherit cmake flag-o-matic
+inherit cmake
 
 DESCRIPTION="Extract closed captioning subtitles from video to SRT"
 HOMEPAGE="https://www.ccextractor.org/"


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

* [gentoo-commits] repo/gentoo:master commit in: media-video/ccextractor/
@ 2022-12-18 18:50 Arthur Zamarin
  0 siblings, 0 replies; 6+ messages in thread
From: Arthur Zamarin @ 2022-12-18 18:50 UTC (permalink / raw
  To: gentoo-commits

commit:     8006e888b8c6620bf4cc7ad131411ce4a1d82b79
Author:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Sun Dec 18 18:49:14 2022 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Sun Dec 18 18:49:14 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8006e888

media-video/ccextractor: Stabilize 0.88 x86, #886911

Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>

 media-video/ccextractor/ccextractor-0.88.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-video/ccextractor/ccextractor-0.88.ebuild b/media-video/ccextractor/ccextractor-0.88.ebuild
index 959f526dc2df..f14bdcf3a28f 100644
--- a/media-video/ccextractor/ccextractor-0.88.ebuild
+++ b/media-video/ccextractor/ccextractor-0.88.ebuild
@@ -12,7 +12,7 @@ S="${WORKDIR}/${P}/src"
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="amd64 ~x86"
+KEYWORDS="amd64 x86"
 
 BDEPEND="app-arch/unzip
 	virtual/pkgconfig"


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

* [gentoo-commits] repo/gentoo:master commit in: media-video/ccextractor/
@ 2022-12-18 18:50 Arthur Zamarin
  0 siblings, 0 replies; 6+ messages in thread
From: Arthur Zamarin @ 2022-12-18 18:50 UTC (permalink / raw
  To: gentoo-commits

commit:     c3d09bb0e489da29a15218c0b384bccd677788b7
Author:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Sun Dec 18 18:49:13 2022 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Sun Dec 18 18:49:13 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c3d09bb0

media-video/ccextractor: Stabilize 0.88 amd64, #886911

Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>

 media-video/ccextractor/ccextractor-0.88.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-video/ccextractor/ccextractor-0.88.ebuild b/media-video/ccextractor/ccextractor-0.88.ebuild
index 3a4800596f1b..959f526dc2df 100644
--- a/media-video/ccextractor/ccextractor-0.88.ebuild
+++ b/media-video/ccextractor/ccextractor-0.88.ebuild
@@ -12,7 +12,7 @@ S="${WORKDIR}/${P}/src"
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 ~x86"
 
 BDEPEND="app-arch/unzip
 	virtual/pkgconfig"


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

end of thread, other threads:[~2022-12-18 18:50 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-04-08 18:09 [gentoo-commits] repo/gentoo:master commit in: media-video/ccextractor/ Aaron Bauman
  -- strict thread matches above, loose matches on Subject: below --
2022-12-18 18:50 Arthur Zamarin
2022-12-18 18:50 Arthur Zamarin
2022-03-09 23:12 Sam James
2018-08-26  8:51 Andreas Sturmlechner
2018-08-26  8:51 Andreas Sturmlechner

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