public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] proj/gnome:master commit in: x11-libs/gtksourceview/
@ 2012-05-02  1:29 Alexandre Restovtsev
  0 siblings, 0 replies; 26+ messages in thread
From: Alexandre Restovtsev @ 2012-05-02  1:29 UTC (permalink / raw
  To: gentoo-commits

commit:     7dbfa05a1de757519750e7ea27924958173f7682
Author:     Alexandre Rostovtsev <tetromino <AT> gentoo <DOT> org>
AuthorDate: Wed May  2 01:29:23 2012 +0000
Commit:     Alexandre Restovtsev <tetromino <AT> gmail <DOT> com>
CommitDate: Wed May  2 01:29:23 2012 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/gnome.git;a=commit;h=7dbfa05a

x11-libs/gtksourceview: sync with gx86

---
 x11-libs/gtksourceview/gtksourceview-9999.ebuild |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/x11-libs/gtksourceview/gtksourceview-9999.ebuild b/x11-libs/gtksourceview/gtksourceview-9999.ebuild
index fa22437..6dde365 100644
--- a/x11-libs/gtksourceview/gtksourceview-9999.ebuild
+++ b/x11-libs/gtksourceview/gtksourceview-9999.ebuild
@@ -24,7 +24,7 @@ else
 fi
 
 # Note: has native OSX support, prefix teams, attack!
-RDEPEND=">=x11-libs/gtk+-3.0:3[introspection?]
+RDEPEND=">=x11-libs/gtk+-3.3.8:3[introspection?]
 	>=dev-libs/libxml2-2.6:2
 	>=dev-libs/glib-2.28:2
 	glade? ( >=dev-util/glade-3.9:3.10 )



^ permalink raw reply related	[flat|nested] 26+ messages in thread
* [gentoo-commits] proj/gnome:master commit in: x11-libs/gtksourceview/
@ 2018-12-07 23:58 Mart Raudsepp
  0 siblings, 0 replies; 26+ messages in thread
From: Mart Raudsepp @ 2018-12-07 23:58 UTC (permalink / raw
  To: gentoo-commits

commit:     d9fceb748506f34377d9ff6153bfcc1aeca3d2fc
Author:     Mart Raudsepp <leio <AT> gentoo <DOT> org>
AuthorDate: Fri Dec  7 23:54:14 2018 +0000
Commit:     Mart Raudsepp <leio <AT> gentoo <DOT> org>
CommitDate: Fri Dec  7 23:54:14 2018 +0000
URL:        https://gitweb.gentoo.org/proj/gnome.git/commit/?id=d9fceb74

x11-libs/gtksourceview-3.99.7: remove, 4.0.3 available in ::gentoo

Signed-off-by: Mart Raudsepp <leio <AT> gentoo.org>
Package-Manager: Portage-2.3.52, Repoman-2.3.11

 x11-libs/gtksourceview/gtksourceview-3.99.7.ebuild | 58 ----------------------
 1 file changed, 58 deletions(-)

diff --git a/x11-libs/gtksourceview/gtksourceview-3.99.7.ebuild b/x11-libs/gtksourceview/gtksourceview-3.99.7.ebuild
deleted file mode 100644
index 81f3a8d7..00000000
--- a/x11-libs/gtksourceview/gtksourceview-3.99.7.ebuild
+++ /dev/null
@@ -1,58 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="6"
-VALA_MIN_API_VERSION="0.24"
-VALA_USE_DEPEND="vapigen"
-
-inherit gnome2 vala virtualx
-
-DESCRIPTION="A text widget implementing syntax highlighting and other features"
-HOMEPAGE="https://wiki.gnome.org/Projects/GtkSourceView"
-
-LICENSE="GPL-2+ LGPL-2.1+"
-SLOT="4.0/4"
-
-IUSE="glade +introspection vala"
-REQUIRED_USE="vala? ( introspection )"
-
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-solaris"
-
-RDEPEND="
-	>=dev-libs/glib-2.48:2
-	>=dev-libs/libxml2-2.6:2
-	>=x11-libs/gtk+-3.20:3[introspection?]
-	glade? ( >=dev-util/glade-3.9:3.10 )
-	introspection? ( >=dev-libs/gobject-introspection-1.42:= )
-"
-DEPEND="${RDEPEND}
-	>=dev-util/gtk-doc-am-1.25
-	>=sys-devel/gettext-0.19.4
-	dev-util/itstool
-	virtual/pkgconfig
-	vala? ( $(vala_depend) )
-"
-
-src_prepare() {
-	use vala && vala_src_prepare
-	gnome2_src_prepare
-}
-
-src_configure() {
-	gnome2_src_configure \
-		--disable-deprecations \
-		$(use_enable glade glade-catalog) \
-		$(use_enable introspection) \
-		$(use_enable vala)
-}
-
-src_test() {
-	virtx emake check
-}
-
-src_install() {
-	gnome2_src_install
-
-	insinto /usr/share/${PN}-4/language-specs
-	doins "${FILESDIR}"/2.0/gentoo.lang
-}


^ permalink raw reply related	[flat|nested] 26+ messages in thread
* [gentoo-commits] proj/gnome:master commit in: x11-libs/gtksourceview/
@ 2018-05-22  5:33 Remi Cardona
  0 siblings, 0 replies; 26+ messages in thread
From: Remi Cardona @ 2018-05-22  5:33 UTC (permalink / raw
  To: gentoo-commits

commit:     d191be1459f4ba87141ae5414affc28334e14514
Author:     Rémi Cardona <remi <AT> gentoo <DOT> org>
AuthorDate: Tue May 22 05:32:42 2018 +0000
Commit:     Remi Cardona <remi <AT> gentoo <DOT> org>
CommitDate: Tue May 22 05:32:42 2018 +0000
URL:        https://gitweb.gentoo.org/proj/gnome.git/commit/?id=d191be14

x11-libs/gtksourceview: unbreak 3.99.7

- use correct slot (3.99.x are essentially 4.0rcx)
- install ebuild language spec to prevent conflict with 3.0 slot

Package-Manager: Portage-2.3.38, Repoman-2.3.9
Manifest-Sign-Key: 0xE0663D48103108F8

 x11-libs/gtksourceview/gtksourceview-3.99.7.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/x11-libs/gtksourceview/gtksourceview-3.99.7.ebuild b/x11-libs/gtksourceview/gtksourceview-3.99.7.ebuild
index db3725e9..81f3a8d7 100644
--- a/x11-libs/gtksourceview/gtksourceview-3.99.7.ebuild
+++ b/x11-libs/gtksourceview/gtksourceview-3.99.7.ebuild
@@ -11,7 +11,7 @@ DESCRIPTION="A text widget implementing syntax highlighting and other features"
 HOMEPAGE="https://wiki.gnome.org/Projects/GtkSourceView"
 
 LICENSE="GPL-2+ LGPL-2.1+"
-SLOT="3.0/3"
+SLOT="4.0/4"
 
 IUSE="glade +introspection vala"
 REQUIRED_USE="vala? ( introspection )"
@@ -53,6 +53,6 @@ src_test() {
 src_install() {
 	gnome2_src_install
 
-	insinto /usr/share/${PN}-3.0/language-specs
+	insinto /usr/share/${PN}-4/language-specs
 	doins "${FILESDIR}"/2.0/gentoo.lang
 }


^ permalink raw reply related	[flat|nested] 26+ messages in thread
* [gentoo-commits] proj/gnome:master commit in: x11-libs/gtksourceview/
@ 2018-05-21 19:08 Sobhan Mohammadpour
  0 siblings, 0 replies; 26+ messages in thread
From: Sobhan Mohammadpour @ 2018-05-21 19:08 UTC (permalink / raw
  To: gentoo-commits

commit:     59dd0aede61853ceafe0935b4ff44e1c41983969
Author:     Sobhan Mohammadpour <sobhan <AT> gentoo <DOT> org>
AuthorDate: Mon May 21 19:07:53 2018 +0000
Commit:     Sobhan Mohammadpour <sobhan <AT> gentoo <DOT> org>
CommitDate: Mon May 21 19:07:53 2018 +0000
URL:        https://gitweb.gentoo.org/proj/gnome.git/commit/?id=59dd0aed

x11-libs/gtksourceview: bump

Package-Manager: Portage-2.3.36, Repoman-2.3.9
Manifest-Sign-Key: 0x7DF238CF0AA182E1

 x11-libs/gtksourceview/gtksourceview-3.99.7.ebuild | 58 ++++++++++++++++++++++
 1 file changed, 58 insertions(+)

diff --git a/x11-libs/gtksourceview/gtksourceview-3.99.7.ebuild b/x11-libs/gtksourceview/gtksourceview-3.99.7.ebuild
new file mode 100644
index 00000000..db3725e9
--- /dev/null
+++ b/x11-libs/gtksourceview/gtksourceview-3.99.7.ebuild
@@ -0,0 +1,58 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="6"
+VALA_MIN_API_VERSION="0.24"
+VALA_USE_DEPEND="vapigen"
+
+inherit gnome2 vala virtualx
+
+DESCRIPTION="A text widget implementing syntax highlighting and other features"
+HOMEPAGE="https://wiki.gnome.org/Projects/GtkSourceView"
+
+LICENSE="GPL-2+ LGPL-2.1+"
+SLOT="3.0/3"
+
+IUSE="glade +introspection vala"
+REQUIRED_USE="vala? ( introspection )"
+
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-solaris"
+
+RDEPEND="
+	>=dev-libs/glib-2.48:2
+	>=dev-libs/libxml2-2.6:2
+	>=x11-libs/gtk+-3.20:3[introspection?]
+	glade? ( >=dev-util/glade-3.9:3.10 )
+	introspection? ( >=dev-libs/gobject-introspection-1.42:= )
+"
+DEPEND="${RDEPEND}
+	>=dev-util/gtk-doc-am-1.25
+	>=sys-devel/gettext-0.19.4
+	dev-util/itstool
+	virtual/pkgconfig
+	vala? ( $(vala_depend) )
+"
+
+src_prepare() {
+	use vala && vala_src_prepare
+	gnome2_src_prepare
+}
+
+src_configure() {
+	gnome2_src_configure \
+		--disable-deprecations \
+		$(use_enable glade glade-catalog) \
+		$(use_enable introspection) \
+		$(use_enable vala)
+}
+
+src_test() {
+	virtx emake check
+}
+
+src_install() {
+	gnome2_src_install
+
+	insinto /usr/share/${PN}-3.0/language-specs
+	doins "${FILESDIR}"/2.0/gentoo.lang
+}


^ permalink raw reply related	[flat|nested] 26+ messages in thread
* [gentoo-commits] proj/gnome:master commit in: x11-libs/gtksourceview/
@ 2018-01-12 15:01 Dennis Lamm
  0 siblings, 0 replies; 26+ messages in thread
From: Dennis Lamm @ 2018-01-12 15:01 UTC (permalink / raw
  To: gentoo-commits

commit:     b59a6f2e4b822fa6361de616d8ce552da8c999f4
Author:     Dennis Lamm <expeditioneer <AT> gentoo <DOT> org>
AuthorDate: Fri Jan 12 15:01:39 2018 +0000
Commit:     Dennis Lamm <expeditioneer <AT> gentoo <DOT> org>
CommitDate: Fri Jan 12 15:01:39 2018 +0000
URL:        https://gitweb.gentoo.org/proj/gnome.git/commit/?id=b59a6f2e

x11-libs/gtksourceview: drop old

Package-Manager: Portage-2.3.13, Repoman-2.3.3

 x11-libs/gtksourceview/gtksourceview-3.20.0.ebuild | 62 ----------------------
 1 file changed, 62 deletions(-)

diff --git a/x11-libs/gtksourceview/gtksourceview-3.20.0.ebuild b/x11-libs/gtksourceview/gtksourceview-3.20.0.ebuild
deleted file mode 100644
index 173e965c..00000000
--- a/x11-libs/gtksourceview/gtksourceview-3.20.0.ebuild
+++ /dev/null
@@ -1,62 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI="5"
-GCONF_DEBUG="no"
-VALA_MIN_API_VERSION="0.24"
-VALA_USE_DEPEND="vapigen"
-
-inherit gnome2 vala virtualx
-
-DESCRIPTION="A text widget implementing syntax highlighting and other features"
-HOMEPAGE="https://wiki.gnome.org/Projects/GtkSourceView"
-
-LICENSE="GPL-2+ LGPL-2.1+"
-SLOT="3.0/3"
-
-IUSE="glade +introspection vala"
-REQUIRED_USE="vala? ( introspection )"
-
-KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x86-solaris"
-
-RDEPEND="
-	>=dev-libs/glib-2.47:2
-	>=dev-libs/libxml2-2.6:2
-	>=x11-libs/gtk+-3.19.6:3[introspection?]
-	glade? ( >=dev-util/glade-3.9:3.10 )
-	introspection? ( >=dev-libs/gobject-introspection-1.42:= )
-"
-DEPEND="${RDEPEND}
-	>=dev-util/gtk-doc-am-1.24
-	>=sys-devel/gettext-0.19.4
-	dev-util/itstool
-	virtual/pkgconfig
-	vala? ( $(vala_depend) )
-"
-
-src_prepare() {
-	use vala && vala_src_prepare
-	gnome2_src_prepare
-}
-
-src_configure() {
-	gnome2_src_configure \
-		--disable-deprecations \
-		--enable-providers \
-		$(use_enable glade glade-catalog) \
-		$(use_enable introspection) \
-		$(use_enable vala)
-}
-
-src_test() {
-	Xemake check
-}
-
-src_install() {
-	DOCS="AUTHORS HACKING MAINTAINERS NEWS README"
-	gnome2_src_install
-
-	insinto /usr/share/${PN}-3.0/language-specs
-	doins "${FILESDIR}"/2.0/gentoo.lang
-}


^ permalink raw reply related	[flat|nested] 26+ messages in thread
* [gentoo-commits] proj/gnome:master commit in: x11-libs/gtksourceview/
@ 2016-03-26 22:54 Ole Reifschneider
  0 siblings, 0 replies; 26+ messages in thread
From: Ole Reifschneider @ 2016-03-26 22:54 UTC (permalink / raw
  To: gentoo-commits

commit:     4ec260dc76e7c35a91135639ecde327b4855038b
Author:     Ole Reifschneider <tranquility <AT> gentoo <DOT> org>
AuthorDate: Sat Mar 26 22:25:08 2016 +0000
Commit:     Ole Reifschneider <tranquility <AT> gentoo <DOT> org>
CommitDate: Sat Mar 26 22:28:35 2016 +0000
URL:        https://gitweb.gentoo.org/proj/gnome.git/commit/?id=4ec260dc

x11-libs/gtksourceview: Bump version to 3.20.0

Package-Manager: portage-2.2.28
Manifest-Sign-Key: 0xE9E568677E8B4D42

 ...iew-9999.ebuild => gtksourceview-3.20.0.ebuild} | 32 +++++++---------------
 x11-libs/gtksourceview/gtksourceview-9999.ebuild   | 15 +++++-----
 2 files changed, 18 insertions(+), 29 deletions(-)

diff --git a/x11-libs/gtksourceview/gtksourceview-9999.ebuild b/x11-libs/gtksourceview/gtksourceview-3.20.0.ebuild
similarity index 60%
copy from x11-libs/gtksourceview/gtksourceview-9999.ebuild
copy to x11-libs/gtksourceview/gtksourceview-3.20.0.ebuild
index 9c441d0..173e965 100644
--- a/x11-libs/gtksourceview/gtksourceview-9999.ebuild
+++ b/x11-libs/gtksourceview/gtksourceview-3.20.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
@@ -8,45 +8,33 @@ VALA_MIN_API_VERSION="0.24"
 VALA_USE_DEPEND="vapigen"
 
 inherit gnome2 vala virtualx
-if [[ ${PV} = 9999 ]]; then
-	inherit gnome2-live
-fi
 
 DESCRIPTION="A text widget implementing syntax highlighting and other features"
 HOMEPAGE="https://wiki.gnome.org/Projects/GtkSourceView"
 
 LICENSE="GPL-2+ LGPL-2.1+"
 SLOT="3.0/3"
+
 IUSE="glade +introspection vala"
 REQUIRED_USE="vala? ( introspection )"
-if [[ ${PV} = 9999 ]]; then
-	IUSE="${IUSE} doc"
-	KEYWORDS=""
-else
-	KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x86-solaris"
-fi
 
-# Note: has native OSX support, prefix teams, attack!
+KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x86-solaris"
+
 RDEPEND="
-	>=dev-libs/glib-2.44:2
+	>=dev-libs/glib-2.47:2
 	>=dev-libs/libxml2-2.6:2
-	>=x11-libs/gtk+-3.16:3[introspection?]
+	>=x11-libs/gtk+-3.19.6:3[introspection?]
 	glade? ( >=dev-util/glade-3.9:3.10 )
-	introspection? ( >=dev-libs/gobject-introspection-1.42 )
+	introspection? ( >=dev-libs/gobject-introspection-1.42:= )
 "
 DEPEND="${RDEPEND}
-	>=dev-util/gtk-doc-am-1.18
-	>=dev-util/intltool-0.50
-	>=sys-devel/gettext-0.17
+	>=dev-util/gtk-doc-am-1.24
+	>=sys-devel/gettext-0.19.4
+	dev-util/itstool
 	virtual/pkgconfig
 	vala? ( $(vala_depend) )
 "
 
-if [[ ${PV} = 9999 ]]; then
-	 DEPEND="${DEPEND}
-		doc? ( >=dev-util/gtk-doc-1.18 )"
-fi
-
 src_prepare() {
 	use vala && vala_src_prepare
 	gnome2_src_prepare

diff --git a/x11-libs/gtksourceview/gtksourceview-9999.ebuild b/x11-libs/gtksourceview/gtksourceview-9999.ebuild
index 9c441d0..4b047df 100644
--- a/x11-libs/gtksourceview/gtksourceview-9999.ebuild
+++ b/x11-libs/gtksourceview/gtksourceview-9999.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
@@ -17,6 +17,7 @@ HOMEPAGE="https://wiki.gnome.org/Projects/GtkSourceView"
 
 LICENSE="GPL-2+ LGPL-2.1+"
 SLOT="3.0/3"
+
 IUSE="glade +introspection vala"
 REQUIRED_USE="vala? ( introspection )"
 if [[ ${PV} = 9999 ]]; then
@@ -28,16 +29,16 @@ fi
 
 # Note: has native OSX support, prefix teams, attack!
 RDEPEND="
-	>=dev-libs/glib-2.44:2
+	>=dev-libs/glib-2.47:2
 	>=dev-libs/libxml2-2.6:2
-	>=x11-libs/gtk+-3.16:3[introspection?]
+	>=x11-libs/gtk+-3.19.6:3[introspection?]
 	glade? ( >=dev-util/glade-3.9:3.10 )
-	introspection? ( >=dev-libs/gobject-introspection-1.42 )
+	introspection? ( >=dev-libs/gobject-introspection-1.42:= )
 "
 DEPEND="${RDEPEND}
-	>=dev-util/gtk-doc-am-1.18
-	>=dev-util/intltool-0.50
-	>=sys-devel/gettext-0.17
+	>=dev-util/gtk-doc-am-1.24
+	>=sys-devel/gettext-0.19.4
+	dev-util/itstool
 	virtual/pkgconfig
 	vala? ( $(vala_depend) )
 "


^ permalink raw reply related	[flat|nested] 26+ messages in thread
* [gentoo-commits] proj/gnome:master commit in: x11-libs/gtksourceview/
@ 2015-06-09 13:48 Gilles Dartiguelongue
  0 siblings, 0 replies; 26+ messages in thread
From: Gilles Dartiguelongue @ 2015-06-09 13:48 UTC (permalink / raw
  To: gentoo-commits

commit:     d822e20c886cda215d808f4fbecfc79697c0a920
Author:     Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
AuthorDate: Tue Jun  9 10:10:42 2015 +0000
Commit:     Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
CommitDate: Tue Jun  9 13:48:42 2015 +0000
URL:        https://gitweb.gentoo.org/proj/gnome.git/commit/?id=d822e20c

x11-libs/gtksourceview: moved to gentoo-x86

 x11-libs/gtksourceview/gtksourceview-3.16.1.ebuild | 61 ----------------------
 1 file changed, 61 deletions(-)

diff --git a/x11-libs/gtksourceview/gtksourceview-3.16.1.ebuild b/x11-libs/gtksourceview/gtksourceview-3.16.1.ebuild
deleted file mode 100644
index 2f12fd5..0000000
--- a/x11-libs/gtksourceview/gtksourceview-3.16.1.ebuild
+++ /dev/null
@@ -1,61 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-EAPI="5"
-GCONF_DEBUG="no"
-VALA_MIN_API_VERSION="0.24"
-VALA_USE_DEPEND="vapigen"
-
-inherit gnome2 vala virtualx
-
-DESCRIPTION="A text widget implementing syntax highlighting and other features"
-HOMEPAGE="https://wiki.gnome.org/Projects/GtkSourceView"
-
-LICENSE="GPL-2+ LGPL-2.1+"
-SLOT="3.0/3"
-IUSE="glade +introspection vala"
-REQUIRED_USE="vala? ( introspection )"
-KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x86-solaris"
-
-# Note: has native OSX support, prefix teams, attack!
-RDEPEND="
-	>=dev-libs/glib-2.44:2
-	>=dev-libs/libxml2-2.6:2
-	>=x11-libs/gtk+-3.16:3[introspection?]
-	glade? ( >=dev-util/glade-3.9:3.10 )
-	introspection? ( >=dev-libs/gobject-introspection-1.42 )
-"
-DEPEND="${RDEPEND}
-	>=dev-util/gtk-doc-am-1.18
-	>=dev-util/intltool-0.50
-	>=sys-devel/gettext-0.17
-	virtual/pkgconfig
-	vala? ( $(vala_depend) )
-"
-
-src_prepare() {
-	use vala && vala_src_prepare
-	gnome2_src_prepare
-}
-
-src_configure() {
-	gnome2_src_configure \
-		--disable-deprecations \
-		--enable-providers \
-		$(use_enable glade glade-catalog) \
-		$(use_enable introspection) \
-		$(use_enable vala)
-}
-
-src_test() {
-	Xemake check
-}
-
-src_install() {
-	DOCS="AUTHORS HACKING MAINTAINERS NEWS README"
-	gnome2_src_install
-
-	insinto /usr/share/${PN}-3.0/language-specs
-	doins "${FILESDIR}"/2.0/gentoo.lang
-}


^ permalink raw reply related	[flat|nested] 26+ messages in thread
* [gentoo-commits] proj/gnome:master commit in: x11-libs/gtksourceview/
@ 2014-12-15 23:28 Gilles Dartiguelongue
  0 siblings, 0 replies; 26+ messages in thread
From: Gilles Dartiguelongue @ 2014-12-15 23:28 UTC (permalink / raw
  To: gentoo-commits

commit:     73a207d1a0e2f41485e1d883c5d20acd98a5aaf2
Author:     Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
AuthorDate: Mon Dec 15 23:25:53 2014 +0000
Commit:     Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
CommitDate: Mon Dec 15 23:25:53 2014 +0000
URL:        http://sources.gentoo.org/gitweb/?p=proj/gnome.git;a=commit;h=73a207d1

x11-libs/gtksourceview: moved to gentoo-x86

---
 x11-libs/gtksourceview/gtksourceview-3.14.2.ebuild | 61 ----------------------
 1 file changed, 61 deletions(-)

diff --git a/x11-libs/gtksourceview/gtksourceview-3.14.2.ebuild b/x11-libs/gtksourceview/gtksourceview-3.14.2.ebuild
deleted file mode 100644
index 4153ad0..0000000
--- a/x11-libs/gtksourceview/gtksourceview-3.14.2.ebuild
+++ /dev/null
@@ -1,61 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-EAPI="5"
-GCONF_DEBUG="no"
-VALA_MIN_API_VERSION="0.24"
-VALA_USE_DEPEND="vapigen"
-
-inherit gnome2 vala virtualx
-
-DESCRIPTION="A text widget implementing syntax highlighting and other features"
-HOMEPAGE="https://wiki.gnome.org/Projects/GtkSourceView"
-
-LICENSE="GPL-2+ LGPL-2.1+"
-SLOT="3.0/3"
-IUSE="glade +introspection vala"
-REQUIRED_USE="vala? ( introspection )"
-KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x86-solaris"
-
-# Note: has native OSX support, prefix teams, attack!
-RDEPEND="
-	>=dev-libs/glib-2.38:2
-	>=dev-libs/libxml2-2.6:2
-	>=x11-libs/gtk+-3.13.7:3[introspection?]
-	glade? ( >=dev-util/glade-3.9:3.10 )
-	introspection? ( >=dev-libs/gobject-introspection-0.9.0 )
-"
-DEPEND="${RDEPEND}
-	dev-util/gtk-doc-am
-	>=dev-util/intltool-0.50
-	>=sys-devel/gettext-0.17
-	virtual/pkgconfig
-	vala? ( $(vala_depend) )
-"
-
-src_prepare() {
-	use vala && vala_src_prepare
-	gnome2_src_prepare
-}
-
-src_configure() {
-	gnome2_src_configure \
-		--disable-deprecations \
-		--enable-providers \
-		$(use_enable glade glade-catalog) \
-		$(use_enable introspection) \
-		$(use_enable vala)
-}
-
-src_test() {
-	Xemake check
-}
-
-src_install() {
-	DOCS="AUTHORS HACKING MAINTAINERS NEWS README"
-	gnome2_src_install
-
-	insinto /usr/share/${PN}-3.0/language-specs
-	doins "${FILESDIR}"/2.0/gentoo.lang
-}


^ permalink raw reply related	[flat|nested] 26+ messages in thread
* [gentoo-commits] proj/gnome:master commit in: x11-libs/gtksourceview/
@ 2014-11-23 23:23 Gilles Dartiguelongue
  0 siblings, 0 replies; 26+ messages in thread
From: Gilles Dartiguelongue @ 2014-11-23 23:23 UTC (permalink / raw
  To: gentoo-commits

commit:     3e5bd01aff86220b8ace660d3077b388472233bb
Author:     Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
AuthorDate: Sun Nov 23 22:50:55 2014 +0000
Commit:     Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
CommitDate: Sun Nov 23 22:50:55 2014 +0000
URL:        http://sources.gentoo.org/gitweb/?p=proj/gnome.git;a=commit;h=3e5bd01a

x11-libs/gtksourceview: 3.14.1 → 3.14.2

---
 .../{gtksourceview-3.14.1.ebuild => gtksourceview-3.14.2.ebuild}          | 0
 1 file changed, 0 insertions(+), 0 deletions(-)

diff --git a/x11-libs/gtksourceview/gtksourceview-3.14.1.ebuild b/x11-libs/gtksourceview/gtksourceview-3.14.2.ebuild
similarity index 100%
rename from x11-libs/gtksourceview/gtksourceview-3.14.1.ebuild
rename to x11-libs/gtksourceview/gtksourceview-3.14.2.ebuild


^ permalink raw reply	[flat|nested] 26+ messages in thread
* [gentoo-commits] proj/gnome:master commit in: x11-libs/gtksourceview/
@ 2014-04-23 22:14 Gilles Dartiguelongue
  0 siblings, 0 replies; 26+ messages in thread
From: Gilles Dartiguelongue @ 2014-04-23 22:14 UTC (permalink / raw
  To: gentoo-commits

commit:     3d183faa24e6c49d2cf26ba858632dfc7c04ce2c
Author:     Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
AuthorDate: Wed Apr 23 21:54:24 2014 +0000
Commit:     Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
CommitDate: Wed Apr 23 22:13:15 2014 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/gnome.git;a=commit;h=3d183faa

x11-libs/gtksourceview: 3.12.0 → 3.12.1

---
 .../{gtksourceview-3.12.0.ebuild => gtksourceview-3.12.1.ebuild}          | 0
 1 file changed, 0 insertions(+), 0 deletions(-)

diff --git a/x11-libs/gtksourceview/gtksourceview-3.12.0.ebuild b/x11-libs/gtksourceview/gtksourceview-3.12.1.ebuild
similarity index 100%
rename from x11-libs/gtksourceview/gtksourceview-3.12.0.ebuild
rename to x11-libs/gtksourceview/gtksourceview-3.12.1.ebuild


^ permalink raw reply	[flat|nested] 26+ messages in thread
* [gentoo-commits] proj/gnome:master commit in: x11-libs/gtksourceview/
@ 2014-04-20 22:57 Gilles Dartiguelongue
  0 siblings, 0 replies; 26+ messages in thread
From: Gilles Dartiguelongue @ 2014-04-20 22:57 UTC (permalink / raw
  To: gentoo-commits

commit:     0b5669846812cc52272b2ab08eb3ac9cf8466d20
Author:     Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
AuthorDate: Tue Apr 15 21:11:35 2014 +0000
Commit:     Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
CommitDate: Sun Apr 20 22:54:55 2014 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/gnome.git;a=commit;h=0b566984

x11-libs/gtksourceview: 3.10.2 → 3.12.0

---
 ...view-9999.ebuild => gtksourceview-3.12.0.ebuild} | 21 ++++-----------------
 x11-libs/gtksourceview/gtksourceview-9999.ebuild    |  6 +++---
 2 files changed, 7 insertions(+), 20 deletions(-)

diff --git a/x11-libs/gtksourceview/gtksourceview-9999.ebuild b/x11-libs/gtksourceview/gtksourceview-3.12.0.ebuild
similarity index 65%
copy from x11-libs/gtksourceview/gtksourceview-9999.ebuild
copy to x11-libs/gtksourceview/gtksourceview-3.12.0.ebuild
index 8269551..708853c 100644
--- a/x11-libs/gtksourceview/gtksourceview-9999.ebuild
+++ b/x11-libs/gtksourceview/gtksourceview-3.12.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2013 Gentoo Foundation
+# Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Header: $
 
@@ -6,9 +6,6 @@ EAPI="5"
 GCONF_DEBUG="no"
 
 inherit gnome2 virtualx
-if [[ ${PV} = 9999 ]]; then
-	inherit gnome2-live
-fi
 
 DESCRIPTION="A text widget implementing syntax highlighting and other features"
 HOMEPAGE="http://projects.gnome.org/gtksourceview/"
@@ -16,18 +13,13 @@ HOMEPAGE="http://projects.gnome.org/gtksourceview/"
 LICENSE="GPL-2+ LGPL-2.1+"
 SLOT="3.0/2"
 IUSE="glade +introspection"
-if [[ ${PV} = 9999 ]]; then
-	IUSE="${IUSE} doc"
-	KEYWORDS=""
-else
-	KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x86-solaris"
-fi
+KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x86-solaris"
 
 # Note: has native OSX support, prefix teams, attack!
 RDEPEND="
 	>=dev-libs/glib-2.37.3:2
 	>=dev-libs/libxml2-2.6:2
-	>=x11-libs/gtk+-3.9.9:3[introspection?]
+	>=x11-libs/gtk+-3.11:3[introspection?]
 	glade? ( >=dev-util/glade-3.9:3.10 )
 	introspection? ( >=dev-libs/gobject-introspection-0.9.0 )
 "
@@ -38,11 +30,6 @@ DEPEND="${RDEPEND}
 	virtual/pkgconfig
 "
 
-if [[ ${PV} = 9999 ]]; then
-	 DEPEND="${DEPEND}
-		doc? ( >=dev-util/gtk-doc-1.11 )"
-fi
-
 src_configure() {
 	gnome2_src_configure \
 		--disable-deprecations \
@@ -56,7 +43,7 @@ src_test() {
 }
 
 src_install() {
-	DOCS="AUTHORS ChangeLog HACKING MAINTAINERS NEWS README"
+	DOCS="AUTHORS HACKING MAINTAINERS NEWS README"
 	gnome2_src_install
 
 	insinto /usr/share/${PN}-3.0/language-specs

diff --git a/x11-libs/gtksourceview/gtksourceview-9999.ebuild b/x11-libs/gtksourceview/gtksourceview-9999.ebuild
index 8269551..170edb9 100644
--- a/x11-libs/gtksourceview/gtksourceview-9999.ebuild
+++ b/x11-libs/gtksourceview/gtksourceview-9999.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2013 Gentoo Foundation
+# Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Header: $
 
@@ -27,7 +27,7 @@ fi
 RDEPEND="
 	>=dev-libs/glib-2.37.3:2
 	>=dev-libs/libxml2-2.6:2
-	>=x11-libs/gtk+-3.9.9:3[introspection?]
+	>=x11-libs/gtk+-3.11:3[introspection?]
 	glade? ( >=dev-util/glade-3.9:3.10 )
 	introspection? ( >=dev-libs/gobject-introspection-0.9.0 )
 "
@@ -56,7 +56,7 @@ src_test() {
 }
 
 src_install() {
-	DOCS="AUTHORS ChangeLog HACKING MAINTAINERS NEWS README"
+	DOCS="AUTHORS HACKING MAINTAINERS NEWS README"
 	gnome2_src_install
 
 	insinto /usr/share/${PN}-3.0/language-specs


^ permalink raw reply related	[flat|nested] 26+ messages in thread
* [gentoo-commits] proj/gnome:master commit in: x11-libs/gtksourceview/
@ 2014-02-12 23:48 Gilles Dartiguelongue
  0 siblings, 0 replies; 26+ messages in thread
From: Gilles Dartiguelongue @ 2014-02-12 23:48 UTC (permalink / raw
  To: gentoo-commits

commit:     501bf9bedef961cebb504159f1a93c5081b699a8
Author:     Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
AuthorDate: Wed Feb 12 23:35:36 2014 +0000
Commit:     Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
CommitDate: Wed Feb 12 23:35:36 2014 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/gnome.git;a=commit;h=501bf9be

x11-libs/gtksourceview: moved to gentoo-x86

---
 x11-libs/gtksourceview/gtksourceview-3.10.1.ebuild | 51 ----------------------
 1 file changed, 51 deletions(-)

diff --git a/x11-libs/gtksourceview/gtksourceview-3.10.1.ebuild b/x11-libs/gtksourceview/gtksourceview-3.10.1.ebuild
deleted file mode 100644
index e593ab1..0000000
--- a/x11-libs/gtksourceview/gtksourceview-3.10.1.ebuild
+++ /dev/null
@@ -1,51 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-EAPI="5"
-GCONF_DEBUG="no"
-
-inherit gnome2 virtualx
-
-DESCRIPTION="A text widget implementing syntax highlighting and other features"
-HOMEPAGE="http://projects.gnome.org/gtksourceview/"
-
-LICENSE="GPL-2+ LGPL-2.1+"
-SLOT="3.0/2"
-IUSE="glade +introspection"
-KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x86-solaris"
-
-# Note: has native OSX support, prefix teams, attack!
-RDEPEND="
-	>=dev-libs/glib-2.37.3:2
-	>=dev-libs/libxml2-2.6:2
-	>=x11-libs/gtk+-3.9.9:3[introspection?]
-	glade? ( >=dev-util/glade-3.9:3.10 )
-	introspection? ( >=dev-libs/gobject-introspection-0.9.0 )
-"
-DEPEND="${RDEPEND}
-	dev-util/gtk-doc-am
-	>=dev-util/intltool-0.50
-	>=sys-devel/gettext-0.17
-	virtual/pkgconfig
-"
-
-src_configure() {
-	gnome2_src_configure \
-		--disable-deprecations \
-		--enable-providers \
-		$(use_enable glade glade-catalog) \
-		$(use_enable introspection)
-}
-
-src_test() {
-	Xemake check
-}
-
-src_install() {
-	DOCS="AUTHORS ChangeLog HACKING MAINTAINERS NEWS README"
-	gnome2_src_install
-
-	insinto /usr/share/${PN}-3.0/language-specs
-	doins "${FILESDIR}"/2.0/gentoo.lang
-}


^ permalink raw reply related	[flat|nested] 26+ messages in thread
* [gentoo-commits] proj/gnome:master commit in: x11-libs/gtksourceview/
@ 2013-12-01 18:42 Gilles Dartiguelongue
  0 siblings, 0 replies; 26+ messages in thread
From: Gilles Dartiguelongue @ 2013-12-01 18:42 UTC (permalink / raw
  To: gentoo-commits

commit:     6b4abc80ae9bde121d5951f33e375a8c2c21eb28
Author:     Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
AuthorDate: Sun Dec  1 17:39:19 2013 +0000
Commit:     Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
CommitDate: Sun Dec  1 17:40:59 2013 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/gnome.git;a=commit;h=6b4abc80

x11-libs/gtksourceview: 3.8.2 → 3.10.1

---
 x11-libs/gtksourceview/gtksourceview-3.10.1.ebuild | 51 ++++++++++++++++++++++
 x11-libs/gtksourceview/gtksourceview-9999.ebuild   | 39 +++++++----------
 2 files changed, 67 insertions(+), 23 deletions(-)

diff --git a/x11-libs/gtksourceview/gtksourceview-3.10.1.ebuild b/x11-libs/gtksourceview/gtksourceview-3.10.1.ebuild
new file mode 100644
index 0000000..e593ab1
--- /dev/null
+++ b/x11-libs/gtksourceview/gtksourceview-3.10.1.ebuild
@@ -0,0 +1,51 @@
+# Copyright 1999-2013 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI="5"
+GCONF_DEBUG="no"
+
+inherit gnome2 virtualx
+
+DESCRIPTION="A text widget implementing syntax highlighting and other features"
+HOMEPAGE="http://projects.gnome.org/gtksourceview/"
+
+LICENSE="GPL-2+ LGPL-2.1+"
+SLOT="3.0/2"
+IUSE="glade +introspection"
+KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x86-solaris"
+
+# Note: has native OSX support, prefix teams, attack!
+RDEPEND="
+	>=dev-libs/glib-2.37.3:2
+	>=dev-libs/libxml2-2.6:2
+	>=x11-libs/gtk+-3.9.9:3[introspection?]
+	glade? ( >=dev-util/glade-3.9:3.10 )
+	introspection? ( >=dev-libs/gobject-introspection-0.9.0 )
+"
+DEPEND="${RDEPEND}
+	dev-util/gtk-doc-am
+	>=dev-util/intltool-0.50
+	>=sys-devel/gettext-0.17
+	virtual/pkgconfig
+"
+
+src_configure() {
+	gnome2_src_configure \
+		--disable-deprecations \
+		--enable-providers \
+		$(use_enable glade glade-catalog) \
+		$(use_enable introspection)
+}
+
+src_test() {
+	Xemake check
+}
+
+src_install() {
+	DOCS="AUTHORS ChangeLog HACKING MAINTAINERS NEWS README"
+	gnome2_src_install
+
+	insinto /usr/share/${PN}-3.0/language-specs
+	doins "${FILESDIR}"/2.0/gentoo.lang
+}

diff --git a/x11-libs/gtksourceview/gtksourceview-9999.ebuild b/x11-libs/gtksourceview/gtksourceview-9999.ebuild
index 1ffdecc..8269551 100644
--- a/x11-libs/gtksourceview/gtksourceview-9999.ebuild
+++ b/x11-libs/gtksourceview/gtksourceview-9999.ebuild
@@ -1,10 +1,9 @@
-# Copyright 1999-2012 Gentoo Foundation
+# Copyright 1999-2013 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Header: $
 
 EAPI="5"
 GCONF_DEBUG="no"
-GNOME2_LA_PUNT="yes"
 
 inherit gnome2 virtualx
 if [[ ${PV} = 9999 ]]; then
@@ -15,7 +14,7 @@ DESCRIPTION="A text widget implementing syntax highlighting and other features"
 HOMEPAGE="http://projects.gnome.org/gtksourceview/"
 
 LICENSE="GPL-2+ LGPL-2.1+"
-SLOT="3.0"
+SLOT="3.0/2"
 IUSE="glade +introspection"
 if [[ ${PV} = 9999 ]]; then
 	IUSE="${IUSE} doc"
@@ -25,38 +24,31 @@ else
 fi
 
 # Note: has native OSX support, prefix teams, attack!
-RDEPEND=">=x11-libs/gtk+-3.4:3[introspection?]
+RDEPEND="
+	>=dev-libs/glib-2.37.3:2
 	>=dev-libs/libxml2-2.6:2
-	>=dev-libs/glib-2.32:2
+	>=x11-libs/gtk+-3.9.9:3[introspection?]
 	glade? ( >=dev-util/glade-3.9:3.10 )
-	introspection? ( >=dev-libs/gobject-introspection-0.9.0 )"
+	introspection? ( >=dev-libs/gobject-introspection-0.9.0 )
+"
 DEPEND="${RDEPEND}
 	dev-util/gtk-doc-am
 	>=dev-util/intltool-0.50
 	>=sys-devel/gettext-0.17
-	virtual/pkgconfig"
+	virtual/pkgconfig
+"
 
 if [[ ${PV} = 9999 ]]; then
 	 DEPEND="${DEPEND}
 		doc? ( >=dev-util/gtk-doc-1.11 )"
 fi
 
-src_prepare() {
-	DOCS="AUTHORS ChangeLog HACKING MAINTAINERS NEWS README"
-	G2CONF="${G2CONF}
-		--disable-deprecations
-		--enable-providers
-		$(use_enable glade glade-catalog)
-		$(use_enable introspection)"
-
-	gnome2_src_prepare
-
-	sed -i -e 's:--warn-all::' gtksourceview/Makefile.in || die
-
-	# Skip broken test until upstream bug #621383 is solved
-	sed -e "/guess-language/d" \
-		-e "/get-language/d" \
-		-i tests/test-languagemanager.c || die
+src_configure() {
+	gnome2_src_configure \
+		--disable-deprecations \
+		--enable-providers \
+		$(use_enable glade glade-catalog) \
+		$(use_enable introspection)
 }
 
 src_test() {
@@ -64,6 +56,7 @@ src_test() {
 }
 
 src_install() {
+	DOCS="AUTHORS ChangeLog HACKING MAINTAINERS NEWS README"
 	gnome2_src_install
 
 	insinto /usr/share/${PN}-3.0/language-specs


^ permalink raw reply related	[flat|nested] 26+ messages in thread
* [gentoo-commits] proj/gnome:master commit in: x11-libs/gtksourceview/
@ 2012-12-17 10:49 Alexandre Rostovtsev
  0 siblings, 0 replies; 26+ messages in thread
From: Alexandre Rostovtsev @ 2012-12-17 10:49 UTC (permalink / raw
  To: gentoo-commits

commit:     2d4d9e3147453478fe67b6c12144b88b11a08bda
Author:     Alexandre Rostovtsev <tetromino <AT> gentoo <DOT> org>
AuthorDate: Mon Dec 17 10:48:13 2012 +0000
Commit:     Alexandre Rostovtsev <tetromino <AT> gentoo <DOT> org>
CommitDate: Mon Dec 17 10:48:13 2012 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/gnome.git;a=commit;h=2d4d9e31

x11-libs/gtksourceview: moved to gx86

Sync live ebuild with gx86 for EAPI5, USE=doc punting, etc.

---
 x11-libs/gtksourceview/gtksourceview-3.6.1.ebuild |   58 ---------------------
 x11-libs/gtksourceview/gtksourceview-9999.ebuild  |   17 ++++--
 2 files changed, 11 insertions(+), 64 deletions(-)

diff --git a/x11-libs/gtksourceview/gtksourceview-3.6.1.ebuild b/x11-libs/gtksourceview/gtksourceview-3.6.1.ebuild
deleted file mode 100644
index 528d5e7..0000000
--- a/x11-libs/gtksourceview/gtksourceview-3.6.1.ebuild
+++ /dev/null
@@ -1,58 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-libs/gtksourceview/gtksourceview-3.4.2.ebuild,v 1.8 2012/10/16 04:54:51 blueness Exp $
-
-EAPI="4"
-GCONF_DEBUG="no"
-GNOME2_LA_PUNT="yes"
-
-inherit gnome2 virtualx
-
-DESCRIPTION="A text widget implementing syntax highlighting and other features"
-HOMEPAGE="http://projects.gnome.org/gtksourceview/"
-
-LICENSE="GPL-2+ LGPL-2.1+"
-SLOT="3.0"
-IUSE="glade +introspection"
-KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x86-solaris"
-
-# Note: has native OSX support, prefix teams, attack!
-RDEPEND=">=x11-libs/gtk+-3.4:3[introspection?]
-	>=dev-libs/libxml2-2.6:2
-	>=dev-libs/glib-2.32:2
-	glade? ( >=dev-util/glade-3.9:3.10 )
-	introspection? ( >=dev-libs/gobject-introspection-0.9.0 )"
-DEPEND="${RDEPEND}
-	dev-util/gtk-doc-am
-	>=dev-util/intltool-0.50
-	>=sys-devel/gettext-0.17
-	virtual/pkgconfig"
-
-src_prepare() {
-	DOCS="AUTHORS ChangeLog HACKING MAINTAINERS NEWS README"
-	G2CONF="${G2CONF}
-		--disable-deprecations
-		--enable-providers
-		$(use_enable glade glade-catalog)
-		$(use_enable introspection)"
-
-	gnome2_src_prepare
-
-	sed -i -e 's:--warn-all::' gtksourceview/Makefile.in || die
-
-	# Skip broken test until upstream bug #621383 is solved
-	sed -e "/guess-language/d" \
-		-e "/get-language/d" \
-		-i tests/test-languagemanager.c || die
-}
-
-src_test() {
-	Xemake check
-}
-
-src_install() {
-	gnome2_src_install
-
-	insinto /usr/share/${PN}-3.0/language-specs
-	doins "${FILESDIR}"/2.0/gentoo.lang
-}

diff --git a/x11-libs/gtksourceview/gtksourceview-9999.ebuild b/x11-libs/gtksourceview/gtksourceview-9999.ebuild
index 0f9d293..1ffdecc 100644
--- a/x11-libs/gtksourceview/gtksourceview-9999.ebuild
+++ b/x11-libs/gtksourceview/gtksourceview-9999.ebuild
@@ -1,8 +1,8 @@
 # Copyright 1999-2012 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-libs/gtksourceview/gtksourceview-3.2.3.ebuild,v 1.2 2012/01/22 14:46:11 jer Exp $
+# $Header: $
 
-EAPI="4"
+EAPI="5"
 GCONF_DEBUG="no"
 GNOME2_LA_PUNT="yes"
 
@@ -16,11 +16,12 @@ HOMEPAGE="http://projects.gnome.org/gtksourceview/"
 
 LICENSE="GPL-2+ LGPL-2.1+"
 SLOT="3.0"
-IUSE="doc glade +introspection"
+IUSE="glade +introspection"
 if [[ ${PV} = 9999 ]]; then
+	IUSE="${IUSE} doc"
 	KEYWORDS=""
 else
-	KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x86-solaris"
+	KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x86-solaris"
 fi
 
 # Note: has native OSX support, prefix teams, attack!
@@ -33,8 +34,12 @@ DEPEND="${RDEPEND}
 	dev-util/gtk-doc-am
 	>=dev-util/intltool-0.50
 	>=sys-devel/gettext-0.17
-	virtual/pkgconfig
-	doc? ( >=dev-util/gtk-doc-1.11 )"
+	virtual/pkgconfig"
+
+if [[ ${PV} = 9999 ]]; then
+	 DEPEND="${DEPEND}
+		doc? ( >=dev-util/gtk-doc-1.11 )"
+fi
 
 src_prepare() {
 	DOCS="AUTHORS ChangeLog HACKING MAINTAINERS NEWS README"


^ permalink raw reply related	[flat|nested] 26+ messages in thread
* [gentoo-commits] proj/gnome:master commit in: x11-libs/gtksourceview/
@ 2012-11-21 23:14 Gilles Dartiguelongue
  0 siblings, 0 replies; 26+ messages in thread
From: Gilles Dartiguelongue @ 2012-11-21 23:14 UTC (permalink / raw
  To: gentoo-commits

commit:     095eccfeb2265701d34fd707981d0274e45c0e5c
Author:     Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
AuthorDate: Wed Nov 21 23:14:47 2012 +0000
Commit:     Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
CommitDate: Wed Nov 21 23:14:47 2012 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/gnome.git;a=commit;h=095eccfe

x11-libs/gtksourceview: 3.6.0 → 3.6.1

---
 ...iew-3.6.0.ebuild => gtksourceview-3.6.1.ebuild} |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/x11-libs/gtksourceview/gtksourceview-3.6.0.ebuild b/x11-libs/gtksourceview/gtksourceview-3.6.1.ebuild
similarity index 89%
rename from x11-libs/gtksourceview/gtksourceview-3.6.0.ebuild
rename to x11-libs/gtksourceview/gtksourceview-3.6.1.ebuild
index 271d72c..528d5e7 100644
--- a/x11-libs/gtksourceview/gtksourceview-3.6.0.ebuild
+++ b/x11-libs/gtksourceview/gtksourceview-3.6.1.ebuild
@@ -14,7 +14,7 @@ HOMEPAGE="http://projects.gnome.org/gtksourceview/"
 LICENSE="GPL-2+ LGPL-2.1+"
 SLOT="3.0"
 IUSE="glade +introspection"
-KEYWORDS="alpha amd64 arm ~ia64 ~mips ppc ppc64 ~sh ~sparc x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x86-solaris"
+KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x86-solaris"
 
 # Note: has native OSX support, prefix teams, attack!
 RDEPEND=">=x11-libs/gtk+-3.4:3[introspection?]


^ permalink raw reply related	[flat|nested] 26+ messages in thread
* [gentoo-commits] proj/gnome:master commit in: x11-libs/gtksourceview/
@ 2012-10-27 22:09 Gilles Dartiguelongue
  0 siblings, 0 replies; 26+ messages in thread
From: Gilles Dartiguelongue @ 2012-10-27 22:09 UTC (permalink / raw
  To: gentoo-commits

commit:     3a81f3d32a13827bbb1fd8d5c11affe128899cc7
Author:     Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
AuthorDate: Sat Oct 27 22:09:01 2012 +0000
Commit:     Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
CommitDate: Sat Oct 27 22:09:01 2012 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/gnome.git;a=commit;h=3a81f3d3

x11-libs/gtksourceview: 3.4.2 → 3.6.0

---
 ...view-9999.ebuild => gtksourceview-3.6.0.ebuild} |   29 +++++++-------------
 x11-libs/gtksourceview/gtksourceview-9999.ebuild   |   13 ++++-----
 x11-libs/gtksourceview/metadata.xml                |   10 +++++++
 3 files changed, 26 insertions(+), 26 deletions(-)

diff --git a/x11-libs/gtksourceview/gtksourceview-9999.ebuild b/x11-libs/gtksourceview/gtksourceview-3.6.0.ebuild
similarity index 69%
copy from x11-libs/gtksourceview/gtksourceview-9999.ebuild
copy to x11-libs/gtksourceview/gtksourceview-3.6.0.ebuild
index c816dee..271d72c 100644
--- a/x11-libs/gtksourceview/gtksourceview-9999.ebuild
+++ b/x11-libs/gtksourceview/gtksourceview-3.6.0.ebuild
@@ -1,50 +1,41 @@
 # Copyright 1999-2012 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-libs/gtksourceview/gtksourceview-3.2.3.ebuild,v 1.2 2012/01/22 14:46:11 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/gtksourceview/gtksourceview-3.4.2.ebuild,v 1.8 2012/10/16 04:54:51 blueness Exp $
 
 EAPI="4"
 GCONF_DEBUG="no"
 GNOME2_LA_PUNT="yes"
 
 inherit gnome2 virtualx
-if [[ ${PV} = 9999 ]]; then
-	inherit gnome2-live
-fi
 
 DESCRIPTION="A text widget implementing syntax highlighting and other features"
 HOMEPAGE="http://projects.gnome.org/gtksourceview/"
 
-LICENSE="GPL-2"
+LICENSE="GPL-2+ LGPL-2.1+"
 SLOT="3.0"
-IUSE="doc glade +introspection"
-if [[ ${PV} = 9999 ]]; then
-	KEYWORDS=""
-else
-	KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x86-solaris"
-fi
+IUSE="glade +introspection"
+KEYWORDS="alpha amd64 arm ~ia64 ~mips ppc ppc64 ~sh ~sparc x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x86-solaris"
 
 # Note: has native OSX support, prefix teams, attack!
-RDEPEND=">=x11-libs/gtk+-3.3.8:3[introspection?]
+RDEPEND=">=x11-libs/gtk+-3.4:3[introspection?]
 	>=dev-libs/libxml2-2.6:2
-	>=dev-libs/glib-2.28:2
+	>=dev-libs/glib-2.32:2
 	glade? ( >=dev-util/glade-3.9:3.10 )
 	introspection? ( >=dev-libs/gobject-introspection-0.9.0 )"
 DEPEND="${RDEPEND}
+	dev-util/gtk-doc-am
+	>=dev-util/intltool-0.50
 	>=sys-devel/gettext-0.17
-	>=dev-util/intltool-0.40
-	virtual/pkgconfig
-	doc? ( >=dev-util/gtk-doc-1.11 )"
+	virtual/pkgconfig"
 
-pkg_setup() {
+src_prepare() {
 	DOCS="AUTHORS ChangeLog HACKING MAINTAINERS NEWS README"
 	G2CONF="${G2CONF}
 		--disable-deprecations
 		--enable-providers
 		$(use_enable glade glade-catalog)
 		$(use_enable introspection)"
-}
 
-src_prepare() {
 	gnome2_src_prepare
 
 	sed -i -e 's:--warn-all::' gtksourceview/Makefile.in || die

diff --git a/x11-libs/gtksourceview/gtksourceview-9999.ebuild b/x11-libs/gtksourceview/gtksourceview-9999.ebuild
index c816dee..0f9d293 100644
--- a/x11-libs/gtksourceview/gtksourceview-9999.ebuild
+++ b/x11-libs/gtksourceview/gtksourceview-9999.ebuild
@@ -14,7 +14,7 @@ fi
 DESCRIPTION="A text widget implementing syntax highlighting and other features"
 HOMEPAGE="http://projects.gnome.org/gtksourceview/"
 
-LICENSE="GPL-2"
+LICENSE="GPL-2+ LGPL-2.1+"
 SLOT="3.0"
 IUSE="doc glade +introspection"
 if [[ ${PV} = 9999 ]]; then
@@ -24,27 +24,26 @@ else
 fi
 
 # Note: has native OSX support, prefix teams, attack!
-RDEPEND=">=x11-libs/gtk+-3.3.8:3[introspection?]
+RDEPEND=">=x11-libs/gtk+-3.4:3[introspection?]
 	>=dev-libs/libxml2-2.6:2
-	>=dev-libs/glib-2.28:2
+	>=dev-libs/glib-2.32:2
 	glade? ( >=dev-util/glade-3.9:3.10 )
 	introspection? ( >=dev-libs/gobject-introspection-0.9.0 )"
 DEPEND="${RDEPEND}
+	dev-util/gtk-doc-am
+	>=dev-util/intltool-0.50
 	>=sys-devel/gettext-0.17
-	>=dev-util/intltool-0.40
 	virtual/pkgconfig
 	doc? ( >=dev-util/gtk-doc-1.11 )"
 
-pkg_setup() {
+src_prepare() {
 	DOCS="AUTHORS ChangeLog HACKING MAINTAINERS NEWS README"
 	G2CONF="${G2CONF}
 		--disable-deprecations
 		--enable-providers
 		$(use_enable glade glade-catalog)
 		$(use_enable introspection)"
-}
 
-src_prepare() {
 	gnome2_src_prepare
 
 	sed -i -e 's:--warn-all::' gtksourceview/Makefile.in || die

diff --git a/x11-libs/gtksourceview/metadata.xml b/x11-libs/gtksourceview/metadata.xml
new file mode 100644
index 0000000..18f584b
--- /dev/null
+++ b/x11-libs/gtksourceview/metadata.xml
@@ -0,0 +1,10 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+<herd>gnome</herd>
+<use>
+	<flag name="glade">Install a glade catalog file</flag>
+    <flag name="introspection">Use <pkg>dev-libs/gobject-introspection</pkg>
+		for introspection</flag>
+</use>
+</pkgmetadata>


^ permalink raw reply related	[flat|nested] 26+ messages in thread
* [gentoo-commits] proj/gnome:master commit in: x11-libs/gtksourceview/
@ 2012-04-06 21:36 Stephen Klimaszewski
  0 siblings, 0 replies; 26+ messages in thread
From: Stephen Klimaszewski @ 2012-04-06 21:36 UTC (permalink / raw
  To: gentoo-commits

commit:     d8768e5d710fb71c04bc8aa4ce9b20f67d02a40e
Author:     Steev Klimaszewski <steev <AT> gentoo <DOT> org>
AuthorDate: Fri Apr  6 21:35:27 2012 +0000
Commit:     Stephen Klimaszewski <steev <AT> gentoo <DOT> org>
CommitDate: Fri Apr  6 21:35:27 2012 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/gnome.git;a=commit;h=d8768e5d

gtksourceview-3.3.4.ebuild -> gtksourceview-3.4.0.ebuild

---
 ...iew-3.3.4.ebuild => gtksourceview-3.4.0.ebuild} |    0
 1 files changed, 0 insertions(+), 0 deletions(-)

diff --git a/x11-libs/gtksourceview/gtksourceview-3.3.4.ebuild b/x11-libs/gtksourceview/gtksourceview-3.4.0.ebuild
similarity index 100%
rename from x11-libs/gtksourceview/gtksourceview-3.3.4.ebuild
rename to x11-libs/gtksourceview/gtksourceview-3.4.0.ebuild



^ permalink raw reply	[flat|nested] 26+ messages in thread
* [gentoo-commits] proj/gnome:master commit in: x11-libs/gtksourceview/
@ 2012-02-27  4:07 Alexandre Restovtsev
  0 siblings, 0 replies; 26+ messages in thread
From: Alexandre Restovtsev @ 2012-02-27  4:07 UTC (permalink / raw
  To: gentoo-commits

commit:     6f74c073f2f2c7975b744e4b41ce79b0e962cc94
Author:     Alexandre Rostovtsev <tetromino <AT> gentoo <DOT> org>
AuthorDate: Mon Feb 27 04:04:57 2012 +0000
Commit:     Alexandre Restovtsev <tetromino <AT> gmail <DOT> com>
CommitDate: Mon Feb 27 04:04:57 2012 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/gnome.git;a=commit;h=6f74c073

x11-libs/gtksourceview: add 3.3.4

---
 ...view-9999.ebuild => gtksourceview-3.3.4.ebuild} |   17 +++++------------
 x11-libs/gtksourceview/gtksourceview-9999.ebuild   |   10 +++++-----
 2 files changed, 10 insertions(+), 17 deletions(-)

diff --git a/x11-libs/gtksourceview/gtksourceview-9999.ebuild b/x11-libs/gtksourceview/gtksourceview-3.3.4.ebuild
similarity index 79%
copy from x11-libs/gtksourceview/gtksourceview-9999.ebuild
copy to x11-libs/gtksourceview/gtksourceview-3.3.4.ebuild
index 6b0f80c..a15881c 100644
--- a/x11-libs/gtksourceview/gtksourceview-9999.ebuild
+++ b/x11-libs/gtksourceview/gtksourceview-3.3.4.ebuild
@@ -1,15 +1,12 @@
-# Copyright 1999-2011 Gentoo Foundation
+# Copyright 1999-2012 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-libs/gtksourceview/gtksourceview-3.0.4.ebuild,v 1.1 2011/06/20 11:45:03 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/gtksourceview/gtksourceview-3.2.3.ebuild,v 1.2 2012/01/22 14:46:11 jer Exp $
 
 EAPI="4"
 GCONF_DEBUG="no"
 GNOME2_LA_PUNT="yes"
 
 inherit gnome2 virtualx
-if [[ ${PV} = 9999 ]]; then
-	inherit gnome2-live
-fi
 
 DESCRIPTION="A text widget implementing syntax highlighting and other features"
 HOMEPAGE="http://projects.gnome.org/gtksourceview/"
@@ -17,11 +14,7 @@ HOMEPAGE="http://projects.gnome.org/gtksourceview/"
 LICENSE="GPL-2"
 SLOT="3.0"
 IUSE="doc glade +introspection"
-if [[ ${PV} = 9999 ]]; then
-	KEYWORDS=""
-else
-	KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x86-solaris"
-fi
+KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x86-solaris"
 
 # Note: has native OSX support, prefix teams, attack!
 RDEPEND=">=x11-libs/gtk+-3.0:3[introspection?]
@@ -45,14 +38,14 @@ pkg_setup() {
 }
 
 src_prepare() {
+	gnome2_src_prepare
+
 	sed -i -e 's:--warn-all::' gtksourceview/Makefile.in || die
 
 	# Skip broken test until upstream bug #621383 is solved
 	sed -e "/guess-language/d" \
 		-e "/get-language/d" \
 		-i tests/test-languagemanager.c || die
-
-	gnome2_src_prepare
 }
 
 src_test() {

diff --git a/x11-libs/gtksourceview/gtksourceview-9999.ebuild b/x11-libs/gtksourceview/gtksourceview-9999.ebuild
index 6b0f80c..fa22437 100644
--- a/x11-libs/gtksourceview/gtksourceview-9999.ebuild
+++ b/x11-libs/gtksourceview/gtksourceview-9999.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2011 Gentoo Foundation
+# Copyright 1999-2012 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-libs/gtksourceview/gtksourceview-3.0.4.ebuild,v 1.1 2011/06/20 11:45:03 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/gtksourceview/gtksourceview-3.2.3.ebuild,v 1.2 2012/01/22 14:46:11 jer Exp $
 
 EAPI="4"
 GCONF_DEBUG="no"
@@ -20,7 +20,7 @@ IUSE="doc glade +introspection"
 if [[ ${PV} = 9999 ]]; then
 	KEYWORDS=""
 else
-	KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x86-solaris"
+	KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x86-solaris"
 fi
 
 # Note: has native OSX support, prefix teams, attack!
@@ -45,14 +45,14 @@ pkg_setup() {
 }
 
 src_prepare() {
+	gnome2_src_prepare
+
 	sed -i -e 's:--warn-all::' gtksourceview/Makefile.in || die
 
 	# Skip broken test until upstream bug #621383 is solved
 	sed -e "/guess-language/d" \
 		-e "/get-language/d" \
 		-i tests/test-languagemanager.c || die
-
-	gnome2_src_prepare
 }
 
 src_test() {



^ permalink raw reply related	[flat|nested] 26+ messages in thread
* [gentoo-commits] proj/gnome:master commit in: x11-libs/gtksourceview/
@ 2011-04-30 10:00 Nirbheek Chauhan
  0 siblings, 0 replies; 26+ messages in thread
From: Nirbheek Chauhan @ 2011-04-30 10:00 UTC (permalink / raw
  To: gentoo-commits

commit:     fed5dcfa7838b9d51c1d69455633800f2d90439c
Author:     Nirbheek Chauhan <nirbheek <AT> gentoo <DOT> org>
AuthorDate: Sat Apr 30 09:39:19 2011 +0000
Commit:     Nirbheek Chauhan <nirbheek <AT> gentoo <DOT> org>
CommitDate: Sat Apr 30 09:39:19 2011 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/gnome.git;a=commit;h=fed5dcfa

x11-libs/gtksourceview: 3.0.1 moved to tree

---
 x11-libs/gtksourceview/gtksourceview-3.0.1.ebuild |   67 ---------------------
 1 files changed, 0 insertions(+), 67 deletions(-)

diff --git a/x11-libs/gtksourceview/gtksourceview-3.0.1.ebuild b/x11-libs/gtksourceview/gtksourceview-3.0.1.ebuild
deleted file mode 100644
index 6dda453..0000000
--- a/x11-libs/gtksourceview/gtksourceview-3.0.1.ebuild
+++ /dev/null
@@ -1,67 +0,0 @@
-# Copyright 1999-2011 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-libs/gtksourceview/gtksourceview-2.10.4.ebuild,v 1.1 2010/06/23 12:08:34 pacho Exp $
-
-EAPI="2"
-GCONF_DEBUG="no"
-GNOME2_LA_PUNT="yes"
-
-inherit gnome2 virtualx
-if [[ ${PV} = 9999 ]]; then
-	inherit gnome2-live
-fi
-
-DESCRIPTION="A text widget implementing syntax highlighting and other features"
-HOMEPAGE="http://www.gnome.org/"
-
-LICENSE="GPL-2"
-SLOT="3.0"
-IUSE="doc glade +introspection"
-if [[ ${PV} = 9999 ]]; then
-	KEYWORDS=""
-else
-	KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x86-solaris"
-fi
-
-# Note: has native OSX support, prefix teams, attack!
-RDEPEND=">=x11-libs/gtk+-3.0:3[introspection?]
-	>=dev-libs/libxml2-2.6:2
-	>=dev-libs/glib-2.28:2
-	glade? ( >=dev-util/glade-3.9:3 )
-	introspection? ( >=dev-libs/gobject-introspection-0.9.0 )"
-DEPEND="${RDEPEND}
-	>=sys-devel/gettext-0.17
-	>=dev-util/intltool-0.40
-	>=dev-util/pkgconfig-0.9
-	doc? ( >=dev-util/gtk-doc-1.11 )"
-
-pkg_setup() {
-	DOCS="AUTHORS ChangeLog HACKING MAINTAINERS NEWS README"
-	G2CONF="${G2CONF}
-		--disable-deprecations
-		--enable-providers
-		$(use_enable glade glade-catalog)
-		$(use_enable introspection)"
-}
-
-src_prepare() {
-	sed -i -e 's:--warn-all::' gtksourceview/Makefile.in
-
-	# Skip broken test until upstream bug #621383 is solved
-	sed -e "/guess-language/d" \
-		-e "/get-language/d" \
-		-i tests/test-languagemanager.c || die
-
-	gnome2_src_prepare
-}
-
-src_test() {
-	Xemake check || die "Test phase failed"
-}
-
-src_install() {
-	gnome2_src_install
-
-	insinto /usr/share/${PN}-3.0/language-specs
-	doins "${FILESDIR}"/2.0/gentoo.lang || die "doins failed"
-}



^ permalink raw reply related	[flat|nested] 26+ messages in thread
* [gentoo-commits] proj/gnome:master commit in: x11-libs/gtksourceview/
@ 2011-04-27 22:22 Gilles Dartiguelongue
  0 siblings, 0 replies; 26+ messages in thread
From: Gilles Dartiguelongue @ 2011-04-27 22:22 UTC (permalink / raw
  To: gentoo-commits

commit:     633b2ce9d20ef49953937363c30478cc2540c19d
Author:     Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
AuthorDate: Wed Apr 27 21:57:47 2011 +0000
Commit:     Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
CommitDate: Wed Apr 27 22:17:37 2011 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/gnome.git;a=commit;h=633b2ce9

x11-libs/gtksourceview: 3.0.0 → 3.0.1

---
 ...iew-3.0.0.ebuild => gtksourceview-3.0.1.ebuild} |    0
 1 files changed, 0 insertions(+), 0 deletions(-)

diff --git a/x11-libs/gtksourceview/gtksourceview-3.0.0.ebuild b/x11-libs/gtksourceview/gtksourceview-3.0.1.ebuild
similarity index 100%
rename from x11-libs/gtksourceview/gtksourceview-3.0.0.ebuild
rename to x11-libs/gtksourceview/gtksourceview-3.0.1.ebuild



^ permalink raw reply	[flat|nested] 26+ messages in thread
* [gentoo-commits] proj/gnome:master commit in: x11-libs/gtksourceview/
@ 2011-04-05 12:52 Gilles Dartiguelongue
  0 siblings, 0 replies; 26+ messages in thread
From: Gilles Dartiguelongue @ 2011-04-05 12:52 UTC (permalink / raw
  To: gentoo-commits

commit:     43c1d31abc8f01480dbbd8b2ffd68cde931c6aa8
Author:     Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
AuthorDate: Tue Apr  5 11:13:48 2011 +0000
Commit:     Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
CommitDate: Tue Apr  5 12:42:02 2011 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/gnome.git;a=commit;h=43c1d31a

x11-libs/gtksourceview: QAed

	* Synchronized keywords with gentoo-x86
	* Synchronized slots notations with gentoo-x86
	* Use pkg_setup, pkg_config is invalid
	* Punt la files

(Portage version: 2.2.0_alpha29/git/Linux x86_64, RepoMan options: --force, signed Manifest commit with key C6085806)

---
 x11-libs/gtksourceview/gtksourceview-3.0.0.ebuild |   22 ++++++++++++--------
 1 files changed, 13 insertions(+), 9 deletions(-)

diff --git a/x11-libs/gtksourceview/gtksourceview-3.0.0.ebuild b/x11-libs/gtksourceview/gtksourceview-3.0.0.ebuild
index 75aaa6d..43c2256 100644
--- a/x11-libs/gtksourceview/gtksourceview-3.0.0.ebuild
+++ b/x11-libs/gtksourceview/gtksourceview-3.0.0.ebuild
@@ -18,27 +18,26 @@ if [[ ${PV} = 9999 ]]; then
 	inherit gnome2-live
 	KEYWORDS=""
 else
-	KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd"
+	KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x86-solaris"
 fi
 
 # Note: has native OSX support, prefix teams, attack!
 RDEPEND=">=x11-libs/gtk+-3.0:3[introspection?]
-	>=dev-libs/libxml2-2.6
-	>=dev-libs/glib-2.28
-	glade? ( >=dev-util/glade-3.9 )
+	>=dev-libs/libxml2-2.6:2
+	>=dev-libs/glib-2.28:2
+	glade? ( >=dev-util/glade-3.9:3 )
 	introspection? ( >=dev-libs/gobject-introspection-0.9.0 )"
 DEPEND="${RDEPEND}
-	sys-devel/gettext
+	>=sys-devel/gettext-0.17
 	>=dev-util/intltool-0.40
 	>=dev-util/pkgconfig-0.9
 	doc? ( >=dev-util/gtk-doc-1.11 )"
 
-DOCS="AUTHORS ChangeLog HACKING MAINTAINERS NEWS README"
-
-pkg_config() {
+pkg_setup() {
+	DOCS="AUTHORS ChangeLog HACKING MAINTAINERS NEWS README"
 	G2CONF="${G2CONF}
 		--disable-deprecations
-		--enable-completion-providers
+		--enable-providers
 		$(use_enable glade glade-catalog)
 		$(use_enable introspection)"
 }
@@ -46,6 +45,11 @@ pkg_config() {
 src_prepare() {
 	sed -i -e 's:--warn-all::' gtksourceview/Makefile.in
 
+	# Skip broken test until upstream bug #621383 is solved
+	sed -e "/guess-language/d" \
+		-e "/get-language/d" \
+		-i tests/test-languagemanager.c || die
+
 	gnome2_src_prepare
 }
 



^ permalink raw reply related	[flat|nested] 26+ messages in thread
* [gentoo-commits] proj/gnome:master commit in: x11-libs/gtksourceview/
@ 2011-04-05  0:57 Nirbheek Chauhan
  0 siblings, 0 replies; 26+ messages in thread
From: Nirbheek Chauhan @ 2011-04-05  0:57 UTC (permalink / raw
  To: gentoo-commits

commit:     356fd48ef4ccb7f7e385b44331db1878ad58ee10
Author:     Nirbheek Chauhan <nirbheek <AT> gentoo <DOT> org>
AuthorDate: Mon Apr  4 19:06:12 2011 +0000
Commit:     Nirbheek Chauhan <nirbheek <AT> gentoo <DOT> org>
CommitDate: Mon Apr  4 21:20:19 2011 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/gnome.git;a=commit;h=356fd48e

x11-libs/gtksourceview: 2.91.9 → 3.0.0

* Updated translations

---
 ...ew-2.91.9.ebuild => gtksourceview-3.0.0.ebuild} |    0
 1 files changed, 0 insertions(+), 0 deletions(-)

diff --git a/x11-libs/gtksourceview/gtksourceview-2.91.9.ebuild b/x11-libs/gtksourceview/gtksourceview-3.0.0.ebuild
similarity index 100%
rename from x11-libs/gtksourceview/gtksourceview-2.91.9.ebuild
rename to x11-libs/gtksourceview/gtksourceview-3.0.0.ebuild



^ permalink raw reply	[flat|nested] 26+ messages in thread
* [gentoo-commits] proj/gnome:master commit in: x11-libs/gtksourceview/
@ 2011-03-23  5:20 Nirbheek Chauhan
  0 siblings, 0 replies; 26+ messages in thread
From: Nirbheek Chauhan @ 2011-03-23  5:20 UTC (permalink / raw
  To: gentoo-commits

commit:     cd487a68e7dff05c9b8130ea9500769f541dc330
Author:     Nirbheek Chauhan <nirbheek <AT> gentoo <DOT> org>
AuthorDate: Wed Mar 23 02:24:42 2011 +0000
Commit:     Nirbheek Chauhan <nirbheek <AT> gentoo <DOT> org>
CommitDate: Wed Mar 23 04:12:19 2011 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/gnome.git;a=commit;h=cd487a68

x11-libs/gtksourceview: 2.91.8 → 2.91.9

* Macro names changed, things may fail to compile

---
 ...w-2.91.8.ebuild => gtksourceview-2.91.9.ebuild} |    0
 1 files changed, 0 insertions(+), 0 deletions(-)

diff --git a/x11-libs/gtksourceview/gtksourceview-2.91.8.ebuild b/x11-libs/gtksourceview/gtksourceview-2.91.9.ebuild
similarity index 100%
rename from x11-libs/gtksourceview/gtksourceview-2.91.8.ebuild
rename to x11-libs/gtksourceview/gtksourceview-2.91.9.ebuild



^ permalink raw reply	[flat|nested] 26+ messages in thread
* [gentoo-commits] proj/gnome:master commit in: x11-libs/gtksourceview/
@ 2011-03-09 11:34 Nirbheek Chauhan
  0 siblings, 0 replies; 26+ messages in thread
From: Nirbheek Chauhan @ 2011-03-09 11:34 UTC (permalink / raw
  To: gentoo-commits

commit:     bb0c599f176abd7627b67c719fb708b6b23ef33c
Author:     Nirbheek Chauhan <nirbheek <AT> gentoo <DOT> org>
AuthorDate: Tue Mar  8 12:51:16 2011 +0000
Commit:     Nirbheek Chauhan <nirbheek <AT> gentoo <DOT> org>
CommitDate: Tue Mar  8 13:19:27 2011 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/gnome.git;a=commit;h=bb0c599f

x11-libs/gtksourceview: 2.91.7 → 2.91.8

---
 ...w-2.91.7.ebuild => gtksourceview-2.91.8.ebuild} |    2 +-
 x11-libs/gtksourceview/gtksourceview-9999.ebuild   |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/x11-libs/gtksourceview/gtksourceview-2.91.7.ebuild b/x11-libs/gtksourceview/gtksourceview-2.91.8.ebuild
similarity index 97%
rename from x11-libs/gtksourceview/gtksourceview-2.91.7.ebuild
rename to x11-libs/gtksourceview/gtksourceview-2.91.8.ebuild
index 014312e..75aaa6d 100644
--- a/x11-libs/gtksourceview/gtksourceview-2.91.7.ebuild
+++ b/x11-libs/gtksourceview/gtksourceview-2.91.8.ebuild
@@ -25,7 +25,7 @@ fi
 RDEPEND=">=x11-libs/gtk+-3.0:3[introspection?]
 	>=dev-libs/libxml2-2.6
 	>=dev-libs/glib-2.28
-	glade? ( >=dev-util/glade-3.2 )
+	glade? ( >=dev-util/glade-3.9 )
 	introspection? ( >=dev-libs/gobject-introspection-0.9.0 )"
 DEPEND="${RDEPEND}
 	sys-devel/gettext

diff --git a/x11-libs/gtksourceview/gtksourceview-9999.ebuild b/x11-libs/gtksourceview/gtksourceview-9999.ebuild
index 014312e..75aaa6d 100644
--- a/x11-libs/gtksourceview/gtksourceview-9999.ebuild
+++ b/x11-libs/gtksourceview/gtksourceview-9999.ebuild
@@ -25,7 +25,7 @@ fi
 RDEPEND=">=x11-libs/gtk+-3.0:3[introspection?]
 	>=dev-libs/libxml2-2.6
 	>=dev-libs/glib-2.28
-	glade? ( >=dev-util/glade-3.2 )
+	glade? ( >=dev-util/glade-3.9 )
 	introspection? ( >=dev-libs/gobject-introspection-0.9.0 )"
 DEPEND="${RDEPEND}
 	sys-devel/gettext



^ permalink raw reply related	[flat|nested] 26+ messages in thread
* [gentoo-commits] proj/gnome:master commit in: x11-libs/gtksourceview/
@ 2011-02-26 11:41 Nirbheek Chauhan
  0 siblings, 0 replies; 26+ messages in thread
From: Nirbheek Chauhan @ 2011-02-26 11:41 UTC (permalink / raw
  To: gentoo-commits

commit:     87cb03e5ef3dc6f75d08a7b518d97c8e7f01b80c
Author:     Nirbheek Chauhan <nirbheek <AT> gentoo <DOT> org>
AuthorDate: Sat Feb 26 10:50:01 2011 +0000
Commit:     Nirbheek Chauhan <nirbheek <AT> gentoo <DOT> org>
CommitDate: Sat Feb 26 10:50:01 2011 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/gnome.git;a=commit;h=87cb03e5

x11-libs/gtksourceview: 2.91.6 -> 2.91.7

* Misc bugfixes

---
 ...w-2.91.6.ebuild => gtksourceview-2.91.7.ebuild} |    0
 1 files changed, 0 insertions(+), 0 deletions(-)

diff --git a/x11-libs/gtksourceview/gtksourceview-2.91.6.ebuild b/x11-libs/gtksourceview/gtksourceview-2.91.7.ebuild
similarity index 100%
rename from x11-libs/gtksourceview/gtksourceview-2.91.6.ebuild
rename to x11-libs/gtksourceview/gtksourceview-2.91.7.ebuild



^ permalink raw reply	[flat|nested] 26+ messages in thread
* [gentoo-commits] proj/gnome:master commit in: x11-libs/gtksourceview/
@ 2011-02-21 12:28 Nirbheek Chauhan
  0 siblings, 0 replies; 26+ messages in thread
From: Nirbheek Chauhan @ 2011-02-21 12:28 UTC (permalink / raw
  To: gentoo-commits

commit:     0c92c61f19b9bc960ba4d0c995075f0e68456b93
Author:     Nirbheek Chauhan <nirbheek <AT> gentoo <DOT> org>
AuthorDate: Mon Feb 21 12:09:02 2011 +0000
Commit:     Nirbheek Chauhan <nirbheek <AT> gentoo <DOT> org>
CommitDate: Mon Feb 21 12:09:02 2011 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/gnome.git;a=commit;h=0c92c61f

x11-libs/gtksourceview: 2.91.4 -> 2.91.6

---
 ...w-2.91.4.ebuild => gtksourceview-2.91.6.ebuild} |    4 ++--
 x11-libs/gtksourceview/gtksourceview-9999.ebuild   |    4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/x11-libs/gtksourceview/gtksourceview-2.91.4.ebuild b/x11-libs/gtksourceview/gtksourceview-2.91.6.ebuild
similarity index 95%
rename from x11-libs/gtksourceview/gtksourceview-2.91.4.ebuild
rename to x11-libs/gtksourceview/gtksourceview-2.91.6.ebuild
index 92d2335..014312e 100644
--- a/x11-libs/gtksourceview/gtksourceview-2.91.4.ebuild
+++ b/x11-libs/gtksourceview/gtksourceview-2.91.6.ebuild
@@ -22,9 +22,9 @@ else
 fi
 
 # Note: has native OSX support, prefix teams, attack!
-RDEPEND=">=x11-libs/gtk+-2.99.0:3[introspection?]
+RDEPEND=">=x11-libs/gtk+-3.0:3[introspection?]
 	>=dev-libs/libxml2-2.6
-	>=dev-libs/glib-2.14
+	>=dev-libs/glib-2.28
 	glade? ( >=dev-util/glade-3.2 )
 	introspection? ( >=dev-libs/gobject-introspection-0.9.0 )"
 DEPEND="${RDEPEND}

diff --git a/x11-libs/gtksourceview/gtksourceview-9999.ebuild b/x11-libs/gtksourceview/gtksourceview-9999.ebuild
index c625fdc..014312e 100644
--- a/x11-libs/gtksourceview/gtksourceview-9999.ebuild
+++ b/x11-libs/gtksourceview/gtksourceview-9999.ebuild
@@ -22,9 +22,9 @@ else
 fi
 
 # Note: has native OSX support, prefix teams, attack!
-RDEPEND=">=x11-libs/gtk+-2.99.0:3[introspection?]
+RDEPEND=">=x11-libs/gtk+-3.0:3[introspection?]
 	>=dev-libs/libxml2-2.6
-	>=dev-libs/glib-2.27.92
+	>=dev-libs/glib-2.28
 	glade? ( >=dev-util/glade-3.2 )
 	introspection? ( >=dev-libs/gobject-introspection-0.9.0 )"
 DEPEND="${RDEPEND}



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

end of thread, other threads:[~2018-12-07 23:58 UTC | newest]

Thread overview: 26+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-05-02  1:29 [gentoo-commits] proj/gnome:master commit in: x11-libs/gtksourceview/ Alexandre Restovtsev
  -- strict thread matches above, loose matches on Subject: below --
2018-12-07 23:58 Mart Raudsepp
2018-05-22  5:33 Remi Cardona
2018-05-21 19:08 Sobhan Mohammadpour
2018-01-12 15:01 Dennis Lamm
2016-03-26 22:54 Ole Reifschneider
2015-06-09 13:48 Gilles Dartiguelongue
2014-12-15 23:28 Gilles Dartiguelongue
2014-11-23 23:23 Gilles Dartiguelongue
2014-04-23 22:14 Gilles Dartiguelongue
2014-04-20 22:57 Gilles Dartiguelongue
2014-02-12 23:48 Gilles Dartiguelongue
2013-12-01 18:42 Gilles Dartiguelongue
2012-12-17 10:49 Alexandre Rostovtsev
2012-11-21 23:14 Gilles Dartiguelongue
2012-10-27 22:09 Gilles Dartiguelongue
2012-04-06 21:36 Stephen Klimaszewski
2012-02-27  4:07 Alexandre Restovtsev
2011-04-30 10:00 Nirbheek Chauhan
2011-04-27 22:22 Gilles Dartiguelongue
2011-04-05 12:52 Gilles Dartiguelongue
2011-04-05  0:57 Nirbheek Chauhan
2011-03-23  5:20 Nirbheek Chauhan
2011-03-09 11:34 Nirbheek Chauhan
2011-02-26 11:41 Nirbheek Chauhan
2011-02-21 12:28 Nirbheek Chauhan

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