public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] proj/gnome:master commit in: dev-util/glade/
@ 2011-02-09 20:13 Nirbheek Chauhan
  0 siblings, 0 replies; 8+ messages in thread
From: Nirbheek Chauhan @ 2011-02-09 20:13 UTC (permalink / raw
  To: gentoo-commits

commit:     0123097e1843b1837b3422951b5ec03edd8a056a
Author:     Nirbheek Chauhan <nirbheek <AT> gentoo <DOT> org>
AuthorDate: Wed Feb  9 17:03:57 2011 +0000
Commit:     Nirbheek Chauhan <nirbheek <AT> gentoo <DOT> org>
CommitDate: Wed Feb  9 20:12:40 2011 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/gnome.git;a=commit;h=0123097e

Add dev-util/glade-3.9.2, needed by anjuta

---
 dev-util/glade/glade-3.9.2.ebuild |   41 +++++++++++++++++++++++++++++++++++++
 1 files changed, 41 insertions(+), 0 deletions(-)

diff --git a/dev-util/glade/glade-3.9.2.ebuild b/dev-util/glade/glade-3.9.2.ebuild
new file mode 100644
index 0000000..2a8147f
--- /dev/null
+++ b/dev-util/glade/glade-3.9.2.ebuild
@@ -0,0 +1,41 @@
+# Copyright 1999-2011 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/dev-util/glade/glade-3.6.7.ebuild,v 1.10 2010/07/20 15:29:48 jer Exp $
+
+EAPI="2"
+GNOME2_LA_PUNT="yes"
+
+inherit gnome2
+
+DESCRIPTION="GNOME GUI Builder"
+HOMEPAGE="http://glade.gnome.org/"
+
+LICENSE="GPL-2"
+SLOT="3"
+KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd"
+IUSE="doc python"
+
+RDEPEND=">=dev-libs/glib-2.8.0:2
+	>=x11-libs/gtk+-2.99.0:3
+	>=dev-libs/libxml2-2.4.0:2
+	python? ( >=dev-python/pygtk-2.10.0 )
+"
+DEPEND="${RDEPEND}
+	app-text/scrollkeeper
+	>=dev-util/intltool-0.41.0
+	>=dev-util/pkgconfig-0.19
+	>=sys-devel/gettext-0.17
+	>=app-text/gnome-doc-utils-0.18
+	app-text/docbook-xml-dtd:4.1.2
+	doc? ( >=dev-util/gtk-doc-1.13 )
+"
+
+DOCS="AUTHORS ChangeLog NEWS README TODO"
+
+pkg_setup() {
+	G2CONF="${G2CONF}
+		--disable-static
+		--enable-libtool-lock
+		--disable-scrollkeeper
+		$(use_enable python)"
+}



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

* [gentoo-commits] proj/gnome:master commit in: dev-util/glade/
@ 2011-04-13  3:27 Nirbheek Chauhan
  0 siblings, 0 replies; 8+ messages in thread
From: Nirbheek Chauhan @ 2011-04-13  3:27 UTC (permalink / raw
  To: gentoo-commits

commit:     8ba589a1a4409996c265af737aa6ca1da32b1779
Author:     Nirbheek Chauhan <nirbheek <AT> gentoo <DOT> org>
AuthorDate: Wed Apr 13 03:27:01 2011 +0000
Commit:     Nirbheek Chauhan <nirbheek <AT> gentoo <DOT> org>
CommitDate: Wed Apr 13 03:27:01 2011 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/gnome.git;a=commit;h=8ba589a1

dev-util/glade: 3.9.2 → 3.10.0

---
 .../{glade-3.9.2.ebuild => glade-3.10.0.ebuild}    |   14 ++++++++------
 1 files changed, 8 insertions(+), 6 deletions(-)

diff --git a/dev-util/glade/glade-3.9.2.ebuild b/dev-util/glade/glade-3.10.0.ebuild
similarity index 73%
rename from dev-util/glade/glade-3.9.2.ebuild
rename to dev-util/glade/glade-3.10.0.ebuild
index 2a8147f..5626f71 100644
--- a/dev-util/glade/glade-3.9.2.ebuild
+++ b/dev-util/glade/glade-3.10.0.ebuild
@@ -4,6 +4,7 @@
 
 EAPI="2"
 GNOME2_LA_PUNT="yes"
+GCONF_DEBUG="yes"
 
 inherit gnome2
 
@@ -13,12 +14,12 @@ HOMEPAGE="http://glade.gnome.org/"
 LICENSE="GPL-2"
 SLOT="3"
 KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd"
-IUSE="doc python"
+IUSE="doc +introspection python"
 
-RDEPEND=">=dev-libs/glib-2.8.0:2
-	>=x11-libs/gtk+-2.99.0:3
+RDEPEND=">=x11-libs/gtk+-3.0.2:3
 	>=dev-libs/libxml2-2.4.0:2
-	python? ( >=dev-python/pygtk-2.10.0 )
+	introspection? ( >=dev-libs/gobject-introspection-0.10.1 )
+	python? ( >=dev-python/pygobject-2.27.0 )
 "
 DEPEND="${RDEPEND}
 	app-text/scrollkeeper
@@ -30,12 +31,13 @@ DEPEND="${RDEPEND}
 	doc? ( >=dev-util/gtk-doc-1.13 )
 "
 
-DOCS="AUTHORS ChangeLog NEWS README TODO"
-
 pkg_setup() {
+	DOCS="AUTHORS ChangeLog NEWS README TODO"
 	G2CONF="${G2CONF}
+		--disable-maintainer-mode
 		--disable-static
 		--enable-libtool-lock
 		--disable-scrollkeeper
+		$(use_enable introspection)
 		$(use_enable python)"
 }



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

* [gentoo-commits] proj/gnome:master commit in: dev-util/glade/
@ 2011-06-24 20:57 Alexandre Restovtsev
  0 siblings, 0 replies; 8+ messages in thread
From: Alexandre Restovtsev @ 2011-06-24 20:57 UTC (permalink / raw
  To: gentoo-commits

commit:     f8e27f189a0dea513864addfe65b438e04103974
Author:     Alexandre Rostovtsev <tetromino <AT> gmail <DOT> com>
AuthorDate: Fri Jun 24 20:56:24 2011 +0000
Commit:     Alexandre Restovtsev <tetromino <AT> gmail <DOT> com>
CommitDate: Fri Jun 24 20:56:24 2011 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/gnome.git;a=commit;h=f8e27f18

dev-util/glade: moved to gx86

---
 dev-util/glade/glade-3.10.0-r1.ebuild |   73 ---------------------------------
 1 files changed, 0 insertions(+), 73 deletions(-)

diff --git a/dev-util/glade/glade-3.10.0-r1.ebuild b/dev-util/glade/glade-3.10.0-r1.ebuild
deleted file mode 100644
index 5a54c9f..0000000
--- a/dev-util/glade/glade-3.10.0-r1.ebuild
+++ /dev/null
@@ -1,73 +0,0 @@
-# Copyright 1999-2011 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/glade/glade-3.6.7.ebuild,v 1.10 2010/07/20 15:29:48 jer Exp $
-
-EAPI="2"
-GNOME2_LA_PUNT="yes"
-GCONF_DEBUG="yes"
-
-inherit gnome2 versionator
-
-DESCRIPTION="GNOME GUI Builder"
-HOMEPAGE="http://glade.gnome.org/"
-
-LICENSE="GPL-2"
-SLOT="3.10"
-KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd"
-IUSE="doc +introspection python"
-
-RDEPEND=">=x11-libs/gtk+-3.0.2:3
-	>=dev-libs/libxml2-2.4.0:2
-	introspection? ( >=dev-libs/gobject-introspection-0.10.1 )
-	python? ( >=dev-python/pygobject-2.27.0 )
-	!>=dev-util/glade-3.9.0:3
-"
-# XXX : that glade:3 blocker is to ensure people who installed glade-3.9* and
-# glade-3.10 from overlay as slot 3 upgrade now. Remove before moving to gx86.
-DEPEND="${RDEPEND}
-	app-text/scrollkeeper
-	>=dev-util/intltool-0.41.0
-	>=dev-util/pkgconfig-0.19
-	>=sys-devel/gettext-0.17
-	>=app-text/gnome-doc-utils-0.18
-	app-text/docbook-xml-dtd:4.1.2
-	doc? ( >=dev-util/gtk-doc-1.13 )
-"
-
-pkg_setup() {
-	DOCS="AUTHORS ChangeLog NEWS README TODO"
-	G2CONF="${G2CONF}
-		--disable-maintainer-mode
-		--disable-static
-		--enable-libtool-lock
-		--disable-scrollkeeper
-		$(use_enable introspection)
-		$(use_enable python)"
-}
-
-src_prepare() {
-	# to avoid file collision with glade:3, rename GNOME help module from
-	# glade to glade-3.10, and gladeui documentation from gladeui to gladeui-2
-	local i
-	sed -e 's:DOC_MODULE = glade:DOC_MODULE = glade-3.10:' -i help/Makefile.in \
-		|| die "sed of help/Makefile.in failed"
-	sed -e 's:/glade.xml:/glade-3.10.xml:g' -i help/*/*.po \
-		|| die "sed of help .po files failed"
-	for i in help/*/glade.xml ; do
-		mv ${i} ${i/glade/glade-3.10} || die "mv ${i} failed"
-	done
-	sed -e 's:DOC_MODULE = gladeui:DOC_MODULE = gladeui-2:' -i doc/Makefile.in \
-		|| die "sed of doc/Makefile.in failed"
-	for i in doc/gladeui-* doc/gladeui.* ; do
-		mv ${i} ${i/gladeui/gladeui-2} || die "mv ${i} failed"
-	done
-
-	gnome2_src_prepare
-}
-
-src_install() {
-	# modify Name in .desktop file to avoid confusion with other slots
-	sed -e 's:^\(Name.*=Glade\):\1 '$(get_version_component_range 1-2): \
-		-i data/glade.desktop || die "sed of data/glade.desktop failed"
-	gnome2_src_install
-}



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

* [gentoo-commits] proj/gnome:master commit in: dev-util/glade/
@ 2012-11-26 21:18 Gilles Dartiguelongue
  0 siblings, 0 replies; 8+ messages in thread
From: Gilles Dartiguelongue @ 2012-11-26 21:18 UTC (permalink / raw
  To: gentoo-commits

commit:     ca7cdcca9f40bfbf71370430ea2875f4b25735ae
Author:     Sobhan Mohammadpour <sobhanmohammadpour1 <AT> yahoo <DOT> fr>
AuthorDate: Mon Nov 26 17:56:28 2012 +0000
Commit:     Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
CommitDate: Mon Nov 26 21:15:36 2012 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/gnome.git;a=commit;h=ca7cdcca

dev-util/glade: 3.14.1 → 3.14.2

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

diff --git a/dev-util/glade/glade-3.14.1.ebuild b/dev-util/glade/glade-3.14.2.ebuild
similarity index 100%
rename from dev-util/glade/glade-3.14.1.ebuild
rename to dev-util/glade/glade-3.14.2.ebuild


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

* [gentoo-commits] proj/gnome:master commit in: dev-util/glade/
@ 2012-11-26 21:18 Gilles Dartiguelongue
  0 siblings, 0 replies; 8+ messages in thread
From: Gilles Dartiguelongue @ 2012-11-26 21:18 UTC (permalink / raw
  To: gentoo-commits

commit:     e7ebfe9063cd325b03752947c402f3376226dcf3
Author:     Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
AuthorDate: Mon Nov 26 19:57:07 2012 +0000
Commit:     Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
CommitDate: Mon Nov 26 21:18:39 2012 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/gnome.git;a=commit;h=e7ebfe90

dev-util/glade: sync with gentoo-x86

---
 dev-util/glade/glade-3.14.2.ebuild |   25 ++++++++++++++++++-------
 1 files changed, 18 insertions(+), 7 deletions(-)

diff --git a/dev-util/glade/glade-3.14.2.ebuild b/dev-util/glade/glade-3.14.2.ebuild
index f67cf11..44a0c4b 100644
--- a/dev-util/glade/glade-3.14.2.ebuild
+++ b/dev-util/glade/glade-3.14.2.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/dev-util/glade/glade-3.12.2.ebuild,v 1.1 2012/09/22 10:06:06 pacho Exp $
+# $Header: $
 
 EAPI="4"
 GCONF_DEBUG="yes"
@@ -39,18 +39,21 @@ DEPEND="${RDEPEND}
 #	gnome-base/gnome-common
 
 src_prepare() {
+	# To avoid file collison with other slots, rename help module.
+	# Prevent the UI from loading glade:3's gladeui devhelp documentation.
+	epatch "${FILESDIR}/${PN}-3.14.1-doc-version.patch"
+
+	gnome2_src_prepare
+}
+
+src_configure() {
 	DOCS="AUTHORS ChangeLog NEWS README TODO"
 	G2CONF="${G2CONF}
 		--disable-static
 		--enable-libtool-lock
 		$(use_enable introspection)
 		$(use_enable python)"
-
-	# To avoid file collison with other slots, rename help module.
-	# Prevent the UI from loading glade:3's gladeui devhelp documentation.
-	epatch "${FILESDIR}/${PN}-3.14.1-doc-version.patch"
-
-	gnome2_src_prepare
+	gnome2_src_configure
 }
 
 src_install() {
@@ -62,3 +65,11 @@ src_install() {
 		-i doc/html/gladeui.devhelp2 || die "sed of gladeui.devhelp2 failed"
 	gnome2_src_install
 }
+
+pkg_postinst() {
+	gnome2_pkg_postinst
+	if ! has_version dev-util/devhelp ; then
+		elog "You may want to install dev-util/devhelp for integration API"
+		elog "documentation support."
+	fi
+}


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

* [gentoo-commits] proj/gnome:master commit in: dev-util/glade/
@ 2012-12-17 11:17 Alexandre Rostovtsev
  0 siblings, 0 replies; 8+ messages in thread
From: Alexandre Rostovtsev @ 2012-12-17 11:17 UTC (permalink / raw
  To: gentoo-commits

commit:     f8179f0e36be0496da9276995b4a9849e9326191
Author:     Alexandre Rostovtsev <tetromino <AT> gentoo <DOT> org>
AuthorDate: Mon Dec 17 11:14:44 2012 +0000
Commit:     Alexandre Rostovtsev <tetromino <AT> gentoo <DOT> org>
CommitDate: Mon Dec 17 11:14:44 2012 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/gnome.git;a=commit;h=f8179f0e

dev-util/glade: moved to gx86

---
 dev-util/glade/glade-3.14.2.ebuild |   75 ------------------------------------
 dev-util/glade/metadata.xml        |    4 --
 2 files changed, 0 insertions(+), 79 deletions(-)

diff --git a/dev-util/glade/glade-3.14.2.ebuild b/dev-util/glade/glade-3.14.2.ebuild
deleted file mode 100644
index 44a0c4b..0000000
--- a/dev-util/glade/glade-3.14.2.ebuild
+++ /dev/null
@@ -1,75 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-EAPI="4"
-GCONF_DEBUG="yes"
-GNOME2_LA_PUNT="yes"
-
-inherit eutils gnome2 versionator
-
-DESCRIPTION="A User Interface Designer"
-HOMEPAGE="http://glade.gnome.org/"
-
-LICENSE="GPL-2"
-SLOT="3.10"
-KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd"
-IUSE="+introspection python"
-
-RDEPEND="dev-libs/atk[introspection?]
-	>=dev-libs/glib-2.32:2
-	>=dev-libs/libxml2-2.4.0:2
-	x11-libs/cairo
-	x11-libs/gdk-pixbuf:2[introspection?]
-	>=x11-libs/gtk+-3.6:3[introspection?]
-	x11-libs/pango[introspection?]
-	introspection? ( >=dev-libs/gobject-introspection-0.10.1 )
-	python? ( >=dev-python/pygobject-2.90.4:3 )
-"
-DEPEND="${RDEPEND}
-	app-text/docbook-xml-dtd:4.1.2
-	app-text/yelp-tools
-	>=dev-util/gtk-doc-am-1.13
-	>=dev-util/intltool-0.41.0
-	>=sys-devel/gettext-0.17
-	virtual/pkgconfig
-"
-# eautoreconf requires:
-#	dev-libs/gobject-introspection-common
-#	gnome-base/gnome-common
-
-src_prepare() {
-	# To avoid file collison with other slots, rename help module.
-	# Prevent the UI from loading glade:3's gladeui devhelp documentation.
-	epatch "${FILESDIR}/${PN}-3.14.1-doc-version.patch"
-
-	gnome2_src_prepare
-}
-
-src_configure() {
-	DOCS="AUTHORS ChangeLog NEWS README TODO"
-	G2CONF="${G2CONF}
-		--disable-static
-		--enable-libtool-lock
-		$(use_enable introspection)
-		$(use_enable python)"
-	gnome2_src_configure
-}
-
-src_install() {
-	# modify Name in .desktop file to avoid confusion with other slots
-	sed -e 's:^\(Name.*=Glade\):\1 '$(get_version_component_range 1-2): \
-		-i data/glade.desktop || die "sed of data/glade.desktop failed"
-	# modify name in .devhelp2 file to avoid shadowing with glade:3 docs
-	sed -e 's:name="gladeui":name="gladeui-2":' \
-		-i doc/html/gladeui.devhelp2 || die "sed of gladeui.devhelp2 failed"
-	gnome2_src_install
-}
-
-pkg_postinst() {
-	gnome2_pkg_postinst
-	if ! has_version dev-util/devhelp ; then
-		elog "You may want to install dev-util/devhelp for integration API"
-		elog "documentation support."
-	fi
-}

diff --git a/dev-util/glade/metadata.xml b/dev-util/glade/metadata.xml
index e86947c..6e0e2ec 100644
--- a/dev-util/glade/metadata.xml
+++ b/dev-util/glade/metadata.xml
@@ -2,8 +2,4 @@
 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
 <pkgmetadata>
   <herd>gnome</herd>
-  <use>
-    <flag name="introspection">Use <pkg>dev-libs/gobject-introspection</pkg>
-      for introspection</flag>
-  </use>
 </pkgmetadata>


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

* [gentoo-commits] proj/gnome:master commit in: dev-util/glade/
@ 2013-12-01 23:18 Gilles Dartiguelongue
  0 siblings, 0 replies; 8+ messages in thread
From: Gilles Dartiguelongue @ 2013-12-01 23:18 UTC (permalink / raw
  To: gentoo-commits

commit:     701a343a40bb1c1ec3cced54a3c09c891cf7f5b2
Author:     Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
AuthorDate: Sun Dec  1 22:59:59 2013 +0000
Commit:     Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
CommitDate: Sun Dec  1 23:04:01 2013 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/gnome.git;a=commit;h=701a343a

dev-util/glade: 3.14.2 → 3.16.0

---
 dev-util/glade/glade-3.16.0.ebuild | 86 ++++++++++++++++++++++++++++++++++++++
 1 file changed, 86 insertions(+)

diff --git a/dev-util/glade/glade-3.16.0.ebuild b/dev-util/glade/glade-3.16.0.ebuild
new file mode 100644
index 0000000..476e94a
--- /dev/null
+++ b/dev-util/glade/glade-3.16.0.ebuild
@@ -0,0 +1,86 @@
+# Copyright 1999-2013 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI="5"
+GCONF_DEBUG="yes"
+GNOME2_LA_PUNT="yes"
+PYTHON_COMPAT=( python{2_6,2_7} )
+
+inherit eutils gnome2 python-single-r1 versionator virtualx
+
+DESCRIPTION="A user interface designer for GTK+ and GNOME"
+HOMEPAGE="http://glade.gnome.org/"
+
+LICENSE="GPL-2+ FDL-1.1+"
+SLOT="3.10/4" # subslot = suffix of libgladeui-2.so
+KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd"
+IUSE="+introspection python"
+
+RDEPEND="
+	dev-libs/atk[introspection?]
+	>=dev-libs/glib-2.32:2
+	>=dev-libs/libxml2-2.4.0:2
+	x11-libs/cairo:=
+	x11-libs/gdk-pixbuf:2[introspection?]
+	>=x11-libs/gtk+-3.10:3[introspection?]
+	x11-libs/pango[introspection?]
+	introspection? ( >=dev-libs/gobject-introspection-1.32 )
+	python? (
+		${PYTHON_DEPS}
+		>=dev-python/pygobject-3.8:3[${PYTHON_USEDEP}] )
+"
+DEPEND="${RDEPEND}
+	app-text/docbook-xml-dtd:4.1.2
+	dev-libs/libxslt
+	>=dev-util/gtk-doc-am-1.13
+	>=dev-util/intltool-0.41.0
+	virtual/pkgconfig
+"
+# eautoreconf requires:
+#	dev-libs/gobject-introspection-common
+#	gnome-base/gnome-common
+
+pkg_setup() {
+	use python && python-single-r1_pkg_setup
+}
+
+src_prepare() {
+	# To avoid file collison with other slots, rename help module.
+	# Prevent the UI from loading glade:3's gladeui devhelp documentation.
+	epatch "${FILESDIR}/${PN}-3.14.1-doc-version.patch"
+
+	gnome2_src_prepare
+}
+
+src_configure() {
+	gnome2_src_configure \
+		--disable-static \
+		--enable-gladeui \
+		--enable-libtool-lock \
+		$(use_enable introspection) \
+		$(use_enable python) \
+		ITSTOOL=$(type -P true)
+}
+
+src_test() {
+	Xemake check
+}
+
+src_install() {
+	# modify Name in .desktop file to avoid confusion with other slots
+	sed -e 's:^\(Name.*=Glade\):\1 '$(get_version_component_range 1-2): \
+		-i data/glade.desktop || die "sed of data/glade.desktop failed"
+	# modify name in .devhelp2 file to avoid shadowing with glade:3 docs
+	sed -e 's:name="gladeui":name="gladeui-2":' \
+		-i doc/html/gladeui.devhelp2 || die "sed of gladeui.devhelp2 failed"
+	gnome2_src_install
+}
+
+pkg_postinst() {
+	gnome2_pkg_postinst
+	if ! has_version dev-util/devhelp ; then
+		elog "You may want to install dev-util/devhelp for integration API"
+		elog "documentation support."
+	fi
+}


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

* [gentoo-commits] proj/gnome:master commit in: dev-util/glade/
@ 2014-04-24 22:35 Gilles Dartiguelongue
  0 siblings, 0 replies; 8+ messages in thread
From: Gilles Dartiguelongue @ 2014-04-24 22:35 UTC (permalink / raw
  To: gentoo-commits

commit:     cd3da7717d4269279171517e13a960b2f4b7e00f
Author:     Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
AuthorDate: Thu Apr 24 21:59:36 2014 +0000
Commit:     Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
CommitDate: Thu Apr 24 22:34:48 2014 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/gnome.git;a=commit;h=cd3da771

dev-util/glade: 3.18.0 → 3.18.2

---
 dev-util/glade/{glade-3.18.0.ebuild => glade-3.18.2.ebuild} | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-util/glade/glade-3.18.0.ebuild b/dev-util/glade/glade-3.18.2.ebuild
similarity index 98%
rename from dev-util/glade/glade-3.18.0.ebuild
rename to dev-util/glade/glade-3.18.2.ebuild
index beb650e..0d98e4f 100644
--- a/dev-util/glade/glade-3.18.0.ebuild
+++ b/dev-util/glade/glade-3.18.2.ebuild
@@ -23,7 +23,7 @@ RDEPEND="
 	>=dev-libs/libxml2-2.4.0:2
 	x11-libs/cairo:=
 	x11-libs/gdk-pixbuf:2[introspection?]
-	>=x11-libs/gtk+-3.11:3[introspection?]
+	>=x11-libs/gtk+-3.12:3[introspection?]
 	x11-libs/pango[introspection?]
 	introspection? ( >=dev-libs/gobject-introspection-1.32 )
 	python? (


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

end of thread, other threads:[~2014-04-24 22:35 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-12-01 23:18 [gentoo-commits] proj/gnome:master commit in: dev-util/glade/ Gilles Dartiguelongue
  -- strict thread matches above, loose matches on Subject: below --
2014-04-24 22:35 Gilles Dartiguelongue
2012-12-17 11:17 Alexandre Rostovtsev
2012-11-26 21:18 Gilles Dartiguelongue
2012-11-26 21:18 Gilles Dartiguelongue
2011-06-24 20:57 Alexandre Restovtsev
2011-04-13  3:27 Nirbheek Chauhan
2011-02-09 20:13 Nirbheek Chauhan

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