public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] proj/gnome:master commit in: gnome-extra/zenity/
@ 2018-05-31  7:10 Gilles Dartiguelongue
  0 siblings, 0 replies; 13+ messages in thread
From: Gilles Dartiguelongue @ 2018-05-31  7:10 UTC (permalink / raw
  To: gentoo-commits

commit:     6705a65d9a668638fdad0c307f46d20b7720edd9
Author:     Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
AuthorDate: Thu May 31 07:01:23 2018 +0000
Commit:     Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
CommitDate: Thu May 31 07:09:45 2018 +0000
URL:        https://gitweb.gentoo.org/proj/gnome.git/commit/?id=6705a65d

gnome-extra/zenity: 3.24.0 → 3.26.0

Now uses native GtkFileChooser.

Package-Manager: Portage-2.3.40, Repoman-2.3.9
Manifest-Sign-Key: 0x5A56C8CD0C13248A

 gnome-extra/zenity/metadata.xml         |  8 ++++++
 gnome-extra/zenity/zenity-3.26.0.ebuild | 45 +++++++++++++++++++++++++++++++++
 2 files changed, 53 insertions(+)

diff --git a/gnome-extra/zenity/metadata.xml b/gnome-extra/zenity/metadata.xml
new file mode 100644
index 00000000..39980802
--- /dev/null
+++ b/gnome-extra/zenity/metadata.xml
@@ -0,0 +1,8 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+<maintainer type="project">
+	<email>gnome@gentoo.org</email>
+	<name>Gentoo GNOME Desktop</name>
+</maintainer>
+</pkgmetadata>

diff --git a/gnome-extra/zenity/zenity-3.26.0.ebuild b/gnome-extra/zenity/zenity-3.26.0.ebuild
new file mode 100644
index 00000000..b22c4741
--- /dev/null
+++ b/gnome-extra/zenity/zenity-3.26.0.ebuild
@@ -0,0 +1,45 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+inherit gnome2
+
+DESCRIPTION="Tool to display dialogs from the commandline and shell scripts"
+HOMEPAGE="https://wiki.gnome.org/Projects/Zenity"
+
+LICENSE="LGPL-2+"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux"
+IUSE="debug libnotify webkit"
+
+# TODO: X11 dependency is automagically enabled
+RDEPEND="
+	>=dev-libs/glib-2.8:2
+	x11-libs/gdk-pixbuf:2
+	>=x11-libs/gtk+-3:3[X]
+	x11-libs/libX11
+	x11-libs/pango
+	libnotify? ( >=x11-libs/libnotify-0.6.1:= )
+	webkit? ( >=net-libs/webkit-gtk-2.8.1:4 )
+"
+DEPEND="${RDEPEND}
+	app-text/yelp-tools
+	gnome-base/gnome-common
+	>=sys-devel/gettext-0.19.4
+	virtual/pkgconfig
+"
+
+src_configure() {
+	gnome2_src_configure \
+		$(usex debug --enable-debug=yes ' ') \
+		$(use_enable libnotify) \
+		$(use_enable webkit webkitgtk) \
+		PERL=$(type -P false)
+}
+
+src_install() {
+	gnome2_src_install
+
+	# Not really needed and prevent us from needing perl
+	rm "${ED}/usr/bin/gdialog" || die "rm gdialog failed!"
+}


^ permalink raw reply related	[flat|nested] 13+ messages in thread
* [gentoo-commits] proj/gnome:master commit in: gnome-extra/zenity/
@ 2018-08-02 20:33 Mart Raudsepp
  0 siblings, 0 replies; 13+ messages in thread
From: Mart Raudsepp @ 2018-08-02 20:33 UTC (permalink / raw
  To: gentoo-commits

commit:     87358e6897ecf2bb35b6a716a6b3c59dda3decb5
Author:     Mart Raudsepp <leio <AT> gentoo <DOT> org>
AuthorDate: Thu Aug  2 20:33:26 2018 +0000
Commit:     Mart Raudsepp <leio <AT> gentoo <DOT> org>
CommitDate: Thu Aug  2 20:33:26 2018 +0000
URL:        https://gitweb.gentoo.org/proj/gnome.git/commit/?id=87358e68

gnome-extra/zenity: remove, 3.28.1 in ::gentoo

 gnome-extra/zenity/metadata.xml         |  8 ------
 gnome-extra/zenity/zenity-3.26.0.ebuild | 45 ---------------------------------
 2 files changed, 53 deletions(-)

diff --git a/gnome-extra/zenity/metadata.xml b/gnome-extra/zenity/metadata.xml
deleted file mode 100644
index 39980802..00000000
--- a/gnome-extra/zenity/metadata.xml
+++ /dev/null
@@ -1,8 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
-<maintainer type="project">
-	<email>gnome@gentoo.org</email>
-	<name>Gentoo GNOME Desktop</name>
-</maintainer>
-</pkgmetadata>

diff --git a/gnome-extra/zenity/zenity-3.26.0.ebuild b/gnome-extra/zenity/zenity-3.26.0.ebuild
deleted file mode 100644
index b22c4741..00000000
--- a/gnome-extra/zenity/zenity-3.26.0.ebuild
+++ /dev/null
@@ -1,45 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-inherit gnome2
-
-DESCRIPTION="Tool to display dialogs from the commandline and shell scripts"
-HOMEPAGE="https://wiki.gnome.org/Projects/Zenity"
-
-LICENSE="LGPL-2+"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux"
-IUSE="debug libnotify webkit"
-
-# TODO: X11 dependency is automagically enabled
-RDEPEND="
-	>=dev-libs/glib-2.8:2
-	x11-libs/gdk-pixbuf:2
-	>=x11-libs/gtk+-3:3[X]
-	x11-libs/libX11
-	x11-libs/pango
-	libnotify? ( >=x11-libs/libnotify-0.6.1:= )
-	webkit? ( >=net-libs/webkit-gtk-2.8.1:4 )
-"
-DEPEND="${RDEPEND}
-	app-text/yelp-tools
-	gnome-base/gnome-common
-	>=sys-devel/gettext-0.19.4
-	virtual/pkgconfig
-"
-
-src_configure() {
-	gnome2_src_configure \
-		$(usex debug --enable-debug=yes ' ') \
-		$(use_enable libnotify) \
-		$(use_enable webkit webkitgtk) \
-		PERL=$(type -P false)
-}
-
-src_install() {
-	gnome2_src_install
-
-	# Not really needed and prevent us from needing perl
-	rm "${ED}/usr/bin/gdialog" || die "rm gdialog failed!"
-}


^ permalink raw reply related	[flat|nested] 13+ messages in thread
* [gentoo-commits] proj/gnome:master commit in: gnome-extra/zenity/
@ 2015-05-14 23:02 Gilles Dartiguelongue
  0 siblings, 0 replies; 13+ messages in thread
From: Gilles Dartiguelongue @ 2015-05-14 23:02 UTC (permalink / raw
  To: gentoo-commits

commit:     e314d841f5132c7fa22b461a2708b6807f72f390
Author:     Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
AuthorDate: Thu May 14 23:02:32 2015 +0000
Commit:     Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
CommitDate: Thu May 14 23:02:32 2015 +0000
URL:        https://gitweb.gentoo.org/proj/gnome.git/commit/?id=e314d841

gnome-extra/zenity: 3.16.0 → 3.16.2

 gnome-extra/zenity/{zenity-3.16.0.ebuild => zenity-3.16.2.ebuild} | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/gnome-extra/zenity/zenity-3.16.0.ebuild b/gnome-extra/zenity/zenity-3.16.2.ebuild
similarity index 86%
rename from gnome-extra/zenity/zenity-3.16.0.ebuild
rename to gnome-extra/zenity/zenity-3.16.2.ebuild
index d17f6b0..19026f6 100644
--- a/gnome-extra/zenity/zenity-3.16.0.ebuild
+++ b/gnome-extra/zenity/zenity-3.16.2.ebuild
@@ -1,6 +1,6 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/gnome-extra/zenity/zenity-3.14.0.ebuild,v 1.3 2015/03/15 13:27:28 pacho Exp $
+# $Header: $
 
 EAPI="5"
 GCONF_DEBUG="yes"
@@ -25,8 +25,7 @@ RDEPEND="
 	webkit? ( >=net-libs/webkit-gtk-1.4.0:3 )
 "
 DEPEND="${RDEPEND}
-	>=dev-util/intltool-0.40
-	>=sys-devel/gettext-0.14
+	>=sys-devel/gettext-0.19.4
 	virtual/pkgconfig
 	test? ( app-text/yelp-tools )
 "


^ permalink raw reply related	[flat|nested] 13+ messages in thread
* [gentoo-commits] proj/gnome:master commit in: gnome-extra/zenity/
@ 2015-05-14 13:39 Gilles Dartiguelongue
  0 siblings, 0 replies; 13+ messages in thread
From: Gilles Dartiguelongue @ 2015-05-14 13:39 UTC (permalink / raw
  To: gentoo-commits

commit:     87db3b706f7b3295e2c60e981497acdb67161f15
Author:     Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
AuthorDate: Thu May 14 10:46:46 2015 +0000
Commit:     Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
CommitDate: Thu May 14 10:46:46 2015 +0000
URL:        https://gitweb.gentoo.org/proj/gnome.git/commit/?id=87db3b70

gnome-extra/zenity: 3.14.0 → 3.16.0

 gnome-extra/zenity/zenity-3.16.0.ebuild | 49 +++++++++++++++++++++++++++++++++
 1 file changed, 49 insertions(+)

diff --git a/gnome-extra/zenity/zenity-3.16.0.ebuild b/gnome-extra/zenity/zenity-3.16.0.ebuild
new file mode 100644
index 0000000..d17f6b0
--- /dev/null
+++ b/gnome-extra/zenity/zenity-3.16.0.ebuild
@@ -0,0 +1,49 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/gnome-extra/zenity/zenity-3.14.0.ebuild,v 1.3 2015/03/15 13:27:28 pacho Exp $
+
+EAPI="5"
+GCONF_DEBUG="yes"
+
+inherit gnome2
+
+DESCRIPTION="Tool to display dialogs from the commandline and shell scripts"
+HOMEPAGE="https://wiki.gnome.org/Projects/Zenity"
+
+LICENSE="LGPL-2+"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~ia64-linux ~x86-linux"
+IUSE="libnotify test +webkit"
+
+RDEPEND="
+	>=dev-libs/glib-2.8:2
+	x11-libs/gdk-pixbuf:2
+	>=x11-libs/gtk+-3:3
+	x11-libs/libX11
+	x11-libs/pango
+	libnotify? ( >=x11-libs/libnotify-0.6.1:= )
+	webkit? ( >=net-libs/webkit-gtk-1.4.0:3 )
+"
+DEPEND="${RDEPEND}
+	>=dev-util/intltool-0.40
+	>=sys-devel/gettext-0.14
+	virtual/pkgconfig
+	test? ( app-text/yelp-tools )
+"
+# eautoreconf needs:
+#	>=gnome-base/gnome-common-2.12
+
+src_configure() {
+	DOCS="AUTHORS ChangeLog HACKING NEWS README THANKS TODO"
+
+	gnome2_src_configure \
+		$(use_enable libnotify) \
+		$(use_enable webkit webkitgtk) \
+		PERL=$(type -P false) \
+		ITSTOOL=$(type -P true)
+}
+
+src_install() {
+	gnome2_src_install
+	rm "${ED}/usr/bin/gdialog" || die "rm gdialog failed!"
+}


^ permalink raw reply related	[flat|nested] 13+ messages in thread
* [gentoo-commits] proj/gnome:master commit in: gnome-extra/zenity/
@ 2014-12-22 23:50 Gilles Dartiguelongue
  0 siblings, 0 replies; 13+ messages in thread
From: Gilles Dartiguelongue @ 2014-12-22 23:50 UTC (permalink / raw
  To: gentoo-commits

commit:     70fd0b8fe38bb3b4c300e9af8d91dcc71835c4a1
Author:     Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
AuthorDate: Mon Dec 22 23:47:06 2014 +0000
Commit:     Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
CommitDate: Mon Dec 22 23:47:06 2014 +0000
URL:        http://sources.gentoo.org/gitweb/?p=proj/gnome.git;a=commit;h=70fd0b8f

gnome-extra/zenity: moved to gentoo-x86

---
 gnome-extra/zenity/zenity-3.14.0.ebuild | 49 ---------------------------------
 1 file changed, 49 deletions(-)

diff --git a/gnome-extra/zenity/zenity-3.14.0.ebuild b/gnome-extra/zenity/zenity-3.14.0.ebuild
deleted file mode 100644
index 0b57229..0000000
--- a/gnome-extra/zenity/zenity-3.14.0.ebuild
+++ /dev/null
@@ -1,49 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-EAPI="5"
-GCONF_DEBUG="yes"
-
-inherit gnome2
-
-DESCRIPTION="Tool to display dialogs from the commandline and shell scripts"
-HOMEPAGE="https://wiki.gnome.org/Projects/Zenity"
-
-LICENSE="LGPL-2+"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~ia64-linux ~x86-linux"
-IUSE="libnotify test +webkit"
-
-RDEPEND="
-	>=dev-libs/glib-2.8:2
-	x11-libs/gdk-pixbuf:2
-	>=x11-libs/gtk+-3:3
-	x11-libs/libX11
-	x11-libs/pango
-	libnotify? ( >=x11-libs/libnotify-0.6.1:= )
-	webkit? ( >=net-libs/webkit-gtk-1.4.0:3 )
-"
-DEPEND="${RDEPEND}
-	>=dev-util/intltool-0.40
-	>=sys-devel/gettext-0.14
-	virtual/pkgconfig
-	test? ( app-text/yelp-tools )
-"
-# eautoreconf needs:
-#	>=gnome-base/gnome-common-2.12
-
-src_configure() {
-	DOCS="AUTHORS ChangeLog HACKING NEWS README THANKS TODO"
-
-	gnome2_src_configure \
-		$(use_enable libnotify) \
-		$(use_enable webkit webkitgtk) \
-		PERL=$(type -P false) \
-		ITSTOOL=$(type -P true)
-}
-
-src_install() {
-	gnome2_src_install
-	rm "${ED}/usr/bin/gdialog" || die "rm gdialog failed!"
-}


^ permalink raw reply related	[flat|nested] 13+ messages in thread
* [gentoo-commits] proj/gnome:master commit in: gnome-extra/zenity/
@ 2014-10-26  9:21 Gilles Dartiguelongue
  0 siblings, 0 replies; 13+ messages in thread
From: Gilles Dartiguelongue @ 2014-10-26  9:21 UTC (permalink / raw
  To: gentoo-commits

commit:     e313aa17f4525ec40a958cf2a01f13beb77b940c
Author:     Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
AuthorDate: Sat Oct 25 21:13:31 2014 +0000
Commit:     Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
CommitDate: Sun Oct 26 09:21:33 2014 +0000
URL:        http://sources.gentoo.org/gitweb/?p=proj/gnome.git;a=commit;h=e313aa17

gnome-extra/zenity: clean up metadata.xml

---
 gnome-extra/zenity/metadata.xml | 4 ----
 1 file changed, 4 deletions(-)

diff --git a/gnome-extra/zenity/metadata.xml b/gnome-extra/zenity/metadata.xml
index db6d005..6e0e2ec 100644
--- a/gnome-extra/zenity/metadata.xml
+++ b/gnome-extra/zenity/metadata.xml
@@ -2,8 +2,4 @@
 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
 <pkgmetadata>
   <herd>gnome</herd>
-  <use>
-    <flag name="compat">Installs gdialog for compatibility with older shell
-			scripts which uses <pkg>dev-lang/perl</pkg></flag>
-  </use>
 </pkgmetadata>


^ permalink raw reply related	[flat|nested] 13+ messages in thread
* [gentoo-commits] proj/gnome:master commit in: gnome-extra/zenity/
@ 2012-12-24  0:34 Gilles Dartiguelongue
  0 siblings, 0 replies; 13+ messages in thread
From: Gilles Dartiguelongue @ 2012-12-24  0:34 UTC (permalink / raw
  To: gentoo-commits

commit:     1687066226e9337aff814be174f1db53ae4871cc
Author:     Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
AuthorDate: Mon Dec 24 00:34:28 2012 +0000
Commit:     Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
CommitDate: Mon Dec 24 00:34:28 2012 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/gnome.git;a=commit;h=16870662

gnome-extra/zenity: moved to gx86, add metadata.xml

---
 gnome-extra/zenity/metadata.xml        |    9 +++++
 gnome-extra/zenity/zenity-3.6.0.ebuild |   51 --------------------------------
 2 files changed, 9 insertions(+), 51 deletions(-)

diff --git a/gnome-extra/zenity/metadata.xml b/gnome-extra/zenity/metadata.xml
new file mode 100644
index 0000000..db6d005
--- /dev/null
+++ b/gnome-extra/zenity/metadata.xml
@@ -0,0 +1,9 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+  <herd>gnome</herd>
+  <use>
+    <flag name="compat">Installs gdialog for compatibility with older shell
+			scripts which uses <pkg>dev-lang/perl</pkg></flag>
+  </use>
+</pkgmetadata>

diff --git a/gnome-extra/zenity/zenity-3.6.0.ebuild b/gnome-extra/zenity/zenity-3.6.0.ebuild
deleted file mode 100644
index 04b8e71..0000000
--- a/gnome-extra/zenity/zenity-3.6.0.ebuild
+++ /dev/null
@@ -1,51 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-EAPI="4"
-GCONF_DEBUG="yes"
-GNOME2_LA_PUNT="yes"
-
-inherit gnome2
-
-DESCRIPTION="Tool to display dialogs from the commandline and shell scripts"
-HOMEPAGE="http://live.gnome.org/Zenity"
-
-LICENSE="LGPL-2+"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~ia64-linux ~x86-linux"
-IUSE="libnotify test +webkit"
-
-RDEPEND=">=dev-libs/glib-2.8:2
-	x11-libs/gdk-pixbuf:2
-	>=x11-libs/gtk+-3.0.0:3
-	x11-libs/libX11
-	x11-libs/pango
-	libnotify? ( >=x11-libs/libnotify-0.6.1 )
-	webkit? ( >=net-libs/webkit-gtk-1.4.0:3 )"
-
-DEPEND="${RDEPEND}
-	app-text/yelp-tools
-	>=dev-util/intltool-0.40
-	>=sys-devel/gettext-0.14
-	virtual/pkgconfig
-	test? ( app-text/yelp-tools )"
-# eautoreconf needs:
-#	>=gnome-base/gnome-common-2.12
-
-src_prepare() {
-	DOCS="AUTHORS ChangeLog HACKING NEWS README THANKS TODO"
-	G2CONF="${G2CONF}
-		$(use_enable libnotify)
-		$(use_enable webkit webkitgtk)
-		PERL=$(type -P false)
-		ITSTOOL=$(type -P true)"
-
-	gnome2_src_prepare
-}
-
-src_install() {
-	gnome2_src_install
-
-	rm "${ED}/usr/bin/gdialog" || die "rm gdialog failed!"
-}


^ permalink raw reply related	[flat|nested] 13+ messages in thread
* [gentoo-commits] proj/gnome:master commit in: gnome-extra/zenity/
@ 2012-10-23  9:24 Alexandre Rostovtsev
  0 siblings, 0 replies; 13+ messages in thread
From: Alexandre Rostovtsev @ 2012-10-23  9:24 UTC (permalink / raw
  To: gentoo-commits

commit:     5fb9ffa33458a33303f93627693f98efc63a97e9
Author:     Sobhan Mohammadpour <sobhanmohammadpour1 <AT> yahoo <DOT> fr>
AuthorDate: Fri Oct  5 12:31:05 2012 +0000
Commit:     Alexandre Rostovtsev <tetromino <AT> gentoo <DOT> org>
CommitDate: Tue Oct 23 09:09:05 2012 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/gnome.git;a=commit;h=5fb9ffa3

gnome-extra/zenity: add 3.6.0

---
 gnome-extra/zenity/zenity-3.6.0.ebuild |   52 ++++++++++++++++++++++++++++++++
 1 files changed, 52 insertions(+), 0 deletions(-)

diff --git a/gnome-extra/zenity/zenity-3.6.0.ebuild b/gnome-extra/zenity/zenity-3.6.0.ebuild
new file mode 100644
index 0000000..1520643
--- /dev/null
+++ b/gnome-extra/zenity/zenity-3.6.0.ebuild
@@ -0,0 +1,52 @@
+# Copyright 1999-2012 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/gnome-extra/zenity/zenity-3.6.0.ebuild,v 1.1 2012/05/20 01:10:07 tetromino Exp $
+
+EAPI="4"
+GCONF_DEBUG="yes"
+GNOME2_LA_PUNT="yes"
+
+inherit eutils gnome2
+
+DESCRIPTION="Tool to display dialogs from the commandline and shell scripts"
+HOMEPAGE="http://live.gnome.org/Zenity"
+
+LICENSE="LGPL-2"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~ia64-linux ~x86-linux"
+IUSE="libnotify +webkit"
+
+RDEPEND=">=dev-libs/glib-2.8:2
+	x11-libs/gdk-pixbuf:2
+	>=x11-libs/gtk+-3.0.0:3
+	x11-libs/libX11
+	x11-libs/pango
+	libnotify? ( >=x11-libs/libnotify-0.6.1 )
+	webkit? ( >=net-libs/webkit-gtk-1.4.0:3 )"
+
+DEPEND="${RDEPEND}
+	app-text/scrollkeeper
+	app-text/docbook-xml-dtd:4.1.2
+	>=dev-util/intltool-0.40
+	>=sys-devel/gettext-0.14
+	virtual/pkgconfig
+	>=app-text/gnome-doc-utils-0.10.1"
+# eautoreconf needs:
+#	>=gnome-base/gnome-common-2.12
+
+pkg_setup() {
+	G2CONF="${G2CONF}
+		$(use_enable libnotify)
+		$(use_enable webkit webkitgtk)
+		PERL=$(type -P false)"
+}
+
+src_prepare() {
+	gnome2_src_prepare
+}
+
+src_install() {
+	gnome2_src_install
+
+	rm "${ED}/usr/bin/gdialog" || die "rm gdialog failed!"
+}


^ permalink raw reply related	[flat|nested] 13+ messages in thread
* [gentoo-commits] proj/gnome:master commit in: gnome-extra/zenity/
@ 2012-10-23  9:24 Alexandre Rostovtsev
  0 siblings, 0 replies; 13+ messages in thread
From: Alexandre Rostovtsev @ 2012-10-23  9:24 UTC (permalink / raw
  To: gentoo-commits

commit:     4e91a401b7d5d22427b046da7fcb050a81b1b363
Author:     Alexandre Rostovtsev <tetromino <AT> gentoo <DOT> org>
AuthorDate: Tue Oct 23 09:06:24 2012 +0000
Commit:     Alexandre Rostovtsev <tetromino <AT> gentoo <DOT> org>
CommitDate: Tue Oct 23 09:09:21 2012 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/gnome.git;a=commit;h=4e91a401

gnome-extra/zenity: QA

eutils.eclass is not used; yelp-tools needed for tests; ITSTOOL is not
needed, but configure checks for it; DOCS must be set; set DOCS and
G2CONF in src_prepare(), following new style; update license.

---
 gnome-extra/zenity/zenity-3.6.0.ebuild |   21 ++++++++++-----------
 1 files changed, 10 insertions(+), 11 deletions(-)

diff --git a/gnome-extra/zenity/zenity-3.6.0.ebuild b/gnome-extra/zenity/zenity-3.6.0.ebuild
index 1520643..04b8e71 100644
--- a/gnome-extra/zenity/zenity-3.6.0.ebuild
+++ b/gnome-extra/zenity/zenity-3.6.0.ebuild
@@ -1,20 +1,20 @@
 # Copyright 1999-2012 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/gnome-extra/zenity/zenity-3.6.0.ebuild,v 1.1 2012/05/20 01:10:07 tetromino Exp $
+# $Header: $
 
 EAPI="4"
 GCONF_DEBUG="yes"
 GNOME2_LA_PUNT="yes"
 
-inherit eutils gnome2
+inherit gnome2
 
 DESCRIPTION="Tool to display dialogs from the commandline and shell scripts"
 HOMEPAGE="http://live.gnome.org/Zenity"
 
-LICENSE="LGPL-2"
+LICENSE="LGPL-2+"
 SLOT="0"
 KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~ia64-linux ~x86-linux"
-IUSE="libnotify +webkit"
+IUSE="libnotify test +webkit"
 
 RDEPEND=">=dev-libs/glib-2.8:2
 	x11-libs/gdk-pixbuf:2
@@ -25,23 +25,22 @@ RDEPEND=">=dev-libs/glib-2.8:2
 	webkit? ( >=net-libs/webkit-gtk-1.4.0:3 )"
 
 DEPEND="${RDEPEND}
-	app-text/scrollkeeper
-	app-text/docbook-xml-dtd:4.1.2
+	app-text/yelp-tools
 	>=dev-util/intltool-0.40
 	>=sys-devel/gettext-0.14
 	virtual/pkgconfig
-	>=app-text/gnome-doc-utils-0.10.1"
+	test? ( app-text/yelp-tools )"
 # eautoreconf needs:
 #	>=gnome-base/gnome-common-2.12
 
-pkg_setup() {
+src_prepare() {
+	DOCS="AUTHORS ChangeLog HACKING NEWS README THANKS TODO"
 	G2CONF="${G2CONF}
 		$(use_enable libnotify)
 		$(use_enable webkit webkitgtk)
-		PERL=$(type -P false)"
-}
+		PERL=$(type -P false)
+		ITSTOOL=$(type -P true)"
 
-src_prepare() {
 	gnome2_src_prepare
 }
 


^ permalink raw reply related	[flat|nested] 13+ messages in thread
* [gentoo-commits] proj/gnome:master commit in: gnome-extra/zenity/
@ 2011-10-02 18:54 Alexandre Restovtsev
  0 siblings, 0 replies; 13+ messages in thread
From: Alexandre Restovtsev @ 2011-10-02 18:54 UTC (permalink / raw
  To: gentoo-commits

commit:     e49da06f1e0d23c93c659dd68d770c8d91a6ca3d
Author:     Alexandre Rostovtsev <tetromino <AT> gmail <DOT> com>
AuthorDate: Sun Oct  2 18:52:17 2011 +0000
Commit:     Alexandre Restovtsev <tetromino <AT> gmail <DOT> com>
CommitDate: Sun Oct  2 18:52:17 2011 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/gnome.git;a=commit;h=e49da06f

gnome-extra/zenity: enable webkit by default

Upstream enables webkit by default. Since webkit-gtk is pulled in by
many other parts of gnome, disabling it in zenity by default makes
little sense.

---
 gnome-extra/zenity/zenity-3.2.0.ebuild |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/gnome-extra/zenity/zenity-3.2.0.ebuild b/gnome-extra/zenity/zenity-3.2.0.ebuild
index bcd54eb..e61f3fa 100644
--- a/gnome-extra/zenity/zenity-3.2.0.ebuild
+++ b/gnome-extra/zenity/zenity-3.2.0.ebuild
@@ -14,7 +14,7 @@ HOMEPAGE="http://live.gnome.org/Zenity"
 LICENSE="LGPL-2"
 SLOT="0"
 KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~ia64-linux ~x86-linux"
-IUSE="libnotify webkit"
+IUSE="libnotify +webkit"
 
 RDEPEND=">=dev-libs/glib-2.8:2
 	x11-libs/gdk-pixbuf:2



^ permalink raw reply related	[flat|nested] 13+ messages in thread
* [gentoo-commits] proj/gnome:master commit in: gnome-extra/zenity/
@ 2011-04-14 21:52 Gilles Dartiguelongue
  0 siblings, 0 replies; 13+ messages in thread
From: Gilles Dartiguelongue @ 2011-04-14 21:52 UTC (permalink / raw
  To: gentoo-commits

commit:     7f0e2f063a05d3b87d8045985941c735af75c0d9
Author:     Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
AuthorDate: Thu Apr 14 21:50:39 2011 +0000
Commit:     Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
CommitDate: Thu Apr 14 21:50:39 2011 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/gnome.git;a=commit;h=7f0e2f06

gnome-extra/zenity: QAed

	* Sync with gentoo-x86
	* Drop compat support, hey it's gnome 3

---
 gnome-extra/zenity/zenity-3.0.0.ebuild |   12 ++++++------
 1 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/gnome-extra/zenity/zenity-3.0.0.ebuild b/gnome-extra/zenity/zenity-3.0.0.ebuild
index a93620b..f219e19 100644
--- a/gnome-extra/zenity/zenity-3.0.0.ebuild
+++ b/gnome-extra/zenity/zenity-3.0.0.ebuild
@@ -14,15 +14,15 @@ HOMEPAGE="http://live.gnome.org/Zenity"
 LICENSE="LGPL-2"
 SLOT="0"
 KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~ia64-linux ~x86-linux"
-IUSE="+compat libnotify"
+IUSE="libnotify"
 
 RDEPEND=">=x11-libs/gtk+-3.0.0:3
 	>=dev-libs/glib-2.8:2
-	compat? ( >=dev-lang/perl-5 )
 	libnotify? ( >=x11-libs/libnotify-0.6.1 )"
 
 DEPEND="${RDEPEND}
 	app-text/scrollkeeper
+	app-text/docbook-xml-dtd:4.1.2
 	>=dev-util/intltool-0.40
 	>=sys-devel/gettext-0.14
 	>=dev-util/pkgconfig-0.9
@@ -33,14 +33,14 @@ DEPEND="${RDEPEND}
 pkg_setup() {
 	G2CONF="${G2CONF}
 		--disable-scrollkeeper
-		$(use_enable libnotify)"
+		$(use_enable libnotify)
+		PERL=$(type -p false)"
 	DOCS="AUTHORS ChangeLog HACKING NEWS README THANKS TODO"
 }
 
+
 src_install() {
 	gnome2_src_install
 
-	if ! use compat; then
-		rm -v "${ED}/usr/bin/gdialog" || die "rm gdialog failed!"
-	fi
+	rm "${ED}/usr/bin/gdialog" || die "rm gdialog failed!"
 }



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

commit:     5b7710c11bbd3b5a55059c7adc5bdc8568df8598
Author:     Nirbheek Chauhan <nirbheek <AT> gentoo <DOT> org>
AuthorDate: Mon Apr  4 22:50:40 2011 +0000
Commit:     Nirbheek Chauhan <nirbheek <AT> gentoo <DOT> org>
CommitDate: Tue Apr  5 00:29:59 2011 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/gnome.git;a=commit;h=5b7710c1

gnome-extra/zenity: 2.91.90 → 3.0.0

---
 .../{zenity-2.91.90.ebuild => zenity-3.0.0.ebuild} |    0
 1 files changed, 0 insertions(+), 0 deletions(-)

diff --git a/gnome-extra/zenity/zenity-2.91.90.ebuild b/gnome-extra/zenity/zenity-3.0.0.ebuild
similarity index 100%
rename from gnome-extra/zenity/zenity-2.91.90.ebuild
rename to gnome-extra/zenity/zenity-3.0.0.ebuild



^ permalink raw reply	[flat|nested] 13+ messages in thread
* [gentoo-commits] proj/gnome:master commit in: gnome-extra/zenity/
@ 2011-02-22  0:31 Nirbheek Chauhan
  0 siblings, 0 replies; 13+ messages in thread
From: Nirbheek Chauhan @ 2011-02-22  0:31 UTC (permalink / raw
  To: gentoo-commits

commit:     84fe6e2c58fd825b2fa3cff2a20feccf54e0ac8e
Author:     Nirbheek Chauhan <nirbheek <AT> gentoo <DOT> org>
AuthorDate: Tue Feb 22 00:22:19 2011 +0000
Commit:     Nirbheek Chauhan <nirbheek <AT> gentoo <DOT> org>
CommitDate: Tue Feb 22 00:22:19 2011 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/gnome.git;a=commit;h=84fe6e2c

gnome-extra/zenity: 2.91.5 -> 2.91.90

---
 ...{zenity-2.91.5.ebuild => zenity-2.91.90.ebuild} |    5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/gnome-extra/zenity/zenity-2.91.5.ebuild b/gnome-extra/zenity/zenity-2.91.90.ebuild
similarity index 90%
rename from gnome-extra/zenity/zenity-2.91.5.ebuild
rename to gnome-extra/zenity/zenity-2.91.90.ebuild
index 2a7a251..a93620b 100644
--- a/gnome-extra/zenity/zenity-2.91.5.ebuild
+++ b/gnome-extra/zenity/zenity-2.91.90.ebuild
@@ -4,6 +4,7 @@
 
 EAPI="3"
 GCONF_DEBUG="yes"
+GNOME2_LA_PUNT="yes"
 
 inherit gnome2
 
@@ -15,7 +16,7 @@ SLOT="0"
 KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~ia64-linux ~x86-linux"
 IUSE="+compat libnotify"
 
-RDEPEND=">=x11-libs/gtk+-2.91.0:3
+RDEPEND=">=x11-libs/gtk+-3.0.0:3
 	>=dev-libs/glib-2.8:2
 	compat? ( >=dev-lang/perl-5 )
 	libnotify? ( >=x11-libs/libnotify-0.6.1 )"
@@ -40,6 +41,6 @@ src_install() {
 	gnome2_src_install
 
 	if ! use compat; then
-		rm "${ED}/usr/bin/gdialog" || die "rm gdialog failed!"
+		rm -v "${ED}/usr/bin/gdialog" || die "rm gdialog failed!"
 	fi
 }



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

end of thread, other threads:[~2018-08-02 20:33 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-05-31  7:10 [gentoo-commits] proj/gnome:master commit in: gnome-extra/zenity/ Gilles Dartiguelongue
  -- strict thread matches above, loose matches on Subject: below --
2018-08-02 20:33 Mart Raudsepp
2015-05-14 23:02 Gilles Dartiguelongue
2015-05-14 13:39 Gilles Dartiguelongue
2014-12-22 23:50 Gilles Dartiguelongue
2014-10-26  9:21 Gilles Dartiguelongue
2012-12-24  0:34 Gilles Dartiguelongue
2012-10-23  9:24 Alexandre Rostovtsev
2012-10-23  9:24 Alexandre Rostovtsev
2011-10-02 18:54 Alexandre Restovtsev
2011-04-14 21:52 Gilles Dartiguelongue
2011-04-05  0:57 Nirbheek Chauhan
2011-02-22  0:31 Nirbheek Chauhan

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