public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] proj/gnome:master commit in: x11-libs/vte/
@ 2011-03-06 13:01 Nirbheek Chauhan
  0 siblings, 0 replies; 26+ messages in thread
From: Nirbheek Chauhan @ 2011-03-06 13:01 UTC (permalink / raw
  To: gentoo-commits

commit:     1b8db19e873a6647c52bb000e46c74d0ad6b5d5b
Author:     Nirbheek Chauhan <nirbheek <AT> gentoo <DOT> org>
AuthorDate: Sun Mar  6 13:01:00 2011 +0000
Commit:     Nirbheek Chauhan <nirbheek <AT> gentoo <DOT> org>
CommitDate: Sun Mar  6 13:01:00 2011 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/gnome.git;a=commit;h=1b8db19e

x11-libs/vte: fix bug 357617

---
 x11-libs/vte/vte-0.27.90-r200.ebuild |    2 +-
 x11-libs/vte/vte-0.27.90.ebuild      |    6 +++---
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/x11-libs/vte/vte-0.27.90-r200.ebuild b/x11-libs/vte/vte-0.27.90-r200.ebuild
index 9139b7c..4757ce5 100644
--- a/x11-libs/vte/vte-0.27.90-r200.ebuild
+++ b/x11-libs/vte/vte-0.27.90-r200.ebuild
@@ -31,7 +31,7 @@ RDEPEND=">=dev-libs/glib-2.26:2
 	x11-libs/libX11
 	x11-libs/libXft
 
-	glade? ( dev-util/glade:3 )
+	glade? ( <dev-util/glade-3.9.1:3 )
 	introspection? ( >=dev-libs/gobject-introspection-0.9.0 )
 	python? ( >=dev-python/pygtk-2.4 ) "
 DEPEND="${RDEPEND}

diff --git a/x11-libs/vte/vte-0.27.90.ebuild b/x11-libs/vte/vte-0.27.90.ebuild
index cd7db5a..3a27da0 100644
--- a/x11-libs/vte/vte-0.27.90.ebuild
+++ b/x11-libs/vte/vte-0.27.90.ebuild
@@ -14,7 +14,7 @@ HOMEPAGE="http://git.gnome.org/browse/vte"
 
 LICENSE="LGPL-2"
 SLOT="2.90"
-IUSE="debug doc glade +introspection" #python
+IUSE="debug doc +introspection" #python
 if [[ ${PV} = 9999 ]]; then
 	inherit gnome2-live
 	KEYWORDS=""
@@ -32,7 +32,6 @@ RDEPEND=">=dev-libs/glib-2.26:2
 	x11-libs/libX11
 	x11-libs/libXft
 
-	glade? ( dev-util/glade:3 )
 	introspection? ( >=dev-libs/gobject-introspection-0.9.0 )"
 DEPEND="${RDEPEND}
 	doc? ( >=dev-util/gtk-doc-1.13 )
@@ -42,13 +41,14 @@ DEPEND="${RDEPEND}
 	sys-devel/gettext"
 
 src_prepare() {
+	# Glade is disabled because it needs gladeui-1.0 & gtk3 glade is gladeui-2.0
 	G2CONF="${G2CONF}
+		--disable-glade-catalogue
 		--disable-gnome-pty-helper
 		--disable-deprecation
 		--disable-maintainer-mode
 		--disable-static
 		$(use_enable debug)
-		$(use_enable glade glade-catalogue)
 		$(use_enable introspection)
 		--with-html-dir=${ROOT}/usr/share/doc/${PF}/html
 		--with-gtk=3.0"



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

* [gentoo-commits] proj/gnome:master commit in: x11-libs/vte/
@ 2011-03-19 23:22 Nirbheek Chauhan
  0 siblings, 0 replies; 26+ messages in thread
From: Nirbheek Chauhan @ 2011-03-19 23:22 UTC (permalink / raw
  To: gentoo-commits

commit:     bd00c3b70bbbc5020ae84f97a197ae50fb04abea
Author:     Nirbheek Chauhan <nirbheek <AT> gentoo <DOT> org>
AuthorDate: Sat Mar 19 19:53:18 2011 +0000
Commit:     Nirbheek Chauhan <nirbheek <AT> gentoo <DOT> org>
CommitDate: Sat Mar 19 20:04:17 2011 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/gnome.git;a=commit;h=bd00c3b7

x11-libs/vte: remove USE=glade, fix comment about python support

---
 x11-libs/vte/vte-0.27.90-r200.ebuild |    7 ++++---
 x11-libs/vte/vte-0.27.90.ebuild      |   15 ++++-----------
 2 files changed, 8 insertions(+), 14 deletions(-)

diff --git a/x11-libs/vte/vte-0.27.90-r200.ebuild b/x11-libs/vte/vte-0.27.90-r200.ebuild
index 4757ce5..562c3ba 100644
--- a/x11-libs/vte/vte-0.27.90-r200.ebuild
+++ b/x11-libs/vte/vte-0.27.90-r200.ebuild
@@ -14,7 +14,7 @@ HOMEPAGE="http://git.gnome.org/browse/vte"
 
 LICENSE="LGPL-2"
 SLOT="0"
-IUSE="debug doc glade +introspection python"
+IUSE="debug doc +introspection python"
 if [[ ${PV} = 9999 ]]; then
 	inherit gnome2-live
 	KEYWORDS=""
@@ -31,7 +31,6 @@ RDEPEND=">=dev-libs/glib-2.26:2
 	x11-libs/libX11
 	x11-libs/libXft
 
-	glade? ( <dev-util/glade-3.9.1:3 )
 	introspection? ( >=dev-libs/gobject-introspection-0.9.0 )
 	python? ( >=dev-python/pygtk-2.4 ) "
 DEPEND="${RDEPEND}
@@ -42,13 +41,15 @@ DEPEND="${RDEPEND}
 	sys-devel/gettext"
 
 pkg_setup() {
+	# Glade is disabled because it needs gladeui-1.0 & gtk3 glade is gladeui-2.0
+	# glade isn't slotted, and gtksourceview (for instance) needs gladeui-2.0
 	G2CONF="${G2CONF}
+		--disable-glade-catalogue
 		--disable-gnome-pty-helper
 		--disable-deprecation
 		--disable-maintainer-mode
 		--disable-static
 		$(use_enable debug)
-		$(use_enable glade glade-catalogue)
 		$(use_enable introspection)
 		$(use_enable python)
 		--with-html-dir=${ROOT}/usr/share/doc/${PF}/html

diff --git a/x11-libs/vte/vte-0.27.90.ebuild b/x11-libs/vte/vte-0.27.90.ebuild
index 3a27da0..14307b0 100644
--- a/x11-libs/vte/vte-0.27.90.ebuild
+++ b/x11-libs/vte/vte-0.27.90.ebuild
@@ -5,16 +5,15 @@
 EAPI="3"
 GCONF_DEBUG="yes"
 GNOME2_LA_PUNT="yes"
-#PYTHON_DEPEND="python? 2:2.4"
 
-inherit autotools eutils gnome2 #python
+inherit autotools eutils gnome2
 
 DESCRIPTION="GNOME terminal widget"
 HOMEPAGE="http://git.gnome.org/browse/vte"
 
 LICENSE="LGPL-2"
 SLOT="2.90"
-IUSE="debug doc +introspection" #python
+IUSE="debug doc +introspection"
 if [[ ${PV} = 9999 ]]; then
 	inherit gnome2-live
 	KEYWORDS=""
@@ -22,7 +21,6 @@ else
 	KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd"
 fi
 
-# No python bindings (yet) with gtk+:3
 PDEPEND="x11-libs/gnome-pty-helper"
 RDEPEND=">=dev-libs/glib-2.26:2
 	>=x11-libs/gtk+-3.0:3
@@ -41,6 +39,8 @@ DEPEND="${RDEPEND}
 	sys-devel/gettext"
 
 src_prepare() {
+	# Python bindings are via gobject-introspection
+	# Ex: from gi.repository import Vte
 	# Glade is disabled because it needs gladeui-1.0 & gtk3 glade is gladeui-2.0
 	G2CONF="${G2CONF}
 		--disable-glade-catalogue
@@ -52,9 +52,7 @@ src_prepare() {
 		$(use_enable introspection)
 		--with-html-dir=${ROOT}/usr/share/doc/${PF}/html
 		--with-gtk=3.0"
-		#$(use_enable python)
 	DOCS="AUTHORS ChangeLog HACKING NEWS README"
-	#use python && python_set_active_version 2
 
 	epatch "${FILESDIR}/${PN}-0.27.90-fix-gdk-targets.patch"
 
@@ -62,8 +60,3 @@ src_prepare() {
 
 	gnome2_src_prepare
 }
-
-#src_install() {
-#	gnome2_src_install
-#	python_clean_installation_image
-#}



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

* [gentoo-commits] proj/gnome:master commit in: x11-libs/vte/
@ 2011-04-06 15:19 Gilles Dartiguelongue
  0 siblings, 0 replies; 26+ messages in thread
From: Gilles Dartiguelongue @ 2011-04-06 15:19 UTC (permalink / raw
  To: gentoo-commits

commit:     3828d30c4946c20b93416aa22868c3256eadff99
Author:     Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
AuthorDate: Wed Apr  6 15:18:57 2011 +0000
Commit:     Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
CommitDate: Wed Apr  6 15:18:57 2011 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/gnome.git;a=commit;h=3828d30c

x11-libs/vte: QAed

	* Leave gtk-doc handling to gnome2 eclass
	* Split config and source modifications into proper phases
	* Re-add glade to vte:0, will trigger a conflict when both slots have USE=glade, but that's ok.
	* Various cleanups

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

---
 x11-libs/vte/vte-0.28.0-r300.ebuild |   15 ++++++++-------
 x11-libs/vte/vte-0.28.0.ebuild      |   21 +++++++++------------
 x11-libs/vte/vte-9999.ebuild        |   29 +++++++++++------------------
 3 files changed, 28 insertions(+), 37 deletions(-)

diff --git a/x11-libs/vte/vte-0.28.0-r300.ebuild b/x11-libs/vte/vte-0.28.0-r300.ebuild
index e6164b6..33bc45e 100644
--- a/x11-libs/vte/vte-0.28.0-r300.ebuild
+++ b/x11-libs/vte/vte-0.28.0-r300.ebuild
@@ -13,13 +13,13 @@ HOMEPAGE="http://git.gnome.org/browse/vte"
 
 LICENSE="LGPL-2"
 SLOT="2.90"
-IUSE="debug doc glade +introspection"
 if [[ ${PV} = 9999 ]]; then
 	inherit gnome2-live
 	KEYWORDS=""
 else
 	KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd"
 fi
+IUSE="debug doc glade +introspection"
 
 PDEPEND="x11-libs/gnome-pty-helper"
 RDEPEND=">=dev-libs/glib-2.26:2
@@ -30,15 +30,15 @@ RDEPEND=">=dev-libs/glib-2.26:2
 	x11-libs/libX11
 	x11-libs/libXft
 
+	glade? ( >=dev-util/glade-3.9:3 )
 	introspection? ( >=dev-libs/gobject-introspection-0.9.0 )"
 DEPEND="${RDEPEND}
-	doc? ( >=dev-util/gtk-doc-1.13 )
 	>=dev-util/intltool-0.35
 	>=dev-util/pkgconfig-0.9
-	sys-apps/sed
-	sys-devel/gettext"
+	sys-devel/gettext
+	doc? ( >=dev-util/gtk-doc-1.13 )"
 
-src_prepare() {
+pkg_setup() {
 	# Python bindings are via gobject-introspection
 	# Ex: from gi.repository import Vte
 	G2CONF="${G2CONF}
@@ -49,13 +49,14 @@ src_prepare() {
 		$(use_enable debug)
 		$(use_enable glade glade-catalogue)
 		$(use_enable introspection)
-		--with-html-dir=${ROOT}/usr/share/doc/${PF}/html
 		--with-gtk=3.0"
 	DOCS="AUTHORS ChangeLog HACKING NEWS README"
+}
 
+src_prepare() {
 	epatch "${FILESDIR}/${P}-fix-gdk-targets.patch"
 
 	[[ ${PV} != 9999 ]] && eautoreconf
 
 	gnome2_src_prepare
-}
+}
\ No newline at end of file

diff --git a/x11-libs/vte/vte-0.28.0.ebuild b/x11-libs/vte/vte-0.28.0.ebuild
index 562c3ba..4e43a5d 100644
--- a/x11-libs/vte/vte-0.28.0.ebuild
+++ b/x11-libs/vte/vte-0.28.0.ebuild
@@ -14,45 +14,42 @@ HOMEPAGE="http://git.gnome.org/browse/vte"
 
 LICENSE="LGPL-2"
 SLOT="0"
-IUSE="debug doc +introspection python"
 if [[ ${PV} = 9999 ]]; then
 	inherit gnome2-live
 	KEYWORDS=""
 else
 	KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd"
 fi
+IUSE="debug doc glade +introspection python"
 
 PDEPEND="x11-libs/gnome-pty-helper"
 RDEPEND=">=dev-libs/glib-2.26:2
-	>=x11-libs/gtk+-2.20.0:2
+	>=x11-libs/gtk+-2.20:2
 	>=x11-libs/pango-1.22.0
 
 	sys-libs/ncurses
 	x11-libs/libX11
 	x11-libs/libXft
 
+	glade? ( <dev-util/glade-3.9:3 )
 	introspection? ( >=dev-libs/gobject-introspection-0.9.0 )
-	python? ( >=dev-python/pygtk-2.4 ) "
+	python? ( >=dev-python/pygtk-2.4:2 )"
 DEPEND="${RDEPEND}
-	doc? ( >=dev-util/gtk-doc-1.13 )
 	>=dev-util/intltool-0.35
 	>=dev-util/pkgconfig-0.9
-	sys-apps/sed
-	sys-devel/gettext"
+	sys-devel/gettext
+	doc? ( >=dev-util/gtk-doc-1.13 )"
 
 pkg_setup() {
-	# Glade is disabled because it needs gladeui-1.0 & gtk3 glade is gladeui-2.0
-	# glade isn't slotted, and gtksourceview (for instance) needs gladeui-2.0
 	G2CONF="${G2CONF}
-		--disable-glade-catalogue
 		--disable-gnome-pty-helper
 		--disable-deprecation
 		--disable-maintainer-mode
 		--disable-static
 		$(use_enable debug)
+		$(use_enable glade glade-catalogue)
 		$(use_enable introspection)
 		$(use_enable python)
-		--with-html-dir=${ROOT}/usr/share/doc/${PF}/html
 		--with-gtk=2.0"
 	DOCS="AUTHORS ChangeLog HACKING NEWS README"
 	use python && python_set_active_version 2
@@ -60,5 +57,5 @@ pkg_setup() {
 
 src_install() {
 	gnome2_src_install
-	python_clean_installation_image
-}
+	use python && python_clean_installation_image
+}
\ No newline at end of file

diff --git a/x11-libs/vte/vte-9999.ebuild b/x11-libs/vte/vte-9999.ebuild
index cd7db5a..7708a9e 100644
--- a/x11-libs/vte/vte-9999.ebuild
+++ b/x11-libs/vte/vte-9999.ebuild
@@ -5,24 +5,22 @@
 EAPI="3"
 GCONF_DEBUG="yes"
 GNOME2_LA_PUNT="yes"
-#PYTHON_DEPEND="python? 2:2.4"
 
-inherit autotools eutils gnome2 #python
+inherit autotools eutils gnome2
 
 DESCRIPTION="GNOME terminal widget"
 HOMEPAGE="http://git.gnome.org/browse/vte"
 
 LICENSE="LGPL-2"
 SLOT="2.90"
-IUSE="debug doc glade +introspection" #python
 if [[ ${PV} = 9999 ]]; then
 	inherit gnome2-live
 	KEYWORDS=""
 else
 	KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd"
 fi
+IUSE="debug doc glade +introspection"
 
-# No python bindings (yet) with gtk+:3
 PDEPEND="x11-libs/gnome-pty-helper"
 RDEPEND=">=dev-libs/glib-2.26:2
 	>=x11-libs/gtk+-3.0:3
@@ -32,16 +30,17 @@ RDEPEND=">=dev-libs/glib-2.26:2
 	x11-libs/libX11
 	x11-libs/libXft
 
-	glade? ( dev-util/glade:3 )
+	glade? ( >=dev-util/glade-3.9:3 )
 	introspection? ( >=dev-libs/gobject-introspection-0.9.0 )"
 DEPEND="${RDEPEND}
-	doc? ( >=dev-util/gtk-doc-1.13 )
 	>=dev-util/intltool-0.35
 	>=dev-util/pkgconfig-0.9
-	sys-apps/sed
-	sys-devel/gettext"
+	sys-devel/gettext
+	doc? ( >=dev-util/gtk-doc-1.13 )"
 
-src_prepare() {
+pkg_setup() {
+	# Python bindings are via gobject-introspection
+	# Ex: from gi.repository import Vte
 	G2CONF="${G2CONF}
 		--disable-gnome-pty-helper
 		--disable-deprecation
@@ -50,20 +49,14 @@ src_prepare() {
 		$(use_enable debug)
 		$(use_enable glade glade-catalogue)
 		$(use_enable introspection)
-		--with-html-dir=${ROOT}/usr/share/doc/${PF}/html
 		--with-gtk=3.0"
-		#$(use_enable python)
 	DOCS="AUTHORS ChangeLog HACKING NEWS README"
-	#use python && python_set_active_version 2
+}
 
+src_prepare() {
 	epatch "${FILESDIR}/${PN}-0.27.90-fix-gdk-targets.patch"
 
 	[[ ${PV} != 9999 ]] && eautoreconf
 
 	gnome2_src_prepare
-}
-
-#src_install() {
-#	gnome2_src_install
-#	python_clean_installation_image
-#}
+}
\ No newline at end of file



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

* [gentoo-commits] proj/gnome:master commit in: x11-libs/vte/
@ 2011-04-07 22:17 Gilles Dartiguelongue
  0 siblings, 0 replies; 26+ messages in thread
From: Gilles Dartiguelongue @ 2011-04-07 22:17 UTC (permalink / raw
  To: gentoo-commits

commit:     ac0b00bedc1dbcf9998e5706bad0fac6bc79d9ff
Author:     Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
AuthorDate: Thu Apr  7 22:12:56 2011 +0000
Commit:     Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
CommitDate: Thu Apr  7 22:17:20 2011 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/gnome.git;a=commit;h=ac0b00be

x11-libs/vte: add missing introspection requirements, bug #362529

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

---
 x11-libs/vte/vte-0.28.0-r300.ebuild |    4 ++--
 x11-libs/vte/vte-0.28.0.ebuild      |    4 ++--
 x11-libs/vte/vte-9999.ebuild        |    4 ++--
 3 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/x11-libs/vte/vte-0.28.0-r300.ebuild b/x11-libs/vte/vte-0.28.0-r300.ebuild
index 33bc45e..fbb2735 100644
--- a/x11-libs/vte/vte-0.28.0-r300.ebuild
+++ b/x11-libs/vte/vte-0.28.0-r300.ebuild
@@ -23,7 +23,7 @@ IUSE="debug doc glade +introspection"
 
 PDEPEND="x11-libs/gnome-pty-helper"
 RDEPEND=">=dev-libs/glib-2.26:2
-	>=x11-libs/gtk+-3.0:3
+	>=x11-libs/gtk+-3.0:3[introspection?]
 	>=x11-libs/pango-1.22.0
 
 	sys-libs/ncurses
@@ -59,4 +59,4 @@ src_prepare() {
 	[[ ${PV} != 9999 ]] && eautoreconf
 
 	gnome2_src_prepare
-}
\ No newline at end of file
+}

diff --git a/x11-libs/vte/vte-0.28.0.ebuild b/x11-libs/vte/vte-0.28.0.ebuild
index 4e43a5d..8d840eb 100644
--- a/x11-libs/vte/vte-0.28.0.ebuild
+++ b/x11-libs/vte/vte-0.28.0.ebuild
@@ -24,7 +24,7 @@ IUSE="debug doc glade +introspection python"
 
 PDEPEND="x11-libs/gnome-pty-helper"
 RDEPEND=">=dev-libs/glib-2.26:2
-	>=x11-libs/gtk+-2.20:2
+	>=x11-libs/gtk+-2.20:2[introspection?]
 	>=x11-libs/pango-1.22.0
 
 	sys-libs/ncurses
@@ -58,4 +58,4 @@ pkg_setup() {
 src_install() {
 	gnome2_src_install
 	use python && python_clean_installation_image
-}
\ No newline at end of file
+}

diff --git a/x11-libs/vte/vte-9999.ebuild b/x11-libs/vte/vte-9999.ebuild
index 7708a9e..7a77d4f 100644
--- a/x11-libs/vte/vte-9999.ebuild
+++ b/x11-libs/vte/vte-9999.ebuild
@@ -23,7 +23,7 @@ IUSE="debug doc glade +introspection"
 
 PDEPEND="x11-libs/gnome-pty-helper"
 RDEPEND=">=dev-libs/glib-2.26:2
-	>=x11-libs/gtk+-3.0:3
+	>=x11-libs/gtk+-3.0:3[introspection?]
 	>=x11-libs/pango-1.22.0
 
 	sys-libs/ncurses
@@ -59,4 +59,4 @@ src_prepare() {
 	[[ ${PV} != 9999 ]] && eautoreconf
 
 	gnome2_src_prepare
-}
\ No newline at end of file
+}



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

* [gentoo-commits] proj/gnome:master commit in: x11-libs/vte/
@ 2011-05-01 15:14 Nirbheek Chauhan
  0 siblings, 0 replies; 26+ messages in thread
From: Nirbheek Chauhan @ 2011-05-01 15:14 UTC (permalink / raw
  To: gentoo-commits

commit:     c503a0a1dcad3df62f147cc6cc7ee07b33c3edba
Author:     Nirbheek Chauhan <nirbheek <AT> gentoo <DOT> org>
AuthorDate: Sun May  1 15:14:01 2011 +0000
Commit:     Nirbheek Chauhan <nirbheek <AT> gentoo <DOT> org>
CommitDate: Sun May  1 15:14:01 2011 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/gnome.git;a=commit;h=c503a0a1

x11-libs/vte: moved to the tree

---
 x11-libs/vte/vte-0.28.0-r300.ebuild |   64 -----------------------------------
 x11-libs/vte/vte-0.28.0.ebuild      |   63 ----------------------------------
 x11-libs/vte/vte-9999.ebuild        |    2 +-
 3 files changed, 1 insertions(+), 128 deletions(-)

diff --git a/x11-libs/vte/vte-0.28.0-r300.ebuild b/x11-libs/vte/vte-0.28.0-r300.ebuild
deleted file mode 100644
index c4d7c35..0000000
--- a/x11-libs/vte/vte-0.28.0-r300.ebuild
+++ /dev/null
@@ -1,64 +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/vte/vte-0.26.2.ebuild,v 1.1 2010/11/19 22:00:44 pacho Exp $
-
-EAPI="3"
-GCONF_DEBUG="yes"
-GNOME2_LA_PUNT="yes"
-
-inherit autotools eutils gnome2
-if [[ ${PV} = 9999 ]]; then
-	inherit gnome2-live
-fi
-
-DESCRIPTION="GNOME terminal widget"
-HOMEPAGE="http://git.gnome.org/browse/vte"
-
-LICENSE="LGPL-2"
-SLOT="2.90"
-if [[ ${PV} = 9999 ]]; then
-	KEYWORDS=""
-else
-	KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd"
-fi
-IUSE="debug doc glade +introspection"
-
-PDEPEND="x11-libs/gnome-pty-helper"
-RDEPEND=">=dev-libs/glib-2.26:2
-	>=x11-libs/gtk+-3.0:3[introspection?]
-	>=x11-libs/pango-1.22.0
-
-	sys-libs/ncurses
-	x11-libs/libX11
-	x11-libs/libXft
-
-	glade? ( >=dev-util/glade-3.9:3 )
-	introspection? ( >=dev-libs/gobject-introspection-0.9.0 )"
-DEPEND="${RDEPEND}
-	>=dev-util/intltool-0.35
-	>=dev-util/pkgconfig-0.9
-	sys-devel/gettext
-	doc? ( >=dev-util/gtk-doc-1.13 )"
-
-pkg_setup() {
-	# Python bindings are via gobject-introspection
-	# Ex: from gi.repository import Vte
-	G2CONF="${G2CONF}
-		--disable-gnome-pty-helper
-		--disable-deprecation
-		--disable-maintainer-mode
-		--disable-static
-		$(use_enable debug)
-		$(use_enable glade glade-catalogue)
-		$(use_enable introspection)
-		--with-gtk=3.0"
-	DOCS="AUTHORS ChangeLog HACKING NEWS README"
-}
-
-src_prepare() {
-	epatch "${FILESDIR}/${P}-fix-gdk-targets.patch"
-
-	[[ ${PV} != 9999 ]] && eautoreconf
-
-	gnome2_src_prepare
-}

diff --git a/x11-libs/vte/vte-0.28.0.ebuild b/x11-libs/vte/vte-0.28.0.ebuild
deleted file mode 100644
index 1fd8b8c..0000000
--- a/x11-libs/vte/vte-0.28.0.ebuild
+++ /dev/null
@@ -1,63 +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/vte/vte-0.26.2.ebuild,v 1.1 2010/11/19 22:00:44 pacho Exp $
-
-EAPI="3"
-GCONF_DEBUG="yes"
-GNOME2_LA_PUNT="yes"
-PYTHON_DEPEND="python? 2:2.4"
-
-inherit gnome2 python
-if [[ ${PV} = 9999 ]]; then
-	inherit gnome2-live
-fi
-
-DESCRIPTION="GNOME terminal widget"
-HOMEPAGE="http://git.gnome.org/browse/vte"
-
-LICENSE="LGPL-2"
-SLOT="0"
-if [[ ${PV} = 9999 ]]; then
-	KEYWORDS=""
-else
-	KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd"
-fi
-IUSE="debug doc glade +introspection python"
-
-PDEPEND="x11-libs/gnome-pty-helper"
-RDEPEND=">=dev-libs/glib-2.26:2
-	>=x11-libs/gtk+-2.20:2[introspection?]
-	>=x11-libs/pango-1.22.0
-
-	sys-libs/ncurses
-	x11-libs/libX11
-	x11-libs/libXft
-
-	glade? ( <dev-util/glade-3.9:3 )
-	introspection? ( >=dev-libs/gobject-introspection-0.9.0 )
-	python? ( >=dev-python/pygtk-2.4:2 )"
-DEPEND="${RDEPEND}
-	>=dev-util/intltool-0.35
-	>=dev-util/pkgconfig-0.9
-	sys-devel/gettext
-	doc? ( >=dev-util/gtk-doc-1.13 )"
-
-pkg_setup() {
-	G2CONF="${G2CONF}
-		--disable-gnome-pty-helper
-		--disable-deprecation
-		--disable-maintainer-mode
-		--disable-static
-		$(use_enable debug)
-		$(use_enable glade glade-catalogue)
-		$(use_enable introspection)
-		$(use_enable python)
-		--with-gtk=2.0"
-	DOCS="AUTHORS ChangeLog HACKING NEWS README"
-	use python && python_set_active_version 2
-}
-
-src_install() {
-	gnome2_src_install
-	use python && python_clean_installation_image
-}

diff --git a/x11-libs/vte/vte-9999.ebuild b/x11-libs/vte/vte-9999.ebuild
index 5bd381d..c8d89ff 100644
--- a/x11-libs/vte/vte-9999.ebuild
+++ b/x11-libs/vte/vte-9999.ebuild
@@ -56,7 +56,7 @@ pkg_setup() {
 }
 
 src_prepare() {
-	epatch "${FILESDIR}/${PN}-0.27.90-fix-gdk-targets.patch"
+	epatch "${FILESDIR}/${PN}-0.28.0-fix-gdk-targets.patch"
 
 	[[ ${PV} != 9999 ]] && eautoreconf
 



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

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

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

x11-libs/vte: 0.30.0 → 0.30.1

---
 .../vte/{vte-0.30.0.ebuild => vte-0.30.1.ebuild}   |    0
 1 files changed, 0 insertions(+), 0 deletions(-)

diff --git a/x11-libs/vte/vte-0.30.0.ebuild b/x11-libs/vte/vte-0.30.1.ebuild
similarity index 100%
rename from x11-libs/vte/vte-0.30.0.ebuild
rename to x11-libs/vte/vte-0.30.1.ebuild



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

* [gentoo-commits] proj/gnome:master commit in: x11-libs/vte/
@ 2011-10-21 22:24 Alexandre Restovtsev
  0 siblings, 0 replies; 26+ messages in thread
From: Alexandre Restovtsev @ 2011-10-21 22:24 UTC (permalink / raw
  To: gentoo-commits

commit:     ac55a4e6201a5bd4190cf8ea3533f891fb4de42d
Author:     Alexandre Rostovtsev <tetromino <AT> gentoo <DOT> org>
AuthorDate: Fri Oct 21 19:58:25 2011 +0000
Commit:     Alexandre Restovtsev <tetromino <AT> gmail <DOT> com>
CommitDate: Fri Oct 21 19:58:25 2011 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/gnome.git;a=commit;h=ac55a4e6

x11-libs/vte: moved vte-0.30.1 to gx86

---
 x11-libs/vte/vte-0.30.1.ebuild |   48 ----------------------------------------
 1 files changed, 0 insertions(+), 48 deletions(-)

diff --git a/x11-libs/vte/vte-0.30.1.ebuild b/x11-libs/vte/vte-0.30.1.ebuild
deleted file mode 100644
index 63f61c5..0000000
--- a/x11-libs/vte/vte-0.30.1.ebuild
+++ /dev/null
@@ -1,48 +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/vte/vte-0.26.2.ebuild,v 1.1 2010/11/19 22:00:44 pacho Exp $
-
-EAPI="4"
-GCONF_DEBUG="yes"
-GNOME2_LA_PUNT="yes"
-
-inherit gnome2
-
-DESCRIPTION="GNOME terminal widget"
-HOMEPAGE="http://git.gnome.org/browse/vte"
-
-LICENSE="LGPL-2"
-SLOT="2.90"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd"
-IUSE="debug doc glade +introspection"
-
-PDEPEND="x11-libs/gnome-pty-helper"
-RDEPEND=">=dev-libs/glib-2.26:2
-	>=x11-libs/gtk+-3.1.9:3[introspection?]
-	>=x11-libs/pango-1.22.0
-
-	sys-libs/ncurses
-	x11-libs/libX11
-	x11-libs/libXft
-
-	glade? ( >=dev-util/glade-3.9:3.10 )
-	introspection? ( >=dev-libs/gobject-introspection-0.9.0 )"
-DEPEND="${RDEPEND}
-	>=dev-util/intltool-0.35
-	>=dev-util/pkgconfig-0.9
-	sys-devel/gettext
-	doc? ( >=dev-util/gtk-doc-1.13 )"
-
-pkg_setup() {
-	# Python bindings are via gobject-introspection
-	# Ex: from gi.repository import Vte
-	G2CONF="${G2CONF}
-		--disable-gnome-pty-helper
-		--disable-deprecation
-		--disable-maintainer-mode
-		--disable-static
-		$(use_enable debug)
-		$(use_enable glade glade-catalogue)
-		$(use_enable introspection)"
-	DOCS="AUTHORS ChangeLog HACKING NEWS README"
-}



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

* [gentoo-commits] proj/gnome:master commit in: x11-libs/vte/
@ 2012-09-22 18:03 Nirbheek Chauhan
  0 siblings, 0 replies; 26+ messages in thread
From: Nirbheek Chauhan @ 2012-09-22 18:03 UTC (permalink / raw
  To: gentoo-commits

commit:     e8739e9c2a4ae1304f0de4cffab317bc448974b9
Author:     Nirbheek Chauhan <nirbheek <AT> gentoo <DOT> org>
AuthorDate: Sat Sep 22 16:13:31 2012 +0000
Commit:     Nirbheek Chauhan <nirbheek <AT> gentoo <DOT> org>
CommitDate: Sat Sep 22 16:13:31 2012 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/gnome.git;a=commit;h=e8739e9c

Add x11-libs/vte-0.34.0

---
 .../vte/{vte-9999.ebuild => vte-0.34.0.ebuild}     |   17 ++++++++++++-----
 x11-libs/vte/vte-9999.ebuild                       |   17 ++++++++++++-----
 2 files changed, 24 insertions(+), 10 deletions(-)

diff --git a/x11-libs/vte/vte-9999.ebuild b/x11-libs/vte/vte-0.34.0.ebuild
similarity index 76%
copy from x11-libs/vte/vte-9999.ebuild
copy to x11-libs/vte/vte-0.34.0.ebuild
index 6c5c76b..98336bf 100644
--- a/x11-libs/vte/vte-9999.ebuild
+++ b/x11-libs/vte/vte-0.34.0.ebuild
@@ -1,6 +1,6 @@
 # Copyright 1999-2012 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/vte/vte-0.32.2.ebuild,v 1.2 2012/07/30 13:51:56 ottxor Exp $
 
 EAPI="4"
 GCONF_DEBUG="yes"
@@ -8,7 +8,6 @@ GNOME2_LA_PUNT="yes"
 
 inherit eutils gnome2
 if [[ ${PV} = 9999 ]]; then
-	EGIT_BRANCH=${EGIT_BRANCH:-"vte-0-32"}
 	inherit gnome2-live
 fi
 
@@ -17,12 +16,12 @@ HOMEPAGE="http://git.gnome.org/browse/vte"
 
 LICENSE="LGPL-2"
 SLOT="2.90"
+IUSE="debug doc glade +introspection"
 if [[ ${PV} = 9999 ]]; then
 	KEYWORDS=""
 else
-	KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd"
+	KEYWORDS="~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux ~x64-solaris ~x86-solaris ~alpha"
 fi
-IUSE="debug doc glade +introspection"
 
 PDEPEND="x11-libs/gnome-pty-helper"
 RDEPEND=">=dev-libs/glib-2.31.13:2
@@ -37,8 +36,8 @@ RDEPEND=">=dev-libs/glib-2.31.13:2
 	introspection? ( >=dev-libs/gobject-introspection-0.9.0 )"
 DEPEND="${RDEPEND}
 	>=dev-util/intltool-0.35
-	sys-devel/gettext
 	virtual/pkgconfig
+	sys-devel/gettext
 	doc? ( >=dev-util/gtk-doc-1.13 )"
 
 pkg_setup() {
@@ -51,6 +50,14 @@ pkg_setup() {
 		$(use_enable debug)
 		$(use_enable glade glade-catalogue)
 		$(use_enable introspection)"
+
+	if [[ ${CHOST} == *-interix* ]]; then
+		G2CONF="${G2CONF} --disable-Bsymbolic"
+
+		# interix stropts.h is empty...
+		export ac_cv_header_stropts_h=no
+	fi
+
 	DOCS="AUTHORS ChangeLog HACKING NEWS README"
 }
 

diff --git a/x11-libs/vte/vte-9999.ebuild b/x11-libs/vte/vte-9999.ebuild
index 6c5c76b..98336bf 100644
--- a/x11-libs/vte/vte-9999.ebuild
+++ b/x11-libs/vte/vte-9999.ebuild
@@ -1,6 +1,6 @@
 # Copyright 1999-2012 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/vte/vte-0.32.2.ebuild,v 1.2 2012/07/30 13:51:56 ottxor Exp $
 
 EAPI="4"
 GCONF_DEBUG="yes"
@@ -8,7 +8,6 @@ GNOME2_LA_PUNT="yes"
 
 inherit eutils gnome2
 if [[ ${PV} = 9999 ]]; then
-	EGIT_BRANCH=${EGIT_BRANCH:-"vte-0-32"}
 	inherit gnome2-live
 fi
 
@@ -17,12 +16,12 @@ HOMEPAGE="http://git.gnome.org/browse/vte"
 
 LICENSE="LGPL-2"
 SLOT="2.90"
+IUSE="debug doc glade +introspection"
 if [[ ${PV} = 9999 ]]; then
 	KEYWORDS=""
 else
-	KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd"
+	KEYWORDS="~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux ~x64-solaris ~x86-solaris ~alpha"
 fi
-IUSE="debug doc glade +introspection"
 
 PDEPEND="x11-libs/gnome-pty-helper"
 RDEPEND=">=dev-libs/glib-2.31.13:2
@@ -37,8 +36,8 @@ RDEPEND=">=dev-libs/glib-2.31.13:2
 	introspection? ( >=dev-libs/gobject-introspection-0.9.0 )"
 DEPEND="${RDEPEND}
 	>=dev-util/intltool-0.35
-	sys-devel/gettext
 	virtual/pkgconfig
+	sys-devel/gettext
 	doc? ( >=dev-util/gtk-doc-1.13 )"
 
 pkg_setup() {
@@ -51,6 +50,14 @@ pkg_setup() {
 		$(use_enable debug)
 		$(use_enable glade glade-catalogue)
 		$(use_enable introspection)"
+
+	if [[ ${CHOST} == *-interix* ]]; then
+		G2CONF="${G2CONF} --disable-Bsymbolic"
+
+		# interix stropts.h is empty...
+		export ac_cv_header_stropts_h=no
+	fi
+
 	DOCS="AUTHORS ChangeLog HACKING NEWS README"
 }
 


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

* [gentoo-commits] proj/gnome:master commit in: x11-libs/vte/
@ 2012-09-25 15:46 Alexandre Rostovtsev
  0 siblings, 0 replies; 26+ messages in thread
From: Alexandre Rostovtsev @ 2012-09-25 15:46 UTC (permalink / raw
  To: gentoo-commits

commit:     0365c1accbbe8cc9b147fab738b59a5631b351f1
Author:     Alexandre Rostovtsev <tetromino <AT> gentoo <DOT> org>
AuthorDate: Tue Sep 25 15:41:55 2012 +0000
Commit:     Alexandre Rostovtsev <tetromino <AT> gentoo <DOT> org>
CommitDate: Tue Sep 25 15:41:55 2012 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/gnome.git;a=commit;h=0365c1ac

x11-libs/vte: now in gx86

---
 x11-libs/vte/vte-0.34.0.ebuild |   74 ----------------------------------------
 x11-libs/vte/vte-9999.ebuild   |   10 +++---
 2 files changed, 5 insertions(+), 79 deletions(-)

diff --git a/x11-libs/vte/vte-0.34.0.ebuild b/x11-libs/vte/vte-0.34.0.ebuild
deleted file mode 100644
index 98336bf..0000000
--- a/x11-libs/vte/vte-0.34.0.ebuild
+++ /dev/null
@@ -1,74 +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/vte/vte-0.32.2.ebuild,v 1.2 2012/07/30 13:51:56 ottxor Exp $
-
-EAPI="4"
-GCONF_DEBUG="yes"
-GNOME2_LA_PUNT="yes"
-
-inherit eutils gnome2
-if [[ ${PV} = 9999 ]]; then
-	inherit gnome2-live
-fi
-
-DESCRIPTION="GNOME terminal widget"
-HOMEPAGE="http://git.gnome.org/browse/vte"
-
-LICENSE="LGPL-2"
-SLOT="2.90"
-IUSE="debug doc glade +introspection"
-if [[ ${PV} = 9999 ]]; then
-	KEYWORDS=""
-else
-	KEYWORDS="~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux ~x64-solaris ~x86-solaris ~alpha"
-fi
-
-PDEPEND="x11-libs/gnome-pty-helper"
-RDEPEND=">=dev-libs/glib-2.31.13:2
-	>=x11-libs/gtk+-3.1.9:3[introspection?]
-	>=x11-libs/pango-1.22.0
-
-	sys-libs/ncurses
-	x11-libs/libX11
-	x11-libs/libXft
-
-	glade? ( >=dev-util/glade-3.9:3.10 )
-	introspection? ( >=dev-libs/gobject-introspection-0.9.0 )"
-DEPEND="${RDEPEND}
-	>=dev-util/intltool-0.35
-	virtual/pkgconfig
-	sys-devel/gettext
-	doc? ( >=dev-util/gtk-doc-1.13 )"
-
-pkg_setup() {
-	# Python bindings are via gobject-introspection
-	# Ex: from gi.repository import Vte
-	# Do not disable gnome-pty-helper, bug #401389
-	G2CONF="${G2CONF}
-		--disable-deprecation
-		--disable-static
-		$(use_enable debug)
-		$(use_enable glade glade-catalogue)
-		$(use_enable introspection)"
-
-	if [[ ${CHOST} == *-interix* ]]; then
-		G2CONF="${G2CONF} --disable-Bsymbolic"
-
-		# interix stropts.h is empty...
-		export ac_cv_header_stropts_h=no
-	fi
-
-	DOCS="AUTHORS ChangeLog HACKING NEWS README"
-}
-
-src_prepare() {
-	# https://bugzilla.gnome.org/show_bug.cgi?id=663779
-	epatch "${FILESDIR}/${PN}-0.30.1-alt-meta.patch"
-
-	gnome2_src_prepare
-}
-
-src_install() {
-	gnome2_src_install
-	rm -v "${ED}usr/libexec/gnome-pty-helper" || die
-}

diff --git a/x11-libs/vte/vte-9999.ebuild b/x11-libs/vte/vte-9999.ebuild
index 98336bf..9960598 100644
--- a/x11-libs/vte/vte-9999.ebuild
+++ b/x11-libs/vte/vte-9999.ebuild
@@ -1,6 +1,6 @@
 # Copyright 1999-2012 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-libs/vte/vte-0.32.2.ebuild,v 1.2 2012/07/30 13:51:56 ottxor Exp $
+# $Header: $
 
 EAPI="4"
 GCONF_DEBUG="yes"
@@ -12,15 +12,15 @@ if [[ ${PV} = 9999 ]]; then
 fi
 
 DESCRIPTION="GNOME terminal widget"
-HOMEPAGE="http://git.gnome.org/browse/vte"
+HOMEPAGE="https://live.gnome.org/VTE"
 
-LICENSE="LGPL-2"
+LICENSE="LGPL-2+"
 SLOT="2.90"
 IUSE="debug doc glade +introspection"
 if [[ ${PV} = 9999 ]]; then
 	KEYWORDS=""
 else
-	KEYWORDS="~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux ~x64-solaris ~x86-solaris ~alpha"
+	KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux ~x64-solaris ~x86-solaris"
 fi
 
 PDEPEND="x11-libs/gnome-pty-helper"
@@ -36,8 +36,8 @@ RDEPEND=">=dev-libs/glib-2.31.13:2
 	introspection? ( >=dev-libs/gobject-introspection-0.9.0 )"
 DEPEND="${RDEPEND}
 	>=dev-util/intltool-0.35
-	virtual/pkgconfig
 	sys-devel/gettext
+	virtual/pkgconfig
 	doc? ( >=dev-util/gtk-doc-1.13 )"
 
 pkg_setup() {


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

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

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

x11-libs/vte: fix repoman issues

* Sync with gentoo-x86
* Applied team policy

---
 x11-libs/vte/metadata.xml    |  8 ++++++
 x11-libs/vte/vte-9999.ebuild | 68 +++++++++++++++++++++++++-------------------
 2 files changed, 47 insertions(+), 29 deletions(-)

diff --git a/x11-libs/vte/metadata.xml b/x11-libs/vte/metadata.xml
new file mode 100644
index 0000000..c47f754
--- /dev/null
+++ b/x11-libs/vte/metadata.xml
@@ -0,0 +1,8 @@
+<?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'>Provide integration with <pkg>dev-util/glade</pkg>.</flag>
+  </use>
+</pkgmetadata>

diff --git a/x11-libs/vte/vte-9999.ebuild b/x11-libs/vte/vte-9999.ebuild
index 9960598..2362447 100644
--- a/x11-libs/vte/vte-9999.ebuild
+++ b/x11-libs/vte/vte-9999.ebuild
@@ -1,30 +1,31 @@
-# Copyright 1999-2012 Gentoo Foundation
+# Copyright 1999-2013 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Header: $
 
-EAPI="4"
+EAPI="5"
 GCONF_DEBUG="yes"
-GNOME2_LA_PUNT="yes"
 
 inherit eutils gnome2
 if [[ ${PV} = 9999 ]]; then
 	inherit gnome2-live
 fi
 
-DESCRIPTION="GNOME terminal widget"
-HOMEPAGE="https://live.gnome.org/VTE"
+DESCRIPTION="Library providing a virtual terminal emulator widget"
+HOMEPAGE="https://wiki.gnome.org/action/show/Apps/Terminal/VTE"
 
 LICENSE="LGPL-2+"
 SLOT="2.90"
-IUSE="debug doc glade +introspection"
+IUSE="debug glade +introspection"
 if [[ ${PV} = 9999 ]]; then
 	KEYWORDS=""
+	IUSE="${IUSE} doc"
 else
-	KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux ~x64-solaris ~x86-solaris"
+	KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~arm-linux ~x86-linux ~x64-solaris ~x86-solaris"
 fi
 
 PDEPEND="x11-libs/gnome-pty-helper"
-RDEPEND=">=dev-libs/glib-2.31.13:2
+RDEPEND="
+	>=dev-libs/glib-2.31.13:2
 	>=x11-libs/gtk+-3.1.9:3[introspection?]
 	>=x11-libs/pango-1.22.0
 
@@ -33,42 +34,51 @@ RDEPEND=">=dev-libs/glib-2.31.13:2
 	x11-libs/libXft
 
 	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-1.13
 	>=dev-util/intltool-0.35
 	sys-devel/gettext
 	virtual/pkgconfig
-	doc? ( >=dev-util/gtk-doc-1.13 )"
+"
 
-pkg_setup() {
-	# Python bindings are via gobject-introspection
-	# Ex: from gi.repository import Vte
-	# Do not disable gnome-pty-helper, bug #401389
-	G2CONF="${G2CONF}
-		--disable-deprecation
-		--disable-static
-		$(use_enable debug)
-		$(use_enable glade glade-catalogue)
-		$(use_enable introspection)"
+if [[ ${PV} = 9999 ]]; then
+	DEPEND="${DEPEND}
+		doc? ( >=dev-util/gtk-doc-1.13 )"
+fi
+
+src_prepare() {
+	# https://bugzilla.gnome.org/show_bug.cgi?id=663779
+	epatch "${FILESDIR}/${PN}-0.30.1-alt-meta.patch"
+
+	gnome2_src_prepare
+}
+
+src_configure() {
+	local myconf=""
 
 	if [[ ${CHOST} == *-interix* ]]; then
-		G2CONF="${G2CONF} --disable-Bsymbolic"
+		myconf="${myconf} --disable-Bsymbolic"
 
 		# interix stropts.h is empty...
 		export ac_cv_header_stropts_h=no
 	fi
 
-	DOCS="AUTHORS ChangeLog HACKING NEWS README"
-}
-
-src_prepare() {
-	# https://bugzilla.gnome.org/show_bug.cgi?id=663779
-	epatch "${FILESDIR}/${PN}-0.30.1-alt-meta.patch"
-
-	gnome2_src_prepare
+	# Python bindings are via gobject-introspection
+	# Ex: from gi.repository import Vte
+	# Do not disable gnome-pty-helper, bug #401389
+	gnome2_src_configure \
+		--disable-deprecation \
+		--disable-static \
+		$(use_enable debug) \
+		$(use_enable glade glade-catalogue) \
+		$(use_enable introspection) \
+		${myconf}
 }
 
 src_install() {
+	DOCS="AUTHORS ChangeLog HACKING NEWS README"
 	gnome2_src_install
 	rm -v "${ED}usr/libexec/gnome-pty-helper" || die
 }


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

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

commit:     21c15dee7fb4b65378d10fe5f619764426ba6d20
Author:     Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
AuthorDate: Sat Apr 12 21:06:39 2014 +0000
Commit:     Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
CommitDate: Tue Apr 15 20:58:53 2014 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/gnome.git;a=commit;h=21c15dee

x11-libs/vte: 0.34.9 → 0.36.0

---
 .../vte/{vte-9999.ebuild => vte-0.36.0.ebuild}     | 22 ++++------------------
 x11-libs/vte/vte-9999.ebuild                       |  2 +-
 2 files changed, 5 insertions(+), 19 deletions(-)

diff --git a/x11-libs/vte/vte-9999.ebuild b/x11-libs/vte/vte-0.36.0.ebuild
similarity index 74%
copy from x11-libs/vte/vte-9999.ebuild
copy to x11-libs/vte/vte-0.36.0.ebuild
index 2362447..56784ee 100644
--- a/x11-libs/vte/vte-9999.ebuild
+++ b/x11-libs/vte/vte-0.36.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="yes"
 
 inherit eutils gnome2
-if [[ ${PV} = 9999 ]]; then
-	inherit gnome2-live
-fi
 
 DESCRIPTION="Library providing a virtual terminal emulator widget"
 HOMEPAGE="https://wiki.gnome.org/action/show/Apps/Terminal/VTE"
@@ -16,14 +13,9 @@ HOMEPAGE="https://wiki.gnome.org/action/show/Apps/Terminal/VTE"
 LICENSE="LGPL-2+"
 SLOT="2.90"
 IUSE="debug glade +introspection"
-if [[ ${PV} = 9999 ]]; then
-	KEYWORDS=""
-	IUSE="${IUSE} doc"
-else
-	KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~arm-linux ~x86-linux ~x64-solaris ~x86-solaris"
-fi
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~arm-linux ~x86-linux ~x64-solaris ~x86-solaris"
 
-PDEPEND="x11-libs/gnome-pty-helper"
+PDEPEND="=x11-libs/gnome-pty-helper-${PV}"
 RDEPEND="
 	>=dev-libs/glib-2.31.13:2
 	>=x11-libs/gtk+-3.1.9:3[introspection?]
@@ -43,11 +35,6 @@ DEPEND="${RDEPEND}
 	virtual/pkgconfig
 "
 
-if [[ ${PV} = 9999 ]]; then
-	DEPEND="${DEPEND}
-		doc? ( >=dev-util/gtk-doc-1.13 )"
-fi
-
 src_prepare() {
 	# https://bugzilla.gnome.org/show_bug.cgi?id=663779
 	epatch "${FILESDIR}/${PN}-0.30.1-alt-meta.patch"
@@ -73,8 +60,7 @@ src_configure() {
 		--disable-static \
 		$(use_enable debug) \
 		$(use_enable glade glade-catalogue) \
-		$(use_enable introspection) \
-		${myconf}
+		$(use_enable introspection)
 }
 
 src_install() {

diff --git a/x11-libs/vte/vte-9999.ebuild b/x11-libs/vte/vte-9999.ebuild
index 2362447..ad73e0b 100644
--- a/x11-libs/vte/vte-9999.ebuild
+++ b/x11-libs/vte/vte-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: $
 


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

* [gentoo-commits] proj/gnome:master commit in: x11-libs/vte/
@ 2014-04-24 21:36 Gilles Dartiguelongue
  0 siblings, 0 replies; 26+ messages in thread
From: Gilles Dartiguelongue @ 2014-04-24 21:36 UTC (permalink / raw
  To: gentoo-commits

commit:     c5da61177f811fc7ac2a496062691878101f1208
Author:     Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
AuthorDate: Thu Apr 24 21:35:33 2014 +0000
Commit:     Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
CommitDate: Thu Apr 24 21:35:44 2014 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/gnome.git;a=commit;h=c5da6117

x11-libs/vte: update live ebuild using master

---
 x11-libs/vte/vte-9999.ebuild | 19 +++++++++++++------
 1 file changed, 13 insertions(+), 6 deletions(-)

diff --git a/x11-libs/vte/vte-9999.ebuild b/x11-libs/vte/vte-9999.ebuild
index ad73e0b..63a7591 100644
--- a/x11-libs/vte/vte-9999.ebuild
+++ b/x11-libs/vte/vte-9999.ebuild
@@ -4,8 +4,10 @@
 
 EAPI="5"
 GCONF_DEBUG="yes"
+VALA_USE_DEPEND="vapigen"
+VALA_MIN_API_VERSION="0.18"
 
-inherit eutils gnome2
+inherit eutils gnome2 vala
 if [[ ${PV} = 9999 ]]; then
 	inherit gnome2-live
 fi
@@ -14,8 +16,8 @@ DESCRIPTION="Library providing a virtual terminal emulator widget"
 HOMEPAGE="https://wiki.gnome.org/action/show/Apps/Terminal/VTE"
 
 LICENSE="LGPL-2+"
-SLOT="2.90"
-IUSE="debug glade +introspection"
+SLOT="2.91"
+IUSE="debug glade +introspection vala"
 if [[ ${PV} = 9999 ]]; then
 	KEYWORDS=""
 	IUSE="${IUSE} doc"
@@ -25,8 +27,8 @@ fi
 
 PDEPEND="x11-libs/gnome-pty-helper"
 RDEPEND="
-	>=dev-libs/glib-2.31.13:2
-	>=x11-libs/gtk+-3.1.9:3[introspection?]
+	>=dev-libs/glib-2.40:2
+	>=x11-libs/gtk+-3.8:3[introspection?]
 	>=x11-libs/pango-1.22.0
 
 	sys-libs/ncurses
@@ -37,6 +39,7 @@ RDEPEND="
 	introspection? ( >=dev-libs/gobject-introspection-0.9.0 )
 "
 DEPEND="${RDEPEND}
+	$(vala_depend)
 	>=dev-util/gtk-doc-am-1.13
 	>=dev-util/intltool-0.35
 	sys-devel/gettext
@@ -45,13 +48,16 @@ DEPEND="${RDEPEND}
 
 if [[ ${PV} = 9999 ]]; then
 	DEPEND="${DEPEND}
-		doc? ( >=dev-util/gtk-doc-1.13 )"
+		dev-libs/libxml2
+		doc? ( >=dev-util/gtk-doc-1.13 )
+	"
 fi
 
 src_prepare() {
 	# https://bugzilla.gnome.org/show_bug.cgi?id=663779
 	epatch "${FILESDIR}/${PN}-0.30.1-alt-meta.patch"
 
+	vala_src_prepare
 	gnome2_src_prepare
 }
 
@@ -74,6 +80,7 @@ src_configure() {
 		$(use_enable debug) \
 		$(use_enable glade glade-catalogue) \
 		$(use_enable introspection) \
+		$(use_enable vala) \
 		${myconf}
 }
 


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

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

commit:     5b6c4e9972fa64783a1195e4c13525c6988c4ef8
Author:     Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
AuthorDate: Mon Oct 13 21:23:55 2014 +0000
Commit:     Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
CommitDate: Mon Oct 13 21:23:55 2014 +0000
URL:        http://sources.gentoo.org/gitweb/?p=proj/gnome.git;a=commit;h=5b6c4e99

x11-libs/vte: 0.38.0 → 0.38.1

---
 x11-libs/vte/{vte-0.38.0.ebuild => vte-0.38.1.ebuild} | 0
 1 file changed, 0 insertions(+), 0 deletions(-)

diff --git a/x11-libs/vte/vte-0.38.0.ebuild b/x11-libs/vte/vte-0.38.1.ebuild
similarity index 100%
rename from x11-libs/vte/vte-0.38.0.ebuild
rename to x11-libs/vte/vte-0.38.1.ebuild


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

* [gentoo-commits] proj/gnome:master commit in: x11-libs/vte/
@ 2014-11-04  0:11 Gilles Dartiguelongue
  0 siblings, 0 replies; 26+ messages in thread
From: Gilles Dartiguelongue @ 2014-11-04  0:11 UTC (permalink / raw
  To: gentoo-commits

commit:     766cbf8a809aa8c0998ab47dffd4e23998f13196
Author:     Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
AuthorDate: Mon Nov  3 23:35:14 2014 +0000
Commit:     Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
CommitDate: Mon Nov  3 23:35:14 2014 +0000
URL:        http://sources.gentoo.org/gitweb/?p=proj/gnome.git;a=commit;h=766cbf8a

x11-libs/vte: add a blocker for conflicting glade integration

Fixes bug #525420.

---
 x11-libs/vte/vte-0.38.1.ebuild | 7 +++++--
 1 file changed, 5 insertions(+), 2 deletions(-)

diff --git a/x11-libs/vte/vte-0.38.1.ebuild b/x11-libs/vte/vte-0.38.1.ebuild
index 64c3832..47f5311 100644
--- a/x11-libs/vte/vte-0.38.1.ebuild
+++ b/x11-libs/vte/vte-0.38.1.ebuild
@@ -18,7 +18,7 @@ IUSE="debug glade +introspection vala"
 KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~arm-linux ~x86-linux ~x64-solaris ~x86-solaris"
 
 PDEPEND=">=x11-libs/gnome-pty-helper-${PV}"
-RDEPEND="
+DEPEND="
 	>=dev-libs/glib-2.40:2
 	>=x11-libs/gtk+-3.8:3[introspection?]
 	>=x11-libs/pango-1.22.0
@@ -37,6 +37,9 @@ DEPEND="${RDEPEND}
 	sys-devel/gettext
 	virtual/pkgconfig
 "
+RDEPEND="${RDEPEND}
+	!x11-libs/vte:2.90[glade]
+"
 
 src_prepare() {
 	vala_src_prepare
@@ -71,4 +74,4 @@ src_install() {
 	DOCS="AUTHORS ChangeLog HACKING NEWS README"
 	gnome2_src_install
 	mv "${D}"/etc/profile.d/vte{,-${SLOT}}.sh || die
-}
\ No newline at end of file
+}


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

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

commit:     0cf67fab9bdd54fdf2b98219173dfd026f93b213
Author:     Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
AuthorDate: Sun Nov 23 22:36:10 2014 +0000
Commit:     Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
CommitDate: Sun Nov 23 22:49:03 2014 +0000
URL:        http://sources.gentoo.org/gitweb/?p=proj/gnome.git;a=commit;h=0cf67fab

x11-libs/vte: 0.38.1 → 0.38.2

---
 x11-libs/vte/{vte-0.38.1.ebuild => vte-0.38.2.ebuild} | 0
 1 file changed, 0 insertions(+), 0 deletions(-)

diff --git a/x11-libs/vte/vte-0.38.1.ebuild b/x11-libs/vte/vte-0.38.2.ebuild
similarity index 100%
rename from x11-libs/vte/vte-0.38.1.ebuild
rename to x11-libs/vte/vte-0.38.2.ebuild


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

* [gentoo-commits] proj/gnome:master commit in: x11-libs/vte/
@ 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:     1d712b188aa84a04ca4d662e0567b7b762c3075d
Author:     Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
AuthorDate: Mon Dec 15 23:26:55 2014 +0000
Commit:     Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
CommitDate: Mon Dec 15 23:26:55 2014 +0000
URL:        http://sources.gentoo.org/gitweb/?p=proj/gnome.git;a=commit;h=1d712b18

x11-libs/vte: moved to gentoo-x86

---
 x11-libs/vte/vte-0.36.3.ebuild | 70 --------------------------------------
 x11-libs/vte/vte-0.38.2.ebuild | 77 ------------------------------------------
 2 files changed, 147 deletions(-)

diff --git a/x11-libs/vte/vte-0.36.3.ebuild b/x11-libs/vte/vte-0.36.3.ebuild
deleted file mode 100644
index b4e7efc..0000000
--- a/x11-libs/vte/vte-0.36.3.ebuild
+++ /dev/null
@@ -1,70 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-libs/vte/vte-0.36.3.ebuild,v 1.9 2014/09/15 08:24:54 ago Exp $
-
-EAPI="5"
-GCONF_DEBUG="yes"
-
-inherit eutils gnome2
-
-DESCRIPTION="Library providing a virtual terminal emulator widget"
-HOMEPAGE="https://wiki.gnome.org/action/show/Apps/Terminal/VTE"
-
-LICENSE="LGPL-2+"
-SLOT="2.90"
-IUSE="debug glade +introspection"
-KEYWORDS="alpha amd64 ~arm hppa ia64 ~mips ppc ppc64 ~sh sparc x86 ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~arm-linux ~x86-linux ~x64-solaris ~x86-solaris"
-
-PDEPEND=">=x11-libs/gnome-pty-helper-${PV}"
-RDEPEND="
-	>=dev-libs/glib-2.31.13:2
-	>=x11-libs/gtk+-3.1.9:3[introspection?]
-	>=x11-libs/pango-1.22.0
-
-	sys-libs/ncurses
-	x11-libs/libX11
-	x11-libs/libXft
-
-	glade? ( >=dev-util/glade-3.9:3.10 )
-	introspection? ( >=dev-libs/gobject-introspection-0.9.0 )
-"
-DEPEND="${RDEPEND}
-	>=dev-util/gtk-doc-am-1.13
-	>=dev-util/intltool-0.35
-	sys-devel/gettext
-	virtual/pkgconfig
-"
-
-src_prepare() {
-	# https://bugzilla.gnome.org/show_bug.cgi?id=663779
-	epatch "${FILESDIR}/${PN}-0.30.1-alt-meta.patch"
-
-	gnome2_src_prepare
-}
-
-src_configure() {
-	local myconf=""
-
-	if [[ ${CHOST} == *-interix* ]]; then
-		myconf="${myconf} --disable-Bsymbolic"
-
-		# interix stropts.h is empty...
-		export ac_cv_header_stropts_h=no
-	fi
-
-	# Python bindings are via gobject-introspection
-	# Ex: from gi.repository import Vte
-	# Do not disable gnome-pty-helper, bug #401389
-	gnome2_src_configure \
-		--disable-deprecation \
-		--disable-static \
-		$(use_enable debug) \
-		$(use_enable glade glade-catalogue) \
-		$(use_enable introspection)
-}
-
-src_install() {
-	DOCS="AUTHORS ChangeLog HACKING NEWS README"
-	gnome2_src_install
-	rm -v "${ED}usr/libexec/gnome-pty-helper" || die
-}

diff --git a/x11-libs/vte/vte-0.38.2.ebuild b/x11-libs/vte/vte-0.38.2.ebuild
deleted file mode 100644
index 47f5311..0000000
--- a/x11-libs/vte/vte-0.38.2.ebuild
+++ /dev/null
@@ -1,77 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-EAPI="5"
-GCONF_DEBUG="yes"
-VALA_USE_DEPEND="vapigen"
-VALA_MIN_API_VERSION="0.18"
-
-inherit eutils gnome2 vala
-
-DESCRIPTION="Library providing a virtual terminal emulator widget"
-HOMEPAGE="https://wiki.gnome.org/action/show/Apps/Terminal/VTE"
-
-LICENSE="LGPL-2+"
-SLOT="2.91"
-IUSE="debug glade +introspection vala"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~arm-linux ~x86-linux ~x64-solaris ~x86-solaris"
-
-PDEPEND=">=x11-libs/gnome-pty-helper-${PV}"
-DEPEND="
-	>=dev-libs/glib-2.40:2
-	>=x11-libs/gtk+-3.8:3[introspection?]
-	>=x11-libs/pango-1.22.0
-
-	sys-libs/ncurses
-	x11-libs/libX11
-	x11-libs/libXft
-
-	glade? ( >=dev-util/glade-3.9:3.10 )
-	introspection? ( >=dev-libs/gobject-introspection-0.9.0 )
-"
-DEPEND="${RDEPEND}
-	$(vala_depend)
-	>=dev-util/gtk-doc-am-1.13
-	>=dev-util/intltool-0.35
-	sys-devel/gettext
-	virtual/pkgconfig
-"
-RDEPEND="${RDEPEND}
-	!x11-libs/vte:2.90[glade]
-"
-
-src_prepare() {
-	vala_src_prepare
-	gnome2_src_prepare
-}
-
-src_configure() {
-	local myconf=""
-
-	if [[ ${CHOST} == *-interix* ]]; then
-		myconf="${myconf} --disable-Bsymbolic"
-
-		# interix stropts.h is empty...
-		export ac_cv_header_stropts_h=no
-	fi
-
-	# Python bindings are via gobject-introspection
-	# Ex: from gi.repository import Vte
-	# Do not disable gnome-pty-helper, bug #401389
-	gnome2_src_configure \
-		--disable-deprecation \
-		--disable-test-application \
-		--disable-static \
-		$(use_enable debug) \
-		$(use_enable glade glade-catalogue) \
-		$(use_enable introspection) \
-		$(use_enable vala) \
-		${myconf}
-}
-
-src_install() {
-	DOCS="AUTHORS ChangeLog HACKING NEWS README"
-	gnome2_src_install
-	mv "${D}"/etc/profile.d/vte{,-${SLOT}}.sh || die
-}


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

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

commit:     7f5d4f19c20d8d220d046827c2469e78b03fb4f8
Author:     Ole Reifschneider <tranquility <AT> gentoo <DOT> org>
AuthorDate: Sun Apr 26 13:48:25 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=7f5d4f19

Bump vte to 0.40.0

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

 .../vte/{vte-9999.ebuild => vte-0.40.0.ebuild}     | 35 ++++++++--------------
 x11-libs/vte/vte-9999.ebuild                       |  6 +++-
 2 files changed, 18 insertions(+), 23 deletions(-)

diff --git a/x11-libs/vte/vte-9999.ebuild b/x11-libs/vte/vte-0.40.0.ebuild
similarity index 71%
copy from x11-libs/vte/vte-9999.ebuild
copy to x11-libs/vte/vte-0.40.0.ebuild
index 8ba6ab5..3da4be5 100644
--- a/x11-libs/vte/vte-9999.ebuild
+++ b/x11-libs/vte/vte-0.40.0.ebuild
@@ -1,37 +1,29 @@
-# 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-libs/vte/vte-0.38.3.ebuild,v 1.6 2015/03/29 11:19:29 jer Exp $
 
 EAPI="5"
-GCONF_DEBUG="yes"
+GCONF_DEBUG="no"
 VALA_USE_DEPEND="vapigen"
-VALA_MIN_API_VERSION="0.18"
 
 inherit eutils gnome2 vala
-if [[ ${PV} = 9999 ]]; then
-	inherit gnome2-live
-fi
 
 DESCRIPTION="Library providing a virtual terminal emulator widget"
 HOMEPAGE="https://wiki.gnome.org/action/show/Apps/Terminal/VTE"
 
 LICENSE="LGPL-2+"
 SLOT="2.91"
-IUSE="debug glade +introspection vala"
-if [[ ${PV} = 9999 ]]; then
-	KEYWORDS=""
-	IUSE="${IUSE} doc"
-else
-	KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~arm-linux ~x86-linux ~x64-solaris ~x86-solaris"
-fi
+IUSE="+crypt debug glade +introspection vala"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~arm-linux ~x86-linux ~x64-solaris ~x86-solaris"
 
-PDEPEND="x11-libs/gnome-pty-helper"
+PDEPEND=">=x11-libs/gnome-pty-helper-${PV}"
 RDEPEND="
 	>=dev-libs/glib-2.40:2
 	>=x11-libs/gtk+-3.8:3[introspection?]
 	>=x11-libs/pango-1.22.0
 
 	sys-libs/ncurses
+	sys-libs/zlib
 	x11-libs/libX11
 	x11-libs/libXft
 
@@ -44,14 +36,12 @@ DEPEND="${RDEPEND}
 	>=dev-util/intltool-0.35
 	sys-devel/gettext
 	virtual/pkgconfig
-"
 
-if [[ ${PV} = 9999 ]]; then
-	DEPEND="${DEPEND}
-		dev-libs/libxml2
-		doc? ( >=dev-util/gtk-doc-1.13 )
-	"
-fi
+	crypt?  ( >=net-libs/gnutls-3.2.0 )
+"
+RDEPEND="${RDEPEND}
+	!x11-libs/vte:2.90[glade]
+"
 
 src_prepare() {
 	vala_src_prepare
@@ -77,6 +67,7 @@ src_configure() {
 		--disable-static \
 		$(use_enable debug) \
 		$(use_enable glade glade-catalogue) \
+		$(use_enable crypt gnutls) \
 		$(use_enable introspection) \
 		$(use_enable vala) \
 		${myconf}

diff --git a/x11-libs/vte/vte-9999.ebuild b/x11-libs/vte/vte-9999.ebuild
index 8ba6ab5..98ba16b 100644
--- a/x11-libs/vte/vte-9999.ebuild
+++ b/x11-libs/vte/vte-9999.ebuild
@@ -17,7 +17,7 @@ HOMEPAGE="https://wiki.gnome.org/action/show/Apps/Terminal/VTE"
 
 LICENSE="LGPL-2+"
 SLOT="2.91"
-IUSE="debug glade +introspection vala"
+IUSE="+crypt debug glade +introspection vala"
 if [[ ${PV} = 9999 ]]; then
 	KEYWORDS=""
 	IUSE="${IUSE} doc"
@@ -32,6 +32,7 @@ RDEPEND="
 	>=x11-libs/pango-1.22.0
 
 	sys-libs/ncurses
+	sys-libs/zlib
 	x11-libs/libX11
 	x11-libs/libXft
 
@@ -44,6 +45,8 @@ DEPEND="${RDEPEND}
 	>=dev-util/intltool-0.35
 	sys-devel/gettext
 	virtual/pkgconfig
+
+	crypt?  ( >=net-libs/gnutls-3.2.0 )
 "
 
 if [[ ${PV} = 9999 ]]; then
@@ -77,6 +80,7 @@ src_configure() {
 		--disable-static \
 		$(use_enable debug) \
 		$(use_enable glade glade-catalogue) \
+		$(use_enable crypt gnutls) \
 		$(use_enable introspection) \
 		$(use_enable vala) \
 		${myconf}


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

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

commit:     241c3d2a33ec156fb7135bf0033d9d4618a492b7
Author:     Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
AuthorDate: Tue May 12 18:11:07 2015 +0000
Commit:     Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
CommitDate: Tue May 12 18:24:01 2015 +0000
URL:        https://gitweb.gentoo.org/proj/gnome.git/commit/?id=241c3d2a

x11-libs/vte: 0.40.0 → 0.40.2

 x11-libs/vte/{vte-0.40.0.ebuild => vte-0.40.2.ebuild} | 0
 1 file changed, 0 insertions(+), 0 deletions(-)

diff --git a/x11-libs/vte/vte-0.40.0.ebuild b/x11-libs/vte/vte-0.40.2.ebuild
similarity index 100%
rename from x11-libs/vte/vte-0.40.0.ebuild
rename to x11-libs/vte/vte-0.40.2.ebuild


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

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

commit:     a2d01892254fe1577b199afa7365e7a7a3ac7a69
Author:     Ole Reifschneider <tranquility <AT> gentoo <DOT> org>
AuthorDate: Sun Oct 11 20:40:27 2015 +0000
Commit:     Ole Reifschneider <tranquility <AT> gentoo <DOT> org>
CommitDate: Sun Oct 11 20:46:13 2015 +0000
URL:        https://gitweb.gentoo.org/proj/gnome.git/commit/?id=a2d01892

x11-libs/vte: Bump version to 0.42.0

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

 .../vte/{vte-9999.ebuild => vte-0.42.0.ebuild}     | 31 ++++++----------------
 x11-libs/vte/vte-9999.ebuild                       | 11 ++++----
 2 files changed, 14 insertions(+), 28 deletions(-)

diff --git a/x11-libs/vte/vte-9999.ebuild b/x11-libs/vte/vte-0.42.0.ebuild
similarity index 70%
copy from x11-libs/vte/vte-9999.ebuild
copy to x11-libs/vte/vte-0.42.0.ebuild
index b0b1161..e42dfe9 100644
--- a/x11-libs/vte/vte-9999.ebuild
+++ b/x11-libs/vte/vte-0.42.0.ebuild
@@ -3,14 +3,10 @@
 # $Id$
 
 EAPI="5"
-GCONF_DEBUG="yes"
+GCONF_DEBUG="no"
 VALA_USE_DEPEND="vapigen"
-VALA_MIN_API_VERSION="0.18"
 
 inherit eutils gnome2 vala
-if [[ ${PV} = 9999 ]]; then
-	inherit gnome2-live
-fi
 
 DESCRIPTION="Library providing a virtual terminal emulator widget"
 HOMEPAGE="https://wiki.gnome.org/action/show/Apps/Terminal/VTE"
@@ -18,20 +14,14 @@ HOMEPAGE="https://wiki.gnome.org/action/show/Apps/Terminal/VTE"
 LICENSE="LGPL-2+"
 SLOT="2.91"
 IUSE="+crypt debug glade +introspection vala"
-if [[ ${PV} = 9999 ]]; then
-	KEYWORDS=""
-	IUSE="${IUSE} doc"
-else
-	KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~arm-linux ~x86-linux ~x64-solaris ~x86-solaris"
-fi
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~arm-linux ~x86-linux ~x64-solaris ~x86-solaris"
 
-PDEPEND="x11-libs/gnome-pty-helper"
 RDEPEND="
 	>=dev-libs/glib-2.40:2
 	>=x11-libs/gtk+-3.8:3[introspection?]
 	>=x11-libs/pango-1.22.0
 
-	sys-libs/ncurses
+	sys-libs/ncurses:0=
 	sys-libs/zlib
 	x11-libs/libX11
 	x11-libs/libXft
@@ -46,15 +36,11 @@ DEPEND="${RDEPEND}
 	sys-devel/gettext
 	virtual/pkgconfig
 
-	crypt?  ( >=net-libs/gnutls-3.2.0 )
+	crypt?  ( >=net-libs/gnutls-3.2.7 )
+"
+RDEPEND="${RDEPEND}
+	!x11-libs/vte:2.90[glade]
 "
-
-if [[ ${PV} = 9999 ]]; then
-	DEPEND="${DEPEND}
-		dev-libs/libxml2
-		doc? ( >=dev-util/gtk-doc-1.13 )
-	"
-fi
 
 src_prepare() {
 	vala_src_prepare
@@ -73,14 +59,13 @@ src_configure() {
 
 	# Python bindings are via gobject-introspection
 	# Ex: from gi.repository import Vte
-	# Do not disable gnome-pty-helper, bug #401389
 	gnome2_src_configure \
 		--disable-deprecation \
 		--disable-test-application \
 		--disable-static \
 		$(use_enable debug) \
 		$(use_enable glade glade-catalogue) \
-		$(use_enable crypt gnutls) \
+		$(use_with crypt gnutls) \
 		$(use_enable introspection) \
 		$(use_enable vala) \
 		${myconf}

diff --git a/x11-libs/vte/vte-9999.ebuild b/x11-libs/vte/vte-9999.ebuild
index b0b1161..5ae7fe6 100644
--- a/x11-libs/vte/vte-9999.ebuild
+++ b/x11-libs/vte/vte-9999.ebuild
@@ -25,13 +25,12 @@ else
 	KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~arm-linux ~x86-linux ~x64-solaris ~x86-solaris"
 fi
 
-PDEPEND="x11-libs/gnome-pty-helper"
 RDEPEND="
 	>=dev-libs/glib-2.40:2
 	>=x11-libs/gtk+-3.8:3[introspection?]
 	>=x11-libs/pango-1.22.0
 
-	sys-libs/ncurses
+	sys-libs/ncurses:0=
 	sys-libs/zlib
 	x11-libs/libX11
 	x11-libs/libXft
@@ -46,7 +45,10 @@ DEPEND="${RDEPEND}
 	sys-devel/gettext
 	virtual/pkgconfig
 
-	crypt?  ( >=net-libs/gnutls-3.2.0 )
+	crypt?  ( >=net-libs/gnutls-3.2.7 )
+"
+RDEPEND="${RDEPEND}
+	!x11-libs/vte:2.90[glade]
 "
 
 if [[ ${PV} = 9999 ]]; then
@@ -73,14 +75,13 @@ src_configure() {
 
 	# Python bindings are via gobject-introspection
 	# Ex: from gi.repository import Vte
-	# Do not disable gnome-pty-helper, bug #401389
 	gnome2_src_configure \
 		--disable-deprecation \
 		--disable-test-application \
 		--disable-static \
 		$(use_enable debug) \
 		$(use_enable glade glade-catalogue) \
-		$(use_enable crypt gnutls) \
+		$(use_with crypt gnutls) \
 		$(use_enable introspection) \
 		$(use_enable vala) \
 		${myconf}


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

* [gentoo-commits] proj/gnome:master commit in: x11-libs/vte/
@ 2015-10-18 12:26 Ole Reifschneider
  0 siblings, 0 replies; 26+ messages in thread
From: Ole Reifschneider @ 2015-10-18 12:26 UTC (permalink / raw
  To: gentoo-commits

commit:     ec57fb2dd6d06474ccb7d33c0a3dec57ad56058d
Author:     Ole Reifschneider <tranquility <AT> gentoo <DOT> org>
AuthorDate: Sun Oct 18 12:00:55 2015 +0000
Commit:     Ole Reifschneider <tranquility <AT> gentoo <DOT> org>
CommitDate: Sun Oct 18 12:00:55 2015 +0000
URL:        https://gitweb.gentoo.org/proj/gnome.git/commit/?id=ec57fb2d

x11-libs/vte: Bump version to 0.42.1

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

 x11-libs/vte/{vte-0.42.0.ebuild => vte-0.42.1.ebuild} | 0
 1 file changed, 0 insertions(+), 0 deletions(-)

diff --git a/x11-libs/vte/vte-0.42.0.ebuild b/x11-libs/vte/vte-0.42.1.ebuild
similarity index 100%
rename from x11-libs/vte/vte-0.42.0.ebuild
rename to x11-libs/vte/vte-0.42.1.ebuild


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

* [gentoo-commits] proj/gnome:master commit in: x11-libs/vte/
@ 2016-03-25  0:56 Ole Reifschneider
  0 siblings, 0 replies; 26+ messages in thread
From: Ole Reifschneider @ 2016-03-25  0:56 UTC (permalink / raw
  To: gentoo-commits

commit:     65f133cf9cf5d29126c75f330972e1acfbb8ed91
Author:     Ole Reifschneider <tranquility <AT> gentoo <DOT> org>
AuthorDate: Thu Mar 24 20:18:28 2016 +0000
Commit:     Ole Reifschneider <tranquility <AT> gentoo <DOT> org>
CommitDate: Fri Mar 25 00:55:46 2016 +0000
URL:        https://gitweb.gentoo.org/proj/gnome.git/commit/?id=65f133cf

x11-libs/vte: Bump version to 0.44.0

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

 x11-libs/vte/{vte-0.42.1.ebuild => vte-0.44.0.ebuild} | 6 +++---
 x11-libs/vte/vte-9999.ebuild                          | 6 +++---
 2 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/x11-libs/vte/vte-0.42.1.ebuild b/x11-libs/vte/vte-0.44.0.ebuild
similarity index 92%
rename from x11-libs/vte/vte-0.42.1.ebuild
rename to x11-libs/vte/vte-0.44.0.ebuild
index e42dfe9..0baf433 100644
--- a/x11-libs/vte/vte-0.42.1.ebuild
+++ b/x11-libs/vte/vte-0.44.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$
 
@@ -27,7 +27,7 @@ RDEPEND="
 	x11-libs/libXft
 
 	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}
 	$(vala_depend)
@@ -59,8 +59,8 @@ src_configure() {
 
 	# Python bindings are via gobject-introspection
 	# Ex: from gi.repository import Vte
+	# FIXME: add USE for pcre
 	gnome2_src_configure \
-		--disable-deprecation \
 		--disable-test-application \
 		--disable-static \
 		$(use_enable debug) \

diff --git a/x11-libs/vte/vte-9999.ebuild b/x11-libs/vte/vte-9999.ebuild
index 5ae7fe6..95087c5 100644
--- a/x11-libs/vte/vte-9999.ebuild
+++ b/x11-libs/vte/vte-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$
 
@@ -36,7 +36,7 @@ RDEPEND="
 	x11-libs/libXft
 
 	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}
 	$(vala_depend)
@@ -75,8 +75,8 @@ src_configure() {
 
 	# Python bindings are via gobject-introspection
 	# Ex: from gi.repository import Vte
+	# FIXME: add USE for pcre
 	gnome2_src_configure \
-		--disable-deprecation \
 		--disable-test-application \
 		--disable-static \
 		$(use_enable debug) \


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

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

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

x11-libs/vte: bump to 0.44.2

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

 x11-libs/vte/{vte-0.44.0.ebuild => vte-0.44.2.ebuild} | 0
 1 file changed, 0 insertions(+), 0 deletions(-)

diff --git a/x11-libs/vte/vte-0.44.0.ebuild b/x11-libs/vte/vte-0.44.2.ebuild
similarity index 100%
rename from x11-libs/vte/vte-0.44.0.ebuild
rename to x11-libs/vte/vte-0.44.2.ebuild


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

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

commit:     3eacb61c4b7e62dfb4d832c75147e1b7cea26c19
Author:     Dennis Lamm <expeditioneer <AT> gentoo <DOT> org>
AuthorDate: Fri Jan 12 15:03:23 2018 +0000
Commit:     Dennis Lamm <expeditioneer <AT> gentoo <DOT> org>
CommitDate: Fri Jan 12 15:03:23 2018 +0000
URL:        https://gitweb.gentoo.org/proj/gnome.git/commit/?id=3eacb61c

x11-libs/vte: drop old

Package-Manager: Portage-2.3.13, Repoman-2.3.3

 x11-libs/vte/vte-0.44.2.ebuild | 78 ------------------------------------------
 1 file changed, 78 deletions(-)

diff --git a/x11-libs/vte/vte-0.44.2.ebuild b/x11-libs/vte/vte-0.44.2.ebuild
deleted file mode 100644
index 0baf4331..00000000
--- a/x11-libs/vte/vte-0.44.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"
-VALA_USE_DEPEND="vapigen"
-
-inherit eutils gnome2 vala
-
-DESCRIPTION="Library providing a virtual terminal emulator widget"
-HOMEPAGE="https://wiki.gnome.org/action/show/Apps/Terminal/VTE"
-
-LICENSE="LGPL-2+"
-SLOT="2.91"
-IUSE="+crypt debug glade +introspection vala"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~arm-linux ~x86-linux ~x64-solaris ~x86-solaris"
-
-RDEPEND="
-	>=dev-libs/glib-2.40:2
-	>=x11-libs/gtk+-3.8:3[introspection?]
-	>=x11-libs/pango-1.22.0
-
-	sys-libs/ncurses:0=
-	sys-libs/zlib
-	x11-libs/libX11
-	x11-libs/libXft
-
-	glade? ( >=dev-util/glade-3.9:3.10 )
-	introspection? ( >=dev-libs/gobject-introspection-0.9.0:= )
-"
-DEPEND="${RDEPEND}
-	$(vala_depend)
-	>=dev-util/gtk-doc-am-1.13
-	>=dev-util/intltool-0.35
-	sys-devel/gettext
-	virtual/pkgconfig
-
-	crypt?  ( >=net-libs/gnutls-3.2.7 )
-"
-RDEPEND="${RDEPEND}
-	!x11-libs/vte:2.90[glade]
-"
-
-src_prepare() {
-	vala_src_prepare
-	gnome2_src_prepare
-}
-
-src_configure() {
-	local myconf=""
-
-	if [[ ${CHOST} == *-interix* ]]; then
-		myconf="${myconf} --disable-Bsymbolic"
-
-		# interix stropts.h is empty...
-		export ac_cv_header_stropts_h=no
-	fi
-
-	# Python bindings are via gobject-introspection
-	# Ex: from gi.repository import Vte
-	# FIXME: add USE for pcre
-	gnome2_src_configure \
-		--disable-test-application \
-		--disable-static \
-		$(use_enable debug) \
-		$(use_enable glade glade-catalogue) \
-		$(use_with crypt gnutls) \
-		$(use_enable introspection) \
-		$(use_enable vala) \
-		${myconf}
-}
-
-src_install() {
-	DOCS="AUTHORS ChangeLog HACKING NEWS README"
-	gnome2_src_install
-	mv "${D}"/etc/profile.d/vte{,-${SLOT}}.sh || die
-}


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

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

commit:     9c9916a4a2f309a6ba4c20e8eef514953a8dca5c
Author:     Ole Reifschneider <tranquility <AT> gentoo <DOT> org>
AuthorDate: Sun Apr 15 18:47:56 2018 +0000
Commit:     Ole Reifschneider <tranquility <AT> gentoo <DOT> org>
CommitDate: Sun Apr 15 18:47:56 2018 +0000
URL:        https://gitweb.gentoo.org/proj/gnome.git/commit/?id=9c9916a4

x11-libs/vte: Bump version to 0.50.2

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

 x11-libs/vte/vte-0.50.2.ebuild | 90 ++++++++++++++++++++++++++++++++++++++++++
 1 file changed, 90 insertions(+)

diff --git a/x11-libs/vte/vte-0.50.2.ebuild b/x11-libs/vte/vte-0.50.2.ebuild
new file mode 100644
index 00000000..ff5ace3c
--- /dev/null
+++ b/x11-libs/vte/vte-0.50.2.ebuild
@@ -0,0 +1,90 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="6"
+VALA_USE_DEPEND="vapigen"
+VALA_MIN_API_VERSION="0.32"
+
+inherit gnome2 vala
+
+DESCRIPTION="Library providing a virtual terminal emulator widget"
+HOMEPAGE="https://wiki.gnome.org/action/show/Apps/Terminal/VTE"
+
+LICENSE="LGPL-2+"
+SLOT="2.91"
+IUSE="+crypt debug glade +introspection vala vanilla"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux ~x64-solaris ~x86-solaris"
+REQUIRED_USE="vala? ( introspection )"
+
+SRC_URI="${SRC_URI} !vanilla? ( https://dev.gentoo.org/~tranquility/distfiles/${PN}/${P}-command-notify-scroll-speed.patch.xz )"
+
+RDEPEND="
+	>=dev-libs/glib-2.40:2
+	>=dev-libs/libpcre2-10.21
+	>=x11-libs/gtk+-3.16:3[introspection?]
+	>=x11-libs/pango-1.22.0
+
+	sys-libs/ncurses:0=
+	sys-libs/zlib
+
+	crypt?  ( >=net-libs/gnutls-3.2.7:0= )
+	glade? ( >=dev-util/glade-3.9:3.10 )
+	introspection? ( >=dev-libs/gobject-introspection-0.9.0:= )
+"
+DEPEND="${RDEPEND}
+	dev-util/gperf
+	dev-libs/libxml2
+	>=dev-util/gtk-doc-am-1.13
+	>=dev-util/intltool-0.35
+	sys-devel/gettext
+	virtual/pkgconfig
+
+	vala? ( $(vala_depend) )
+"
+RDEPEND="${RDEPEND}
+	!x11-libs/vte:2.90[glade]
+"
+
+src_prepare() {
+	if ! use vanilla; then
+		# First half of http://pkgs.fedoraproject.org/cgit/rpms/vte291.git/tree/vte291-command-notify-scroll-speed.patch
+		# Adds OSC 777 support for desktop notifications in gnome-terminal or elsewhere
+		eapply "${WORKDIR}"/${P}-command-notify-scroll-speed.patch
+	fi
+
+	use vala && vala_src_prepare
+
+	# build fails because of -Werror with gcc-5.x
+	sed -e 's#-Werror=format=2#-Wformat=2#' -i configure || die "sed failed"
+
+	gnome2_src_prepare
+}
+
+src_configure() {
+	local myconf=""
+
+	if [[ ${CHOST} == *-interix* ]]; then
+		myconf="${myconf} --disable-Bsymbolic"
+
+		# interix stropts.h is empty...
+		export ac_cv_header_stropts_h=no
+	fi
+
+	# Python bindings are via gobject-introspection
+	# Ex: from gi.repository import Vte
+	gnome2_src_configure \
+		--disable-test-application \
+		--disable-static \
+		--with-gtk=3.0 \
+		$(use_enable debug) \
+		$(use_enable glade glade-catalogue) \
+		$(use_with crypt gnutls) \
+		$(use_enable introspection) \
+		$(use_enable vala) \
+		${myconf}
+}
+
+src_install() {
+	gnome2_src_install
+	mv "${ED}"/etc/profile.d/vte{,-${SLOT}}.sh || die
+}


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

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

commit:     bc39a5e01958bb6bdd451aed3c1439c53ca43be4
Author:     Mart Raudsepp <leio <AT> gentoo <DOT> org>
AuthorDate: Thu Sep 13 07:38:03 2018 +0000
Commit:     Mart Raudsepp <leio <AT> gentoo <DOT> org>
CommitDate: Thu Sep 13 07:38:03 2018 +0000
URL:        https://gitweb.gentoo.org/proj/gnome.git/commit/?id=bc39a5e0

x11-libs/vte-9999: partial sync

Package-Manager: Portage-2.3.49, Repoman-2.3.10

 x11-libs/vte/vte-9999.ebuild | 8 +++-----
 1 file changed, 3 insertions(+), 5 deletions(-)

diff --git a/x11-libs/vte/vte-9999.ebuild b/x11-libs/vte/vte-9999.ebuild
index 6fabac95..4beec99b 100644
--- a/x11-libs/vte/vte-9999.ebuild
+++ b/x11-libs/vte/vte-9999.ebuild
@@ -38,8 +38,8 @@ RDEPEND="
 	introspection? ( >=dev-libs/gobject-introspection-0.9.0:= )
 "
 DEPEND="${RDEPEND}
-	dev-util/gperf
-	dev-libs/libxml2
+	dev-libs/libxml2:2
+	dev-util/glib-utils
 	>=dev-util/gtk-doc-am-1.13
 	>=dev-util/intltool-0.35
 	sys-devel/gettext
@@ -76,12 +76,10 @@ src_configure() {
 		export ac_cv_header_stropts_h=no
 	fi
 
-	# Python bindings are via gobject-introspection
-	# Ex: from gi.repository import Vte
 	gnome2_src_configure \
-		--disable-test-application \
 		--disable-static \
 		--with-gtk=3.0 \
+		--with-iconv \
 		$(use_enable debug) \
 		$(use_enable glade glade-catalogue) \
 		$(use_with crypt gnutls) \


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

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

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

x11-libs/vte-0.50.4: remove, 0.54 available in ::gentoo

Package-Manager: Portage-2.3.49, Repoman-2.3.10

 x11-libs/vte/vte-0.50.4.ebuild | 90 ------------------------------------------
 1 file changed, 90 deletions(-)

diff --git a/x11-libs/vte/vte-0.50.4.ebuild b/x11-libs/vte/vte-0.50.4.ebuild
deleted file mode 100644
index efbf0280..00000000
--- a/x11-libs/vte/vte-0.50.4.ebuild
+++ /dev/null
@@ -1,90 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="6"
-VALA_USE_DEPEND="vapigen"
-VALA_MIN_API_VERSION="0.32"
-
-inherit gnome2 vala
-
-DESCRIPTION="Library providing a virtual terminal emulator widget"
-HOMEPAGE="https://wiki.gnome.org/action/show/Apps/Terminal/VTE"
-
-LICENSE="LGPL-2+"
-SLOT="2.91"
-IUSE="+crypt debug glade +introspection vala vanilla"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux ~x64-solaris ~x86-solaris"
-REQUIRED_USE="vala? ( introspection )"
-
-SRC_URI="${SRC_URI} !vanilla? ( https://dev.gentoo.org/~tranquility/distfiles/${PN}/${PN}-0.50.2-command-notify-scroll-speed.patch.xz )"
-
-RDEPEND="
-	>=dev-libs/glib-2.40:2
-	>=dev-libs/libpcre2-10.21
-	>=x11-libs/gtk+-3.16:3[introspection?]
-	>=x11-libs/pango-1.22.0
-
-	sys-libs/ncurses:0=
-	sys-libs/zlib
-
-	crypt?  ( >=net-libs/gnutls-3.2.7:0= )
-	glade? ( >=dev-util/glade-3.9:3.10 )
-	introspection? ( >=dev-libs/gobject-introspection-0.9.0:= )
-"
-DEPEND="${RDEPEND}
-	dev-util/gperf
-	dev-libs/libxml2
-	>=dev-util/gtk-doc-am-1.13
-	>=dev-util/intltool-0.35
-	sys-devel/gettext
-	virtual/pkgconfig
-
-	vala? ( $(vala_depend) )
-"
-RDEPEND="${RDEPEND}
-	!x11-libs/vte:2.90[glade]
-"
-
-src_prepare() {
-	if ! use vanilla; then
-		# First half of http://pkgs.fedoraproject.org/cgit/rpms/vte291.git/tree/vte291-command-notify-scroll-speed.patch
-		# Adds OSC 777 support for desktop notifications in gnome-terminal or elsewhere
-		eapply "${WORKDIR}"/${PN}-0.50.2-command-notify-scroll-speed.patch
-	fi
-
-	use vala && vala_src_prepare
-
-	# build fails because of -Werror with gcc-5.x
-	sed -e 's#-Werror=format=2#-Wformat=2#' -i configure || die "sed failed"
-
-	gnome2_src_prepare
-}
-
-src_configure() {
-	local myconf=""
-
-	if [[ ${CHOST} == *-interix* ]]; then
-		myconf="${myconf} --disable-Bsymbolic"
-
-		# interix stropts.h is empty...
-		export ac_cv_header_stropts_h=no
-	fi
-
-	# Python bindings are via gobject-introspection
-	# Ex: from gi.repository import Vte
-	gnome2_src_configure \
-		--disable-test-application \
-		--disable-static \
-		--with-gtk=3.0 \
-		$(use_enable debug) \
-		$(use_enable glade glade-catalogue) \
-		$(use_with crypt gnutls) \
-		$(use_enable introspection) \
-		$(use_enable vala) \
-		${myconf}
-}
-
-src_install() {
-	gnome2_src_install
-	mv "${ED}"/etc/profile.d/vte{,-${SLOT}}.sh || die
-}


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

end of thread, other threads:[~2018-09-13  7:38 UTC | newest]

Thread overview: 26+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-04-07 22:17 [gentoo-commits] proj/gnome:master commit in: x11-libs/vte/ Gilles Dartiguelongue
  -- strict thread matches above, loose matches on Subject: below --
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:03 Dennis Lamm
2016-05-11  6:35 Remi Cardona
2016-03-25  0:56 Ole Reifschneider
2015-10-18 12:26 Ole Reifschneider
2015-10-11 20:46 Ole Reifschneider
2015-05-12 18:44 Gilles Dartiguelongue
2015-04-26 13:53 Ole Reifschneider
2014-12-15 23:28 Gilles Dartiguelongue
2014-11-23 22:49 Gilles Dartiguelongue
2014-11-04  0:11 Gilles Dartiguelongue
2014-10-13 21:51 Gilles Dartiguelongue
2014-04-24 21:36 Gilles Dartiguelongue
2014-04-15 22:05 Gilles Dartiguelongue
2013-12-22 22:27 Gilles Dartiguelongue
2012-09-25 15:46 Alexandre Rostovtsev
2012-09-22 18:03 Nirbheek Chauhan
2011-10-21 22:24 Alexandre Restovtsev
2011-10-18  7:37 Alexandre Restovtsev
2011-05-01 15:14 Nirbheek Chauhan
2011-04-06 15:19 Gilles Dartiguelongue
2011-03-19 23:22 Nirbheek Chauhan
2011-03-06 13:01 Nirbheek Chauhan

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