public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] proj/gnome:master commit in: dev-libs/libgweather/
@ 2011-02-27  3:02 Jonathan Callen
  0 siblings, 0 replies; 24+ messages in thread
From: Jonathan Callen @ 2011-02-27  3:02 UTC (permalink / raw
  To: gentoo-commits

commit:     5c91c197a1da346318abb722c861ef7560e741f1
Author:     Jonathan Callen <abcd <AT> gentoo <DOT> org>
AuthorDate: Sun Feb 27 00:17:03 2011 +0000
Commit:     Jonathan Callen <abcd <AT> gentoo <DOT> org>
CommitDate: Sun Feb 27 00:17:03 2011 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/gnome.git;a=commit;h=5c91c197

dev-libs/libgweather: use ! blockers, not !!

(Portage version: 2.2.0_alpha23_p5/git/Linux i686, RepoMan options: --force, signed Manifest commit with key 229E5838)

---
 dev-libs/libgweather/libgweather-2.91.6.ebuild |    2 +-
 dev-libs/libgweather/libgweather-9999.ebuild   |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-libs/libgweather/libgweather-2.91.6.ebuild b/dev-libs/libgweather/libgweather-2.91.6.ebuild
index 3454ee3..2f991f9 100644
--- a/dev-libs/libgweather/libgweather-2.91.6.ebuild
+++ b/dev-libs/libgweather/libgweather-2.91.6.ebuild
@@ -32,7 +32,7 @@ RDEPEND=">=x11-libs/gtk+-2.90.0:3[introspection?]
 
 	introspection? ( >=dev-libs/gobject-introspection-0.6.7 )
 
-	!!<dev-libs/libgweather-2.30.3-r200
+	!<dev-libs/libgweather-2.30.3-r200
 	!<gnome-base/gnome-applets-2.22.0"
 DEPEND="${RDEPEND}
 	>=dev-util/intltool-0.40.3

diff --git a/dev-libs/libgweather/libgweather-9999.ebuild b/dev-libs/libgweather/libgweather-9999.ebuild
index 3454ee3..2f991f9 100644
--- a/dev-libs/libgweather/libgweather-9999.ebuild
+++ b/dev-libs/libgweather/libgweather-9999.ebuild
@@ -32,7 +32,7 @@ RDEPEND=">=x11-libs/gtk+-2.90.0:3[introspection?]
 
 	introspection? ( >=dev-libs/gobject-introspection-0.6.7 )
 
-	!!<dev-libs/libgweather-2.30.3-r200
+	!<dev-libs/libgweather-2.30.3-r200
 	!<gnome-base/gnome-applets-2.22.0"
 DEPEND="${RDEPEND}
 	>=dev-util/intltool-0.40.3



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

* [gentoo-commits] proj/gnome:master commit in: dev-libs/libgweather/
@ 2011-03-23  5:20 Nirbheek Chauhan
  0 siblings, 0 replies; 24+ messages in thread
From: Nirbheek Chauhan @ 2011-03-23  5:20 UTC (permalink / raw
  To: gentoo-commits

commit:     e1658fddaeff8bce5b32cb2776e22adc8f23b4a4
Author:     Nirbheek Chauhan <nirbheek <AT> gentoo <DOT> org>
AuthorDate: Wed Mar 23 05:11:25 2011 +0000
Commit:     Nirbheek Chauhan <nirbheek <AT> gentoo <DOT> org>
CommitDate: Wed Mar 23 05:11:25 2011 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/gnome.git;a=commit;h=e1658fdd

dev-libs/libgweather: don't slot, fix automagic introspection

* slotmove done in portage

---
 .../libgweather/libgweather-2.30.3-r200.ebuild     |   68 --------------------
 dev-libs/libgweather/libgweather-2.91.6.ebuild     |    8 +-
 dev-libs/libgweather/libgweather-9999.ebuild       |    8 +-
 3 files changed, 8 insertions(+), 76 deletions(-)

diff --git a/dev-libs/libgweather/libgweather-2.30.3-r200.ebuild b/dev-libs/libgweather/libgweather-2.30.3-r200.ebuild
deleted file mode 100644
index 1cbe889..0000000
--- a/dev-libs/libgweather/libgweather-2.30.3-r200.ebuild
+++ /dev/null
@@ -1,68 +0,0 @@
-# Copyright 1999-2010 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/libgweather/libgweather-2.30.3.ebuild,v 1.3 2010/11/14 23:05:07 eva Exp $
-
-EAPI="2"
-GCONF_DEBUG="no"
-PYTHON_DEPEND="python? 2"
-
-inherit autotools gnome2 python
-
-DESCRIPTION="Library to access weather information from online services"
-HOMEPAGE="http://www.gnome.org/"
-
-LICENSE="GPL-2"
-SLOT="2"
-KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd"
-IUSE="python doc"
-
-# libsoup-gnome is to be used because libsoup[gnome] might not
-# get libsoup-gnome installed by the time ${P} is built
-RDEPEND=">=x11-libs/gtk+-2.11:2
-	>=dev-libs/glib-2.13
-	>=gnome-base/gconf-2.8
-	>=net-libs/libsoup-gnome-2.25.1:2.4
-	>=dev-libs/libxml2-2.6.0
-	>=sys-libs/timezone-data-2010k
-	python? (
-		>=dev-python/pygobject-2
-		>=dev-python/pygtk-2 )
-	!<gnome-base/gnome-applets-2.22.0"
-DEPEND="${RDEPEND}
-	>=dev-util/intltool-0.40.3
-	>=dev-util/pkgconfig-0.19
-	>=dev-util/gtk-doc-am-1.9
-	doc? ( >=dev-util/gtk-doc-1.9 )"
-PDEPEND="dev-libs/libgweather:3"
-DOCS="AUTHORS ChangeLog MAINTAINERS NEWS"
-
-pkg_setup() {
-	G2CONF="${G2CONF}
-		--enable-locations-compression
-		--disable-all-translations-in-one-xml
-		--disable-static
-		$(use_enable python)"
-	use python && python_set_active_version 2
-}
-
-src_prepare() {
-	gnome2_src_prepare
-
-	# Fix building -python, Gnome bug #596660.
-	epatch "${FILESDIR}/${PN}-2.30.0-fix-automagic-python-support.patch"
-
-	intltoolize --force --copy --automake || die "intltoolize failed"
-	eautoreconf
-}
-
-src_install() {
-	gnome2_src_install
-
-	# Don't install these here, libgweather:2 also provides them
-	# IMPORTANT: Don't let the files diverge
-	rm -rf "${D}"/usr/share/icons || die "Removing icons failed"
-	rm -rf "${D}"/usr/share/libgweather || die "Removing locations failed"
-	rm -rf "${D}"/etc/gconf/schemas/gweather.schemas || die "Removing schemas failed"
-
-	python_clean_installation_image
-}

diff --git a/dev-libs/libgweather/libgweather-2.91.6.ebuild b/dev-libs/libgweather/libgweather-2.91.6.ebuild
index 2f991f9..0302cdb 100644
--- a/dev-libs/libgweather/libgweather-2.91.6.ebuild
+++ b/dev-libs/libgweather/libgweather-2.91.6.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2010 Gentoo Foundation
+# Copyright 1999-2011 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Header: /var/cvsroot/gentoo-x86/dev-libs/libgweather/libgweather-2.30.3.ebuild,v 1.3 2010/11/14 23:05:07 eva Exp $
 
@@ -12,7 +12,7 @@ DESCRIPTION="Library to access weather information from online services"
 HOMEPAGE="http://www.gnome.org/"
 
 LICENSE="GPL-2"
-SLOT="3"
+SLOT="2"
 IUSE="+introspection doc"
 if [[ ${PV} = 9999 ]]; then
 	inherit gnome2-live
@@ -32,7 +32,6 @@ RDEPEND=">=x11-libs/gtk+-2.90.0:3[introspection?]
 
 	introspection? ( >=dev-libs/gobject-introspection-0.6.7 )
 
-	!<dev-libs/libgweather-2.30.3-r200
 	!<gnome-base/gnome-applets-2.22.0"
 DEPEND="${RDEPEND}
 	>=dev-util/intltool-0.40.3
@@ -47,4 +46,5 @@ G2CONF="${G2CONF}
 	--enable-locations-compression
 	--disable-maintainer-mode
 	--disable-all-translations-in-one-xml
-	--disable-static"
+	--disable-static
+	$(use_enable introspection)"

diff --git a/dev-libs/libgweather/libgweather-9999.ebuild b/dev-libs/libgweather/libgweather-9999.ebuild
index 2f991f9..0302cdb 100644
--- a/dev-libs/libgweather/libgweather-9999.ebuild
+++ b/dev-libs/libgweather/libgweather-9999.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2010 Gentoo Foundation
+# Copyright 1999-2011 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Header: /var/cvsroot/gentoo-x86/dev-libs/libgweather/libgweather-2.30.3.ebuild,v 1.3 2010/11/14 23:05:07 eva Exp $
 
@@ -12,7 +12,7 @@ DESCRIPTION="Library to access weather information from online services"
 HOMEPAGE="http://www.gnome.org/"
 
 LICENSE="GPL-2"
-SLOT="3"
+SLOT="2"
 IUSE="+introspection doc"
 if [[ ${PV} = 9999 ]]; then
 	inherit gnome2-live
@@ -32,7 +32,6 @@ RDEPEND=">=x11-libs/gtk+-2.90.0:3[introspection?]
 
 	introspection? ( >=dev-libs/gobject-introspection-0.6.7 )
 
-	!<dev-libs/libgweather-2.30.3-r200
 	!<gnome-base/gnome-applets-2.22.0"
 DEPEND="${RDEPEND}
 	>=dev-util/intltool-0.40.3
@@ -47,4 +46,5 @@ G2CONF="${G2CONF}
 	--enable-locations-compression
 	--disable-maintainer-mode
 	--disable-all-translations-in-one-xml
-	--disable-static"
+	--disable-static
+	$(use_enable introspection)"



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

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

commit:     8c1f36d840b4631389dca6922cac154d5f5ad704
Author:     Nirbheek Chauhan <nirbheek <AT> gentoo <DOT> org>
AuthorDate: Mon Apr  4 21:48:45 2011 +0000
Commit:     Nirbheek Chauhan <nirbheek <AT> gentoo <DOT> org>
CommitDate: Tue Apr  5 00:29:58 2011 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/gnome.git;a=commit;h=8c1f36d8

dev-libs/libgweather: 2.91.6 → 3.0.0

* Build fixes (Kevin Easton, Craig Keogh)
* Translation updates

---
 ...ther-2.91.6.ebuild => libgweather-3.0.0.ebuild} |    2 +-
 dev-libs/libgweather/libgweather-9999.ebuild       |   16 +++++++---------
 2 files changed, 8 insertions(+), 10 deletions(-)

diff --git a/dev-libs/libgweather/libgweather-2.91.6.ebuild b/dev-libs/libgweather/libgweather-3.0.0.ebuild
similarity index 95%
rename from dev-libs/libgweather/libgweather-2.91.6.ebuild
rename to dev-libs/libgweather/libgweather-3.0.0.ebuild
index efb7f65..7f2aef1 100644
--- a/dev-libs/libgweather/libgweather-2.91.6.ebuild
+++ b/dev-libs/libgweather/libgweather-3.0.0.ebuild
@@ -30,7 +30,7 @@ COMMON_DEPEND=">=x11-libs/gtk+-2.90.0:3[introspection?]
 	>=dev-libs/libxml2-2.6.0
 	>=sys-libs/timezone-data-2010k
 
-	introspection? ( >=dev-libs/gobject-introspection-0.6.7 )"
+	introspection? ( >=dev-libs/gobject-introspection-0.9.5 )"
 DEPEND="${COMMON_DEPEND}
 	>=dev-util/intltool-0.40.3
 	>=dev-util/pkgconfig-0.19

diff --git a/dev-libs/libgweather/libgweather-9999.ebuild b/dev-libs/libgweather/libgweather-9999.ebuild
index 3893230..7f2aef1 100644
--- a/dev-libs/libgweather/libgweather-9999.ebuild
+++ b/dev-libs/libgweather/libgweather-9999.ebuild
@@ -30,7 +30,7 @@ COMMON_DEPEND=">=x11-libs/gtk+-2.90.0:3[introspection?]
 	>=dev-libs/libxml2-2.6.0
 	>=sys-libs/timezone-data-2010k
 
-	introspection? ( >=dev-libs/gobject-introspection-0.6.7 )"
+	introspection? ( >=dev-libs/gobject-introspection-0.9.5 )"
 DEPEND="${COMMON_DEPEND}
 	>=dev-util/intltool-0.40.3
 	>=dev-util/pkgconfig-0.19
@@ -42,11 +42,9 @@ RDEPEND="${COMMON_DEPEND}
 
 DOCS="AUTHORS ChangeLog MAINTAINERS NEWS"
 
-pkg_setup() {
-	G2CONF="${G2CONF}
-		--enable-locations-compression
-		--disable-maintainer-mode
-		--disable-all-translations-in-one-xml
-		--disable-static
-		$(use_enable introspection)"
-}
+G2CONF="${G2CONF}
+	--enable-locations-compression
+	--disable-maintainer-mode
+	--disable-all-translations-in-one-xml
+	--disable-static
+	$(use_enable introspection)"



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

* [gentoo-commits] proj/gnome:master commit in: dev-libs/libgweather/
@ 2011-04-17 21:28 Gilles Dartiguelongue
  0 siblings, 0 replies; 24+ messages in thread
From: Gilles Dartiguelongue @ 2011-04-17 21:28 UTC (permalink / raw
  To: gentoo-commits

commit:     f9020e5b8f171778b47014e4c2865bd02b5f00e5
Author:     Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
AuthorDate: Sun Apr 17 20:18:57 2011 +0000
Commit:     Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
CommitDate: Sun Apr 17 21:17:20 2011 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/gnome.git;a=commit;h=f9020e5b

dev-libs/libgweather: QAed

	* Move DOCS and G2CONF in pkg_setup

---
 dev-libs/libgweather/libgweather-3.0.0.ebuild |   17 +++++++++--------
 dev-libs/libgweather/libgweather-9999.ebuild  |   17 +++++++++--------
 2 files changed, 18 insertions(+), 16 deletions(-)

diff --git a/dev-libs/libgweather/libgweather-3.0.0.ebuild b/dev-libs/libgweather/libgweather-3.0.0.ebuild
index 8e49d6f..386ac4a 100644
--- a/dev-libs/libgweather/libgweather-3.0.0.ebuild
+++ b/dev-libs/libgweather/libgweather-3.0.0.ebuild
@@ -42,11 +42,12 @@ DEPEND="${COMMON_DEPEND}
 RDEPEND="${COMMON_DEPEND}
 	!<gnome-base/gnome-applets-2.22.0"
 
-DOCS="AUTHORS ChangeLog MAINTAINERS NEWS"
-
-G2CONF="${G2CONF}
-	--enable-locations-compression
-	--disable-maintainer-mode
-	--disable-all-translations-in-one-xml
-	--disable-static
-	$(use_enable introspection)"
+pkg_setup() {
+	DOCS="AUTHORS ChangeLog MAINTAINERS NEWS"
+	G2CONF="${G2CONF}
+		--enable-locations-compression
+		--disable-maintainer-mode
+		--disable-all-translations-in-one-xml
+		--disable-static
+		$(use_enable introspection)"
+}
\ No newline at end of file

diff --git a/dev-libs/libgweather/libgweather-9999.ebuild b/dev-libs/libgweather/libgweather-9999.ebuild
index 8e49d6f..386ac4a 100644
--- a/dev-libs/libgweather/libgweather-9999.ebuild
+++ b/dev-libs/libgweather/libgweather-9999.ebuild
@@ -42,11 +42,12 @@ DEPEND="${COMMON_DEPEND}
 RDEPEND="${COMMON_DEPEND}
 	!<gnome-base/gnome-applets-2.22.0"
 
-DOCS="AUTHORS ChangeLog MAINTAINERS NEWS"
-
-G2CONF="${G2CONF}
-	--enable-locations-compression
-	--disable-maintainer-mode
-	--disable-all-translations-in-one-xml
-	--disable-static
-	$(use_enable introspection)"
+pkg_setup() {
+	DOCS="AUTHORS ChangeLog MAINTAINERS NEWS"
+	G2CONF="${G2CONF}
+		--enable-locations-compression
+		--disable-maintainer-mode
+		--disable-all-translations-in-one-xml
+		--disable-static
+		$(use_enable introspection)"
+}
\ No newline at end of file



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

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

commit:     b5712ab73e0fda0962187b5a7f561d5c650696ce
Author:     Alexandre Rostovtsev <tetromino <AT> gentoo <DOT> org>
AuthorDate: Mon Oct 24 16:40:27 2011 +0000
Commit:     Alexandre Restovtsev <tetromino <AT> gmail <DOT> com>
CommitDate: Mon Oct 24 16:40:27 2011 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/gnome.git;a=commit;h=b5712ab7

dev-libs/libgweather: 3.2.0 → 3.2.1

Bump, fixes fetching forecasts for UK and Australia.

---
 ...ather-3.2.0.ebuild => libgweather-3.2.1.ebuild} |    0
 1 files changed, 0 insertions(+), 0 deletions(-)

diff --git a/dev-libs/libgweather/libgweather-3.2.0.ebuild b/dev-libs/libgweather/libgweather-3.2.1.ebuild
similarity index 100%
rename from dev-libs/libgweather/libgweather-3.2.0.ebuild
rename to dev-libs/libgweather/libgweather-3.2.1.ebuild



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

* [gentoo-commits] proj/gnome:master commit in: dev-libs/libgweather/
@ 2012-05-06  7:24 Alexandre Restovtsev
  0 siblings, 0 replies; 24+ messages in thread
From: Alexandre Restovtsev @ 2012-05-06  7:24 UTC (permalink / raw
  To: gentoo-commits

commit:     ac74850c30b02709b0d75863ca630793daf55e91
Author:     Alexandre Rostovtsev <tetromino <AT> gentoo <DOT> org>
AuthorDate: Sun May  6 07:24:11 2012 +0000
Commit:     Alexandre Restovtsev <tetromino <AT> gmail <DOT> com>
CommitDate: Sun May  6 07:24:23 2012 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/gnome.git;a=commit;h=ac74850c

dev-libs/libgweather: sync with gx86

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

diff --git a/dev-libs/libgweather/libgweather-9999.ebuild b/dev-libs/libgweather/libgweather-9999.ebuild
index fbc381f..11b8193 100644
--- a/dev-libs/libgweather/libgweather-9999.ebuild
+++ b/dev-libs/libgweather/libgweather-9999.ebuild
@@ -35,12 +35,12 @@ COMMON_DEPEND=">=x11-libs/gtk+-2.90.0:3[introspection?]
 	introspection? ( >=dev-libs/gobject-introspection-0.9.5 )"
 DEPEND="${COMMON_DEPEND}
 	>=dev-util/intltool-0.40.6
-	>=dev-util/gtk-doc-am-1.9
 	sys-devel/gettext
 	virtual/pkgconfig
 	doc? ( >=dev-util/gtk-doc-1.9 )"
 RDEPEND="${COMMON_DEPEND}
 	!<gnome-base/gnome-applets-2.22.0"
+# eautoreconf requires >=dev-util/gtk-doc-am-1.11
 
 pkg_setup() {
 	DOCS="AUTHORS ChangeLog MAINTAINERS NEWS"



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

* [gentoo-commits] proj/gnome:master commit in: dev-libs/libgweather/
@ 2012-08-08 20:48 Priit Laes
  0 siblings, 0 replies; 24+ messages in thread
From: Priit Laes @ 2012-08-08 20:48 UTC (permalink / raw
  To: gentoo-commits

commit:     6fb5edb4f2d05167fb15ee8f8bf35add92aafc0a
Author:     Priit Laes <plaes <AT> plaes <DOT> org>
AuthorDate: Wed Aug  8 20:42:43 2012 +0000
Commit:     Priit Laes <plaes <AT> plaes <DOT> org>
CommitDate: Wed Aug  8 20:42:43 2012 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/gnome.git;a=commit;h=6fb5edb4

dev-libs/libgweather: Add 3.5.5 to overlay

---
 ...eather-9999.ebuild => libgweather-3.5.5.ebuild} |    3 +--
 dev-libs/libgweather/libgweather-9999.ebuild       |    3 +--
 2 files changed, 2 insertions(+), 4 deletions(-)

diff --git a/dev-libs/libgweather/libgweather-9999.ebuild b/dev-libs/libgweather/libgweather-3.5.5.ebuild
similarity index 96%
copy from dev-libs/libgweather/libgweather-9999.ebuild
copy to dev-libs/libgweather/libgweather-3.5.5.ebuild
index 11b8193..d739a4a 100644
--- a/dev-libs/libgweather/libgweather-9999.ebuild
+++ b/dev-libs/libgweather/libgweather-3.5.5.ebuild
@@ -27,14 +27,13 @@ fi
 # get libsoup-gnome installed by the time ${P} is built
 COMMON_DEPEND=">=x11-libs/gtk+-2.90.0:3[introspection?]
 	>=dev-libs/glib-2.13
-	>=gnome-base/gconf-2.8
 	>=net-libs/libsoup-gnome-2.25.1:2.4
 	>=dev-libs/libxml2-2.6.0
 	>=sys-libs/timezone-data-2010k
 
 	introspection? ( >=dev-libs/gobject-introspection-0.9.5 )"
 DEPEND="${COMMON_DEPEND}
-	>=dev-util/intltool-0.40.6
+	>=dev-util/intltool-0.50
 	sys-devel/gettext
 	virtual/pkgconfig
 	doc? ( >=dev-util/gtk-doc-1.9 )"

diff --git a/dev-libs/libgweather/libgweather-9999.ebuild b/dev-libs/libgweather/libgweather-9999.ebuild
index 11b8193..d739a4a 100644
--- a/dev-libs/libgweather/libgweather-9999.ebuild
+++ b/dev-libs/libgweather/libgweather-9999.ebuild
@@ -27,14 +27,13 @@ fi
 # get libsoup-gnome installed by the time ${P} is built
 COMMON_DEPEND=">=x11-libs/gtk+-2.90.0:3[introspection?]
 	>=dev-libs/glib-2.13
-	>=gnome-base/gconf-2.8
 	>=net-libs/libsoup-gnome-2.25.1:2.4
 	>=dev-libs/libxml2-2.6.0
 	>=sys-libs/timezone-data-2010k
 
 	introspection? ( >=dev-libs/gobject-introspection-0.9.5 )"
 DEPEND="${COMMON_DEPEND}
-	>=dev-util/intltool-0.40.6
+	>=dev-util/intltool-0.50
 	sys-devel/gettext
 	virtual/pkgconfig
 	doc? ( >=dev-util/gtk-doc-1.9 )"


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

* [gentoo-commits] proj/gnome:master commit in: dev-libs/libgweather/
@ 2012-09-08  8:43 Nirbheek Chauhan
  0 siblings, 0 replies; 24+ messages in thread
From: Nirbheek Chauhan @ 2012-09-08  8:43 UTC (permalink / raw
  To: gentoo-commits

commit:     3daeecbeba98e0e73269fa0b3cf3a9e83840df65
Author:     Nirbheek Chauhan <nirbheek <AT> gentoo <DOT> org>
AuthorDate: Fri Sep  7 02:09:59 2012 +0000
Commit:     Nirbheek Chauhan <nirbheek <AT> gentoo <DOT> org>
CommitDate: Sat Sep  8 08:42:23 2012 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/gnome.git;a=commit;h=3daeecbe

dev-libs/libgweather: 3.5.5 → 3.5.91

---
 ...ther-3.5.5.ebuild => libgweather-3.5.91.ebuild} |    0
 1 files changed, 0 insertions(+), 0 deletions(-)

diff --git a/dev-libs/libgweather/libgweather-3.5.5.ebuild b/dev-libs/libgweather/libgweather-3.5.91.ebuild
similarity index 100%
rename from dev-libs/libgweather/libgweather-3.5.5.ebuild
rename to dev-libs/libgweather/libgweather-3.5.91.ebuild


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

* [gentoo-commits] proj/gnome:master commit in: dev-libs/libgweather/
@ 2012-09-22 15:54 Nirbheek Chauhan
  0 siblings, 0 replies; 24+ messages in thread
From: Nirbheek Chauhan @ 2012-09-22 15:54 UTC (permalink / raw
  To: gentoo-commits

commit:     2c9767138a6052aeb8b1a4199e584110609f9e0e
Author:     Nirbheek Chauhan <nirbheek <AT> gentoo <DOT> org>
AuthorDate: Fri Sep 21 05:23:48 2012 +0000
Commit:     Nirbheek Chauhan <nirbheek <AT> gentoo <DOT> org>
CommitDate: Sat Sep 22 15:53:21 2012 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/gnome.git;a=commit;h=2c976713

dev-libs/libgweather: 3.5.91 → 3.5.92

---
 ...her-3.5.91.ebuild => libgweather-3.5.92.ebuild} |    0
 1 files changed, 0 insertions(+), 0 deletions(-)

diff --git a/dev-libs/libgweather/libgweather-3.5.91.ebuild b/dev-libs/libgweather/libgweather-3.5.92.ebuild
similarity index 100%
rename from dev-libs/libgweather/libgweather-3.5.91.ebuild
rename to dev-libs/libgweather/libgweather-3.5.92.ebuild


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

* [gentoo-commits] proj/gnome:master commit in: dev-libs/libgweather/
@ 2012-10-28 18:10 Gilles Dartiguelongue
  0 siblings, 0 replies; 24+ messages in thread
From: Gilles Dartiguelongue @ 2012-10-28 18:10 UTC (permalink / raw
  To: gentoo-commits

commit:     3e071a1f7359e833776e8386e15d93359d93e429
Author:     Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
AuthorDate: Sun Oct 28 17:48:19 2012 +0000
Commit:     Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
CommitDate: Sun Oct 28 18:07:56 2012 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/gnome.git;a=commit;h=3e071a1f

dev-libs/libgweather: 3.5.92 → 3.6.1

---
 ...ther-3.5.92.ebuild => libgweather-3.6.1.ebuild} |   23 +++++++++++++------
 dev-libs/libgweather/libgweather-9999.ebuild       |   23 +++++++++++++------
 2 files changed, 32 insertions(+), 14 deletions(-)

diff --git a/dev-libs/libgweather/libgweather-3.5.92.ebuild b/dev-libs/libgweather/libgweather-3.6.1.ebuild
similarity index 80%
rename from dev-libs/libgweather/libgweather-3.5.92.ebuild
rename to dev-libs/libgweather/libgweather-3.6.1.ebuild
index d739a4a..1af5ed3 100644
--- a/dev-libs/libgweather/libgweather-3.5.92.ebuild
+++ b/dev-libs/libgweather/libgweather-3.6.1.ebuild
@@ -16,8 +16,9 @@ HOMEPAGE="http://www.gnome.org/"
 
 LICENSE="GPL-2"
 SLOT="2"
-IUSE="+introspection doc"
+IUSE="+introspection"
 if [[ ${PV} = 9999 ]]; then
+	IUSE="${IUSE} doc"
 	KEYWORDS=""
 else
 	KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd"
@@ -31,21 +32,29 @@ COMMON_DEPEND=">=x11-libs/gtk+-2.90.0:3[introspection?]
 	>=dev-libs/libxml2-2.6.0
 	>=sys-libs/timezone-data-2010k
 
-	introspection? ( >=dev-libs/gobject-introspection-0.9.5 )"
+	introspection? ( >=dev-libs/gobject-introspection-0.9.5 )
+"
+RDEPEND="${COMMON_DEPEND}
+	!<gnome-base/gnome-applets-2.22.0
+"
 DEPEND="${COMMON_DEPEND}
+	>=dev-util/gtk-doc-am-1.9
 	>=dev-util/intltool-0.50
 	sys-devel/gettext
 	virtual/pkgconfig
-	doc? ( >=dev-util/gtk-doc-1.9 )"
-RDEPEND="${COMMON_DEPEND}
-	!<gnome-base/gnome-applets-2.22.0"
-# eautoreconf requires >=dev-util/gtk-doc-am-1.11
+"
+
+if [[ ${PV} = 9999 ]]; then
+	DEPEND="${DEPEND}
+		doc? ( >=dev-util/gtk-doc-1.9 )"
+fi
 
-pkg_setup() {
+src_configure() {
 	DOCS="AUTHORS ChangeLog MAINTAINERS NEWS"
 	# Do not add --disable-all-translations-in-one-xml : it will enable them
 	G2CONF="${G2CONF}
 		--enable-locations-compression
 		--disable-static
 		$(use_enable introspection)"
+	gnome2_src_configure
 }

diff --git a/dev-libs/libgweather/libgweather-9999.ebuild b/dev-libs/libgweather/libgweather-9999.ebuild
index d739a4a..1af5ed3 100644
--- a/dev-libs/libgweather/libgweather-9999.ebuild
+++ b/dev-libs/libgweather/libgweather-9999.ebuild
@@ -16,8 +16,9 @@ HOMEPAGE="http://www.gnome.org/"
 
 LICENSE="GPL-2"
 SLOT="2"
-IUSE="+introspection doc"
+IUSE="+introspection"
 if [[ ${PV} = 9999 ]]; then
+	IUSE="${IUSE} doc"
 	KEYWORDS=""
 else
 	KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd"
@@ -31,21 +32,29 @@ COMMON_DEPEND=">=x11-libs/gtk+-2.90.0:3[introspection?]
 	>=dev-libs/libxml2-2.6.0
 	>=sys-libs/timezone-data-2010k
 
-	introspection? ( >=dev-libs/gobject-introspection-0.9.5 )"
+	introspection? ( >=dev-libs/gobject-introspection-0.9.5 )
+"
+RDEPEND="${COMMON_DEPEND}
+	!<gnome-base/gnome-applets-2.22.0
+"
 DEPEND="${COMMON_DEPEND}
+	>=dev-util/gtk-doc-am-1.9
 	>=dev-util/intltool-0.50
 	sys-devel/gettext
 	virtual/pkgconfig
-	doc? ( >=dev-util/gtk-doc-1.9 )"
-RDEPEND="${COMMON_DEPEND}
-	!<gnome-base/gnome-applets-2.22.0"
-# eautoreconf requires >=dev-util/gtk-doc-am-1.11
+"
+
+if [[ ${PV} = 9999 ]]; then
+	DEPEND="${DEPEND}
+		doc? ( >=dev-util/gtk-doc-1.9 )"
+fi
 
-pkg_setup() {
+src_configure() {
 	DOCS="AUTHORS ChangeLog MAINTAINERS NEWS"
 	# Do not add --disable-all-translations-in-one-xml : it will enable them
 	G2CONF="${G2CONF}
 		--enable-locations-compression
 		--disable-static
 		$(use_enable introspection)"
+	gnome2_src_configure
 }


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

* [gentoo-commits] proj/gnome:master commit in: dev-libs/libgweather/
@ 2012-11-21 20:51 Gilles Dartiguelongue
  0 siblings, 0 replies; 24+ messages in thread
From: Gilles Dartiguelongue @ 2012-11-21 20:51 UTC (permalink / raw
  To: gentoo-commits

commit:     521cc091e59ee0624ba57e40c3ce3fb5d3bd96a5
Author:     Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
AuthorDate: Wed Nov 21 20:45:18 2012 +0000
Commit:     Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
CommitDate: Wed Nov 21 20:45:45 2012 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/gnome.git;a=commit;h=521cc091

dev-libs/libgweather: 3.6.1 → 3.6.2

---
 ...ather-3.6.1.ebuild => libgweather-3.6.2.ebuild} |    0
 dev-libs/libgweather/metadata.xml                  |    9 +++++++++
 2 files changed, 9 insertions(+), 0 deletions(-)

diff --git a/dev-libs/libgweather/libgweather-3.6.1.ebuild b/dev-libs/libgweather/libgweather-3.6.2.ebuild
similarity index 100%
rename from dev-libs/libgweather/libgweather-3.6.1.ebuild
rename to dev-libs/libgweather/libgweather-3.6.2.ebuild

diff --git a/dev-libs/libgweather/metadata.xml b/dev-libs/libgweather/metadata.xml
new file mode 100644
index 0000000..99b3795
--- /dev/null
+++ b/dev-libs/libgweather/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="introspection">Use <pkg>dev-libs/gobject-introspection</pkg>
+			for introspection</flag>
+  </use>
+</pkgmetadata>


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

* [gentoo-commits] proj/gnome:master commit in: dev-libs/libgweather/
@ 2012-12-19  8:38 Alexandre Rostovtsev
  0 siblings, 0 replies; 24+ messages in thread
From: Alexandre Rostovtsev @ 2012-12-19  8:38 UTC (permalink / raw
  To: gentoo-commits

commit:     8caa70473f29380cef0465535bca682d5b808056
Author:     Alexandre Rostovtsev <tetromino <AT> gentoo <DOT> org>
AuthorDate: Wed Dec 19 08:09:33 2012 +0000
Commit:     Alexandre Rostovtsev <tetromino <AT> gentoo <DOT> org>
CommitDate: Wed Dec 19 08:09:51 2012 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/gnome.git;a=commit;h=8caa7047

dev-libs/libgweather: moved to gx86

Update live ebuild to EAPI5, sync with gx86. Remove global flag from
metadata.

---
 dev-libs/libgweather/libgweather-3.6.2.ebuild |   60 -------------------------
 dev-libs/libgweather/libgweather-9999.ebuild  |   14 +++---
 dev-libs/libgweather/metadata.xml             |    4 --
 3 files changed, 7 insertions(+), 71 deletions(-)

diff --git a/dev-libs/libgweather/libgweather-3.6.2.ebuild b/dev-libs/libgweather/libgweather-3.6.2.ebuild
deleted file mode 100644
index 1af5ed3..0000000
--- a/dev-libs/libgweather/libgweather-3.6.2.ebuild
+++ /dev/null
@@ -1,60 +0,0 @@
-# Copyright 1999-2011 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/libgweather/libgweather-2.30.3.ebuild,v 1.3 2010/11/14 23:05:07 eva Exp $
-
-EAPI="4"
-GCONF_DEBUG="no"
-GNOME2_LA_PUNT="yes"
-
-inherit gnome2
-if [[ ${PV} = 9999 ]]; then
-	inherit gnome2-live
-fi
-
-DESCRIPTION="Library to access weather information from online services"
-HOMEPAGE="http://www.gnome.org/"
-
-LICENSE="GPL-2"
-SLOT="2"
-IUSE="+introspection"
-if [[ ${PV} = 9999 ]]; then
-	IUSE="${IUSE} doc"
-	KEYWORDS=""
-else
-	KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd"
-fi
-
-# libsoup-gnome is to be used because libsoup[gnome] might not
-# get libsoup-gnome installed by the time ${P} is built
-COMMON_DEPEND=">=x11-libs/gtk+-2.90.0:3[introspection?]
-	>=dev-libs/glib-2.13
-	>=net-libs/libsoup-gnome-2.25.1:2.4
-	>=dev-libs/libxml2-2.6.0
-	>=sys-libs/timezone-data-2010k
-
-	introspection? ( >=dev-libs/gobject-introspection-0.9.5 )
-"
-RDEPEND="${COMMON_DEPEND}
-	!<gnome-base/gnome-applets-2.22.0
-"
-DEPEND="${COMMON_DEPEND}
-	>=dev-util/gtk-doc-am-1.9
-	>=dev-util/intltool-0.50
-	sys-devel/gettext
-	virtual/pkgconfig
-"
-
-if [[ ${PV} = 9999 ]]; then
-	DEPEND="${DEPEND}
-		doc? ( >=dev-util/gtk-doc-1.9 )"
-fi
-
-src_configure() {
-	DOCS="AUTHORS ChangeLog MAINTAINERS NEWS"
-	# Do not add --disable-all-translations-in-one-xml : it will enable them
-	G2CONF="${G2CONF}
-		--enable-locations-compression
-		--disable-static
-		$(use_enable introspection)"
-	gnome2_src_configure
-}

diff --git a/dev-libs/libgweather/libgweather-9999.ebuild b/dev-libs/libgweather/libgweather-9999.ebuild
index 1af5ed3..1e853b8 100644
--- a/dev-libs/libgweather/libgweather-9999.ebuild
+++ b/dev-libs/libgweather/libgweather-9999.ebuild
@@ -1,8 +1,8 @@
-# Copyright 1999-2011 Gentoo Foundation
+# Copyright 1999-2012 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/libgweather/libgweather-2.30.3.ebuild,v 1.3 2010/11/14 23:05:07 eva Exp $
+# $Header: $
 
-EAPI="4"
+EAPI="5"
 GCONF_DEBUG="no"
 GNOME2_LA_PUNT="yes"
 
@@ -12,16 +12,16 @@ if [[ ${PV} = 9999 ]]; then
 fi
 
 DESCRIPTION="Library to access weather information from online services"
-HOMEPAGE="http://www.gnome.org/"
+HOMEPAGE="https://live.gnome.org/LibGWeather"
 
-LICENSE="GPL-2"
-SLOT="2"
+LICENSE="GPL-2+"
+SLOT="2/3-1" # subslot = 3-(libgweather-3 soname suffix)
 IUSE="+introspection"
 if [[ ${PV} = 9999 ]]; then
 	IUSE="${IUSE} doc"
 	KEYWORDS=""
 else
-	KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd"
+	KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd ~x86-interix ~amd64-linux ~x86-linux ~x86-solaris"
 fi
 
 # libsoup-gnome is to be used because libsoup[gnome] might not

diff --git a/dev-libs/libgweather/metadata.xml b/dev-libs/libgweather/metadata.xml
index 99b3795..6e0e2ec 100644
--- a/dev-libs/libgweather/metadata.xml
+++ b/dev-libs/libgweather/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] 24+ messages in thread

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

commit:     d52dda0935720d0736ac5f9fae1fc347df6e950a
Author:     Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
AuthorDate: Mon Nov 18 22:57:37 2013 +0000
Commit:     Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
CommitDate: Sun Dec  1 23:04:26 2013 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/gnome.git;a=commit;h=d52dda09

dev-libs/libgweather: 3.8.3 → 3.10.1

---
 dev-libs/libgweather/libgweather-3.10.1.ebuild | 54 ++++++++++++++++++++++++++
 dev-libs/libgweather/libgweather-9999.ebuild   | 47 ++++++++++++----------
 2 files changed, 81 insertions(+), 20 deletions(-)

diff --git a/dev-libs/libgweather/libgweather-3.10.1.ebuild b/dev-libs/libgweather/libgweather-3.10.1.ebuild
new file mode 100644
index 0000000..156823a
--- /dev/null
+++ b/dev-libs/libgweather/libgweather-3.10.1.ebuild
@@ -0,0 +1,54 @@
+# Copyright 1999-2013 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI="5"
+GCONF_DEBUG="no"
+VALA_MIN_API_VERSION="0.18"
+VALA_USE_DEPEND="vapigen"
+
+inherit gnome2 vala
+
+DESCRIPTION="Library to access weather information from online services"
+HOMEPAGE="https://wiki.gnome.org/LibGWeather"
+
+LICENSE="GPL-2+"
+SLOT="2/3-6" # subslot = 3-(libgweather-3 soname suffix)
+IUSE="glade +introspection vala"
+REQUIRED_USE="vala? ( introspection )"
+KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd ~x86-interix ~amd64-linux ~x86-linux ~x86-solaris"
+
+COMMON_DEPEND="
+	>=x11-libs/gtk+-2.90.0:3[introspection?]
+	>=dev-libs/glib-2.35.1:2
+	>=net-libs/libsoup-2.34:2.4
+	>=dev-libs/libxml2-2.6.0
+	>=sys-libs/timezone-data-2010k
+
+	glade? ( >=dev-util/glade-3.16:3.10 )
+	introspection? ( >=dev-libs/gobject-introspection-0.9.5 )
+"
+RDEPEND="${COMMON_DEPEND}
+	!<gnome-base/gnome-applets-2.22.0
+"
+DEPEND="${COMMON_DEPEND}
+	>=dev-util/gtk-doc-am-1.11
+	>=dev-util/intltool-0.50
+	>=sys-devel/gettext-0.18
+	virtual/pkgconfig
+	vala? ( $(vala_depend) )
+"
+
+src_prepare() {
+	use vala && vala_src_prepare
+	gnome2_src_prepare
+}
+
+src_configure() {
+	DOCS="AUTHORS ChangeLog MAINTAINERS NEWS"
+	gnome2_src_configure \
+		--disable-static \
+		$(use_enable glade glade-catalog) \
+		$(use_enable introspection) \
+		$(use_enable vala)
+}

diff --git a/dev-libs/libgweather/libgweather-9999.ebuild b/dev-libs/libgweather/libgweather-9999.ebuild
index 1e853b8..b5bd4b8 100644
--- a/dev-libs/libgweather/libgweather-9999.ebuild
+++ b/dev-libs/libgweather/libgweather-9999.ebuild
@@ -1,22 +1,24 @@
-# Copyright 1999-2012 Gentoo Foundation
+# Copyright 1999-2013 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Header: $
 
 EAPI="5"
 GCONF_DEBUG="no"
-GNOME2_LA_PUNT="yes"
+VALA_MIN_API_VERSION="0.18"
+VALA_USE_DEPEND="vapigen"
 
-inherit gnome2
+inherit gnome2 vala
 if [[ ${PV} = 9999 ]]; then
 	inherit gnome2-live
 fi
 
 DESCRIPTION="Library to access weather information from online services"
-HOMEPAGE="https://live.gnome.org/LibGWeather"
+HOMEPAGE="https://wiki.gnome.org/LibGWeather"
 
 LICENSE="GPL-2+"
-SLOT="2/3-1" # subslot = 3-(libgweather-3 soname suffix)
-IUSE="+introspection"
+SLOT="2/3-6" # subslot = 3-(libgweather-3 soname suffix)
+IUSE="glade +introspection vala"
+REQUIRED_USE="vala? ( introspection )"
 if [[ ${PV} = 9999 ]]; then
 	IUSE="${IUSE} doc"
 	KEYWORDS=""
@@ -24,37 +26,42 @@ else
 	KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd ~x86-interix ~amd64-linux ~x86-linux ~x86-solaris"
 fi
 
-# libsoup-gnome is to be used because libsoup[gnome] might not
-# get libsoup-gnome installed by the time ${P} is built
-COMMON_DEPEND=">=x11-libs/gtk+-2.90.0:3[introspection?]
-	>=dev-libs/glib-2.13
-	>=net-libs/libsoup-gnome-2.25.1:2.4
+COMMON_DEPEND="
+	>=x11-libs/gtk+-2.90.0:3[introspection?]
+	>=dev-libs/glib-2.35.1:2
+	>=net-libs/libsoup-2.34:2.4
 	>=dev-libs/libxml2-2.6.0
 	>=sys-libs/timezone-data-2010k
 
+	glade? ( >=dev-util/glade-3.16:3.10 )
 	introspection? ( >=dev-libs/gobject-introspection-0.9.5 )
 "
 RDEPEND="${COMMON_DEPEND}
 	!<gnome-base/gnome-applets-2.22.0
 "
 DEPEND="${COMMON_DEPEND}
-	>=dev-util/gtk-doc-am-1.9
+	>=dev-util/gtk-doc-am-1.11
 	>=dev-util/intltool-0.50
-	sys-devel/gettext
+	>=sys-devel/gettext-0.18
 	virtual/pkgconfig
+	vala? ( $(vala_depend) )
 "
 
 if [[ ${PV} = 9999 ]]; then
 	DEPEND="${DEPEND}
-		doc? ( >=dev-util/gtk-doc-1.9 )"
+		doc? ( >=dev-util/gtk-doc-1.11 )"
 fi
 
+src_prepare() {
+	use vala && vala_src_prepare
+	gnome2_src_prepare
+}
+
 src_configure() {
 	DOCS="AUTHORS ChangeLog MAINTAINERS NEWS"
-	# Do not add --disable-all-translations-in-one-xml : it will enable them
-	G2CONF="${G2CONF}
-		--enable-locations-compression
-		--disable-static
-		$(use_enable introspection)"
-	gnome2_src_configure
+	gnome2_src_configure \
+		--disable-static \
+		$(use_enable glade glade-catalog) \
+		$(use_enable introspection) \
+		$(use_enable vala)
 }


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

* [gentoo-commits] proj/gnome:master commit in: dev-libs/libgweather/
@ 2013-12-18 22:49 Gilles Dartiguelongue
  0 siblings, 0 replies; 24+ messages in thread
From: Gilles Dartiguelongue @ 2013-12-18 22:49 UTC (permalink / raw
  To: gentoo-commits

commit:     c1982b69cb4d0fb3a8e3f8d5bf47954df95026b9
Author:     Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
AuthorDate: Wed Dec 18 22:39:13 2013 +0000
Commit:     Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
CommitDate: Wed Dec 18 22:49:06 2013 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/gnome.git;a=commit;h=c1982b69

dev-libs/libgweather: add local description for USE=glade

---
 dev-libs/libgweather/metadata.xml | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/dev-libs/libgweather/metadata.xml b/dev-libs/libgweather/metadata.xml
index 6e0e2ec..d65521d 100644
--- a/dev-libs/libgweather/metadata.xml
+++ b/dev-libs/libgweather/metadata.xml
@@ -2,4 +2,7 @@
 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
 <pkgmetadata>
   <herd>gnome</herd>
+  <use>
+	<flag name="glade">Installs catalog files for <pkg>dev-util/glade</pkg></flag>
+  </use>
 </pkgmetadata>


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

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

commit:     96759ca0c5273fc0681442cec2ca9c873762ca80
Author:     Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
AuthorDate: Wed Apr 23 22:29:58 2014 +0000
Commit:     Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
CommitDate: Wed Apr 23 22:33:17 2014 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/gnome.git;a=commit;h=96759ca0

dev-libs/libgweather: 3.10.2 → 3.12.1

---
 ...ibgweather-9999.ebuild => libgweather-3.12.1.ebuild} | 17 ++---------------
 dev-libs/libgweather/libgweather-9999.ebuild            |  2 +-
 2 files changed, 3 insertions(+), 16 deletions(-)

diff --git a/dev-libs/libgweather/libgweather-9999.ebuild b/dev-libs/libgweather/libgweather-3.12.1.ebuild
similarity index 76%
copy from dev-libs/libgweather/libgweather-9999.ebuild
copy to dev-libs/libgweather/libgweather-3.12.1.ebuild
index b5bd4b8..bfd15da 100644
--- a/dev-libs/libgweather/libgweather-9999.ebuild
+++ b/dev-libs/libgweather/libgweather-3.12.1.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: $
 
@@ -8,9 +8,6 @@ VALA_MIN_API_VERSION="0.18"
 VALA_USE_DEPEND="vapigen"
 
 inherit gnome2 vala
-if [[ ${PV} = 9999 ]]; then
-	inherit gnome2-live
-fi
 
 DESCRIPTION="Library to access weather information from online services"
 HOMEPAGE="https://wiki.gnome.org/LibGWeather"
@@ -19,12 +16,7 @@ LICENSE="GPL-2+"
 SLOT="2/3-6" # subslot = 3-(libgweather-3 soname suffix)
 IUSE="glade +introspection vala"
 REQUIRED_USE="vala? ( introspection )"
-if [[ ${PV} = 9999 ]]; then
-	IUSE="${IUSE} doc"
-	KEYWORDS=""
-else
-	KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd ~x86-interix ~amd64-linux ~x86-linux ~x86-solaris"
-fi
+KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd ~x86-interix ~amd64-linux ~x86-linux ~x86-solaris"
 
 COMMON_DEPEND="
 	>=x11-libs/gtk+-2.90.0:3[introspection?]
@@ -47,11 +39,6 @@ DEPEND="${COMMON_DEPEND}
 	vala? ( $(vala_depend) )
 "
 
-if [[ ${PV} = 9999 ]]; then
-	DEPEND="${DEPEND}
-		doc? ( >=dev-util/gtk-doc-1.11 )"
-fi
-
 src_prepare() {
 	use vala && vala_src_prepare
 	gnome2_src_prepare

diff --git a/dev-libs/libgweather/libgweather-9999.ebuild b/dev-libs/libgweather/libgweather-9999.ebuild
index b5bd4b8..4d15e6e 100644
--- a/dev-libs/libgweather/libgweather-9999.ebuild
+++ b/dev-libs/libgweather/libgweather-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] 24+ messages in thread

* [gentoo-commits] proj/gnome:master commit in: dev-libs/libgweather/
@ 2014-10-11 16:43 Gilles Dartiguelongue
  0 siblings, 0 replies; 24+ messages in thread
From: Gilles Dartiguelongue @ 2014-10-11 16:43 UTC (permalink / raw
  To: gentoo-commits

commit:     0be2a4f1e32772798f5aa599c09510b12a2569ee
Author:     Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
AuthorDate: Sat Oct 11 16:13:01 2014 +0000
Commit:     Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
CommitDate: Sat Oct 11 16:13:01 2014 +0000
URL:        http://sources.gentoo.org/gitweb/?p=proj/gnome.git;a=commit;h=0be2a4f1

dev-libs/libgweather: 3.12.2-r1 → 3.14.0

---
 .../{libgweather-3.12.1.ebuild => libgweather-3.14.0.ebuild}        | 6 ++++--
 dev-libs/libgweather/libgweather-9999.ebuild                        | 5 +++--
 2 files changed, 7 insertions(+), 4 deletions(-)

diff --git a/dev-libs/libgweather/libgweather-3.12.1.ebuild b/dev-libs/libgweather/libgweather-3.14.0.ebuild
similarity index 90%
rename from dev-libs/libgweather/libgweather-3.12.1.ebuild
rename to dev-libs/libgweather/libgweather-3.14.0.ebuild
index bfd15da..243e633 100644
--- a/dev-libs/libgweather/libgweather-3.12.1.ebuild
+++ b/dev-libs/libgweather/libgweather-3.14.0.ebuild
@@ -10,19 +10,21 @@ VALA_USE_DEPEND="vapigen"
 inherit gnome2 vala
 
 DESCRIPTION="Library to access weather information from online services"
-HOMEPAGE="https://wiki.gnome.org/LibGWeather"
+HOMEPAGE="https://wiki.gnome.org/Projects/LibGWeather"
 
 LICENSE="GPL-2+"
 SLOT="2/3-6" # subslot = 3-(libgweather-3 soname suffix)
 IUSE="glade +introspection vala"
 REQUIRED_USE="vala? ( introspection )"
+
 KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd ~x86-interix ~amd64-linux ~x86-linux ~x86-solaris"
 
 COMMON_DEPEND="
-	>=x11-libs/gtk+-2.90.0:3[introspection?]
+	>=x11-libs/gtk+-3.13.5:3[introspection?]
 	>=dev-libs/glib-2.35.1:2
 	>=net-libs/libsoup-2.34:2.4
 	>=dev-libs/libxml2-2.6.0
+	sci-geosciences/geocode-glib
 	>=sys-libs/timezone-data-2010k
 
 	glade? ( >=dev-util/glade-3.16:3.10 )

diff --git a/dev-libs/libgweather/libgweather-9999.ebuild b/dev-libs/libgweather/libgweather-9999.ebuild
index 4d15e6e..30117be 100644
--- a/dev-libs/libgweather/libgweather-9999.ebuild
+++ b/dev-libs/libgweather/libgweather-9999.ebuild
@@ -13,7 +13,7 @@ if [[ ${PV} = 9999 ]]; then
 fi
 
 DESCRIPTION="Library to access weather information from online services"
-HOMEPAGE="https://wiki.gnome.org/LibGWeather"
+HOMEPAGE="https://wiki.gnome.org/Projects/LibGWeather"
 
 LICENSE="GPL-2+"
 SLOT="2/3-6" # subslot = 3-(libgweather-3 soname suffix)
@@ -27,10 +27,11 @@ else
 fi
 
 COMMON_DEPEND="
-	>=x11-libs/gtk+-2.90.0:3[introspection?]
+	>=x11-libs/gtk+-3.13.5:3[introspection?]
 	>=dev-libs/glib-2.35.1:2
 	>=net-libs/libsoup-2.34:2.4
 	>=dev-libs/libxml2-2.6.0
+	sci-geosciences/geocode-glib
 	>=sys-libs/timezone-data-2010k
 
 	glade? ( >=dev-util/glade-3.16:3.10 )


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

* [gentoo-commits] proj/gnome:master commit in: dev-libs/libgweather/
@ 2014-10-12 23:19 Gilles Dartiguelongue
  0 siblings, 0 replies; 24+ messages in thread
From: Gilles Dartiguelongue @ 2014-10-12 23:19 UTC (permalink / raw
  To: gentoo-commits

commit:     f432427f83baa06ffe068111a7e5d5794f5a21d5
Author:     Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
AuthorDate: Sun Oct 12 21:28:21 2014 +0000
Commit:     Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
CommitDate: Sun Oct 12 23:19:02 2014 +0000
URL:        http://sources.gentoo.org/gitweb/?p=proj/gnome.git;a=commit;h=f432427f

dev-libs/libgweather: removed missing file from dodoc

---
 dev-libs/libgweather/libgweather-3.14.0.ebuild | 2 +-
 dev-libs/libgweather/libgweather-9999.ebuild   | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-libs/libgweather/libgweather-3.14.0.ebuild b/dev-libs/libgweather/libgweather-3.14.0.ebuild
index 243e633..fb026b8 100644
--- a/dev-libs/libgweather/libgweather-3.14.0.ebuild
+++ b/dev-libs/libgweather/libgweather-3.14.0.ebuild
@@ -47,7 +47,7 @@ src_prepare() {
 }
 
 src_configure() {
-	DOCS="AUTHORS ChangeLog MAINTAINERS NEWS"
+	DOCS="AUTHORS MAINTAINERS NEWS README"
 	gnome2_src_configure \
 		--disable-static \
 		$(use_enable glade glade-catalog) \

diff --git a/dev-libs/libgweather/libgweather-9999.ebuild b/dev-libs/libgweather/libgweather-9999.ebuild
index 30117be..a7f70f4 100644
--- a/dev-libs/libgweather/libgweather-9999.ebuild
+++ b/dev-libs/libgweather/libgweather-9999.ebuild
@@ -59,7 +59,7 @@ src_prepare() {
 }
 
 src_configure() {
-	DOCS="AUTHORS ChangeLog MAINTAINERS NEWS"
+	DOCS="AUTHORS MAINTAINERS NEWS README"
 	gnome2_src_configure \
 		--disable-static \
 		$(use_enable glade glade-catalog) \


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

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

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

dev-libs/libgweather: 3.14.0 → 3.14.1

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

diff --git a/dev-libs/libgweather/libgweather-3.14.0.ebuild b/dev-libs/libgweather/libgweather-3.14.1.ebuild
similarity index 100%
rename from dev-libs/libgweather/libgweather-3.14.0.ebuild
rename to dev-libs/libgweather/libgweather-3.14.1.ebuild


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

* [gentoo-commits] proj/gnome:master commit in: dev-libs/libgweather/
@ 2014-12-22 21:10 Gilles Dartiguelongue
  0 siblings, 0 replies; 24+ messages in thread
From: Gilles Dartiguelongue @ 2014-12-22 21:10 UTC (permalink / raw
  To: gentoo-commits

commit:     15d46f03b97823434461f33a284274a1b530297b
Author:     Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
AuthorDate: Mon Dec 22 18:04:36 2014 +0000
Commit:     Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
CommitDate: Mon Dec 22 18:04:36 2014 +0000
URL:        http://sources.gentoo.org/gitweb/?p=proj/gnome.git;a=commit;h=15d46f03

dev-libs/libgweather: 3.14.1 → 3.14.2

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

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


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

* [gentoo-commits] proj/gnome:master commit in: dev-libs/libgweather/
@ 2014-12-22 21:10 Gilles Dartiguelongue
  0 siblings, 0 replies; 24+ messages in thread
From: Gilles Dartiguelongue @ 2014-12-22 21:10 UTC (permalink / raw
  To: gentoo-commits

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

dev-libs/libgweather: moved to gentoo-x86

---
 dev-libs/libgweather/libgweather-3.14.2.ebuild | 56 --------------------------
 1 file changed, 56 deletions(-)

diff --git a/dev-libs/libgweather/libgweather-3.14.2.ebuild b/dev-libs/libgweather/libgweather-3.14.2.ebuild
deleted file mode 100644
index fb026b8..0000000
--- a/dev-libs/libgweather/libgweather-3.14.2.ebuild
+++ /dev/null
@@ -1,56 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-EAPI="5"
-GCONF_DEBUG="no"
-VALA_MIN_API_VERSION="0.18"
-VALA_USE_DEPEND="vapigen"
-
-inherit gnome2 vala
-
-DESCRIPTION="Library to access weather information from online services"
-HOMEPAGE="https://wiki.gnome.org/Projects/LibGWeather"
-
-LICENSE="GPL-2+"
-SLOT="2/3-6" # subslot = 3-(libgweather-3 soname suffix)
-IUSE="glade +introspection vala"
-REQUIRED_USE="vala? ( introspection )"
-
-KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd ~x86-interix ~amd64-linux ~x86-linux ~x86-solaris"
-
-COMMON_DEPEND="
-	>=x11-libs/gtk+-3.13.5:3[introspection?]
-	>=dev-libs/glib-2.35.1:2
-	>=net-libs/libsoup-2.34:2.4
-	>=dev-libs/libxml2-2.6.0
-	sci-geosciences/geocode-glib
-	>=sys-libs/timezone-data-2010k
-
-	glade? ( >=dev-util/glade-3.16:3.10 )
-	introspection? ( >=dev-libs/gobject-introspection-0.9.5 )
-"
-RDEPEND="${COMMON_DEPEND}
-	!<gnome-base/gnome-applets-2.22.0
-"
-DEPEND="${COMMON_DEPEND}
-	>=dev-util/gtk-doc-am-1.11
-	>=dev-util/intltool-0.50
-	>=sys-devel/gettext-0.18
-	virtual/pkgconfig
-	vala? ( $(vala_depend) )
-"
-
-src_prepare() {
-	use vala && vala_src_prepare
-	gnome2_src_prepare
-}
-
-src_configure() {
-	DOCS="AUTHORS MAINTAINERS NEWS README"
-	gnome2_src_configure \
-		--disable-static \
-		$(use_enable glade glade-catalog) \
-		$(use_enable introspection) \
-		$(use_enable vala)
-}


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

* [gentoo-commits] proj/gnome:master commit in: dev-libs/libgweather/
@ 2015-06-09 13:49 Gilles Dartiguelongue
  0 siblings, 0 replies; 24+ messages in thread
From: Gilles Dartiguelongue @ 2015-06-09 13:49 UTC (permalink / raw
  To: gentoo-commits

commit:     8c48080959e09d2a880ccd03b099e6cfaca7a539
Author:     Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
AuthorDate: Tue Jun  9 10:45:03 2015 +0000
Commit:     Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
CommitDate: Tue Jun  9 13:48:43 2015 +0000
URL:        https://gitweb.gentoo.org/proj/gnome.git/commit/?id=8c480809

dev-libs/libgweather: moved to gentoo-x86

 dev-libs/libgweather/libgweather-3.16.1.ebuild | 56 --------------------------
 1 file changed, 56 deletions(-)

diff --git a/dev-libs/libgweather/libgweather-3.16.1.ebuild b/dev-libs/libgweather/libgweather-3.16.1.ebuild
deleted file mode 100644
index 6c951e5..0000000
--- a/dev-libs/libgweather/libgweather-3.16.1.ebuild
+++ /dev/null
@@ -1,56 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-EAPI="5"
-GCONF_DEBUG="no"
-VALA_MIN_API_VERSION="0.18"
-VALA_USE_DEPEND="vapigen"
-
-inherit gnome2 vala
-
-DESCRIPTION="Library to access weather information from online services"
-HOMEPAGE="https://wiki.gnome.org/Projects/LibGWeather"
-
-LICENSE="GPL-2+"
-SLOT="2/3-6" # subslot = 3-(libgweather-3 soname suffix)
-IUSE="glade +introspection vala"
-REQUIRED_USE="vala? ( introspection )"
-
-KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd ~x86-interix ~amd64-linux ~x86-linux ~x86-solaris"
-
-COMMON_DEPEND="
-	>=x11-libs/gtk+-3.13.5:3[introspection?]
-	>=dev-libs/glib-2.35.1:2
-	>=net-libs/libsoup-2.34:2.4
-	>=dev-libs/libxml2-2.6.0
-	sci-geosciences/geocode-glib
-	>=sys-libs/timezone-data-2010k
-
-	glade? ( >=dev-util/glade-3.16:3.10 )
-	introspection? ( >=dev-libs/gobject-introspection-0.9.5 )
-"
-RDEPEND="${COMMON_DEPEND}
-	!<gnome-base/gnome-applets-2.22.0
-"
-DEPEND="${COMMON_DEPEND}
-	>=dev-util/gtk-doc-am-1.11
-	>=dev-util/intltool-0.50
-	>=sys-devel/gettext-0.18
-	virtual/pkgconfig
-	vala? ( $(vala_depend) )
-"
-
-src_prepare() {
-	use vala && vala_src_prepare
-	gnome2_src_prepare
-}
-
-src_configure() {
-	DOCS="AUTHORS MAINTAINERS NEWS README"
-	gnome2_src_configure \
-		--disable-static \
-		$(use_enable glade glade-catalog) \
-		$(use_enable introspection) \
-		$(use_enable vala)
-}


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

* [gentoo-commits] proj/gnome:master commit in: dev-libs/libgweather/
@ 2018-05-11  6:24 Sobhan Mohammadpour
  0 siblings, 0 replies; 24+ messages in thread
From: Sobhan Mohammadpour @ 2018-05-11  6:24 UTC (permalink / raw
  To: gentoo-commits

commit:     03338c6f6e5bfa72532c2753ac41d6edeae24d97
Author:     Sobhan Mohammadpour <sobhan <AT> gentoo <DOT> org>
AuthorDate: Fri May 11 06:24:47 2018 +0000
Commit:     Sobhan Mohammadpour <sobhan <AT> gentoo <DOT> org>
CommitDate: Fri May 11 06:24:47 2018 +0000
URL:        https://gitweb.gentoo.org/proj/gnome.git/commit/?id=03338c6f

dev-libs/libgweather: bump

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

 dev-libs/libgweather/libgweather-3.26.2.ebuild | 53 ++++++++++++++++++++++++++
 1 file changed, 53 insertions(+)

diff --git a/dev-libs/libgweather/libgweather-3.26.2.ebuild b/dev-libs/libgweather/libgweather-3.26.2.ebuild
new file mode 100644
index 00000000..81bb7f83
--- /dev/null
+++ b/dev-libs/libgweather/libgweather-3.26.2.ebuild
@@ -0,0 +1,53 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+VALA_USE_DEPEND="vapigen"
+
+inherit gnome2 vala
+
+DESCRIPTION="Library to access weather information from online services"
+HOMEPAGE="https://wiki.gnome.org/Projects/LibGWeather"
+
+LICENSE="GPL-2+"
+SLOT="2/3-6" # subslot = 3-(libgweather-3 soname suffix)
+
+IUSE="glade +introspection vala"
+REQUIRED_USE="vala? ( introspection )"
+
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~x86-solaris"
+
+COMMON_DEPEND="
+	>=x11-libs/gtk+-3.13.5:3[introspection?]
+	>=dev-libs/glib-2.35.1:2
+	>=net-libs/libsoup-2.44:2.4
+	>=dev-libs/libxml2-2.6.0:2
+	sci-geosciences/geocode-glib
+	>=sys-libs/timezone-data-2010k
+
+	glade? ( >=dev-util/glade-3.16:3.10 )
+	introspection? ( >=dev-libs/gobject-introspection-0.9.5:= )
+"
+RDEPEND="${COMMON_DEPEND}
+	!<gnome-base/gnome-applets-2.22.0
+"
+DEPEND="${COMMON_DEPEND}
+	>=dev-util/gtk-doc-am-1.11
+	>=dev-util/intltool-0.50
+	>=sys-devel/gettext-0.18
+	virtual/pkgconfig
+	vala? ( $(vala_depend) )
+"
+
+src_prepare() {
+	use vala && vala_src_prepare
+	gnome2_src_prepare
+}
+
+src_configure() {
+	gnome2_src_configure \
+		--disable-static \
+		$(use_enable glade glade-catalog) \
+		$(use_enable introspection) \
+		$(use_enable vala)
+}


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

* [gentoo-commits] proj/gnome:master commit in: dev-libs/libgweather/
@ 2018-06-24 19:17 Gilles Dartiguelongue
  0 siblings, 0 replies; 24+ messages in thread
From: Gilles Dartiguelongue @ 2018-06-24 19:17 UTC (permalink / raw
  To: gentoo-commits

commit:     23b5e2f2b42e62e42d8a477959e8d8fe8ecff157
Author:     Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
AuthorDate: Sun Jun 24 15:41:47 2018 +0000
Commit:     Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
CommitDate: Sun Jun 24 19:17:21 2018 +0000
URL:        https://gitweb.gentoo.org/proj/gnome.git/commit/?id=23b5e2f2

dev-libs/libgweather: sync live ebuild

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

 dev-libs/libgweather/libgweather-9999.ebuild | 18 ++++++++----------
 1 file changed, 8 insertions(+), 10 deletions(-)

diff --git a/dev-libs/libgweather/libgweather-9999.ebuild b/dev-libs/libgweather/libgweather-9999.ebuild
index 6604ec14..ee71646d 100644
--- a/dev-libs/libgweather/libgweather-9999.ebuild
+++ b/dev-libs/libgweather/libgweather-9999.ebuild
@@ -1,10 +1,7 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Id$
 
-EAPI="5"
-GCONF_DEBUG="no"
-VALA_MIN_API_VERSION="0.18"
+EAPI=6
 VALA_USE_DEPEND="vapigen"
 
 inherit gnome2 vala
@@ -17,25 +14,27 @@ HOMEPAGE="https://wiki.gnome.org/Projects/LibGWeather"
 
 LICENSE="GPL-2+"
 SLOT="2/3-6" # subslot = 3-(libgweather-3 soname suffix)
+
 IUSE="glade +introspection vala"
 REQUIRED_USE="vala? ( introspection )"
+
 if [[ ${PV} = 9999 ]]; then
 	IUSE="${IUSE} doc"
 	KEYWORDS=""
 else
-	KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd ~x86-interix ~amd64-linux ~x86-linux ~x86-solaris"
+	KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd ~x86-interix ~amd64-linux ~x86-linux ~x86-solaris"
 fi
 
 COMMON_DEPEND="
 	>=x11-libs/gtk+-3.13.5:3[introspection?]
 	>=dev-libs/glib-2.35.1:2
-	>=net-libs/libsoup-2.34:2.4
-	>=dev-libs/libxml2-2.6.0
+	>=net-libs/libsoup-2.44:2.4
+	>=dev-libs/libxml2-2.6.0:2
 	sci-geosciences/geocode-glib
 	>=sys-libs/timezone-data-2010k
 
 	glade? ( >=dev-util/glade-3.16:3.10 )
-	introspection? ( >=dev-libs/gobject-introspection-0.9.5 )
+	introspection? ( >=dev-libs/gobject-introspection-0.9.5:= )
 "
 RDEPEND="${COMMON_DEPEND}
 	!<gnome-base/gnome-applets-2.22.0
@@ -59,7 +58,6 @@ src_prepare() {
 }
 
 src_configure() {
-	DOCS="AUTHORS MAINTAINERS NEWS README"
 	gnome2_src_configure \
 		--disable-static \
 		$(use_enable glade glade-catalog) \


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

* [gentoo-commits] proj/gnome:master commit in: dev-libs/libgweather/
@ 2018-09-11  8:54 Mart Raudsepp
  0 siblings, 0 replies; 24+ messages in thread
From: Mart Raudsepp @ 2018-09-11  8:54 UTC (permalink / raw
  To: gentoo-commits

commit:     163afc34e50b19d07f8f8f18827b37a1a84e4180
Author:     Mart Raudsepp <leio <AT> gentoo <DOT> org>
AuthorDate: Tue Sep 11 08:31:27 2018 +0000
Commit:     Mart Raudsepp <leio <AT> gentoo <DOT> org>
CommitDate: Tue Sep 11 08:31:27 2018 +0000
URL:        https://gitweb.gentoo.org/proj/gnome.git/commit/?id=163afc34

dev-libs/libgweather-3.26.3: remove, available in ::gentoo

Package-Manager: Portage-2.3.49, Repoman-2.3.10

 dev-libs/libgweather/libgweather-3.26.2.ebuild | 53 --------------------------
 1 file changed, 53 deletions(-)

diff --git a/dev-libs/libgweather/libgweather-3.26.2.ebuild b/dev-libs/libgweather/libgweather-3.26.2.ebuild
deleted file mode 100644
index 81bb7f83..00000000
--- a/dev-libs/libgweather/libgweather-3.26.2.ebuild
+++ /dev/null
@@ -1,53 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-VALA_USE_DEPEND="vapigen"
-
-inherit gnome2 vala
-
-DESCRIPTION="Library to access weather information from online services"
-HOMEPAGE="https://wiki.gnome.org/Projects/LibGWeather"
-
-LICENSE="GPL-2+"
-SLOT="2/3-6" # subslot = 3-(libgweather-3 soname suffix)
-
-IUSE="glade +introspection vala"
-REQUIRED_USE="vala? ( introspection )"
-
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~x86-solaris"
-
-COMMON_DEPEND="
-	>=x11-libs/gtk+-3.13.5:3[introspection?]
-	>=dev-libs/glib-2.35.1:2
-	>=net-libs/libsoup-2.44:2.4
-	>=dev-libs/libxml2-2.6.0:2
-	sci-geosciences/geocode-glib
-	>=sys-libs/timezone-data-2010k
-
-	glade? ( >=dev-util/glade-3.16:3.10 )
-	introspection? ( >=dev-libs/gobject-introspection-0.9.5:= )
-"
-RDEPEND="${COMMON_DEPEND}
-	!<gnome-base/gnome-applets-2.22.0
-"
-DEPEND="${COMMON_DEPEND}
-	>=dev-util/gtk-doc-am-1.11
-	>=dev-util/intltool-0.50
-	>=sys-devel/gettext-0.18
-	virtual/pkgconfig
-	vala? ( $(vala_depend) )
-"
-
-src_prepare() {
-	use vala && vala_src_prepare
-	gnome2_src_prepare
-}
-
-src_configure() {
-	gnome2_src_configure \
-		--disable-static \
-		$(use_enable glade glade-catalog) \
-		$(use_enable introspection) \
-		$(use_enable vala)
-}


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

end of thread, other threads:[~2018-09-11  8:54 UTC | newest]

Thread overview: 24+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-08-08 20:48 [gentoo-commits] proj/gnome:master commit in: dev-libs/libgweather/ Priit Laes
  -- strict thread matches above, loose matches on Subject: below --
2018-09-11  8:54 Mart Raudsepp
2018-06-24 19:17 Gilles Dartiguelongue
2018-05-11  6:24 Sobhan Mohammadpour
2015-06-09 13:49 Gilles Dartiguelongue
2014-12-22 21:10 Gilles Dartiguelongue
2014-12-22 21:10 Gilles Dartiguelongue
2014-10-13 21:51 Gilles Dartiguelongue
2014-10-12 23:19 Gilles Dartiguelongue
2014-10-11 16:43 Gilles Dartiguelongue
2014-04-23 22:33 Gilles Dartiguelongue
2013-12-18 22:49 Gilles Dartiguelongue
2013-12-01 23:18 Gilles Dartiguelongue
2012-12-19  8:38 Alexandre Rostovtsev
2012-11-21 20:51 Gilles Dartiguelongue
2012-10-28 18:10 Gilles Dartiguelongue
2012-09-22 15:54 Nirbheek Chauhan
2012-09-08  8:43 Nirbheek Chauhan
2012-05-06  7:24 Alexandre Restovtsev
2011-10-26 21:02 Alexandre Restovtsev
2011-04-17 21:28 Gilles Dartiguelongue
2011-04-05  0:57 Nirbheek Chauhan
2011-03-23  5:20 Nirbheek Chauhan
2011-02-27  3:02 Jonathan Callen

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