public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] proj/gnome:master commit in: x11-terms/gnome-terminal/
@ 2011-02-21 22:35 Nirbheek Chauhan
  0 siblings, 0 replies; 29+ messages in thread
From: Nirbheek Chauhan @ 2011-02-21 22:35 UTC (permalink / raw
  To: gentoo-commits

commit:     b81310f6dd27152c9e0cf11ea3eb6b700b162892
Author:     Nirbheek Chauhan <nirbheek <AT> gentoo <DOT> org>
AuthorDate: Mon Feb 21 22:11:52 2011 +0000
Commit:     Nirbheek Chauhan <nirbheek <AT> gentoo <DOT> org>
CommitDate: Mon Feb 21 22:11:52 2011 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/gnome.git;a=commit;h=b81310f6

x11-terms/gnome-terminal: 2.33.5 -> 2.33.90

---
 ...2.33.5.ebuild => gnome-terminal-2.33.90.ebuild} |   10 ++--------
 .../gnome-terminal/gnome-terminal-9999.ebuild      |   17 ++++++-----------
 2 files changed, 8 insertions(+), 19 deletions(-)

diff --git a/x11-terms/gnome-terminal/gnome-terminal-2.33.5.ebuild b/x11-terms/gnome-terminal/gnome-terminal-2.33.90.ebuild
similarity index 79%
rename from x11-terms/gnome-terminal/gnome-terminal-2.33.5.ebuild
rename to x11-terms/gnome-terminal/gnome-terminal-2.33.90.ebuild
index 8608dd7..56f8a97 100644
--- a/x11-terms/gnome-terminal/gnome-terminal-2.33.5.ebuild
+++ b/x11-terms/gnome-terminal/gnome-terminal-2.33.90.ebuild
@@ -5,7 +5,7 @@
 EAPI="3"
 GCONF_DEBUG="no"
 
-inherit autotools eutils gnome2
+inherit eutils gnome2
 
 DESCRIPTION="The Gnome Terminal"
 HOMEPAGE="http://www.gnome.org/"
@@ -20,9 +20,8 @@ else
 	KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux"
 fi
 
-# libgnome needed for some monospace font schema, bug #274638
 RDEPEND=">=dev-libs/glib-2.26.0:2
-	>=x11-libs/gtk+-2.99.3:3
+	>=x11-libs/gtk+-3.0:3
 	>=x11-libs/vte-0.27.3:2.90
 	>=gnome-base/gconf-2.31.3
 	>=gnome-base/gsettings-desktop-schemas-0.1.0
@@ -45,10 +44,5 @@ src_prepare() {
 	# Use login shell by default (#12900)
 	epatch "${FILESDIR}"/${PN}-2.22.0-default_shell.patch
 
-	# Remove libgnome dep, taken from upstream, not needed for next release
-	epatch "${FILESDIR}"/${P}-remove-libgnome-dep.patch
-
-	[[ ${PV} != 9999 ]] && eautoreconf
-
 	gnome2_src_prepare
 }

diff --git a/x11-terms/gnome-terminal/gnome-terminal-9999.ebuild b/x11-terms/gnome-terminal/gnome-terminal-9999.ebuild
index a14ed06..56f8a97 100644
--- a/x11-terms/gnome-terminal/gnome-terminal-9999.ebuild
+++ b/x11-terms/gnome-terminal/gnome-terminal-9999.ebuild
@@ -5,7 +5,7 @@
 EAPI="3"
 GCONF_DEBUG="no"
 
-inherit autotools eutils gnome2
+inherit eutils gnome2
 
 DESCRIPTION="The Gnome Terminal"
 HOMEPAGE="http://www.gnome.org/"
@@ -20,14 +20,13 @@ else
 	KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux"
 fi
 
-# libgnome needed for some monospace font schema, bug #274638
-RDEPEND=">=dev-libs/glib-2.25.12:2
-	>=x11-libs/gtk+-2.91.6:3
-	>=gnome-base/gconf-2.31.3
+RDEPEND=">=dev-libs/glib-2.26.0:2
+	>=x11-libs/gtk+-3.0:3
 	>=x11-libs/vte-0.27.3:2.90
+	>=gnome-base/gconf-2.31.3
+	>=gnome-base/gsettings-desktop-schemas-0.1.0
 	x11-libs/libSM
-	x11-libs/libX11
-	gnome-base/libgnome"
+	x11-libs/libICE"
 DEPEND="${RDEPEND}
 	>=dev-util/intltool-0.40
 	>=dev-util/pkgconfig-0.9
@@ -45,9 +44,5 @@ src_prepare() {
 	# Use login shell by default (#12900)
 	epatch "${FILESDIR}"/${PN}-2.22.0-default_shell.patch
 
-	epatch "${FILESDIR}"/${PN}-2.33.4-fix-gdk-targets.patch
-
-	[[ ${PV} != 9999 ]] && eautoreconf
-
 	gnome2_src_prepare
 }



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

* [gentoo-commits] proj/gnome:master commit in: x11-terms/gnome-terminal/
@ 2011-02-23 21:18 Nirbheek Chauhan
  0 siblings, 0 replies; 29+ messages in thread
From: Nirbheek Chauhan @ 2011-02-23 21:18 UTC (permalink / raw
  To: gentoo-commits

commit:     5adb4ebda566adba12cac00c4f302607d5461fa8
Author:     Nirbheek Chauhan <nirbheek <AT> gentoo <DOT> org>
AuthorDate: Wed Feb 23 20:30:52 2011 +0000
Commit:     Nirbheek Chauhan <nirbheek <AT> gentoo <DOT> org>
CommitDate: Wed Feb 23 21:18:56 2011 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/gnome.git;a=commit;h=5adb4ebd

x11-terms/gnome-terminal: add gtk+:2 to DEPEND till it's ported

---
 .../gnome-terminal/gnome-terminal-2.33.90.ebuild   |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/x11-terms/gnome-terminal/gnome-terminal-2.33.90.ebuild b/x11-terms/gnome-terminal/gnome-terminal-2.33.90.ebuild
index 56f8a97..e8e9365 100644
--- a/x11-terms/gnome-terminal/gnome-terminal-2.33.90.ebuild
+++ b/x11-terms/gnome-terminal/gnome-terminal-2.33.90.ebuild
@@ -27,7 +27,9 @@ RDEPEND=">=dev-libs/glib-2.26.0:2
 	>=gnome-base/gsettings-desktop-schemas-0.1.0
 	x11-libs/libSM
 	x11-libs/libICE"
+# gtk+:2 needed for gtk-builder-convert, bug 356239
 DEPEND="${RDEPEND}
+	x11-libs/gtk+:2
 	>=dev-util/intltool-0.40
 	>=dev-util/pkgconfig-0.9
 	>=app-text/gnome-doc-utils-0.3.2



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

* [gentoo-commits] proj/gnome:master commit in: x11-terms/gnome-terminal/
@ 2011-04-05  0:57 Nirbheek Chauhan
  0 siblings, 0 replies; 29+ messages in thread
From: Nirbheek Chauhan @ 2011-04-05  0:57 UTC (permalink / raw
  To: gentoo-commits

commit:     90601b0f9ae3f7fb5cba976d3e28de6ac12d58aa
Author:     Nirbheek Chauhan <nirbheek <AT> gentoo <DOT> org>
AuthorDate: Mon Apr  4 15:40:37 2011 +0000
Commit:     Nirbheek Chauhan <nirbheek <AT> gentoo <DOT> org>
CommitDate: Mon Apr  4 15:47:44 2011 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/gnome.git;a=commit;h=90601b0f

x11-terms/gnome-terminal: 2.33.90 → 3.0.0

---
 ...-2.33.90.ebuild => gnome-terminal-3.0.0.ebuild} |    0
 1 files changed, 0 insertions(+), 0 deletions(-)

diff --git a/x11-terms/gnome-terminal/gnome-terminal-2.33.90.ebuild b/x11-terms/gnome-terminal/gnome-terminal-3.0.0.ebuild
similarity index 100%
rename from x11-terms/gnome-terminal/gnome-terminal-2.33.90.ebuild
rename to x11-terms/gnome-terminal/gnome-terminal-3.0.0.ebuild



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

* [gentoo-commits] proj/gnome:master commit in: x11-terms/gnome-terminal/
@ 2011-04-10 18:04 Gilles Dartiguelongue
  0 siblings, 0 replies; 29+ messages in thread
From: Gilles Dartiguelongue @ 2011-04-10 18:04 UTC (permalink / raw
  To: gentoo-commits

commit:     7cc742ccfd38af1b093634631e831e34eae6c959
Author:     Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
AuthorDate: Sat Apr  9 16:15:44 2011 +0000
Commit:     Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
CommitDate: Sun Apr 10 18:03:37 2011 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/gnome.git;a=commit;h=7cc742cc

x11-terms/gnome-terminal: QAed

	* Split phases
	* fix typo with smclient

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

---
 .../gnome-terminal/gnome-terminal-3.0.0.ebuild     |   11 ++++++-----
 .../gnome-terminal/gnome-terminal-9999.ebuild      |   13 ++++++++-----
 2 files changed, 14 insertions(+), 10 deletions(-)

diff --git a/x11-terms/gnome-terminal/gnome-terminal-3.0.0.ebuild b/x11-terms/gnome-terminal/gnome-terminal-3.0.0.ebuild
index c2c7656..5e72086 100644
--- a/x11-terms/gnome-terminal/gnome-terminal-3.0.0.ebuild
+++ b/x11-terms/gnome-terminal/gnome-terminal-3.0.0.ebuild
@@ -15,12 +15,12 @@ HOMEPAGE="http://www.gnome.org/"
 
 LICENSE="GPL-3"
 SLOT="0"
-IUSE=""
 if [[ ${PV} = 9999 ]]; then
 	KEYWORDS=""
 else
 	KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux"
 fi
+IUSE=""
 
 RDEPEND=">=dev-libs/glib-2.26.0:2
 	>=x11-libs/gtk+-3.0:3
@@ -38,13 +38,14 @@ DEPEND="${RDEPEND}
 	>=app-text/scrollkeeper-0.3.11
 	sys-devel/gettext"
 
-DOCS="AUTHORS ChangeLog HACKING NEWS README"
-
-src_prepare() {
+pkg_setup() {
+	DOCS="AUTHORS ChangeLog HACKING NEWS README"
 	G2CONF="${G2CONF}
-		--with-smclient-backend=xsmp
+		--with-smclient=xsmp
 		--with-gtk=3.0"
+}
 
+src_prepare() {
 	# Use login shell by default (#12900)
 	epatch "${FILESDIR}"/${PN}-2.22.0-default_shell.patch
 

diff --git a/x11-terms/gnome-terminal/gnome-terminal-9999.ebuild b/x11-terms/gnome-terminal/gnome-terminal-9999.ebuild
index 5b292cf..5e72086 100644
--- a/x11-terms/gnome-terminal/gnome-terminal-9999.ebuild
+++ b/x11-terms/gnome-terminal/gnome-terminal-9999.ebuild
@@ -15,12 +15,12 @@ HOMEPAGE="http://www.gnome.org/"
 
 LICENSE="GPL-3"
 SLOT="0"
-IUSE=""
 if [[ ${PV} = 9999 ]]; then
 	KEYWORDS=""
 else
 	KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux"
 fi
+IUSE=""
 
 RDEPEND=">=dev-libs/glib-2.26.0:2
 	>=x11-libs/gtk+-3.0:3
@@ -29,20 +29,23 @@ RDEPEND=">=dev-libs/glib-2.26.0:2
 	>=gnome-base/gsettings-desktop-schemas-0.1.0
 	x11-libs/libSM
 	x11-libs/libICE"
+# gtk+:2 needed for gtk-builder-convert, bug 356239
 DEPEND="${RDEPEND}
+	x11-libs/gtk+:2
 	>=dev-util/intltool-0.40
 	>=dev-util/pkgconfig-0.9
 	>=app-text/gnome-doc-utils-0.3.2
 	>=app-text/scrollkeeper-0.3.11
 	sys-devel/gettext"
 
-DOCS="AUTHORS ChangeLog HACKING NEWS README"
-
-src_prepare() {
+pkg_setup() {
+	DOCS="AUTHORS ChangeLog HACKING NEWS README"
 	G2CONF="${G2CONF}
-		--with-smclient-backend=xsmp
+		--with-smclient=xsmp
 		--with-gtk=3.0"
+}
 
+src_prepare() {
 	# Use login shell by default (#12900)
 	epatch "${FILESDIR}"/${PN}-2.22.0-default_shell.patch
 



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

* [gentoo-commits] proj/gnome:master commit in: x11-terms/gnome-terminal/
@ 2011-04-12  7:04 Gilles Dartiguelongue
  0 siblings, 0 replies; 29+ messages in thread
From: Gilles Dartiguelongue @ 2011-04-12  7:04 UTC (permalink / raw
  To: gentoo-commits

commit:     9fb994006cc7767f3c1e00406d754bde19849195
Author:     Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
AuthorDate: Tue Apr 12 07:04:31 2011 +0000
Commit:     Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
CommitDate: Tue Apr 12 07:04:31 2011 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/gnome.git;a=commit;h=9fb99400

x11-terms/gnome-terminal: drop smclient configure switch, bug #363033

---
 .../gnome-terminal/gnome-terminal-3.0.0.ebuild     |    6 +++---
 .../gnome-terminal/gnome-terminal-9999.ebuild      |    6 +++---
 2 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/x11-terms/gnome-terminal/gnome-terminal-3.0.0.ebuild b/x11-terms/gnome-terminal/gnome-terminal-3.0.0.ebuild
index 5e72086..75993c8 100644
--- a/x11-terms/gnome-terminal/gnome-terminal-3.0.0.ebuild
+++ b/x11-terms/gnome-terminal/gnome-terminal-3.0.0.ebuild
@@ -40,9 +40,9 @@ DEPEND="${RDEPEND}
 
 pkg_setup() {
 	DOCS="AUTHORS ChangeLog HACKING NEWS README"
-	G2CONF="${G2CONF}
-		--with-smclient=xsmp
-		--with-gtk=3.0"
+	# FIXME: leave smclient configure unset until it accepts values from the
+	# switch and not from GDK_TARGET, bug #363033
+	G2CONF="${G2CONF} --with-gtk=3.0"
 }
 
 src_prepare() {

diff --git a/x11-terms/gnome-terminal/gnome-terminal-9999.ebuild b/x11-terms/gnome-terminal/gnome-terminal-9999.ebuild
index 5e72086..75993c8 100644
--- a/x11-terms/gnome-terminal/gnome-terminal-9999.ebuild
+++ b/x11-terms/gnome-terminal/gnome-terminal-9999.ebuild
@@ -40,9 +40,9 @@ DEPEND="${RDEPEND}
 
 pkg_setup() {
 	DOCS="AUTHORS ChangeLog HACKING NEWS README"
-	G2CONF="${G2CONF}
-		--with-smclient=xsmp
-		--with-gtk=3.0"
+	# FIXME: leave smclient configure unset until it accepts values from the
+	# switch and not from GDK_TARGET, bug #363033
+	G2CONF="${G2CONF} --with-gtk=3.0"
 }
 
 src_prepare() {



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

* [gentoo-commits] proj/gnome:master commit in: x11-terms/gnome-terminal/
@ 2011-04-29 17:29 Nirbheek Chauhan
  0 siblings, 0 replies; 29+ messages in thread
From: Nirbheek Chauhan @ 2011-04-29 17:29 UTC (permalink / raw
  To: gentoo-commits

commit:     4fd4cbe5058338e8f1b96299ad214e84bc217ef7
Author:     Nirbheek Chauhan <nirbheek <AT> gentoo <DOT> org>
AuthorDate: Fri Apr 29 16:52:40 2011 +0000
Commit:     Nirbheek Chauhan <nirbheek <AT> gentoo <DOT> org>
CommitDate: Fri Apr 29 16:52:40 2011 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/gnome.git;a=commit;h=4fd4cbe5

x11-terms/gnome-terminal: 3.0.0 → 3.0.1

---
 ...al-3.0.0.ebuild => gnome-terminal-3.0.1.ebuild} |    0
 1 files changed, 0 insertions(+), 0 deletions(-)

diff --git a/x11-terms/gnome-terminal/gnome-terminal-3.0.0.ebuild b/x11-terms/gnome-terminal/gnome-terminal-3.0.1.ebuild
similarity index 100%
rename from x11-terms/gnome-terminal/gnome-terminal-3.0.0.ebuild
rename to x11-terms/gnome-terminal/gnome-terminal-3.0.1.ebuild



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

* [gentoo-commits] proj/gnome:master commit in: x11-terms/gnome-terminal/
@ 2011-10-18  7:37 Alexandre Restovtsev
  0 siblings, 0 replies; 29+ messages in thread
From: Alexandre Restovtsev @ 2011-10-18  7:37 UTC (permalink / raw
  To: gentoo-commits

commit:     f28642b32d3f0227a720ca4b503ff4c996411f35
Author:     Alexandre Rostovtsev <tetromino <AT> gmail <DOT> com>
AuthorDate: Tue Oct 18 06:17:03 2011 +0000
Commit:     Alexandre Restovtsev <tetromino <AT> gmail <DOT> com>
CommitDate: Tue Oct 18 06:17:03 2011 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/gnome.git;a=commit;h=f28642b3

x11-terms/gnome-terminal: 3.2.0 → 3.2.1

Bump, translation updates only. Switch to EAPI 4 for xz tarballs.

---
 ...al-3.2.0.ebuild => gnome-terminal-3.2.1.ebuild} |    2 +-
 .../gnome-terminal/gnome-terminal-9999.ebuild      |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/x11-terms/gnome-terminal/gnome-terminal-3.2.0.ebuild b/x11-terms/gnome-terminal/gnome-terminal-3.2.1.ebuild
similarity index 99%
rename from x11-terms/gnome-terminal/gnome-terminal-3.2.0.ebuild
rename to x11-terms/gnome-terminal/gnome-terminal-3.2.1.ebuild
index 1f29a6c..22c0635 100644
--- a/x11-terms/gnome-terminal/gnome-terminal-3.2.0.ebuild
+++ b/x11-terms/gnome-terminal/gnome-terminal-3.2.1.ebuild
@@ -2,7 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 # $Header: /var/cvsroot/gentoo-x86/x11-terms/gnome-terminal/gnome-terminal-2.32.1.ebuild,v 1.1 2010/11/19 22:17:31 pacho Exp $
 
-EAPI="3"
+EAPI="4"
 GCONF_DEBUG="no"
 
 inherit eutils gnome2

diff --git a/x11-terms/gnome-terminal/gnome-terminal-9999.ebuild b/x11-terms/gnome-terminal/gnome-terminal-9999.ebuild
index 1f29a6c..22c0635 100644
--- a/x11-terms/gnome-terminal/gnome-terminal-9999.ebuild
+++ b/x11-terms/gnome-terminal/gnome-terminal-9999.ebuild
@@ -2,7 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 # $Header: /var/cvsroot/gentoo-x86/x11-terms/gnome-terminal/gnome-terminal-2.32.1.ebuild,v 1.1 2010/11/19 22:17:31 pacho Exp $
 
-EAPI="3"
+EAPI="4"
 GCONF_DEBUG="no"
 
 inherit eutils gnome2



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

* [gentoo-commits] proj/gnome:master commit in: x11-terms/gnome-terminal/
@ 2012-04-13  4:00 Alexandre Restovtsev
  0 siblings, 0 replies; 29+ messages in thread
From: Alexandre Restovtsev @ 2012-04-13  4:00 UTC (permalink / raw
  To: gentoo-commits

commit:     ca022a4f79b0140e4726390ec7216cac51aa4ab7
Author:     Alexandre Rostovtsev <tetromino <AT> gentoo <DOT> org>
AuthorDate: Fri Apr 13 03:59:37 2012 +0000
Commit:     Alexandre Restovtsev <tetromino <AT> gmail <DOT> com>
CommitDate: Fri Apr 13 03:59:37 2012 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/gnome.git;a=commit;h=ca022a4f

x11-terms/gnome-terminal: sync with gx86

---
 .../gnome-terminal/gnome-terminal-9999.ebuild      |    9 +++++----
 1 files changed, 5 insertions(+), 4 deletions(-)

diff --git a/x11-terms/gnome-terminal/gnome-terminal-9999.ebuild b/x11-terms/gnome-terminal/gnome-terminal-9999.ebuild
index 22c0635..f571eff 100644
--- a/x11-terms/gnome-terminal/gnome-terminal-9999.ebuild
+++ b/x11-terms/gnome-terminal/gnome-terminal-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-terms/gnome-terminal/gnome-terminal-2.32.1.ebuild,v 1.1 2010/11/19 22:17:31 pacho Exp $
+# $Header: $
 
 EAPI="4"
 GCONF_DEBUG="no"
@@ -22,8 +22,9 @@ else
 fi
 IUSE=""
 
+# FIXME: automagic dependency on gtk+[X]
 RDEPEND=">=dev-libs/glib-2.26.0:2
-	>=x11-libs/gtk+-3.0:3
+	>=x11-libs/gtk+-3.3.17:3[X]
 	>=x11-libs/vte-0.30.0:2.90
 	>=gnome-base/gconf-2.31.3
 	>=gnome-base/gsettings-desktop-schemas-0.1.0
@@ -31,7 +32,7 @@ RDEPEND=">=dev-libs/glib-2.26.0:2
 	x11-libs/libICE"
 # gtk+:2 needed for gtk-builder-convert, bug 356239
 DEPEND="${RDEPEND}
-	x11-libs/gtk+:2
+	|| ( dev-util/gtk-builder-convert <=x11-libs/gtk+-2.24.10:2 )
 	>=dev-util/intltool-0.40
 	>=dev-util/pkgconfig-0.9
 	>=app-text/gnome-doc-utils-0.3.2



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

* [gentoo-commits] proj/gnome:master commit in: x11-terms/gnome-terminal/
@ 2012-10-27 22:38 Gilles Dartiguelongue
  0 siblings, 0 replies; 29+ messages in thread
From: Gilles Dartiguelongue @ 2012-10-27 22:38 UTC (permalink / raw
  To: gentoo-commits

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

gnome-base/gnome-desktop: app-crypt/seahorse-sharing: 3.6.0 → 3.6.1

---
 ...al-3.6.0.ebuild => gnome-terminal-3.6.1.ebuild} |    4 +---
 1 files changed, 1 insertions(+), 3 deletions(-)

diff --git a/x11-terms/gnome-terminal/gnome-terminal-3.6.0.ebuild b/x11-terms/gnome-terminal/gnome-terminal-3.6.1.ebuild
similarity index 98%
rename from x11-terms/gnome-terminal/gnome-terminal-3.6.0.ebuild
rename to x11-terms/gnome-terminal/gnome-terminal-3.6.1.ebuild
index 1e6bf9a..a0a85df 100644
--- a/x11-terms/gnome-terminal/gnome-terminal-3.6.0.ebuild
+++ b/x11-terms/gnome-terminal/gnome-terminal-3.6.1.ebuild
@@ -34,14 +34,12 @@ DEPEND="${RDEPEND}
 	sys-devel/gettext
 	virtual/pkgconfig"
 
-pkg_setup() {
+src_prepare() {
 	DOCS="AUTHORS ChangeLog HACKING NEWS README"
 	# FIXME: leave smclient configure unset until it accepts values from the
 	# switch and not from GDK_TARGET, bug #363033
 	G2CONF="${G2CONF} --with-gtk=3.0"
-}
 
-src_prepare() {
 	# Use login shell by default (#12900)
 	epatch "${FILESDIR}"/${PN}-2.22.0-default_shell.patch
 


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

* [gentoo-commits] proj/gnome:master commit in: x11-terms/gnome-terminal/
@ 2012-12-24 11:28 Gilles Dartiguelongue
  0 siblings, 0 replies; 29+ messages in thread
From: Gilles Dartiguelongue @ 2012-12-24 11:28 UTC (permalink / raw
  To: gentoo-commits

commit:     45a661eeab42d7975fe506a3a799f0026d03830e
Author:     Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
AuthorDate: Mon Dec 24 11:26:31 2012 +0000
Commit:     Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
CommitDate: Mon Dec 24 11:26:31 2012 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/gnome.git;a=commit;h=45a661ee

x11-terms/gnome-terminal: moved to gx86

    * Add metadata.xml.
    * Sync live ebuild with gx86 changes.

---
 .../gnome-terminal/gnome-terminal-3.6.1-r1.ebuild  |   51 --------------------
 .../gnome-terminal/gnome-terminal-9999.ebuild      |   20 +++++---
 x11-terms/gnome-terminal/metadata.xml              |    5 ++
 3 files changed, 17 insertions(+), 59 deletions(-)

diff --git a/x11-terms/gnome-terminal/gnome-terminal-3.6.1-r1.ebuild b/x11-terms/gnome-terminal/gnome-terminal-3.6.1-r1.ebuild
deleted file mode 100644
index 347f54d..0000000
--- a/x11-terms/gnome-terminal/gnome-terminal-3.6.1-r1.ebuild
+++ /dev/null
@@ -1,51 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-EAPI="4"
-GCONF_DEBUG="no"
-
-inherit gnome2
-
-DESCRIPTION="The Gnome Terminal"
-HOMEPAGE="http://www.gnome.org/"
-
-LICENSE="GPL-3+"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux"
-IUSE=""
-
-# FIXME: automagic dependency on gtk+[X]
-RDEPEND=">=dev-libs/glib-2.26.0:2
-	>=x11-libs/gtk+-3.3.17:3[X]
-	>=x11-libs/vte-0.30.0:2.90
-	>=gnome-base/gconf-2.31.3
-	>=gnome-base/gsettings-desktop-schemas-0.1.0
-	x11-libs/libSM
-	x11-libs/libICE"
-# gtk+:2 needed for gtk-builder-convert, bug 356239
-DEPEND="${RDEPEND}
-	|| ( dev-util/gtk-builder-convert <=x11-libs/gtk+-2.24.10:2 )
-	app-text/yelp-tools
-	>=dev-util/intltool-0.40
-	sys-devel/gettext
-	virtual/pkgconfig"
-
-src_prepare() {
-	DOCS="AUTHORS ChangeLog HACKING NEWS README"
-	# FIXME: leave smclient configure unset until it accepts values from the
-	# switch and not from GDK_TARGET, bug #363033
-	G2CONF="${G2CONF} --with-gtk=3.0"
-
-	gnome2_src_prepare
-}
-
-pkg_postinst() {
-	gnome2_pkg_postinst
-	if [[ ${REPLACING_VERSIONS} < 3.6.1-r1 && ${REPLACING_VERSIONS} != 2.32.1-r1 &&
-	      ${REPLACING_VERSIONS} != 3.4.1.1-r1 ]]; then
-		elog "Gnome Terminal no longer uses login shell by default, switching"
-		elog "to upstream default. Because of this, if you have some command you"
-		elog "want to be run, be sure to have it placed in your ~/.bashrc file."
-	fi
-}

diff --git a/x11-terms/gnome-terminal/gnome-terminal-9999.ebuild b/x11-terms/gnome-terminal/gnome-terminal-9999.ebuild
index 9d43bb7..4c8e8f6 100644
--- a/x11-terms/gnome-terminal/gnome-terminal-9999.ebuild
+++ b/x11-terms/gnome-terminal/gnome-terminal-9999.ebuild
@@ -2,7 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 # $Header: $
 
-EAPI="4"
+EAPI="5"
 GCONF_DEBUG="no"
 
 inherit gnome2
@@ -15,37 +15,41 @@ HOMEPAGE="http://www.gnome.org/"
 
 LICENSE="GPL-3+"
 SLOT="0"
+IUSE="nautilus"
 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"
 fi
-IUSE="nautilus"
+
 
 # FIXME: automagic dependency on gtk+[X]
-RDEPEND=">=dev-libs/glib-2.33.2:2
+RDEPEND="
+	>=dev-libs/glib-2.33.2:2
 	>=x11-libs/gtk+-3.5.3:3[X]
 	>=x11-libs/vte-0.33.0:2.90
 	>=gnome-base/dconf-0.13.4
 	>=gnome-base/gconf-2.31.3:2
 	>=gnome-base/gsettings-desktop-schemas-0.1.0
 	sys-apps/dbus
-	nautilus? ( >=gnome-base/nautilus-3 )"
+	nautilus? ( >=gnome-base/nautilus-3 )
+"
 DEPEND="${RDEPEND}
+	|| ( dev-util/gtk-builder-convert <=x11-libs/gtk+-2.24.10:2 )
 	app-text/yelp-tools
 	dev-libs/libxml2
 	dev-util/gdbus-codegen
-	dev-util/gtk-builder-convert
 	>=dev-util/intltool-0.40
 	sys-devel/gettext
-	virtual/pkgconfig"
+	virtual/pkgconfig
+"
 
-src_prepare() {
+src_configure() {
 	DOCS="AUTHORS ChangeLog HACKING NEWS README"
 	G2CONF="${G2CONF}
 		$(use_with nautilus nautilus-extension)"
 
-	gnome2_src_prepare
+	gnome2_src_configure
 }
 
 pkg_postinst() {

diff --git a/x11-terms/gnome-terminal/metadata.xml b/x11-terms/gnome-terminal/metadata.xml
new file mode 100644
index 0000000..6e0e2ec
--- /dev/null
+++ b/x11-terms/gnome-terminal/metadata.xml
@@ -0,0 +1,5 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+  <herd>gnome</herd>
+</pkgmetadata>


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

* [gentoo-commits] proj/gnome:master commit in: x11-terms/gnome-terminal/
@ 2013-10-14  7:22 Gilles Dartiguelongue
  0 siblings, 0 replies; 29+ messages in thread
From: Gilles Dartiguelongue @ 2013-10-14  7:22 UTC (permalink / raw
  To: gentoo-commits

commit:     8727243ba0a52070256481054b162855e17ef1b1
Author:     Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
AuthorDate: Mon Oct 14 06:48:04 2013 +0000
Commit:     Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
CommitDate: Mon Oct 14 07:22:07 2013 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/gnome.git;a=commit;h=8727243b

x11-terms/gnome-terminal: 3.8.4 → 3.10.0

---
 .../gnome-terminal/gnome-terminal-3.10.0.ebuild    | 72 ++++++++++++++++++++++
 .../gnome-terminal/gnome-terminal-9999.ebuild      | 57 +++++++++++------
 2 files changed, 111 insertions(+), 18 deletions(-)

diff --git a/x11-terms/gnome-terminal/gnome-terminal-3.10.0.ebuild b/x11-terms/gnome-terminal/gnome-terminal-3.10.0.ebuild
new file mode 100644
index 0000000..18f8236
--- /dev/null
+++ b/x11-terms/gnome-terminal/gnome-terminal-3.10.0.ebuild
@@ -0,0 +1,72 @@
+# 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 readme.gentoo
+
+DESCRIPTION="The Gnome Terminal"
+HOMEPAGE="https://help.gnome.org/users/gnome-terminal/"
+
+LICENSE="GPL-3+"
+SLOT="0"
+IUSE="+nautilus"
+KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~arm-linux ~x86-linux"
+
+# FIXME: automagic dependency on gtk+[X]
+RDEPEND="
+	>=dev-libs/glib-2.33.2:2
+	>=x11-libs/gtk+-3.6:3[X]
+	>=x11-libs/vte-0.34.8:2.90
+	>=gnome-base/dconf-0.12
+	>=gnome-base/gconf-2.31.3
+	>=gnome-base/gsettings-desktop-schemas-0.1.0
+	sys-apps/util-linux
+	x11-libs/libSM
+	x11-libs/libICE
+	nautilus? ( >=gnome-base/nautilus-3 )
+"
+# gtk+:2 needed for gtk-builder-convert, bug 356239
+DEPEND="${RDEPEND}
+	|| ( dev-util/gtk-builder-convert <=x11-libs/gtk+-2.24.10:2 )
+	>=dev-util/intltool-0.40
+	>=gnome-base/dconf-0.14.0
+	sys-devel/gettext
+	virtual/pkgconfig
+"
+
+DOC_CONTENTS="To get previous working directory inherited in new opened
+	tab you will need to add the following line to your ~/.bashrc:\n
+	. /etc/profile.d/vte.sh"
+
+src_configure() {
+	# FIXME: leave smclient configure unset until it accepts values from the
+	# switch and not from GDK_TARGET, bug #363033
+	gnome2_src_configure \
+		--disable-static \
+		--enable-migration \
+		$(use_with nautilus nautilus-extension) \
+		ITSTOOL=$(type -P true)
+}
+
+src_install() {
+	DOCS="AUTHORS ChangeLog HACKING NEWS"
+	gnome2_src_install
+	readme.gentoo_create_doc
+}
+
+pkg_postinst() {
+	gnome2_pkg_postinst
+	if [[ ${REPLACING_VERSIONS} < 3.6.1-r1 && ${REPLACING_VERSIONS} != 2.32.1-r1 &&
+		  ${REPLACING_VERSIONS} != 3.4.1.1-r1 ]]; then
+		elog
+		elog "Gnome Terminal no longer uses login shell by default, switching"
+		elog "to upstream default. Because of this, if you have some command you"
+		elog "want to be run, be sure to have it placed in your ~/.bashrc file."
+		elog
+	fi
+	readme.gentoo_print_elog
+}

diff --git a/x11-terms/gnome-terminal/gnome-terminal-9999.ebuild b/x11-terms/gnome-terminal/gnome-terminal-9999.ebuild
index 4c8e8f6..d0beae2 100644
--- a/x11-terms/gnome-terminal/gnome-terminal-9999.ebuild
+++ b/x11-terms/gnome-terminal/gnome-terminal-9999.ebuild
@@ -1,63 +1,84 @@
-# 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
+inherit gnome2 readme.gentoo
 if [[ ${PV} = 9999 ]]; then
 	inherit gnome2-live
 fi
 
 DESCRIPTION="The Gnome Terminal"
-HOMEPAGE="http://www.gnome.org/"
+HOMEPAGE="https://help.gnome.org/users/gnome-terminal/"
 
 LICENSE="GPL-3+"
 SLOT="0"
-IUSE="nautilus"
+IUSE="+nautilus"
 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"
+	KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~arm-linux ~x86-linux"
 fi
 
 
 # FIXME: automagic dependency on gtk+[X]
 RDEPEND="
 	>=dev-libs/glib-2.33.2:2
-	>=x11-libs/gtk+-3.5.3:3[X]
-	>=x11-libs/vte-0.33.0:2.90
-	>=gnome-base/dconf-0.13.4
-	>=gnome-base/gconf-2.31.3:2
+	>=x11-libs/gtk+-3.6:3[X]
+	>=x11-libs/vte-0.34.8:2.90
+	>=gnome-base/dconf-0.12
+	>=gnome-base/gconf-2.31.3
 	>=gnome-base/gsettings-desktop-schemas-0.1.0
-	sys-apps/dbus
+	sys-apps/util-linux
+	x11-libs/libSM
+	x11-libs/libICE
 	nautilus? ( >=gnome-base/nautilus-3 )
 "
+# gtk+:2 needed for gtk-builder-convert, bug 356239
 DEPEND="${RDEPEND}
 	|| ( dev-util/gtk-builder-convert <=x11-libs/gtk+-2.24.10:2 )
-	app-text/yelp-tools
-	dev-libs/libxml2
-	dev-util/gdbus-codegen
 	>=dev-util/intltool-0.40
+	>=gnome-base/dconf-0.14.0
 	sys-devel/gettext
 	virtual/pkgconfig
 "
+if [[ ${PV} == 9999 ]]; then
+	DEPEND="${DEPEND}
+		app-text/yelp-tools"
+fi
+
+DOC_CONTENTS="To get previous working directory inherited in new opened
+	tab you will need to add the following line to your ~/.bashrc:\n
+	. /etc/profile.d/vte.sh"
 
 src_configure() {
-	DOCS="AUTHORS ChangeLog HACKING NEWS README"
-	G2CONF="${G2CONF}
-		$(use_with nautilus nautilus-extension)"
+	# FIXME: leave smclient configure unset until it accepts values from the
+	# switch and not from GDK_TARGET, bug #363033
+	gnome2_src_configure \
+		--disable-static \
+		--enable-migration \
+		$(use_with nautilus nautilus-extension) \
+		ITSTOOL=$(type -P true)
+}
 
-	gnome2_src_configure
+src_install() {
+	DOCS="AUTHORS ChangeLog HACKING NEWS"
+	gnome2_src_install
+	readme.gentoo_create_doc
 }
 
 pkg_postinst() {
 	gnome2_pkg_postinst
 	if [[ ${REPLACING_VERSIONS} < 3.6.1-r1 && ${REPLACING_VERSIONS} != 2.32.1-r1 &&
-	      ${REPLACING_VERSIONS} != 3.4.1.1-r1 ]]; then
+		  ${REPLACING_VERSIONS} != 3.4.1.1-r1 ]]; then
+		elog
 		elog "Gnome Terminal no longer uses login shell by default, switching"
 		elog "to upstream default. Because of this, if you have some command you"
 		elog "want to be run, be sure to have it placed in your ~/.bashrc file."
+		elog
 	fi
+	readme.gentoo_print_elog
 }


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

* [gentoo-commits] proj/gnome:master commit in: x11-terms/gnome-terminal/
@ 2013-11-15  8:00 Gilles Dartiguelongue
  0 siblings, 0 replies; 29+ messages in thread
From: Gilles Dartiguelongue @ 2013-11-15  8:00 UTC (permalink / raw
  To: gentoo-commits

commit:     0722e0908a4f504248888270dfe08aeaa9b9a3f2
Author:     Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
AuthorDate: Fri Nov 15 09:40:28 2013 +0000
Commit:     Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
CommitDate: Fri Nov 15 09:40:28 2013 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/gnome.git;a=commit;h=0722e090

x11-terms/gnome-terminal: 3.10.0 → 3.10.2

---
 .../{gnome-terminal-3.10.0.ebuild => gnome-terminal-3.10.2.ebuild}      | 2 +-
 x11-terms/gnome-terminal/gnome-terminal-9999.ebuild                     | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/x11-terms/gnome-terminal/gnome-terminal-3.10.0.ebuild b/x11-terms/gnome-terminal/gnome-terminal-3.10.2.ebuild
similarity index 98%
rename from x11-terms/gnome-terminal/gnome-terminal-3.10.0.ebuild
rename to x11-terms/gnome-terminal/gnome-terminal-3.10.2.ebuild
index 18f8236..36aa733 100644
--- a/x11-terms/gnome-terminal/gnome-terminal-3.10.0.ebuild
+++ b/x11-terms/gnome-terminal/gnome-terminal-3.10.2.ebuild
@@ -20,7 +20,7 @@ KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd ~
 RDEPEND="
 	>=dev-libs/glib-2.33.2:2
 	>=x11-libs/gtk+-3.6:3[X]
-	>=x11-libs/vte-0.34.8:2.90
+	>=x11-libs/vte-0.34.9:2.90
 	>=gnome-base/dconf-0.12
 	>=gnome-base/gconf-2.31.3
 	>=gnome-base/gsettings-desktop-schemas-0.1.0

diff --git a/x11-terms/gnome-terminal/gnome-terminal-9999.ebuild b/x11-terms/gnome-terminal/gnome-terminal-9999.ebuild
index d0beae2..8a6913b 100644
--- a/x11-terms/gnome-terminal/gnome-terminal-9999.ebuild
+++ b/x11-terms/gnome-terminal/gnome-terminal-9999.ebuild
@@ -28,7 +28,7 @@ fi
 RDEPEND="
 	>=dev-libs/glib-2.33.2:2
 	>=x11-libs/gtk+-3.6:3[X]
-	>=x11-libs/vte-0.34.8:2.90
+	>=x11-libs/vte-0.34.9:2.90
 	>=gnome-base/dconf-0.12
 	>=gnome-base/gconf-2.31.3
 	>=gnome-base/gsettings-desktop-schemas-0.1.0


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

* [gentoo-commits] proj/gnome:master commit in: x11-terms/gnome-terminal/
@ 2013-12-22 20:26 Gilles Dartiguelongue
  0 siblings, 0 replies; 29+ messages in thread
From: Gilles Dartiguelongue @ 2013-12-22 20:26 UTC (permalink / raw
  To: gentoo-commits

commit:     a5235c720b3fd5d588d6616ca0616c45922c2379
Author:     Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
AuthorDate: Sun Dec 22 20:06:27 2013 +0000
Commit:     Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
CommitDate: Sun Dec 22 20:26:25 2013 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/gnome.git;a=commit;h=a5235c72

x11-terms/gnome-terminal: fix repoman warnings

---
 x11-terms/gnome-terminal/gnome-terminal-9999.ebuild | 1 -
 x11-terms/gnome-terminal/metadata.xml               | 3 +++
 2 files changed, 3 insertions(+), 1 deletion(-)

diff --git a/x11-terms/gnome-terminal/gnome-terminal-9999.ebuild b/x11-terms/gnome-terminal/gnome-terminal-9999.ebuild
index 8a6913b..a499f59 100644
--- a/x11-terms/gnome-terminal/gnome-terminal-9999.ebuild
+++ b/x11-terms/gnome-terminal/gnome-terminal-9999.ebuild
@@ -23,7 +23,6 @@ else
 	KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~arm-linux ~x86-linux"
 fi
 
-
 # FIXME: automagic dependency on gtk+[X]
 RDEPEND="
 	>=dev-libs/glib-2.33.2:2

diff --git a/x11-terms/gnome-terminal/metadata.xml b/x11-terms/gnome-terminal/metadata.xml
index 6e0e2ec..8df9fde 100644
--- a/x11-terms/gnome-terminal/metadata.xml
+++ b/x11-terms/gnome-terminal/metadata.xml
@@ -2,4 +2,7 @@
 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
 <pkgmetadata>
   <herd>gnome</herd>
+  <use>
+    <flag name="nautilus">Build gnome-base/nautilus extension</flag>
+  </use>
 </pkgmetadata>


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

* [gentoo-commits] proj/gnome:master commit in: x11-terms/gnome-terminal/
@ 2014-02-12 23:48 Gilles Dartiguelongue
  0 siblings, 0 replies; 29+ messages in thread
From: Gilles Dartiguelongue @ 2014-02-12 23:48 UTC (permalink / raw
  To: gentoo-commits

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

x11-terms/gnome-terminal: moved to gentoo-x86

---
 .../gnome-terminal/gnome-terminal-3.10.2.ebuild    | 72 ----------------------
 1 file changed, 72 deletions(-)

diff --git a/x11-terms/gnome-terminal/gnome-terminal-3.10.2.ebuild b/x11-terms/gnome-terminal/gnome-terminal-3.10.2.ebuild
deleted file mode 100644
index 36aa733..0000000
--- a/x11-terms/gnome-terminal/gnome-terminal-3.10.2.ebuild
+++ /dev/null
@@ -1,72 +0,0 @@
-# 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 readme.gentoo
-
-DESCRIPTION="The Gnome Terminal"
-HOMEPAGE="https://help.gnome.org/users/gnome-terminal/"
-
-LICENSE="GPL-3+"
-SLOT="0"
-IUSE="+nautilus"
-KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~arm-linux ~x86-linux"
-
-# FIXME: automagic dependency on gtk+[X]
-RDEPEND="
-	>=dev-libs/glib-2.33.2:2
-	>=x11-libs/gtk+-3.6:3[X]
-	>=x11-libs/vte-0.34.9:2.90
-	>=gnome-base/dconf-0.12
-	>=gnome-base/gconf-2.31.3
-	>=gnome-base/gsettings-desktop-schemas-0.1.0
-	sys-apps/util-linux
-	x11-libs/libSM
-	x11-libs/libICE
-	nautilus? ( >=gnome-base/nautilus-3 )
-"
-# gtk+:2 needed for gtk-builder-convert, bug 356239
-DEPEND="${RDEPEND}
-	|| ( dev-util/gtk-builder-convert <=x11-libs/gtk+-2.24.10:2 )
-	>=dev-util/intltool-0.40
-	>=gnome-base/dconf-0.14.0
-	sys-devel/gettext
-	virtual/pkgconfig
-"
-
-DOC_CONTENTS="To get previous working directory inherited in new opened
-	tab you will need to add the following line to your ~/.bashrc:\n
-	. /etc/profile.d/vte.sh"
-
-src_configure() {
-	# FIXME: leave smclient configure unset until it accepts values from the
-	# switch and not from GDK_TARGET, bug #363033
-	gnome2_src_configure \
-		--disable-static \
-		--enable-migration \
-		$(use_with nautilus nautilus-extension) \
-		ITSTOOL=$(type -P true)
-}
-
-src_install() {
-	DOCS="AUTHORS ChangeLog HACKING NEWS"
-	gnome2_src_install
-	readme.gentoo_create_doc
-}
-
-pkg_postinst() {
-	gnome2_pkg_postinst
-	if [[ ${REPLACING_VERSIONS} < 3.6.1-r1 && ${REPLACING_VERSIONS} != 2.32.1-r1 &&
-		  ${REPLACING_VERSIONS} != 3.4.1.1-r1 ]]; then
-		elog
-		elog "Gnome Terminal no longer uses login shell by default, switching"
-		elog "to upstream default. Because of this, if you have some command you"
-		elog "want to be run, be sure to have it placed in your ~/.bashrc file."
-		elog
-	fi
-	readme.gentoo_print_elog
-}


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

* [gentoo-commits] proj/gnome:master commit in: x11-terms/gnome-terminal/
@ 2014-04-15 22:05 Gilles Dartiguelongue
  0 siblings, 0 replies; 29+ messages in thread
From: Gilles Dartiguelongue @ 2014-04-15 22:05 UTC (permalink / raw
  To: gentoo-commits

commit:     b3e08a04dafac5ab7721de1f5adf2626891f9ed1
Author:     Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
AuthorDate: Sat Apr 12 21:02:41 2014 +0000
Commit:     Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
CommitDate: Tue Apr 15 22:00:26 2014 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/gnome.git;a=commit;h=b3e08a04

x11-terms/gnome-terminal: 3.10.2 → 3.12.0

Documentation fails to build/install so let it be regenerated.
App data is the new annoyance, just silence it.

---
 ...al-9999.ebuild => gnome-terminal-3.12.0.ebuild} | 36 +++++++++-------------
 .../gnome-terminal/gnome-terminal-9999.ebuild      | 27 +++++++++++-----
 2 files changed, 34 insertions(+), 29 deletions(-)

diff --git a/x11-terms/gnome-terminal/gnome-terminal-9999.ebuild b/x11-terms/gnome-terminal/gnome-terminal-3.12.0.ebuild
similarity index 73%
copy from x11-terms/gnome-terminal/gnome-terminal-9999.ebuild
copy to x11-terms/gnome-terminal/gnome-terminal-3.12.0.ebuild
index a499f59..a2b2d2f 100644
--- a/x11-terms/gnome-terminal/gnome-terminal-9999.ebuild
+++ b/x11-terms/gnome-terminal/gnome-terminal-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: $
 
@@ -7,47 +7,37 @@ GCONF_DEBUG="no"
 GNOME2_LA_PUNT="yes"
 
 inherit gnome2 readme.gentoo
-if [[ ${PV} = 9999 ]]; then
-	inherit gnome2-live
-fi
 
 DESCRIPTION="The Gnome Terminal"
 HOMEPAGE="https://help.gnome.org/users/gnome-terminal/"
 
 LICENSE="GPL-3+"
 SLOT="0"
-IUSE="+nautilus"
-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 ~arm-linux ~x86-linux"
-fi
+IUSE="+gnome-shell +nautilus"
+KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~arm-linux ~x86-linux"
 
 # FIXME: automagic dependency on gtk+[X]
 RDEPEND="
-	>=dev-libs/glib-2.33.2:2
-	>=x11-libs/gtk+-3.6:3[X]
-	>=x11-libs/vte-0.34.9:2.90
-	>=gnome-base/dconf-0.12
+	>=dev-libs/glib-2.39.2:2
+	>=x11-libs/gtk+-3.9.9:3[X]
+	>=x11-libs/vte-0.36:2.90
+	>=gnome-base/dconf-0.14
 	>=gnome-base/gconf-2.31.3
 	>=gnome-base/gsettings-desktop-schemas-0.1.0
 	sys-apps/util-linux
 	x11-libs/libSM
 	x11-libs/libICE
+	gnome-shell? ( gnome-base/gnome-shell )
 	nautilus? ( >=gnome-base/nautilus-3 )
 "
 # gtk+:2 needed for gtk-builder-convert, bug 356239
 DEPEND="${RDEPEND}
+	app-text/yelp-tools
 	|| ( dev-util/gtk-builder-convert <=x11-libs/gtk+-2.24.10:2 )
-	>=dev-util/intltool-0.40
-	>=gnome-base/dconf-0.14.0
+	>=dev-util/intltool-0.50
 	sys-devel/gettext
 	virtual/pkgconfig
 "
-if [[ ${PV} == 9999 ]]; then
-	DEPEND="${DEPEND}
-		app-text/yelp-tools"
-fi
 
 DOC_CONTENTS="To get previous working directory inherited in new opened
 	tab you will need to add the following line to your ~/.bashrc:\n
@@ -59,8 +49,12 @@ src_configure() {
 	gnome2_src_configure \
 		--disable-static \
 		--enable-migration \
+		$(use_enable gnome-shell search-provider) \
 		$(use_with nautilus nautilus-extension) \
-		ITSTOOL=$(type -P true)
+		APPDATA_VALIDATE=$(type -P true) \
+		# Docs are broken in this release.
+		#ITSTOOL=$(type -P true) \
+		#XMLLINT=$(type -P true)
 }
 
 src_install() {

diff --git a/x11-terms/gnome-terminal/gnome-terminal-9999.ebuild b/x11-terms/gnome-terminal/gnome-terminal-9999.ebuild
index a499f59..dcc8ba0 100644
--- a/x11-terms/gnome-terminal/gnome-terminal-9999.ebuild
+++ b/x11-terms/gnome-terminal/gnome-terminal-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: $
 
@@ -25,22 +25,22 @@ fi
 
 # FIXME: automagic dependency on gtk+[X]
 RDEPEND="
-	>=dev-libs/glib-2.33.2:2
-	>=x11-libs/gtk+-3.6:3[X]
-	>=x11-libs/vte-0.34.9:2.90
-	>=gnome-base/dconf-0.12
+	>=dev-libs/glib-2.39.2:2
+	>=x11-libs/gtk+-3.9.9:3[X]
+	>=x11-libs/vte-0.36:2.90
+	>=gnome-base/dconf-0.14
 	>=gnome-base/gconf-2.31.3
 	>=gnome-base/gsettings-desktop-schemas-0.1.0
 	sys-apps/util-linux
 	x11-libs/libSM
 	x11-libs/libICE
+	gnome-shell? ( gnome-base/gnome-shell )
 	nautilus? ( >=gnome-base/nautilus-3 )
 "
 # gtk+:2 needed for gtk-builder-convert, bug 356239
 DEPEND="${RDEPEND}
 	|| ( dev-util/gtk-builder-convert <=x11-libs/gtk+-2.24.10:2 )
-	>=dev-util/intltool-0.40
-	>=gnome-base/dconf-0.14.0
+	>=dev-util/intltool-0.50
 	sys-devel/gettext
 	virtual/pkgconfig
 "
@@ -54,13 +54,24 @@ DOC_CONTENTS="To get previous working directory inherited in new opened
 	. /etc/profile.d/vte.sh"
 
 src_configure() {
+	local myconf=""
+
+	if [[ ${PV} = 9999 ]]; then
+		myconf="${myconf}
+			ITSTOOL=$(type -P true)
+			XMLLINT=$(type -P true)
+		"
+	fi
+
 	# FIXME: leave smclient configure unset until it accepts values from the
 	# switch and not from GDK_TARGET, bug #363033
 	gnome2_src_configure \
 		--disable-static \
 		--enable-migration \
+		$(use_enable gnome-shell search-provider) \
 		$(use_with nautilus nautilus-extension) \
-		ITSTOOL=$(type -P true)
+		APPDATA_VALIDATE=$(type -P true) \
+		${myconf}
 }
 
 src_install() {


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

* [gentoo-commits] proj/gnome:master commit in: x11-terms/gnome-terminal/
@ 2014-10-13 21:51 Gilles Dartiguelongue
  0 siblings, 0 replies; 29+ messages in thread
From: Gilles Dartiguelongue @ 2014-10-13 21:51 UTC (permalink / raw
  To: gentoo-commits

commit:     087571d2c011c19392f78e6337efc207263b5cce
Author:     Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
AuthorDate: Mon Oct 13 21:26:38 2014 +0000
Commit:     Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
CommitDate: Mon Oct 13 21:26:38 2014 +0000
URL:        http://sources.gentoo.org/gitweb/?p=proj/gnome.git;a=commit;h=087571d2

x11-terms/gnome-terminal: 3.14.0 → 3.14.1

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

diff --git a/x11-terms/gnome-terminal/gnome-terminal-3.14.0.ebuild b/x11-terms/gnome-terminal/gnome-terminal-3.14.1.ebuild
similarity index 100%
rename from x11-terms/gnome-terminal/gnome-terminal-3.14.0.ebuild
rename to x11-terms/gnome-terminal/gnome-terminal-3.14.1.ebuild


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

* [gentoo-commits] proj/gnome:master commit in: x11-terms/gnome-terminal/
@ 2014-11-23 22:49 Gilles Dartiguelongue
  0 siblings, 0 replies; 29+ messages in thread
From: Gilles Dartiguelongue @ 2014-11-23 22:49 UTC (permalink / raw
  To: gentoo-commits

commit:     f716e9959a427ca094c4fc3fac416159832cc544
Author:     Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
AuthorDate: Sun Nov 23 22:38:42 2014 +0000
Commit:     Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
CommitDate: Sun Nov 23 22:49:05 2014 +0000
URL:        http://sources.gentoo.org/gitweb/?p=proj/gnome.git;a=commit;h=f716e995

x11-terms/gnome-terminal: 3.14.1 → 3.14.2

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

diff --git a/x11-terms/gnome-terminal/gnome-terminal-3.14.1.ebuild b/x11-terms/gnome-terminal/gnome-terminal-3.14.2.ebuild
similarity index 100%
rename from x11-terms/gnome-terminal/gnome-terminal-3.14.1.ebuild
rename to x11-terms/gnome-terminal/gnome-terminal-3.14.2.ebuild


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

* [gentoo-commits] proj/gnome:master commit in: x11-terms/gnome-terminal/
@ 2014-12-26 21:53 Gilles Dartiguelongue
  0 siblings, 0 replies; 29+ messages in thread
From: Gilles Dartiguelongue @ 2014-12-26 21:53 UTC (permalink / raw
  To: gentoo-commits

commit:     0ee102ddce30c178304ca3a0c22bb85474888d56
Author:     Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
AuthorDate: Fri Dec 26 21:50:51 2014 +0000
Commit:     Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
CommitDate: Fri Dec 26 21:50:51 2014 +0000
URL:        http://sources.gentoo.org/gitweb/?p=proj/gnome.git;a=commit;h=0ee102dd

x11-terms/gnome-terminal: moved to gentoo-x86

---
 .../gnome-terminal/gnome-terminal-3.14.2.ebuild    | 69 ----------------------
 1 file changed, 69 deletions(-)

diff --git a/x11-terms/gnome-terminal/gnome-terminal-3.14.2.ebuild b/x11-terms/gnome-terminal/gnome-terminal-3.14.2.ebuild
deleted file mode 100644
index d179a37..0000000
--- a/x11-terms/gnome-terminal/gnome-terminal-3.14.2.ebuild
+++ /dev/null
@@ -1,69 +0,0 @@
-# Copyright 1999-2014 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 readme.gentoo
-
-DESCRIPTION="The Gnome Terminal"
-HOMEPAGE="https://wiki.gnome.org/Apps/Terminal/"
-
-LICENSE="GPL-3+"
-SLOT="0"
-IUSE="debug +gnome-shell +nautilus"
-KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~arm-linux ~x86-linux"
-
-# FIXME: automagic dependency on gtk+[X]
-RDEPEND="
-	>=dev-libs/glib-2.40:2
-	>=x11-libs/gtk+-3.10:3[X]
-	>=x11-libs/vte-0.38:2.91
-	>=gnome-base/dconf-0.14
-	>=gnome-base/gconf-2.31.3
-	>=gnome-base/gsettings-desktop-schemas-0.1.0
-	sys-apps/util-linux
-	x11-libs/libSM
-	x11-libs/libICE
-	gnome-shell? ( gnome-base/gnome-shell )
-	nautilus? ( >=gnome-base/nautilus-3 )
-"
-# gtk+:2 needed for gtk-builder-convert, bug 356239
-DEPEND="${RDEPEND}
-	app-text/yelp-tools
-	dev-util/appdata-tools
-	|| ( dev-util/gtk-builder-convert <=x11-libs/gtk+-2.24.10:2 )
-	>=dev-util/intltool-0.50
-	sys-devel/gettext
-	virtual/pkgconfig
-"
-
-DOC_CONTENTS="To get previous working directory inherited in new opened
-	tab you will need to add the following line to your ~/.bashrc:\n
-	. /etc/profile.d/vte.sh"
-
-src_configure() {
-	gnome2_src_configure \
-		--disable-static \
-		--enable-migration \
-		$(use_enable debug) \
-		$(use_enable gnome-shell search-provider) \
-		$(use_with nautilus nautilus-extension) \
-		VALAC=$(type -P true)
-		# Docs are broken in this release.
-		#ITSTOOL=$(type -P true) \
-		#XMLLINT=$(type -P true)
-}
-
-src_install() {
-	DOCS="AUTHORS ChangeLog HACKING NEWS"
-	gnome2_src_install
-	readme.gentoo_create_doc
-}
-
-pkg_postinst() {
-	gnome2_pkg_postinst
-	readme.gentoo_print_elog
-}


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

* [gentoo-commits] proj/gnome:master commit in: x11-terms/gnome-terminal/
@ 2015-04-26 13:53 Ole Reifschneider
  0 siblings, 0 replies; 29+ messages in thread
From: Ole Reifschneider @ 2015-04-26 13:53 UTC (permalink / raw
  To: gentoo-commits

commit:     270aa2a1c74aebd717d9cd29b4ab5ff60ac7ace9
Author:     Ole Reifschneider <tranquility <AT> gentoo <DOT> org>
AuthorDate: Sun Apr 26 13:52:31 2015 +0000
Commit:     Ole Reifschneider <tranquility <AT> gentoo <DOT> org>
CommitDate: Sun Apr 26 13:53:15 2015 +0000
URL:        https://gitweb.gentoo.org/proj/gnome.git/commit/?id=270aa2a1

Bump gnome-terminal to 3.16.1

Package-Manager: portage-2.2.14
Manifest-Sign-Key: 7E8B4D42

 ...al-9999.ebuild => gnome-terminal-3.16.1.ebuild} | 42 +++++++---------------
 .../gnome-terminal/gnome-terminal-9999.ebuild      | 16 ++++-----
 x11-terms/gnome-terminal/metadata.xml              |  1 +
 3 files changed, 19 insertions(+), 40 deletions(-)

diff --git a/x11-terms/gnome-terminal/gnome-terminal-9999.ebuild b/x11-terms/gnome-terminal/gnome-terminal-3.16.1.ebuild
similarity index 63%
copy from x11-terms/gnome-terminal/gnome-terminal-9999.ebuild
copy to x11-terms/gnome-terminal/gnome-terminal-3.16.1.ebuild
index ba20aaf..32033e5 100644
--- a/x11-terms/gnome-terminal/gnome-terminal-9999.ebuild
+++ b/x11-terms/gnome-terminal/gnome-terminal-3.16.1.ebuild
@@ -1,15 +1,12 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: $
+# $Header: /var/cvsroot/gentoo-x86/x11-terms/gnome-terminal/gnome-terminal-3.14.3.ebuild,v 1.1 2015/03/28 09:38:20 pacho Exp $
 
 EAPI="5"
 GCONF_DEBUG="no"
 GNOME2_LA_PUNT="yes"
 
 inherit gnome2 readme.gentoo
-if [[ ${PV} = 9999 ]]; then
-	inherit gnome2-live
-fi
 
 DESCRIPTION="The Gnome Terminal"
 HOMEPAGE="https://wiki.gnome.org/Apps/Terminal/"
@@ -17,19 +14,14 @@ HOMEPAGE="https://wiki.gnome.org/Apps/Terminal/"
 LICENSE="GPL-3+"
 SLOT="0"
 IUSE="debug +gnome-shell +nautilus"
-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 ~arm-linux ~x86-linux"
-fi
+KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~arm-linux ~x86-linux"
 
 # FIXME: automagic dependency on gtk+[X]
 RDEPEND="
-	>=dev-libs/glib-2.40:2
+	>=dev-libs/glib-2.40:2[dbus]
 	>=x11-libs/gtk+-3.10:3[X]
-	>=x11-libs/vte-0.38:2.91
+	>=x11-libs/vte-0.40:2.91
 	>=gnome-base/dconf-0.14
-	>=gnome-base/gconf-2.31.3
 	>=gnome-base/gsettings-desktop-schemas-0.1.0
 	sys-apps/util-linux
 	x11-libs/libSM
@@ -39,38 +31,28 @@ RDEPEND="
 "
 # gtk+:2 needed for gtk-builder-convert, bug 356239
 DEPEND="${RDEPEND}
-	dev-util/appdata-tools
-	|| ( dev-util/gtk-builder-convert <=x11-libs/gtk+-2.24.10:2 )
+	app-text/yelp-tools
+	dev-util/gdbus-codegen
+	dev-util/gtk-builder-convert
 	>=dev-util/intltool-0.50
 	sys-devel/gettext
 	virtual/pkgconfig
 "
-if [[ ${PV} == 9999 ]]; then
-	DEPEND="${DEPEND}
-		app-text/yelp-tools"
-fi
 
 DOC_CONTENTS="To get previous working directory inherited in new opened
 	tab you will need to add the following line to your ~/.bashrc:\n
 	. /etc/profile.d/vte.sh"
 
 src_configure() {
-	local myconf=""
-
-	if [[ ${PV} != 9999 ]]; then
-		myconf="${myconf}
-			ITSTOOL=$(type -P true)
-			XMLLINT=$(type -P true)
-		"
-	fi
-
 	gnome2_src_configure \
 		--disable-static \
-		--enable-migration \
+		--disable-migration \
 		$(use_enable debug) \
 		$(use_enable gnome-shell search-provider) \
 		$(use_with nautilus nautilus-extension) \
-		${myconf}
+		VALAC=$(type -P true)
+		ITSTOOL=$(type -P true) \
+		XMLLINT=$(type -P true)
 }
 
 src_install() {

diff --git a/x11-terms/gnome-terminal/gnome-terminal-9999.ebuild b/x11-terms/gnome-terminal/gnome-terminal-9999.ebuild
index ba20aaf..94e9ae0 100644
--- a/x11-terms/gnome-terminal/gnome-terminal-9999.ebuild
+++ b/x11-terms/gnome-terminal/gnome-terminal-9999.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Header: $
 
@@ -25,11 +25,10 @@ fi
 
 # FIXME: automagic dependency on gtk+[X]
 RDEPEND="
-	>=dev-libs/glib-2.40:2
+	>=dev-libs/glib-2.40:2[dbus]
 	>=x11-libs/gtk+-3.10:3[X]
-	>=x11-libs/vte-0.38:2.91
+	>=x11-libs/vte-0.40:2.91
 	>=gnome-base/dconf-0.14
-	>=gnome-base/gconf-2.31.3
 	>=gnome-base/gsettings-desktop-schemas-0.1.0
 	sys-apps/util-linux
 	x11-libs/libSM
@@ -39,16 +38,13 @@ RDEPEND="
 "
 # gtk+:2 needed for gtk-builder-convert, bug 356239
 DEPEND="${RDEPEND}
-	dev-util/appdata-tools
-	|| ( dev-util/gtk-builder-convert <=x11-libs/gtk+-2.24.10:2 )
+	app-text/yelp-tools
+	dev-util/gdbus-codegen
+	dev-util/gtk-builder-convert
 	>=dev-util/intltool-0.50
 	sys-devel/gettext
 	virtual/pkgconfig
 "
-if [[ ${PV} == 9999 ]]; then
-	DEPEND="${DEPEND}
-		app-text/yelp-tools"
-fi
 
 DOC_CONTENTS="To get previous working directory inherited in new opened
 	tab you will need to add the following line to your ~/.bashrc:\n

diff --git a/x11-terms/gnome-terminal/metadata.xml b/x11-terms/gnome-terminal/metadata.xml
index 8df9fde..926bc07 100644
--- a/x11-terms/gnome-terminal/metadata.xml
+++ b/x11-terms/gnome-terminal/metadata.xml
@@ -3,6 +3,7 @@
 <pkgmetadata>
   <herd>gnome</herd>
   <use>
+    <flag name="gnome-shell">Integrate with <pkg>gnome-base/gnome-shell</pkg> search</flag>
     <flag name="nautilus">Build gnome-base/nautilus extension</flag>
   </use>
 </pkgmetadata>


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

* [gentoo-commits] proj/gnome:master commit in: x11-terms/gnome-terminal/
@ 2015-05-12 18:44 Gilles Dartiguelongue
  0 siblings, 0 replies; 29+ messages in thread
From: Gilles Dartiguelongue @ 2015-05-12 18:44 UTC (permalink / raw
  To: gentoo-commits

commit:     74e3047a21afe9f34155d8a843b091952795ee4f
Author:     Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
AuthorDate: Tue May 12 18:09:18 2015 +0000
Commit:     Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
CommitDate: Tue May 12 18:24:03 2015 +0000
URL:        https://gitweb.gentoo.org/proj/gnome.git/commit/?id=74e3047a

x11-terms/gnome-terminal: 3.16.1 → 3.16.2

* Require latest vte release
* Drop gtk-builder-convert dependency, not needed since December 2012.

 ...{gnome-terminal-3.16.1.ebuild => gnome-terminal-3.16.2.ebuild} | 8 +++-----
 x11-terms/gnome-terminal/gnome-terminal-9999.ebuild               | 7 +++----
 2 files changed, 6 insertions(+), 9 deletions(-)

diff --git a/x11-terms/gnome-terminal/gnome-terminal-3.16.1.ebuild b/x11-terms/gnome-terminal/gnome-terminal-3.16.2.ebuild
similarity index 85%
rename from x11-terms/gnome-terminal/gnome-terminal-3.16.1.ebuild
rename to x11-terms/gnome-terminal/gnome-terminal-3.16.2.ebuild
index 32033e5..352648b 100644
--- a/x11-terms/gnome-terminal/gnome-terminal-3.16.1.ebuild
+++ b/x11-terms/gnome-terminal/gnome-terminal-3.16.2.ebuild
@@ -1,6 +1,6 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-terms/gnome-terminal/gnome-terminal-3.14.3.ebuild,v 1.1 2015/03/28 09:38:20 pacho Exp $
+# $Header: $
 
 EAPI="5"
 GCONF_DEBUG="no"
@@ -20,7 +20,7 @@ KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd ~
 RDEPEND="
 	>=dev-libs/glib-2.40:2[dbus]
 	>=x11-libs/gtk+-3.10:3[X]
-	>=x11-libs/vte-0.40:2.91
+	>=x11-libs/vte-0.40.2:2.91
 	>=gnome-base/dconf-0.14
 	>=gnome-base/gsettings-desktop-schemas-0.1.0
 	sys-apps/util-linux
@@ -29,11 +29,9 @@ RDEPEND="
 	gnome-shell? ( gnome-base/gnome-shell )
 	nautilus? ( >=gnome-base/nautilus-3 )
 "
-# gtk+:2 needed for gtk-builder-convert, bug 356239
 DEPEND="${RDEPEND}
 	app-text/yelp-tools
 	dev-util/gdbus-codegen
-	dev-util/gtk-builder-convert
 	>=dev-util/intltool-0.50
 	sys-devel/gettext
 	virtual/pkgconfig
@@ -50,7 +48,7 @@ src_configure() {
 		$(use_enable debug) \
 		$(use_enable gnome-shell search-provider) \
 		$(use_with nautilus nautilus-extension) \
-		VALAC=$(type -P true)
+		VALAC=$(type -P true) \
 		ITSTOOL=$(type -P true) \
 		XMLLINT=$(type -P true)
 }

diff --git a/x11-terms/gnome-terminal/gnome-terminal-9999.ebuild b/x11-terms/gnome-terminal/gnome-terminal-9999.ebuild
index 94e9ae0..a14d829 100644
--- a/x11-terms/gnome-terminal/gnome-terminal-9999.ebuild
+++ b/x11-terms/gnome-terminal/gnome-terminal-9999.ebuild
@@ -27,7 +27,7 @@ fi
 RDEPEND="
 	>=dev-libs/glib-2.40:2[dbus]
 	>=x11-libs/gtk+-3.10:3[X]
-	>=x11-libs/vte-0.40:2.91
+	>=x11-libs/vte-0.40.2:2.91
 	>=gnome-base/dconf-0.14
 	>=gnome-base/gsettings-desktop-schemas-0.1.0
 	sys-apps/util-linux
@@ -36,11 +36,9 @@ RDEPEND="
 	gnome-shell? ( gnome-base/gnome-shell )
 	nautilus? ( >=gnome-base/nautilus-3 )
 "
-# gtk+:2 needed for gtk-builder-convert, bug 356239
 DEPEND="${RDEPEND}
 	app-text/yelp-tools
 	dev-util/gdbus-codegen
-	dev-util/gtk-builder-convert
 	>=dev-util/intltool-0.50
 	sys-devel/gettext
 	virtual/pkgconfig
@@ -55,6 +53,7 @@ src_configure() {
 
 	if [[ ${PV} != 9999 ]]; then
 		myconf="${myconf}
+			VALAC=$(type -P true)
 			ITSTOOL=$(type -P true)
 			XMLLINT=$(type -P true)
 		"
@@ -62,7 +61,7 @@ src_configure() {
 
 	gnome2_src_configure \
 		--disable-static \
-		--enable-migration \
+		--disable-migration \
 		$(use_enable debug) \
 		$(use_enable gnome-shell search-provider) \
 		$(use_with nautilus nautilus-extension) \


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

* [gentoo-commits] proj/gnome:master commit in: x11-terms/gnome-terminal/
@ 2015-05-19  0:36 Alexandre Rostovtsev
  0 siblings, 0 replies; 29+ messages in thread
From: Alexandre Rostovtsev @ 2015-05-19  0:36 UTC (permalink / raw
  To: gentoo-commits

commit:     c6d4d07436b5bdcd08b9dced04158829ff4ccce9
Author:     Alexandre Rostovtsev <tetromino <AT> gentoo <DOT> org>
AuthorDate: Tue May 19 00:34:55 2015 +0000
Commit:     Alexandre Rostovtsev <tetromino <AT> gentoo <DOT> org>
CommitDate: Tue May 19 00:34:55 2015 +0000
URL:        https://gitweb.gentoo.org/proj/gnome.git/commit/?id=c6d4d074

x11-terms/gnome-terminal: itstool really is required (bug #549358)

Thanks to mkloesges, Felix Janda.

Package-Manager: portage-2.2.19
Manifest-Sign-Key: 0x18E5B6F2D8D5EC8D

 x11-terms/gnome-terminal/gnome-terminal-3.16.2.ebuild | 3 ++-
 x11-terms/gnome-terminal/gnome-terminal-9999.ebuild   | 3 ++-
 2 files changed, 4 insertions(+), 2 deletions(-)

diff --git a/x11-terms/gnome-terminal/gnome-terminal-3.16.2.ebuild b/x11-terms/gnome-terminal/gnome-terminal-3.16.2.ebuild
index 352648b..b6cd7d2 100644
--- a/x11-terms/gnome-terminal/gnome-terminal-3.16.2.ebuild
+++ b/x11-terms/gnome-terminal/gnome-terminal-3.16.2.ebuild
@@ -29,9 +29,11 @@ RDEPEND="
 	gnome-shell? ( gnome-base/gnome-shell )
 	nautilus? ( >=gnome-base/nautilus-3 )
 "
+# itstool required for help/* with non-en LINGUAS, see bug #549358
 DEPEND="${RDEPEND}
 	app-text/yelp-tools
 	dev-util/gdbus-codegen
+	dev-util/itstool
 	>=dev-util/intltool-0.50
 	sys-devel/gettext
 	virtual/pkgconfig
@@ -49,7 +51,6 @@ src_configure() {
 		$(use_enable gnome-shell search-provider) \
 		$(use_with nautilus nautilus-extension) \
 		VALAC=$(type -P true) \
-		ITSTOOL=$(type -P true) \
 		XMLLINT=$(type -P true)
 }
 

diff --git a/x11-terms/gnome-terminal/gnome-terminal-9999.ebuild b/x11-terms/gnome-terminal/gnome-terminal-9999.ebuild
index a14d829..aab80a3 100644
--- a/x11-terms/gnome-terminal/gnome-terminal-9999.ebuild
+++ b/x11-terms/gnome-terminal/gnome-terminal-9999.ebuild
@@ -36,9 +36,11 @@ RDEPEND="
 	gnome-shell? ( gnome-base/gnome-shell )
 	nautilus? ( >=gnome-base/nautilus-3 )
 "
+# itstool required for help/* with non-en LINGUAS, see bug #549358
 DEPEND="${RDEPEND}
 	app-text/yelp-tools
 	dev-util/gdbus-codegen
+	dev-util/itstool
 	>=dev-util/intltool-0.50
 	sys-devel/gettext
 	virtual/pkgconfig
@@ -54,7 +56,6 @@ src_configure() {
 	if [[ ${PV} != 9999 ]]; then
 		myconf="${myconf}
 			VALAC=$(type -P true)
-			ITSTOOL=$(type -P true)
 			XMLLINT=$(type -P true)
 		"
 	fi


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

* [gentoo-commits] proj/gnome:master commit in: x11-terms/gnome-terminal/
@ 2015-05-19 13:56 Alexandre Rostovtsev
  0 siblings, 0 replies; 29+ messages in thread
From: Alexandre Rostovtsev @ 2015-05-19 13:56 UTC (permalink / raw
  To: gentoo-commits

commit:     22589c72543186954d630965fec901685a921222
Author:     Alexandre Rostovtsev <tetromino <AT> gentoo <DOT> org>
AuthorDate: Tue May 19 13:55:35 2015 +0000
Commit:     Alexandre Rostovtsev <tetromino <AT> gentoo <DOT> org>
CommitDate: Tue May 19 13:55:35 2015 +0000
URL:        https://gitweb.gentoo.org/proj/gnome.git/commit/?id=22589c72

x11-terms/gnome-terminal: XMLLINT override broke glib-compile-resources (bug #549304)

Thanks to Harris Landgarten, bingquick, Mike Auty, mkloesges.

Package-Manager: portage-2.2.20
Manifest-Sign-Key: 0x18E5B6F2D8D5EC8D

 ...{gnome-terminal-3.16.2.ebuild => gnome-terminal-3.16.2-r1.ebuild} | 5 +++--
 x11-terms/gnome-terminal/gnome-terminal-9999.ebuild                  | 3 ++-
 2 files changed, 5 insertions(+), 3 deletions(-)

diff --git a/x11-terms/gnome-terminal/gnome-terminal-3.16.2.ebuild b/x11-terms/gnome-terminal/gnome-terminal-3.16.2-r1.ebuild
similarity index 93%
rename from x11-terms/gnome-terminal/gnome-terminal-3.16.2.ebuild
rename to x11-terms/gnome-terminal/gnome-terminal-3.16.2-r1.ebuild
index b6cd7d2..622dd35 100644
--- a/x11-terms/gnome-terminal/gnome-terminal-3.16.2.ebuild
+++ b/x11-terms/gnome-terminal/gnome-terminal-3.16.2-r1.ebuild
@@ -30,8 +30,10 @@ RDEPEND="
 	nautilus? ( >=gnome-base/nautilus-3 )
 "
 # itstool required for help/* with non-en LINGUAS, see bug #549358
+# xmllint required for glib-compile-resources, see bug #549304
 DEPEND="${RDEPEND}
 	app-text/yelp-tools
+	dev-libs/libxml2
 	dev-util/gdbus-codegen
 	dev-util/itstool
 	>=dev-util/intltool-0.50
@@ -50,8 +52,7 @@ src_configure() {
 		$(use_enable debug) \
 		$(use_enable gnome-shell search-provider) \
 		$(use_with nautilus nautilus-extension) \
-		VALAC=$(type -P true) \
-		XMLLINT=$(type -P true)
+		VALAC=$(type -P true)
 }
 
 src_install() {

diff --git a/x11-terms/gnome-terminal/gnome-terminal-9999.ebuild b/x11-terms/gnome-terminal/gnome-terminal-9999.ebuild
index aab80a3..7dfd8c1 100644
--- a/x11-terms/gnome-terminal/gnome-terminal-9999.ebuild
+++ b/x11-terms/gnome-terminal/gnome-terminal-9999.ebuild
@@ -37,8 +37,10 @@ RDEPEND="
 	nautilus? ( >=gnome-base/nautilus-3 )
 "
 # itstool required for help/* with non-en LINGUAS, see bug #549358
+# xmllint required for glib-compile-resources, see bug #549304
 DEPEND="${RDEPEND}
 	app-text/yelp-tools
+	dev-libs/libxml2
 	dev-util/gdbus-codegen
 	dev-util/itstool
 	>=dev-util/intltool-0.50
@@ -56,7 +58,6 @@ src_configure() {
 	if [[ ${PV} != 9999 ]]; then
 		myconf="${myconf}
 			VALAC=$(type -P true)
-			XMLLINT=$(type -P true)
 		"
 	fi
 


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

* [gentoo-commits] proj/gnome:master commit in: x11-terms/gnome-terminal/
@ 2015-10-11 20:46 Ole Reifschneider
  0 siblings, 0 replies; 29+ messages in thread
From: Ole Reifschneider @ 2015-10-11 20:46 UTC (permalink / raw
  To: gentoo-commits

commit:     bb474b9fda256ab0fb0214c6c2f014481423f36f
Author:     Ole Reifschneider <tranquility <AT> gentoo <DOT> org>
AuthorDate: Sun Oct 11 20:44:46 2015 +0000
Commit:     Ole Reifschneider <tranquility <AT> gentoo <DOT> org>
CommitDate: Sun Oct 11 20:46:14 2015 +0000
URL:        https://gitweb.gentoo.org/proj/gnome.git/commit/?id=bb474b9f

x11-terms/gnome-terminal: Bump version to 3.18.0

The patches couln't be applied so they are removed for now

Package-Manager: portage-2.2.20.1
Manifest-Sign-Key: 7E8B4D42

 ...al-9999.ebuild => gnome-terminal-3.18.0.ebuild} | 35 ++++------------------
 .../gnome-terminal/gnome-terminal-9999.ebuild      | 22 +++++++-------
 2 files changed, 16 insertions(+), 41 deletions(-)

diff --git a/x11-terms/gnome-terminal/gnome-terminal-9999.ebuild b/x11-terms/gnome-terminal/gnome-terminal-3.18.0.ebuild
similarity index 64%
copy from x11-terms/gnome-terminal/gnome-terminal-9999.ebuild
copy to x11-terms/gnome-terminal/gnome-terminal-3.18.0.ebuild
index 8673595..1809985 100644
--- a/x11-terms/gnome-terminal/gnome-terminal-9999.ebuild
+++ b/x11-terms/gnome-terminal/gnome-terminal-3.18.0.ebuild
@@ -7,27 +7,20 @@ GCONF_DEBUG="no"
 GNOME2_LA_PUNT="yes"
 
 inherit eutils gnome2 readme.gentoo
-if [[ ${PV} = 9999 ]]; then
-	inherit gnome2-live
-fi
 
 DESCRIPTION="The Gnome Terminal"
 HOMEPAGE="https://wiki.gnome.org/Apps/Terminal/"
 
 LICENSE="GPL-3+"
 SLOT="0"
-IUSE="debug +gnome-shell +nautilus vanilla"
-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 ~arm-linux ~x86-linux"
-fi
+IUSE="debug +gnome-shell +nautilus"
+KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~arm-linux ~x86-linux"
 
 # FIXME: automagic dependency on gtk+[X]
 RDEPEND="
-	>=dev-libs/glib-2.40:2[dbus]
+	>=dev-libs/glib-2.42:2[dbus]
 	>=x11-libs/gtk+-3.10:3[X]
-	>=x11-libs/vte-0.40.2:2.91
+	>=x11-libs/vte-0.42.0:2.91
 	>=gnome-base/dconf-0.14
 	>=gnome-base/gsettings-desktop-schemas-0.1.0
 	sys-apps/util-linux
@@ -52,32 +45,14 @@ DOC_CONTENTS="To get previous working directory inherited in new opened
 	tab you will need to add the following line to your ~/.bashrc:\n
 	. /etc/profile.d/vte.sh"
 
-src_prepare() {
-	gnome2_src_prepare
-	if ! use vanilla; then
-		# Fedora patch, https://bugzilla.gnome.org/show_bug.cgi?id=695371
-		epatch "${FILESDIR}"/${PN}-3.16.2-restore-transparency.patch
-		# Fedora patch, https://bugzilla.gnome.org/show_bug.cgi?id=721932
-		epatch "${FILESDIR}"/${PN}-3.16.2-restore-dark.patch
-	fi
-}
-
 src_configure() {
-	local myconf=""
-
-	if [[ ${PV} != 9999 ]]; then
-		myconf="${myconf}
-			VALAC=$(type -P true)
-		"
-	fi
-
 	gnome2_src_configure \
 		--disable-static \
 		--disable-migration \
 		$(use_enable debug) \
 		$(use_enable gnome-shell search-provider) \
 		$(use_with nautilus nautilus-extension) \
-		${myconf}
+		VALAC=$(type -P true)
 }
 
 src_install() {

diff --git a/x11-terms/gnome-terminal/gnome-terminal-9999.ebuild b/x11-terms/gnome-terminal/gnome-terminal-9999.ebuild
index 8673595..e9be986 100644
--- a/x11-terms/gnome-terminal/gnome-terminal-9999.ebuild
+++ b/x11-terms/gnome-terminal/gnome-terminal-9999.ebuild
@@ -25,9 +25,9 @@ fi
 
 # FIXME: automagic dependency on gtk+[X]
 RDEPEND="
-	>=dev-libs/glib-2.40:2[dbus]
+	>=dev-libs/glib-2.42:2[dbus]
 	>=x11-libs/gtk+-3.10:3[X]
-	>=x11-libs/vte-0.40.2:2.91
+	>=x11-libs/vte-0.42.0:2.91
 	>=gnome-base/dconf-0.14
 	>=gnome-base/gsettings-desktop-schemas-0.1.0
 	sys-apps/util-linux
@@ -52,15 +52,15 @@ DOC_CONTENTS="To get previous working directory inherited in new opened
 	tab you will need to add the following line to your ~/.bashrc:\n
 	. /etc/profile.d/vte.sh"
 
-src_prepare() {
-	gnome2_src_prepare
-	if ! use vanilla; then
-		# Fedora patch, https://bugzilla.gnome.org/show_bug.cgi?id=695371
-		epatch "${FILESDIR}"/${PN}-3.16.2-restore-transparency.patch
-		# Fedora patch, https://bugzilla.gnome.org/show_bug.cgi?id=721932
-		epatch "${FILESDIR}"/${PN}-3.16.2-restore-dark.patch
-	fi
-}
+# src_prepare() {
+# 	gnome2_src_prepare
+# 	if ! use vanilla; then
+# 		# Fedora patch, https://bugzilla.gnome.org/show_bug.cgi?id=695371
+# 		epatch "${FILESDIR}"/${PN}-3.16.2-restore-transparency.patch
+# 		# Fedora patch, https://bugzilla.gnome.org/show_bug.cgi?id=721932
+# 		epatch "${FILESDIR}"/${PN}-3.16.2-restore-dark.patch
+# 	fi
+# }
 
 src_configure() {
 	local myconf=""


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

* [gentoo-commits] proj/gnome:master commit in: x11-terms/gnome-terminal/
@ 2016-05-11  6:35 Remi Cardona
  0 siblings, 0 replies; 29+ messages in thread
From: Remi Cardona @ 2016-05-11  6:35 UTC (permalink / raw
  To: gentoo-commits

commit:     8d3260cf2b4222f1526cec8ec8d6cc2d5a36ac5b
Author:     Rémi Cardona <remi <AT> gentoo <DOT> org>
AuthorDate: Wed May 11 06:33:48 2016 +0000
Commit:     Remi Cardona <remi <AT> gentoo <DOT> org>
CommitDate: Wed May 11 06:33:48 2016 +0000
URL:        https://gitweb.gentoo.org/proj/gnome.git/commit/?id=8d3260cf

x11-terms/gnome-terminal: bump to 3.20.2

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

 .../{gnome-terminal-3.20.0.ebuild => gnome-terminal-3.20.2.ebuild}      | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-terms/gnome-terminal/gnome-terminal-3.20.0.ebuild b/x11-terms/gnome-terminal/gnome-terminal-3.20.2.ebuild
similarity index 98%
rename from x11-terms/gnome-terminal/gnome-terminal-3.20.0.ebuild
rename to x11-terms/gnome-terminal/gnome-terminal-3.20.2.ebuild
index f6af0c7..43c95fc 100644
--- a/x11-terms/gnome-terminal/gnome-terminal-3.20.0.ebuild
+++ b/x11-terms/gnome-terminal/gnome-terminal-3.20.2.ebuild
@@ -20,7 +20,7 @@ KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd ~
 RDEPEND="
 	>=dev-libs/glib-2.42:2[dbus]
 	>=x11-libs/gtk+-3.12:3[X]
-	>=x11-libs/vte-0.44.0:2.91
+	>=x11-libs/vte-0.44.2:2.91
 	>=gnome-base/dconf-0.14
 	>=gnome-base/gsettings-desktop-schemas-0.1.0
 	sys-apps/util-linux


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

* [gentoo-commits] proj/gnome:master commit in: x11-terms/gnome-terminal/
@ 2018-01-12 15:05 Dennis Lamm
  0 siblings, 0 replies; 29+ messages in thread
From: Dennis Lamm @ 2018-01-12 15:05 UTC (permalink / raw
  To: gentoo-commits

commit:     049f55f4a079051e5487c23b943f4fa280de23f5
Author:     Dennis Lamm <expeditioneer <AT> gentoo <DOT> org>
AuthorDate: Fri Jan 12 15:05:00 2018 +0000
Commit:     Dennis Lamm <expeditioneer <AT> gentoo <DOT> org>
CommitDate: Fri Jan 12 15:05:00 2018 +0000
URL:        https://gitweb.gentoo.org/proj/gnome.git/commit/?id=049f55f4

x11-terms/gnome-terminal: drop old

Package-Manager: Portage-2.3.13, Repoman-2.3.3

 .../gnome-terminal/gnome-terminal-3.20.2.ebuild    | 78 ----------------------
 1 file changed, 78 deletions(-)

diff --git a/x11-terms/gnome-terminal/gnome-terminal-3.20.2.ebuild b/x11-terms/gnome-terminal/gnome-terminal-3.20.2.ebuild
deleted file mode 100644
index 43c95fc5..00000000
--- a/x11-terms/gnome-terminal/gnome-terminal-3.20.2.ebuild
+++ /dev/null
@@ -1,78 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI="5"
-GCONF_DEBUG="no"
-GNOME2_LA_PUNT="yes"
-
-inherit autotools eutils gnome2 readme.gentoo
-
-DESCRIPTION="The Gnome Terminal"
-HOMEPAGE="https://wiki.gnome.org/Apps/Terminal/"
-
-LICENSE="GPL-3+"
-SLOT="0"
-IUSE="debug +gnome-shell +nautilus vanilla"
-KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~arm-linux ~x86-linux"
-
-# FIXME: automagic dependency on gtk+[X]
-RDEPEND="
-	>=dev-libs/glib-2.42:2[dbus]
-	>=x11-libs/gtk+-3.12:3[X]
-	>=x11-libs/vte-0.44.2:2.91
-	>=gnome-base/dconf-0.14
-	>=gnome-base/gsettings-desktop-schemas-0.1.0
-	sys-apps/util-linux
-	x11-libs/libSM
-	x11-libs/libICE
-	gnome-shell? ( gnome-base/gnome-shell )
-	nautilus? ( >=gnome-base/nautilus-3 )
-"
-# itstool required for help/* with non-en LINGUAS, see bug #549358
-# xmllint required for glib-compile-resources, see bug #549304
-DEPEND="${RDEPEND}
-	app-text/yelp-tools
-	dev-libs/libxml2
-	dev-util/desktop-file-utils
-	dev-util/gdbus-codegen
-	dev-util/itstool
-	>=dev-util/intltool-0.50
-	sys-devel/gettext
-	virtual/pkgconfig
-"
-
-DOC_CONTENTS="To get previous working directory inherited in new opened
-	tab you will need to add the following line to your ~/.bashrc:\n
-	. /etc/profile.d/vte.sh"
-
-src_prepare() {
-	# if ! use vanilla; then
-		# OpenSuSE patches, https://bugzilla.gnome.org/show_bug.cgi?id=695371
-		# FIXME: add transparency.patch
-		# epatch "${FILESDIR}"/${PN}-3.20.0-transparency.patch
-		# eautoreconf
-	# fi
-	gnome2_src_prepare
-}
-
-src_configure() {
-	gnome2_src_configure \
-		--disable-static \
-		--disable-migration \
-		$(use_enable debug) \
-		$(use_enable gnome-shell search-provider) \
-		$(use_with nautilus nautilus-extension) \
-		VALAC=$(type -P true)
-}
-
-src_install() {
-	DOCS="AUTHORS ChangeLog HACKING NEWS"
-	gnome2_src_install
-	readme.gentoo_create_doc
-}
-
-pkg_postinst() {
-	gnome2_pkg_postinst
-	readme.gentoo_print_elog
-}


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

* [gentoo-commits] proj/gnome:master commit in: x11-terms/gnome-terminal/
@ 2018-04-15 19:00 Ole Reifschneider
  0 siblings, 0 replies; 29+ messages in thread
From: Ole Reifschneider @ 2018-04-15 19:00 UTC (permalink / raw
  To: gentoo-commits

commit:     09460f9bb47f0828df51910e7a3f5cade87d68dc
Author:     Ole Reifschneider <tranquility <AT> gentoo <DOT> org>
AuthorDate: Sun Apr 15 18:49:15 2018 +0000
Commit:     Ole Reifschneider <tranquility <AT> gentoo <DOT> org>
CommitDate: Sun Apr 15 18:49:15 2018 +0000
URL:        https://gitweb.gentoo.org/proj/gnome.git/commit/?id=09460f9b

x11-terms/gnome-terminal: Bump version to 3.26.2

Package-Manager: Portage-2.3.28, Repoman-2.3.9
Manifest-Sign-Key: 0xE9E568677E8B4D42

 .../gnome-terminal/gnome-terminal-3.26.2.ebuild    | 82 ++++++++++++++++++++++
 1 file changed, 82 insertions(+)

diff --git a/x11-terms/gnome-terminal/gnome-terminal-3.26.2.ebuild b/x11-terms/gnome-terminal/gnome-terminal-3.26.2.ebuild
new file mode 100644
index 00000000..a6b9854a
--- /dev/null
+++ b/x11-terms/gnome-terminal/gnome-terminal-3.26.2.ebuild
@@ -0,0 +1,82 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="6"
+GNOME2_LA_PUNT="yes"
+
+inherit gnome2 readme.gentoo-r1
+
+DESCRIPTION="The Gnome Terminal"
+HOMEPAGE="https://wiki.gnome.org/Apps/Terminal/"
+
+LICENSE="GPL-3+"
+SLOT="0"
+IUSE="debug +gnome-shell +nautilus vanilla"
+SRC_URI="${SRC_URI} !vanilla? ( https://dev.gentoo.org/~tranquility/distfiles/${PN}/${P}-notify-open-title-transparency.patch.xz )"
+
+KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux"
+
+# FIXME: automagic dependency on gtk+[X], just transitive but needs proper control, bug 624960
+# Needed vte in 3.24.2 is 0.48.2, but we add desktop notification patches in 0.48.3 that non-vanilla needs
+RDEPEND="
+	>=dev-libs/glib-2.42:2
+	>=x11-libs/gtk+-3.20:3
+	>=x11-libs/vte-0.48.3:2.91[!vanilla?]
+	>=dev-libs/libpcre2-10
+	>=gnome-base/dconf-0.14
+	>=gnome-base/gsettings-desktop-schemas-0.1.0
+	sys-apps/util-linux
+	gnome-shell? ( gnome-base/gnome-shell )
+	nautilus? ( >=gnome-base/nautilus-3 )
+"
+# itstool/yelp-tools required for help/* with non-en LINGUAS, see bug #549358
+# xmllint required for glib-compile-resources, see bug #549304
+DEPEND="${RDEPEND}
+	app-text/yelp-tools
+	dev-libs/libxml2
+	dev-util/gdbus-codegen
+	>=dev-util/intltool-0.50
+	sys-devel/gettext
+	virtual/pkgconfig
+"
+
+DOC_CONTENTS="To get previous working directory inherited in new opened tab, or
+	notifications of long-running commands finishing, you will need
+	to add the following line to your ~/.bashrc:\n
+	. /etc/profile.d/vte-2.91.sh"
+
+src_prepare() {
+	if ! use vanilla; then
+		# https://bugzilla.gnome.org/show_bug.cgi?id=695371
+		# Fedora patches:
+		# Restore transparency support (with compositing WMs only)
+		# OSC 777 desktop notification support (notifications on tabs for long-running commands completing)
+		# Restore separate menuitems for opening tabs and windows
+		# Restore "Set title" support
+		# http://pkgs.fedoraproject.org/cgit/rpms/gnome-terminal.git/plain/gnome-terminal-notify-open-title-transparency.patch
+		# Depends on vte[-vanilla] for OSC 777 patch in VTE
+		eapply "${WORKDIR}"/${P}-notify-open-title-transparency.patch
+	fi
+	gnome2_src_prepare
+}
+
+src_configure() {
+	gnome2_src_configure \
+		--disable-static \
+		--disable-migration \
+		$(use_enable debug) \
+		$(use_enable gnome-shell search-provider) \
+		$(use_with nautilus nautilus-extension) \
+		VALAC=$(type -P true)
+}
+
+src_install() {
+	DOCS="AUTHORS ChangeLog HACKING NEWS"
+	gnome2_src_install
+	readme.gentoo_create_doc
+}
+
+pkg_postinst() {
+	gnome2_pkg_postinst
+	readme.gentoo_print_elog
+}


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

* [gentoo-commits] proj/gnome:master commit in: x11-terms/gnome-terminal/
@ 2018-09-13  7:38 Mart Raudsepp
  0 siblings, 0 replies; 29+ messages in thread
From: Mart Raudsepp @ 2018-09-13  7:38 UTC (permalink / raw
  To: gentoo-commits

commit:     5dacbcbc250d22ffd3cc8ee6dc1710b6320adc64
Author:     Mart Raudsepp <leio <AT> gentoo <DOT> org>
AuthorDate: Thu Sep 13 07:35:01 2018 +0000
Commit:     Mart Raudsepp <leio <AT> gentoo <DOT> org>
CommitDate: Thu Sep 13 07:35:01 2018 +0000
URL:        https://gitweb.gentoo.org/proj/gnome.git/commit/?id=5dacbcbc

x11-terms/gnome-terminal-3.26.2: remove, 3.28 available in ::gentoo

Main tree 3.28 also removed VALAC=/bin/true setting, as the non-installed
vala thing was ported away from vala in 3.28 or 3.26.

Package-Manager: Portage-2.3.49, Repoman-2.3.10

 .../gnome-terminal/gnome-terminal-3.26.2.ebuild    | 81 ----------------------
 1 file changed, 81 deletions(-)

diff --git a/x11-terms/gnome-terminal/gnome-terminal-3.26.2.ebuild b/x11-terms/gnome-terminal/gnome-terminal-3.26.2.ebuild
deleted file mode 100644
index 4cee5d9d..00000000
--- a/x11-terms/gnome-terminal/gnome-terminal-3.26.2.ebuild
+++ /dev/null
@@ -1,81 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="6"
-GNOME2_LA_PUNT="yes"
-
-inherit gnome2 readme.gentoo-r1
-
-DESCRIPTION="The Gnome Terminal"
-HOMEPAGE="https://wiki.gnome.org/Apps/Terminal/"
-
-LICENSE="GPL-3+"
-SLOT="0"
-IUSE="debug +gnome-shell +nautilus vanilla"
-SRC_URI="${SRC_URI} !vanilla? ( https://dev.gentoo.org/~tranquility/distfiles/${PN}/${P}-notify-open-title-transparency.patch.xz )"
-
-KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux"
-
-# FIXME: automagic dependency on gtk+[X], just transitive but needs proper control, bug 624960
-RDEPEND="
-	>=dev-libs/glib-2.42:2
-	>=x11-libs/gtk+-3.20:3
-	>=x11-libs/vte-0.50.2:2.91[!vanilla?]
-	>=dev-libs/libpcre2-10
-	>=gnome-base/dconf-0.14
-	>=gnome-base/gsettings-desktop-schemas-0.1.0
-	sys-apps/util-linux
-	gnome-shell? ( gnome-base/gnome-shell )
-	nautilus? ( >=gnome-base/nautilus-3 )
-"
-# itstool/yelp-tools required for help/* with non-en LINGUAS, see bug #549358
-# xmllint required for glib-compile-resources, see bug #549304
-DEPEND="${RDEPEND}
-	app-text/yelp-tools
-	dev-libs/libxml2
-	dev-util/gdbus-codegen
-	>=dev-util/intltool-0.50
-	sys-devel/gettext
-	virtual/pkgconfig
-"
-
-DOC_CONTENTS="To get previous working directory inherited in new opened tab, or
-	notifications of long-running commands finishing, you will need
-	to add the following line to your ~/.bashrc:\n
-	. /etc/profile.d/vte-2.91.sh"
-
-src_prepare() {
-	if ! use vanilla; then
-		# https://bugzilla.gnome.org/show_bug.cgi?id=695371
-		# Fedora patches:
-		# Restore transparency support (with compositing WMs only)
-		# OSC 777 desktop notification support (notifications on tabs for long-running commands completing)
-		# Restore separate menuitems for opening tabs and windows
-		# Restore "Set title" support
-		# http://pkgs.fedoraproject.org/cgit/rpms/gnome-terminal.git/plain/gnome-terminal-notify-open-title-transparency.patch
-		# Depends on vte[-vanilla] for OSC 777 patch in VTE
-		eapply "${WORKDIR}"/${P}-notify-open-title-transparency.patch
-	fi
-	gnome2_src_prepare
-}
-
-src_configure() {
-	gnome2_src_configure \
-		--disable-static \
-		--disable-migration \
-		$(use_enable debug) \
-		$(use_enable gnome-shell search-provider) \
-		$(use_with nautilus nautilus-extension) \
-		VALAC=$(type -P true)
-}
-
-src_install() {
-	DOCS="AUTHORS ChangeLog HACKING NEWS"
-	gnome2_src_install
-	readme.gentoo_create_doc
-}
-
-pkg_postinst() {
-	gnome2_pkg_postinst
-	readme.gentoo_print_elog
-}


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

* [gentoo-commits] proj/gnome:master commit in: x11-terms/gnome-terminal/
@ 2018-09-13  7:38 Mart Raudsepp
  0 siblings, 0 replies; 29+ messages in thread
From: Mart Raudsepp @ 2018-09-13  7:38 UTC (permalink / raw
  To: gentoo-commits

commit:     717f463a88a91b79e3cc0457103789e411c5225f
Author:     Mart Raudsepp <leio <AT> gentoo <DOT> org>
AuthorDate: Thu Sep 13 07:36:05 2018 +0000
Commit:     Mart Raudsepp <leio <AT> gentoo <DOT> org>
CommitDate: Thu Sep 13 07:36:05 2018 +0000
URL:        https://gitweb.gentoo.org/proj/gnome.git/commit/?id=717f463a

x11-terms/gnome-terminal-9999: partial sync

Package-Manager: Portage-2.3.49, Repoman-2.3.10

 x11-terms/gnome-terminal/gnome-terminal-9999.ebuild | 6 ++----
 1 file changed, 2 insertions(+), 4 deletions(-)

diff --git a/x11-terms/gnome-terminal/gnome-terminal-9999.ebuild b/x11-terms/gnome-terminal/gnome-terminal-9999.ebuild
index 6dbaeb11..de0e3912 100644
--- a/x11-terms/gnome-terminal/gnome-terminal-9999.ebuild
+++ b/x11-terms/gnome-terminal/gnome-terminal-9999.ebuild
@@ -15,9 +15,7 @@ HOMEPAGE="https://wiki.gnome.org/Apps/Terminal/"
 LICENSE="GPL-3+"
 SLOT="0"
 IUSE="debug +gnome-shell +nautilus"
-if [[ ${PV} = 9999 ]]; then
-	KEYWORDS=""
-else
+if [[ ${PV} != 9999 ]]; then
 	KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux"
 fi
 
@@ -25,7 +23,7 @@ fi
 RDEPEND="
 	>=dev-libs/glib-2.42:2
 	>=x11-libs/gtk+-3.20:3
-	>=x11-libs/vte-0.50.2:2.91
+	>=x11-libs/vte-0.52.2:2.91
 	>=dev-libs/libpcre2-10
 	>=gnome-base/dconf-0.14
 	>=gnome-base/gsettings-desktop-schemas-0.1.0


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

* [gentoo-commits] proj/gnome:master commit in: x11-terms/gnome-terminal/
@ 2018-10-07 21:21 Mart Raudsepp
  0 siblings, 0 replies; 29+ messages in thread
From: Mart Raudsepp @ 2018-10-07 21:21 UTC (permalink / raw
  To: gentoo-commits

commit:     b7c69a467dd75878328b52c71adda30def4a281c
Author:     Mart Raudsepp <leio <AT> gentoo <DOT> org>
AuthorDate: Sun Oct  7 21:03:43 2018 +0000
Commit:     Mart Raudsepp <leio <AT> gentoo <DOT> org>
CommitDate: Sun Oct  7 21:20:51 2018 +0000
URL:        https://gitweb.gentoo.org/proj/gnome.git/commit/?id=b7c69a46

x11-terms/gnome-terminal-9999: sync in dep updates from 3.30.1

Also remove gone --disable-migration configure argument

yelp-tools might actually be needed due to eautoreconf, but lets
see if anyone finds that to be the case..

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

 x11-terms/gnome-terminal/gnome-terminal-9999.ebuild | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

diff --git a/x11-terms/gnome-terminal/gnome-terminal-9999.ebuild b/x11-terms/gnome-terminal/gnome-terminal-9999.ebuild
index de0e3912..d253183a 100644
--- a/x11-terms/gnome-terminal/gnome-terminal-9999.ebuild
+++ b/x11-terms/gnome-terminal/gnome-terminal-9999.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI="6"
@@ -23,7 +23,7 @@ fi
 RDEPEND="
 	>=dev-libs/glib-2.42:2
 	>=x11-libs/gtk+-3.20:3
-	>=x11-libs/vte-0.52.2:2.91
+	>=x11-libs/vte-0.54.1:2.91
 	>=dev-libs/libpcre2-10
 	>=gnome-base/dconf-0.14
 	>=gnome-base/gsettings-desktop-schemas-0.1.0
@@ -31,13 +31,14 @@ RDEPEND="
 	gnome-shell? ( gnome-base/gnome-shell )
 	nautilus? ( >=gnome-base/nautilus-3 )
 "
-# itstool/yelp-tools required for help/* with non-en LINGUAS, see bug #549358
+# itstool required for help/* with non-en LINGUAS, see bug #549358
 # xmllint required for glib-compile-resources, see bug #549304
 DEPEND="${RDEPEND}
-	app-text/yelp-tools
-	dev-libs/libxml2
+	dev-libs/libxml2:2
 	dev-util/gdbus-codegen
+	dev-util/glib-utils
 	>=dev-util/intltool-0.50
+	dev-util/itstool
 	sys-devel/gettext
 	virtual/pkgconfig
 "
@@ -58,7 +59,6 @@ src_configure() {
 
 	gnome2_src_configure \
 		--disable-static \
-		--disable-migration \
 		$(use_enable debug) \
 		$(use_enable gnome-shell search-provider) \
 		$(use_with nautilus nautilus-extension) \


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

end of thread, other threads:[~2018-10-07 21:21 UTC | newest]

Thread overview: 29+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-04-13  4:00 [gentoo-commits] proj/gnome:master commit in: x11-terms/gnome-terminal/ Alexandre Restovtsev
  -- strict thread matches above, loose matches on Subject: below --
2018-10-07 21:21 Mart Raudsepp
2018-09-13  7:38 Mart Raudsepp
2018-09-13  7:38 Mart Raudsepp
2018-04-15 19:00 Ole Reifschneider
2018-01-12 15:05 Dennis Lamm
2016-05-11  6:35 Remi Cardona
2015-10-11 20:46 Ole Reifschneider
2015-05-19 13:56 Alexandre Rostovtsev
2015-05-19  0:36 Alexandre Rostovtsev
2015-05-12 18:44 Gilles Dartiguelongue
2015-04-26 13:53 Ole Reifschneider
2014-12-26 21:53 Gilles Dartiguelongue
2014-11-23 22:49 Gilles Dartiguelongue
2014-10-13 21:51 Gilles Dartiguelongue
2014-04-15 22:05 Gilles Dartiguelongue
2014-02-12 23:48 Gilles Dartiguelongue
2013-12-22 20:26 Gilles Dartiguelongue
2013-11-15  8:00 Gilles Dartiguelongue
2013-10-14  7:22 Gilles Dartiguelongue
2012-12-24 11:28 Gilles Dartiguelongue
2012-10-27 22:38 Gilles Dartiguelongue
2011-10-18  7:37 Alexandre Restovtsev
2011-04-29 17:29 Nirbheek Chauhan
2011-04-12  7:04 Gilles Dartiguelongue
2011-04-10 18:04 Gilles Dartiguelongue
2011-04-05  0:57 Nirbheek Chauhan
2011-02-23 21:18 Nirbheek Chauhan
2011-02-21 22:35 Nirbheek Chauhan

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