* [gentoo-commits] proj/gnome:master commit in: sci-geosciences/geocode-glib/
@ 2013-11-13 13:15 Priit Laes
0 siblings, 0 replies; 16+ messages in thread
From: Priit Laes @ 2013-11-13 13:15 UTC (permalink / raw
To: gentoo-commits
commit: 68dde907b8925b99ff189ffd7ef9d11d2f32dcf5
Author: Priit Laes <plaes <AT> plaes <DOT> org>
AuthorDate: Wed Nov 13 10:49:40 2013 +0000
Commit: Priit Laes <plaes <AT> plaes <DOT> org>
CommitDate: Wed Nov 13 12:44:58 2013 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/gnome.git;a=commit;h=68dde907
sci-geosciences/geocode-glib: Add 3.10.0 from gentoo-gnome overlay
---
.../geocode-glib/geocode-glib-3.10.0.ebuild | 46 ++++++++++++++++++++++
sci-geosciences/geocode-glib/metadata.xml | 9 +++++
2 files changed, 55 insertions(+)
diff --git a/sci-geosciences/geocode-glib/geocode-glib-3.10.0.ebuild b/sci-geosciences/geocode-glib/geocode-glib-3.10.0.ebuild
new file mode 100644
index 0000000..95d1eba
--- /dev/null
+++ b/sci-geosciences/geocode-glib/geocode-glib-3.10.0.ebuild
@@ -0,0 +1,46 @@
+# Copyright 1999-2013 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI="5"
+GCONF_DEBUG="no" # --enable-debug does not do anything useful
+
+inherit gnome2
+
+DESCRIPTION="GLib geocoding library that uses the Yahoo! Place Finder service"
+HOMEPAGE="http://git.gnome.org/browse/geocode-glib"
+
+LICENSE="LGPL-2"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86"
+IUSE="+introspection test"
+
+RDEPEND="
+ dev-libs/geoip
+ >=dev-libs/glib-2.34:2
+ >=dev-libs/json-glib-0.16.2[introspection?]
+ gnome-base/gvfs[http]
+ net-libs/libsoup:2.4[introspection?]
+ introspection? (
+ >=dev-libs/gobject-introspection-0.6.3
+ net-libs/libsoup-gnome:2.4[introspection] )
+"
+DEPEND="${RDEPEND}
+ >=dev-util/gtk-doc-am-1.13
+ >=dev-util/intltool-0.41.0
+ >=sys-devel/gettext-0.17
+ virtual/pkgconfig
+ test? ( sys-apps/dbus )
+"
+# eautoreconf requires:
+# dev-libs/gobject-introspection-common
+# gnome-base/gnome-common
+
+RESTRICT="test" # Need network #424719
+
+#src_test() {
+# export GVFS_DISABLE_FUSE=1
+# export GIO_USE_VFS=gvfs
+# ewarn "Tests require network access to http://where.yahooapis.com"
+# dbus-launch emake check || die "tests failed"
+#}
diff --git a/sci-geosciences/geocode-glib/metadata.xml b/sci-geosciences/geocode-glib/metadata.xml
new file mode 100644
index 0000000..0b6b5da
--- /dev/null
+++ b/sci-geosciences/geocode-glib/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] 16+ messages in thread
* [gentoo-commits] proj/gnome:master commit in: sci-geosciences/geocode-glib/
@ 2013-11-16 14:53 Gilles Dartiguelongue
0 siblings, 0 replies; 16+ messages in thread
From: Gilles Dartiguelongue @ 2013-11-16 14:53 UTC (permalink / raw
To: gentoo-commits
commit: 6c3bfb388e67c6aaef6a0f9dec4f6bd969251bad
Author: Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
AuthorDate: Sat Nov 16 14:32:14 2013 +0000
Commit: Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
CommitDate: Sat Nov 16 16:01:41 2013 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/gnome.git;a=commit;h=6c3bfb38
sci-geosciences/geocode-glib: QAed
* sync with gentoo-x86
* add comment about broken slottability (to be fixed before move
hopefully)
* drop geoip dependency, not stated anywhere, changelog says it has been
dropped.
---
sci-geosciences/geocode-glib/geocode-glib-3.10.0.ebuild | 12 +++++++++++-
1 file changed, 11 insertions(+), 1 deletion(-)
diff --git a/sci-geosciences/geocode-glib/geocode-glib-3.10.0.ebuild b/sci-geosciences/geocode-glib/geocode-glib-3.10.0.ebuild
index 95d1eba..5d674de 100644
--- a/sci-geosciences/geocode-glib/geocode-glib-3.10.0.ebuild
+++ b/sci-geosciences/geocode-glib/geocode-glib-3.10.0.ebuild
@@ -10,13 +10,15 @@ inherit gnome2
DESCRIPTION="GLib geocoding library that uses the Yahoo! Place Finder service"
HOMEPAGE="http://git.gnome.org/browse/geocode-glib"
+# FIXME: should be slot 1.0 but upstream failed at renaming the libs
+# and some files conflict from previous releases.
+
LICENSE="LGPL-2"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86"
IUSE="+introspection test"
RDEPEND="
- dev-libs/geoip
>=dev-libs/glib-2.34:2
>=dev-libs/json-glib-0.16.2[introspection?]
gnome-base/gvfs[http]
@@ -38,6 +40,14 @@ DEPEND="${RDEPEND}
RESTRICT="test" # Need network #424719
+
+src_prepare() {
+ gnome2_src_prepare
+
+ # Crazy flags
+ sed -e 's:-Wall ::' -i configure || die
+}
+
#src_test() {
# export GVFS_DISABLE_FUSE=1
# export GIO_USE_VFS=gvfs
^ permalink raw reply related [flat|nested] 16+ messages in thread
* [gentoo-commits] proj/gnome:master commit in: sci-geosciences/geocode-glib/
@ 2013-12-02 23:46 Gilles Dartiguelongue
0 siblings, 0 replies; 16+ messages in thread
From: Gilles Dartiguelongue @ 2013-12-02 23:46 UTC (permalink / raw
To: gentoo-commits
commit: f3d3ce3f5deac1b52a180b6ff2af2de16b5f4a1d
Author: Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
AuthorDate: Sun Dec 1 23:33:54 2013 +0000
Commit: Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
CommitDate: Mon Dec 2 22:50:31 2013 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/gnome.git;a=commit;h=f3d3ce3f
sci-geosciences/geocode-glib: repoman fix
---
sci-geosciences/geocode-glib/geocode-glib-3.10.0.ebuild | 1 -
1 file changed, 1 deletion(-)
diff --git a/sci-geosciences/geocode-glib/geocode-glib-3.10.0.ebuild b/sci-geosciences/geocode-glib/geocode-glib-3.10.0.ebuild
index 5d674de..568245c 100644
--- a/sci-geosciences/geocode-glib/geocode-glib-3.10.0.ebuild
+++ b/sci-geosciences/geocode-glib/geocode-glib-3.10.0.ebuild
@@ -40,7 +40,6 @@ DEPEND="${RDEPEND}
RESTRICT="test" # Need network #424719
-
src_prepare() {
gnome2_src_prepare
^ permalink raw reply related [flat|nested] 16+ messages in thread
* [gentoo-commits] proj/gnome:master commit in: sci-geosciences/geocode-glib/
@ 2014-02-12 23:48 Gilles Dartiguelongue
0 siblings, 0 replies; 16+ messages in thread
From: Gilles Dartiguelongue @ 2014-02-12 23:48 UTC (permalink / raw
To: gentoo-commits
commit: 1f9f291d24b135fc8b2db5a295a919b41cf2edd8
Author: Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
AuthorDate: Wed Feb 12 23:27:56 2014 +0000
Commit: Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
CommitDate: Wed Feb 12 23:27:56 2014 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/gnome.git;a=commit;h=1f9f291d
sci-geosciences/geocode-glib: moved to gentoo-x86
---
.../geocode-glib/geocode-glib-3.10.0.ebuild | 55 ----------------------
1 file changed, 55 deletions(-)
diff --git a/sci-geosciences/geocode-glib/geocode-glib-3.10.0.ebuild b/sci-geosciences/geocode-glib/geocode-glib-3.10.0.ebuild
deleted file mode 100644
index 568245c..0000000
--- a/sci-geosciences/geocode-glib/geocode-glib-3.10.0.ebuild
+++ /dev/null
@@ -1,55 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-EAPI="5"
-GCONF_DEBUG="no" # --enable-debug does not do anything useful
-
-inherit gnome2
-
-DESCRIPTION="GLib geocoding library that uses the Yahoo! Place Finder service"
-HOMEPAGE="http://git.gnome.org/browse/geocode-glib"
-
-# FIXME: should be slot 1.0 but upstream failed at renaming the libs
-# and some files conflict from previous releases.
-
-LICENSE="LGPL-2"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86"
-IUSE="+introspection test"
-
-RDEPEND="
- >=dev-libs/glib-2.34:2
- >=dev-libs/json-glib-0.16.2[introspection?]
- gnome-base/gvfs[http]
- net-libs/libsoup:2.4[introspection?]
- introspection? (
- >=dev-libs/gobject-introspection-0.6.3
- net-libs/libsoup-gnome:2.4[introspection] )
-"
-DEPEND="${RDEPEND}
- >=dev-util/gtk-doc-am-1.13
- >=dev-util/intltool-0.41.0
- >=sys-devel/gettext-0.17
- virtual/pkgconfig
- test? ( sys-apps/dbus )
-"
-# eautoreconf requires:
-# dev-libs/gobject-introspection-common
-# gnome-base/gnome-common
-
-RESTRICT="test" # Need network #424719
-
-src_prepare() {
- gnome2_src_prepare
-
- # Crazy flags
- sed -e 's:-Wall ::' -i configure || die
-}
-
-#src_test() {
-# export GVFS_DISABLE_FUSE=1
-# export GIO_USE_VFS=gvfs
-# ewarn "Tests require network access to http://where.yahooapis.com"
-# dbus-launch emake check || die "tests failed"
-#}
^ permalink raw reply related [flat|nested] 16+ messages in thread
* [gentoo-commits] proj/gnome:master commit in: sci-geosciences/geocode-glib/
@ 2014-04-15 22:05 Gilles Dartiguelongue
0 siblings, 0 replies; 16+ messages in thread
From: Gilles Dartiguelongue @ 2014-04-15 22:05 UTC (permalink / raw
To: gentoo-commits
commit: 67c11310955dbb2df6816cbcd9df16bed5ae16b0
Author: Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
AuthorDate: Sat Apr 12 22:55:05 2014 +0000
Commit: Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
CommitDate: Tue Apr 15 20:58:51 2014 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/gnome.git;a=commit;h=67c11310
sci-geosciences/geocode-glib: 3.10.0 → 3.12.0
---
.../geocode-glib/geocode-glib-3.12.0.ebuild | 54 ++++++++++++++++++++++
1 file changed, 54 insertions(+)
diff --git a/sci-geosciences/geocode-glib/geocode-glib-3.12.0.ebuild b/sci-geosciences/geocode-glib/geocode-glib-3.12.0.ebuild
new file mode 100644
index 0000000..9382fda
--- /dev/null
+++ b/sci-geosciences/geocode-glib/geocode-glib-3.12.0.ebuild
@@ -0,0 +1,54 @@
+# Copyright 1999-2014 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI="5"
+GCONF_DEBUG="no" # --enable-debug does not do anything useful
+
+inherit gnome2
+
+DESCRIPTION="GLib geocoding library that uses the Yahoo! Place Finder service"
+HOMEPAGE="http://git.gnome.org/browse/geocode-glib"
+
+# FIXME: should be slot 1.0 but upstream failed at renaming the libs
+# and some files conflict from previous releases.
+
+LICENSE="LGPL-2"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86"
+IUSE="+introspection test"
+
+RDEPEND="
+ >=dev-libs/glib-2.34:2
+ >=dev-libs/json-glib-0.99.2[introspection?]
+ gnome-base/gvfs[http]
+ net-libs/libsoup:2.4[introspection?]
+ introspection? (
+ >=dev-libs/gobject-introspection-0.6.3
+ net-libs/libsoup-gnome:2.4[introspection] )
+"
+DEPEND="${RDEPEND}
+ >=dev-util/gtk-doc-am-1.13
+ >=sys-devel/gettext-0.18
+ virtual/pkgconfig
+ test? ( sys-apps/dbus )
+"
+# eautoreconf requires:
+# dev-libs/gobject-introspection-common
+# gnome-base/gnome-common
+
+RESTRICT="test" # Need network #424719
+
+src_prepare() {
+ gnome2_src_prepare
+
+ # Crazy flags
+ sed -e 's:-Wall ::' -i configure || die
+}
+
+#src_test() {
+# export GVFS_DISABLE_FUSE=1
+# export GIO_USE_VFS=gvfs
+# ewarn "Tests require network access to http://where.yahooapis.com"
+# dbus-launch emake check || die "tests failed"
+#}
^ permalink raw reply related [flat|nested] 16+ messages in thread
* [gentoo-commits] proj/gnome:master commit in: sci-geosciences/geocode-glib/
@ 2014-10-11 16:43 Gilles Dartiguelongue
0 siblings, 0 replies; 16+ messages in thread
From: Gilles Dartiguelongue @ 2014-10-11 16:43 UTC (permalink / raw
To: gentoo-commits
commit: 02fbe2aaf82ac30c90f4058a09c3151f4f9215ac
Author: Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
AuthorDate: Sat Oct 11 16:40:13 2014 +0000
Commit: Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
CommitDate: Sat Oct 11 16:40:13 2014 +0000
URL: http://sources.gentoo.org/gitweb/?p=proj/gnome.git;a=commit;h=02fbe2aa
sci-geosciences/geocode-glib: 3.12.2 → 3.14.0
---
...de-glib-3.12.0.ebuild => geocode-glib-3.14.0.ebuild} | 17 +++++------------
1 file changed, 5 insertions(+), 12 deletions(-)
diff --git a/sci-geosciences/geocode-glib/geocode-glib-3.12.0.ebuild b/sci-geosciences/geocode-glib/geocode-glib-3.14.0.ebuild
similarity index 79%
rename from sci-geosciences/geocode-glib/geocode-glib-3.12.0.ebuild
rename to sci-geosciences/geocode-glib/geocode-glib-3.14.0.ebuild
index 9382fda..9f3b3ee 100644
--- a/sci-geosciences/geocode-glib/geocode-glib-3.12.0.ebuild
+++ b/sci-geosciences/geocode-glib/geocode-glib-3.14.0.ebuild
@@ -39,16 +39,9 @@ DEPEND="${RDEPEND}
RESTRICT="test" # Need network #424719
-src_prepare() {
- gnome2_src_prepare
-
- # Crazy flags
- sed -e 's:-Wall ::' -i configure || die
+src_test() {
+ export GVFS_DISABLE_FUSE=1
+ export GIO_USE_VFS=gvfs
+ ewarn "Tests require network access to http://where.yahooapis.com"
+ dbus-launch emake check || die "tests failed"
}
-
-#src_test() {
-# export GVFS_DISABLE_FUSE=1
-# export GIO_USE_VFS=gvfs
-# ewarn "Tests require network access to http://where.yahooapis.com"
-# dbus-launch emake check || die "tests failed"
-#}
^ permalink raw reply related [flat|nested] 16+ messages in thread
* [gentoo-commits] proj/gnome:master commit in: sci-geosciences/geocode-glib/
@ 2014-12-26 21:53 Gilles Dartiguelongue
0 siblings, 0 replies; 16+ messages in thread
From: Gilles Dartiguelongue @ 2014-12-26 21:53 UTC (permalink / raw
To: gentoo-commits
commit: d88956dc1226be9b7323fbff53f4417b12a7e400
Author: Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
AuthorDate: Fri Dec 26 21:49:29 2014 +0000
Commit: Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
CommitDate: Fri Dec 26 21:49:29 2014 +0000
URL: http://sources.gentoo.org/gitweb/?p=proj/gnome.git;a=commit;h=d88956dc
sci-geosciences/geocode-glib: moved to gentoo-x86
---
.../geocode-glib/geocode-glib-3.14.0.ebuild | 47 ----------------------
1 file changed, 47 deletions(-)
diff --git a/sci-geosciences/geocode-glib/geocode-glib-3.14.0.ebuild b/sci-geosciences/geocode-glib/geocode-glib-3.14.0.ebuild
deleted file mode 100644
index 9f3b3ee..0000000
--- a/sci-geosciences/geocode-glib/geocode-glib-3.14.0.ebuild
+++ /dev/null
@@ -1,47 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-EAPI="5"
-GCONF_DEBUG="no" # --enable-debug does not do anything useful
-
-inherit gnome2
-
-DESCRIPTION="GLib geocoding library that uses the Yahoo! Place Finder service"
-HOMEPAGE="http://git.gnome.org/browse/geocode-glib"
-
-# FIXME: should be slot 1.0 but upstream failed at renaming the libs
-# and some files conflict from previous releases.
-
-LICENSE="LGPL-2"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86"
-IUSE="+introspection test"
-
-RDEPEND="
- >=dev-libs/glib-2.34:2
- >=dev-libs/json-glib-0.99.2[introspection?]
- gnome-base/gvfs[http]
- net-libs/libsoup:2.4[introspection?]
- introspection? (
- >=dev-libs/gobject-introspection-0.6.3
- net-libs/libsoup-gnome:2.4[introspection] )
-"
-DEPEND="${RDEPEND}
- >=dev-util/gtk-doc-am-1.13
- >=sys-devel/gettext-0.18
- virtual/pkgconfig
- test? ( sys-apps/dbus )
-"
-# eautoreconf requires:
-# dev-libs/gobject-introspection-common
-# gnome-base/gnome-common
-
-RESTRICT="test" # Need network #424719
-
-src_test() {
- export GVFS_DISABLE_FUSE=1
- export GIO_USE_VFS=gvfs
- ewarn "Tests require network access to http://where.yahooapis.com"
- dbus-launch emake check || die "tests failed"
-}
^ permalink raw reply related [flat|nested] 16+ messages in thread
* [gentoo-commits] proj/gnome:master commit in: sci-geosciences/geocode-glib/
@ 2015-05-08 23:36 Gilles Dartiguelongue
0 siblings, 0 replies; 16+ messages in thread
From: Gilles Dartiguelongue @ 2015-05-08 23:36 UTC (permalink / raw
To: gentoo-commits
commit: be49cc9f34ae63aaf85ad3344b4e0d6ca1051955
Author: Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
AuthorDate: Fri May 8 23:34:09 2015 +0000
Commit: Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
CommitDate: Fri May 8 23:35:30 2015 +0000
URL: https://gitweb.gentoo.org/proj/gnome.git/commit/?id=be49cc9f
sci-geosciences/geocode-glib: 3.14.0 → 3.16.0
.../geocode-glib/geocode-glib-3.16.0.ebuild | 50 ++++++++++++++++++++++
1 file changed, 50 insertions(+)
diff --git a/sci-geosciences/geocode-glib/geocode-glib-3.16.0.ebuild b/sci-geosciences/geocode-glib/geocode-glib-3.16.0.ebuild
new file mode 100644
index 0000000..371d325
--- /dev/null
+++ b/sci-geosciences/geocode-glib/geocode-glib-3.16.0.ebuild
@@ -0,0 +1,50 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI="5"
+GCONF_DEBUG="no" # --enable-debug does not do anything useful
+
+inherit gnome2
+
+DESCRIPTION="GLib geocoding library that uses the Yahoo! Place Finder service"
+HOMEPAGE="http://git.gnome.org/browse/geocode-glib"
+
+# FIXME: should be slot 1.0 but upstream failed at renaming the libs
+# and some files conflict from previous releases.
+
+LICENSE="LGPL-2"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86"
+IUSE="+introspection test"
+
+RDEPEND="
+ >=dev-libs/glib-2.34:2
+ >=dev-libs/json-glib-0.99.2[introspection?]
+ gnome-base/gvfs[http]
+ net-libs/libsoup:2.4[introspection?]
+ introspection? (
+ >=dev-libs/gobject-introspection-0.6.3
+ net-libs/libsoup-gnome:2.4[introspection] )
+"
+DEPEND="${RDEPEND}
+ >=dev-util/gtk-doc-am-1.13
+ >=sys-devel/gettext-0.18
+ virtual/pkgconfig
+ test? ( sys-apps/dbus )
+"
+# eautoreconf requires:
+# dev-libs/gobject-introspection-common
+# gnome-base/gnome-common
+
+
+# FIXME: need network #424719, recheck
+# need various locales to be present
+RESTRICT="test"
+
+src_test() {
+ export GVFS_DISABLE_FUSE=1
+ export GIO_USE_VFS=gvfs
+ ewarn "Tests require network access to http://where.yahooapis.com"
+ dbus-launch emake check || die "tests failed"
+}
^ permalink raw reply related [flat|nested] 16+ messages in thread
* [gentoo-commits] proj/gnome:master commit in: sci-geosciences/geocode-glib/
@ 2015-05-12 22:20 Gilles Dartiguelongue
0 siblings, 0 replies; 16+ messages in thread
From: Gilles Dartiguelongue @ 2015-05-12 22:20 UTC (permalink / raw
To: gentoo-commits
commit: b42f9d08b58f85ec20a9f91d086a5e1f524b8c0f
Author: Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
AuthorDate: Tue May 12 21:46:49 2015 +0000
Commit: Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
CommitDate: Tue May 12 21:46:55 2015 +0000
URL: https://gitweb.gentoo.org/proj/gnome.git/commit/?id=b42f9d08
sci-geosciences/geocode-glib: 3.16.0 → 3.16.2
.../{geocode-glib-3.16.0.ebuild => geocode-glib-3.16.2.ebuild} | 0
1 file changed, 0 insertions(+), 0 deletions(-)
diff --git a/sci-geosciences/geocode-glib/geocode-glib-3.16.0.ebuild b/sci-geosciences/geocode-glib/geocode-glib-3.16.2.ebuild
similarity index 100%
rename from sci-geosciences/geocode-glib/geocode-glib-3.16.0.ebuild
rename to sci-geosciences/geocode-glib/geocode-glib-3.16.2.ebuild
^ permalink raw reply [flat|nested] 16+ messages in thread
* [gentoo-commits] proj/gnome:master commit in: sci-geosciences/geocode-glib/
@ 2015-05-17 15:39 Gilles Dartiguelongue
0 siblings, 0 replies; 16+ messages in thread
From: Gilles Dartiguelongue @ 2015-05-17 15:39 UTC (permalink / raw
To: gentoo-commits
commit: 0bf8222c69d9077e8b2f6b9c6aa8d06aae287918
Author: Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
AuthorDate: Sun May 17 15:35:42 2015 +0000
Commit: Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
CommitDate: Sun May 17 15:35:42 2015 +0000
URL: https://gitweb.gentoo.org/proj/gnome.git/commit/?id=0bf8222c
sci-geosciences/geocode-glib: fix repoman warning
sci-geosciences/geocode-glib/geocode-glib-3.16.2.ebuild | 1 -
1 file changed, 1 deletion(-)
diff --git a/sci-geosciences/geocode-glib/geocode-glib-3.16.2.ebuild b/sci-geosciences/geocode-glib/geocode-glib-3.16.2.ebuild
index 371d325..bac7533 100644
--- a/sci-geosciences/geocode-glib/geocode-glib-3.16.2.ebuild
+++ b/sci-geosciences/geocode-glib/geocode-glib-3.16.2.ebuild
@@ -37,7 +37,6 @@ DEPEND="${RDEPEND}
# dev-libs/gobject-introspection-common
# gnome-base/gnome-common
-
# FIXME: need network #424719, recheck
# need various locales to be present
RESTRICT="test"
^ permalink raw reply related [flat|nested] 16+ messages in thread
* [gentoo-commits] proj/gnome:master commit in: sci-geosciences/geocode-glib/
@ 2018-02-06 15:53 Sobhan Mohammadpour
0 siblings, 0 replies; 16+ messages in thread
From: Sobhan Mohammadpour @ 2018-02-06 15:53 UTC (permalink / raw
To: gentoo-commits
commit: 457ee98a6906b462e1c1f30f3f7139782ca2c633
Author: Sobhan Mohammadpour <sobhan <AT> gentoo <DOT> org>
AuthorDate: Tue Feb 6 15:53:50 2018 +0000
Commit: Sobhan Mohammadpour <sobhan <AT> gentoo <DOT> org>
CommitDate: Tue Feb 6 15:53:50 2018 +0000
URL: https://gitweb.gentoo.org/proj/gnome.git/commit/?id=457ee98a
sci-geosciences/geocode-glib: version bump
tests still not working...
Package-Manager: Portage-2.3.23, Repoman-2.3.6
Manifest-Sign-Key: 0x7DF238CF0AA182E1
.../geocode-glib/geocode-glib-3.25.4.1.ebuild | 47 ++++++++++++++++++++++
sci-geosciences/geocode-glib/metadata.xml | 8 ++++
2 files changed, 55 insertions(+)
diff --git a/sci-geosciences/geocode-glib/geocode-glib-3.25.4.1.ebuild b/sci-geosciences/geocode-glib/geocode-glib-3.25.4.1.ebuild
new file mode 100644
index 00000000..21b1cd1b
--- /dev/null
+++ b/sci-geosciences/geocode-glib/geocode-glib-3.25.4.1.ebuild
@@ -0,0 +1,47 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+inherit gnome-meson
+
+DESCRIPTION="GLib geocoding library that uses the Yahoo! Place Finder service"
+HOMEPAGE="https://git.gnome.org/browse/geocode-glib"
+
+LICENSE="LGPL-2"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~sparc ~x86"
+IUSE="+introspection test"
+
+RDEPEND="
+ >=dev-libs/glib-2.44:2
+ >=dev-libs/json-glib-0.99.2[introspection?]
+ gnome-base/gvfs[http]
+ >=net-libs/libsoup-2.42:2.4[introspection?]
+ introspection? ( >=dev-libs/gobject-introspection-0.6.3:= )
+"
+DEPEND="${RDEPEND}
+ dev-util/gtk-doc
+ >=sys-devel/gettext-0.19.6
+ virtual/pkgconfig
+ test? ( sys-apps/dbus )
+"
+# eautoreconf requires:
+# dev-libs/gobject-introspection-common
+
+# FIXME: need network #424719, recheck
+# need various locales to be present
+RESTRICT="test"
+
+src_configure() {
+ gnome-meson_src_configure \
+ $(meson_use test enable-installed-tests) \
+ $(meson_use introspection enable-introspection) \
+ -Denable-gtk-doc=true
+}
+
+src_test() {
+ export GVFS_DISABLE_FUSE=1
+ export GIO_USE_VFS=gvfs
+ ewarn "Tests require network access to http://where.yahooapis.com"
+ dbus-launch meson_src_test || die "tests failed"
+}
diff --git a/sci-geosciences/geocode-glib/metadata.xml b/sci-geosciences/geocode-glib/metadata.xml
new file mode 100644
index 00000000..39980802
--- /dev/null
+++ b/sci-geosciences/geocode-glib/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>
^ permalink raw reply related [flat|nested] 16+ messages in thread
* [gentoo-commits] proj/gnome:master commit in: sci-geosciences/geocode-glib/
@ 2018-06-24 12:14 Sobhan Mohammadpour
0 siblings, 0 replies; 16+ messages in thread
From: Sobhan Mohammadpour @ 2018-06-24 12:14 UTC (permalink / raw
To: gentoo-commits
commit: 4c205628e00ff7fff6aa0160fb7e3dcd3437d808
Author: Sobhan Mohammadpour <sobhan <AT> gentoo <DOT> org>
AuthorDate: Sun Jun 24 12:14:21 2018 +0000
Commit: Sobhan Mohammadpour <sobhan <AT> gentoo <DOT> org>
CommitDate: Sun Jun 24 12:14:21 2018 +0000
URL: https://gitweb.gentoo.org/proj/gnome.git/commit/?id=4c205628
sci-geosciences/geocode-glib: bump
Package-Manager: Portage-2.3.40, Repoman-2.3.9
Manifest-Sign-Key: 0x7DF238CF0AA182E1
.../{geocode-glib-3.25.4.1.ebuild => geocode-glib-3.26.0.ebuild} | 0
1 file changed, 0 insertions(+), 0 deletions(-)
diff --git a/sci-geosciences/geocode-glib/geocode-glib-3.25.4.1.ebuild b/sci-geosciences/geocode-glib/geocode-glib-3.26.0.ebuild
similarity index 100%
rename from sci-geosciences/geocode-glib/geocode-glib-3.25.4.1.ebuild
rename to sci-geosciences/geocode-glib/geocode-glib-3.26.0.ebuild
^ permalink raw reply [flat|nested] 16+ messages in thread
* [gentoo-commits] proj/gnome:master commit in: sci-geosciences/geocode-glib/
@ 2018-09-10 21:33 Gilles Dartiguelongue
0 siblings, 0 replies; 16+ messages in thread
From: Gilles Dartiguelongue @ 2018-09-10 21:33 UTC (permalink / raw
To: gentoo-commits
commit: e2ed35d1f266b2a3b1567ebfb6748605ebe84a92
Author: Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
AuthorDate: Mon Sep 10 13:20:09 2018 +0000
Commit: Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
CommitDate: Mon Sep 10 14:02:12 2018 +0000
URL: https://gitweb.gentoo.org/proj/gnome.git/commit/?id=e2ed35d1
sci-geosciences/geocode-glib: drop outdated comment
Package-Manager: Portage-2.3.49, Repoman-2.3.10
Manifest-Sign-Key: 0x5A56C8CD0C13248A
sci-geosciences/geocode-glib/geocode-glib-3.26.0.ebuild | 4 +---
1 file changed, 1 insertion(+), 3 deletions(-)
diff --git a/sci-geosciences/geocode-glib/geocode-glib-3.26.0.ebuild b/sci-geosciences/geocode-glib/geocode-glib-3.26.0.ebuild
index 21b1cd1b..8f26c11b 100644
--- a/sci-geosciences/geocode-glib/geocode-glib-3.26.0.ebuild
+++ b/sci-geosciences/geocode-glib/geocode-glib-3.26.0.ebuild
@@ -25,8 +25,6 @@ DEPEND="${RDEPEND}
virtual/pkgconfig
test? ( sys-apps/dbus )
"
-# eautoreconf requires:
-# dev-libs/gobject-introspection-common
# FIXME: need network #424719, recheck
# need various locales to be present
@@ -36,7 +34,7 @@ src_configure() {
gnome-meson_src_configure \
$(meson_use test enable-installed-tests) \
$(meson_use introspection enable-introspection) \
- -Denable-gtk-doc=true
+ -Denable-gtk-doc=false
}
src_test() {
^ permalink raw reply related [flat|nested] 16+ messages in thread
* [gentoo-commits] proj/gnome:master commit in: sci-geosciences/geocode-glib/
@ 2018-10-11 17:48 Sobhan Mohammadpour
0 siblings, 0 replies; 16+ messages in thread
From: Sobhan Mohammadpour @ 2018-10-11 17:48 UTC (permalink / raw
To: gentoo-commits
commit: e160b858128ff11f3c2c3e6908d56f4e8550531a
Author: Sobhan Mohammadpour <sobhan <AT> gentoo <DOT> org>
AuthorDate: Thu Oct 11 17:46:12 2018 +0000
Commit: Sobhan Mohammadpour <sobhan <AT> gentoo <DOT> org>
CommitDate: Thu Oct 11 17:46:12 2018 +0000
URL: https://gitweb.gentoo.org/proj/gnome.git/commit/?id=e160b858
sci-geosciences/geocode-glib: start using meson
Package-Manager: Portage-2.3.51, Repoman-2.3.11
Manifest-Sign-Key: 0x7DF238CF0AA182E1
...de-glib-3.26.0.ebuild => geocode-glib-3.26.0-r1.ebuild} | 14 ++++++++------
1 file changed, 8 insertions(+), 6 deletions(-)
diff --git a/sci-geosciences/geocode-glib/geocode-glib-3.26.0.ebuild b/sci-geosciences/geocode-glib/geocode-glib-3.26.0-r1.ebuild
similarity index 80%
rename from sci-geosciences/geocode-glib/geocode-glib-3.26.0.ebuild
rename to sci-geosciences/geocode-glib/geocode-glib-3.26.0-r1.ebuild
index 8f26c11b..192e56f0 100644
--- a/sci-geosciences/geocode-glib/geocode-glib-3.26.0.ebuild
+++ b/sci-geosciences/geocode-glib/geocode-glib-3.26.0-r1.ebuild
@@ -1,8 +1,8 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=6
-inherit gnome-meson
+inherit meson gnome.org
DESCRIPTION="GLib geocoding library that uses the Yahoo! Place Finder service"
HOMEPAGE="https://git.gnome.org/browse/geocode-glib"
@@ -31,10 +31,12 @@ DEPEND="${RDEPEND}
RESTRICT="test"
src_configure() {
- gnome-meson_src_configure \
- $(meson_use test enable-installed-tests) \
- $(meson_use introspection enable-introspection) \
- -Denable-gtk-doc=false
+ local emesonargs=(
+ $(meson_use test enable-installed-tests)
+ $(meson_use introspection enable-introspection)
+ "-Denable-gtk-doc=true"
+ )
+ meson_src_configure
}
src_test() {
^ permalink raw reply related [flat|nested] 16+ messages in thread
* [gentoo-commits] proj/gnome:master commit in: sci-geosciences/geocode-glib/
@ 2018-12-01 17:41 Gilles Dartiguelongue
0 siblings, 0 replies; 16+ messages in thread
From: Gilles Dartiguelongue @ 2018-12-01 17:41 UTC (permalink / raw
To: gentoo-commits
commit: 6444288f48dbeb3b986e20ca3a0f4fd834b6b59f
Author: Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
AuthorDate: Sat Dec 1 17:40:07 2018 +0000
Commit: Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
CommitDate: Sat Dec 1 17:41:29 2018 +0000
URL: https://gitweb.gentoo.org/proj/gnome.git/commit/?id=6444288f
sci-geosciences/geocode-glib: use gtk-doc instead of doc USE flag
As discussed on gentoo-dev mailing list, this is now the standard for
gtk-doc documentation.
Message-ID: <1535141206.6451.19.camel <AT> gentoo.org>
Subject: [gentoo-dev] [RFC] New global USE flag: gtk-doc
Package-Manager: Portage-2.3.52, Repoman-2.3.12
Manifest-Sign-Key: 0x5A56C8CD0C13248A
Signed-off-by: Gilles Dartiguelongue <eva <AT> gentoo.org>
sci-geosciences/geocode-glib/geocode-glib-3.26.0-r1.ebuild | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/sci-geosciences/geocode-glib/geocode-glib-3.26.0-r1.ebuild b/sci-geosciences/geocode-glib/geocode-glib-3.26.0-r1.ebuild
index 192e56f0..1503d5d1 100644
--- a/sci-geosciences/geocode-glib/geocode-glib-3.26.0-r1.ebuild
+++ b/sci-geosciences/geocode-glib/geocode-glib-3.26.0-r1.ebuild
@@ -10,7 +10,7 @@ HOMEPAGE="https://git.gnome.org/browse/geocode-glib"
LICENSE="LGPL-2"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~sparc ~x86"
-IUSE="+introspection test"
+IUSE="gtk-doc +introspection test"
RDEPEND="
>=dev-libs/glib-2.44:2
@@ -20,9 +20,9 @@ RDEPEND="
introspection? ( >=dev-libs/gobject-introspection-0.6.3:= )
"
DEPEND="${RDEPEND}
- dev-util/gtk-doc
>=sys-devel/gettext-0.19.6
virtual/pkgconfig
+ gtk-doc? ( dev-util/gtk-doc )
test? ( sys-apps/dbus )
"
@@ -34,8 +34,8 @@ src_configure() {
local emesonargs=(
$(meson_use test enable-installed-tests)
$(meson_use introspection enable-introspection)
- "-Denable-gtk-doc=true"
- )
+ $(meson_use gtk-doc enable-gtk-doc)
+ )
meson_src_configure
}
^ permalink raw reply related [flat|nested] 16+ messages in thread
* [gentoo-commits] proj/gnome:master commit in: sci-geosciences/geocode-glib/
@ 2019-02-23 20:37 Mart Raudsepp
0 siblings, 0 replies; 16+ messages in thread
From: Mart Raudsepp @ 2019-02-23 20:37 UTC (permalink / raw
To: gentoo-commits
commit: 2ef02df69b10aee970e0316ff07c8e0eeacafdfa
Author: Mart Raudsepp <leio <AT> gentoo <DOT> org>
AuthorDate: Sat Feb 23 20:35:16 2019 +0000
Commit: Mart Raudsepp <leio <AT> gentoo <DOT> org>
CommitDate: Sat Feb 23 20:35:16 2019 +0000
URL: https://gitweb.gentoo.org/proj/gnome.git/commit/?id=2ef02df6
sci-geosciences/geocode-glib: remove, available in ::gentoo
The -r0 in main tree is better than the -r1 here.
Signed-off-by: Mart Raudsepp <leio <AT> gentoo.org>
.../geocode-glib/geocode-glib-3.26.0-r1.ebuild | 47 ----------------------
sci-geosciences/geocode-glib/metadata.xml | 8 ----
2 files changed, 55 deletions(-)
diff --git a/sci-geosciences/geocode-glib/geocode-glib-3.26.0-r1.ebuild b/sci-geosciences/geocode-glib/geocode-glib-3.26.0-r1.ebuild
deleted file mode 100644
index 1503d5d1..00000000
--- a/sci-geosciences/geocode-glib/geocode-glib-3.26.0-r1.ebuild
+++ /dev/null
@@ -1,47 +0,0 @@
-# Copyright 1999-2018 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-inherit meson gnome.org
-
-DESCRIPTION="GLib geocoding library that uses the Yahoo! Place Finder service"
-HOMEPAGE="https://git.gnome.org/browse/geocode-glib"
-
-LICENSE="LGPL-2"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~sparc ~x86"
-IUSE="gtk-doc +introspection test"
-
-RDEPEND="
- >=dev-libs/glib-2.44:2
- >=dev-libs/json-glib-0.99.2[introspection?]
- gnome-base/gvfs[http]
- >=net-libs/libsoup-2.42:2.4[introspection?]
- introspection? ( >=dev-libs/gobject-introspection-0.6.3:= )
-"
-DEPEND="${RDEPEND}
- >=sys-devel/gettext-0.19.6
- virtual/pkgconfig
- gtk-doc? ( dev-util/gtk-doc )
- test? ( sys-apps/dbus )
-"
-
-# FIXME: need network #424719, recheck
-# need various locales to be present
-RESTRICT="test"
-
-src_configure() {
- local emesonargs=(
- $(meson_use test enable-installed-tests)
- $(meson_use introspection enable-introspection)
- $(meson_use gtk-doc enable-gtk-doc)
- )
- meson_src_configure
-}
-
-src_test() {
- export GVFS_DISABLE_FUSE=1
- export GIO_USE_VFS=gvfs
- ewarn "Tests require network access to http://where.yahooapis.com"
- dbus-launch meson_src_test || die "tests failed"
-}
diff --git a/sci-geosciences/geocode-glib/metadata.xml b/sci-geosciences/geocode-glib/metadata.xml
deleted file mode 100644
index 39980802..00000000
--- a/sci-geosciences/geocode-glib/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>
^ permalink raw reply related [flat|nested] 16+ messages in thread
end of thread, other threads:[~2019-02-23 20:37 UTC | newest]
Thread overview: 16+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-11-13 13:15 [gentoo-commits] proj/gnome:master commit in: sci-geosciences/geocode-glib/ Priit Laes
-- strict thread matches above, loose matches on Subject: below --
2013-11-16 14:53 Gilles Dartiguelongue
2013-12-02 23:46 Gilles Dartiguelongue
2014-02-12 23:48 Gilles Dartiguelongue
2014-04-15 22:05 Gilles Dartiguelongue
2014-10-11 16:43 Gilles Dartiguelongue
2014-12-26 21:53 Gilles Dartiguelongue
2015-05-08 23:36 Gilles Dartiguelongue
2015-05-12 22:20 Gilles Dartiguelongue
2015-05-17 15:39 Gilles Dartiguelongue
2018-02-06 15:53 Sobhan Mohammadpour
2018-06-24 12:14 Sobhan Mohammadpour
2018-09-10 21:33 Gilles Dartiguelongue
2018-10-11 17:48 Sobhan Mohammadpour
2018-12-01 17:41 Gilles Dartiguelongue
2019-02-23 20:37 Mart Raudsepp
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox