public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: media-video/gnome-subtitles/
@ 2016-09-18 11:37 Pacho Ramos
  0 siblings, 0 replies; 4+ messages in thread
From: Pacho Ramos @ 2016-09-18 11:37 UTC (permalink / raw
  To: gentoo-commits

commit:     23a6d6afdc18930408a08d8be379e6cc5244e3b5
Author:     Pacho Ramos <pacho <AT> gentoo <DOT> org>
AuthorDate: Sun Sep 18 11:10:35 2016 +0000
Commit:     Pacho Ramos <pacho <AT> gentoo <DOT> org>
CommitDate: Sun Sep 18 11:36:47 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=23a6d6af

media-video/gnome-subtitles: Workaround parallel build bug (#508842), disable scrollkeeper.

Package-Manager: portage-2.3.0

 .../gnome-subtitles/gnome-subtitles-1.3.ebuild        | 19 +++++++++++--------
 1 file changed, 11 insertions(+), 8 deletions(-)

diff --git a/media-video/gnome-subtitles/gnome-subtitles-1.3.ebuild b/media-video/gnome-subtitles/gnome-subtitles-1.3.ebuild
index 2e3eb1b..e0373e1 100644
--- a/media-video/gnome-subtitles/gnome-subtitles-1.3.ebuild
+++ b/media-video/gnome-subtitles/gnome-subtitles-1.3.ebuild
@@ -1,9 +1,8 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
-EAPI="5"
-GCONF_DEBUG="no"
+EAPI=6
 GNOME2_LA_PUNT="yes"
 
 inherit mono-env gnome2
@@ -17,17 +16,21 @@ SLOT="0"
 IUSE=""
 KEYWORDS="~amd64 ~ppc ~x86"
 
-RDEPEND=">=dev-lang/mono-1.1
+RDEPEND="
+	>=dev-lang/mono-1.1
 	>=dev-dotnet/glade-sharp-2.12
 	>=dev-dotnet/gtk-sharp-2.12
 	>=dev-dotnet/gconf-sharp-2.12
 	media-libs/gstreamer:1.0
 	>=app-text/gtkspell-2.0:2
 	>=app-text/enchant-1.3
-	media-libs/gst-plugins-base:1.0"
+	media-libs/gst-plugins-base:1.0
+"
 DEPEND="${RDEPEND}
-	app-text/scrollkeeper
 	virtual/pkgconfig
-	app-text/gnome-doc-utils"
+	app-text/gnome-doc-utils
+"
 
-DOCS="AUTHORS ChangeLog NEWS README"
+src_compile() {
+	MAKEOPTS="${MAKEOPTS} -j1" gnome2_src_compile #508842
+}


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

* [gentoo-commits] repo/gentoo:master commit in: media-video/gnome-subtitles/
@ 2016-10-09  9:04 Pacho Ramos
  0 siblings, 0 replies; 4+ messages in thread
From: Pacho Ramos @ 2016-10-09  9:04 UTC (permalink / raw
  To: gentoo-commits

commit:     bec2ee2c220eee10f297de7cb24ed137f4c85c17
Author:     Pacho Ramos <pacho <AT> gentoo <DOT> org>
AuthorDate: Sun Oct  9 08:11:11 2016 +0000
Commit:     Pacho Ramos <pacho <AT> gentoo <DOT> org>
CommitDate: Sun Oct  9 09:03:01 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bec2ee2c

media-video/gnome-subtitles: Allow newer gtk-sharp usage

Package-Manager: portage-2.3.1

 .../{gnome-subtitles-1.3.ebuild => gnome-subtitles-1.3-r1.ebuild} | 8 +++++---
 1 file changed, 5 insertions(+), 3 deletions(-)

diff --git a/media-video/gnome-subtitles/gnome-subtitles-1.3.ebuild b/media-video/gnome-subtitles/gnome-subtitles-1.3-r1.ebuild
similarity index 83%
rename from media-video/gnome-subtitles/gnome-subtitles-1.3.ebuild
rename to media-video/gnome-subtitles/gnome-subtitles-1.3-r1.ebuild
index e0373e1..32f8a52 100644
--- a/media-video/gnome-subtitles/gnome-subtitles-1.3.ebuild
+++ b/media-video/gnome-subtitles/gnome-subtitles-1.3-r1.ebuild
@@ -18,9 +18,11 @@ KEYWORDS="~amd64 ~ppc ~x86"
 
 RDEPEND="
 	>=dev-lang/mono-1.1
-	>=dev-dotnet/glade-sharp-2.12
-	>=dev-dotnet/gtk-sharp-2.12
-	>=dev-dotnet/gconf-sharp-2.12
+	|| ( (
+		>=dev-dotnet/glade-sharp-2.12
+		>=dev-dotnet/gtk-sharp-2.12
+		>=dev-dotnet/gconf-sharp-2.12 )
+	>=dev-dotnet/gtk-sharp-2.12.21 )
 	media-libs/gstreamer:1.0
 	>=app-text/gtkspell-2.0:2
 	>=app-text/enchant-1.3


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

* [gentoo-commits] repo/gentoo:master commit in: media-video/gnome-subtitles/
@ 2016-11-03 11:19 Pacho Ramos
  0 siblings, 0 replies; 4+ messages in thread
From: Pacho Ramos @ 2016-11-03 11:19 UTC (permalink / raw
  To: gentoo-commits

commit:     e50ec05ec82d698577c299a47abe55284f321033
Author:     Pacho Ramos <pacho <AT> gentoo <DOT> org>
AuthorDate: Thu Nov  3 11:02:59 2016 +0000
Commit:     Pacho Ramos <pacho <AT> gentoo <DOT> org>
CommitDate: Thu Nov  3 11:19:13 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e50ec05e

media-video/gnome-subtitles: amd64/x86 stable, bug #594212

Package-Manager: portage-2.3.2

 media-video/gnome-subtitles/gnome-subtitles-1.3-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-video/gnome-subtitles/gnome-subtitles-1.3-r1.ebuild b/media-video/gnome-subtitles/gnome-subtitles-1.3-r1.ebuild
index 32f8a52..e6c52d2 100644
--- a/media-video/gnome-subtitles/gnome-subtitles-1.3-r1.ebuild
+++ b/media-video/gnome-subtitles/gnome-subtitles-1.3-r1.ebuild
@@ -14,7 +14,7 @@ SRC_URI="mirror://sourceforge/gnome-subtitles/${P}.tar.gz"
 LICENSE="GPL-2"
 SLOT="0"
 IUSE=""
-KEYWORDS="~amd64 ~ppc ~x86"
+KEYWORDS="amd64 ~ppc x86"
 
 RDEPEND="
 	>=dev-lang/mono-1.1


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

* [gentoo-commits] repo/gentoo:master commit in: media-video/gnome-subtitles/
@ 2016-11-27 15:04 Pacho Ramos
  0 siblings, 0 replies; 4+ messages in thread
From: Pacho Ramos @ 2016-11-27 15:04 UTC (permalink / raw
  To: gentoo-commits

commit:     125eeafd3d7292bbfc34b37492635c1fadb0be78
Author:     Pacho Ramos <pacho <AT> gentoo <DOT> org>
AuthorDate: Sun Nov 27 15:02:16 2016 +0000
Commit:     Pacho Ramos <pacho <AT> gentoo <DOT> org>
CommitDate: Sun Nov 27 15:04:44 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=125eeafd

media-video/gnome-subtitles: Drop old

Package-Manager: portage-2.3.2

 media-video/gnome-subtitles/Manifest               |  1 -
 .../gnome-subtitles/gnome-subtitles-1.2.ebuild     | 33 ----------------------
 2 files changed, 34 deletions(-)

diff --git a/media-video/gnome-subtitles/Manifest b/media-video/gnome-subtitles/Manifest
index 6507b71..32e4b1e 100644
--- a/media-video/gnome-subtitles/Manifest
+++ b/media-video/gnome-subtitles/Manifest
@@ -1,2 +1 @@
-DIST gnome-subtitles-1.2.tar.gz 1116649 SHA256 0232937123159a9e87d110f29b921704c9934472dd4a7c6de437fed159fb498c SHA512 7be09d284ae256959e86f582ac7c2d67eb9f8f869a75ce4024491e8d0f0e97333e687dd31b09676a7c28f5f32cc0462a520cb1a88288e6e9deb7e6a32eceac0d WHIRLPOOL 6bcf3c2986279ecf41602579cafe288a1e0d3e5fab4b3f2291c592a42e0e4ae55001755a25b16f435062085bd972d1631af684e35ceec9d3aa4e1b75c00b52ef
 DIST gnome-subtitles-1.3.tar.gz 1182246 SHA256 eb1b5954c0bda76da16d6887244a7c0769a80f7cfb3aa8ad838ba087d1d44aa9 SHA512 eef9fcb616d98248249c0a18102f8d36e68edcb966de848dc130d60892546a55f5485fe5448a36aabe68abe42a4e09357bbe4a473f5e4c0a8f319ac1368c23d1 WHIRLPOOL 2dc650462422fe11fabfc9e2677616777cabb054faf8dd5d4a65b9de41d3bf46b3561eed2a079bc45b9e0ec051d22f69b2482f073bf459e464c301553dfbb8bc

diff --git a/media-video/gnome-subtitles/gnome-subtitles-1.2.ebuild b/media-video/gnome-subtitles/gnome-subtitles-1.2.ebuild
deleted file mode 100644
index 6a8ebd7..00000000
--- a/media-video/gnome-subtitles/gnome-subtitles-1.2.ebuild
+++ /dev/null
@@ -1,33 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI="4"
-GCONF_DEBUG="no"
-GNOME2_LA_PUNT="yes"
-
-inherit mono gnome2
-
-DESCRIPTION="Video subtitling for the Gnome desktop"
-HOMEPAGE="http://gnome-subtitles.sourceforge.net/"
-SRC_URI="mirror://sourceforge/gnome-subtitles/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-IUSE=""
-KEYWORDS="amd64 ppc x86"
-
-RDEPEND=">=dev-lang/mono-1.1
-	>=dev-dotnet/glade-sharp-2.12
-	>=dev-dotnet/gtk-sharp-2.12
-	>=dev-dotnet/gconf-sharp-2.12
-	media-libs/gstreamer:0.10
-	>=app-text/gtkspell-2.0:2
-	>=app-text/enchant-1.3
-	media-libs/gst-plugins-base:0.10"
-DEPEND="${RDEPEND}
-	app-text/scrollkeeper
-	virtual/pkgconfig
-	app-text/gnome-doc-utils"
-
-DOCS="AUTHORS ChangeLog NEWS README"


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

end of thread, other threads:[~2016-11-27 15:04 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-11-27 15:04 [gentoo-commits] repo/gentoo:master commit in: media-video/gnome-subtitles/ Pacho Ramos
  -- strict thread matches above, loose matches on Subject: below --
2016-11-03 11:19 Pacho Ramos
2016-10-09  9:04 Pacho Ramos
2016-09-18 11:37 Pacho Ramos

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