public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in sci-geosciences/geocode-glib: geocode-glib-3.10.0.ebuild ChangeLog
@ 2013-12-24 16:44 Pacho Ramos (pacho)
  0 siblings, 0 replies; 5+ messages in thread
From: Pacho Ramos (pacho) @ 2013-12-24 16:44 UTC (permalink / raw
  To: gentoo-commits

pacho       13/12/24 16:44:14

  Modified:             ChangeLog
  Added:                geocode-glib-3.10.0.ebuild
  Log:
  Version bump for Gnome 3.10
  
  (Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key A188FBD4)

Revision  Changes    Path
1.16                 sci-geosciences/geocode-glib/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-geosciences/geocode-glib/ChangeLog?rev=1.16&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-geosciences/geocode-glib/ChangeLog?rev=1.16&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-geosciences/geocode-glib/ChangeLog?r1=1.15&r2=1.16

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-geosciences/geocode-glib/ChangeLog,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -r1.15 -r1.16
--- ChangeLog	8 Dec 2013 19:37:56 -0000	1.15
+++ ChangeLog	24 Dec 2013 16:44:14 -0000	1.16
@@ -1,6 +1,11 @@
 # ChangeLog for sci-geosciences/geocode-glib
 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-geosciences/geocode-glib/ChangeLog,v 1.15 2013/12/08 19:37:56 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-geosciences/geocode-glib/ChangeLog,v 1.16 2013/12/24 16:44:14 pacho Exp $
+
+*geocode-glib-3.10.0 (24 Dec 2013)
+
+  24 Dec 2013; Pacho Ramos <pacho@gentoo.org> +geocode-glib-3.10.0.ebuild:
+  Version bump for Gnome 3.10
 
   08 Dec 2013; Pacho Ramos <pacho@gentoo.org> geocode-glib-0.99.0.ebuild:
   x86 stable, bug #478252



1.1                  sci-geosciences/geocode-glib/geocode-glib-3.10.0.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-geosciences/geocode-glib/geocode-glib-3.10.0.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-geosciences/geocode-glib/geocode-glib-3.10.0.ebuild?rev=1.1&content-type=text/plain

Index: geocode-glib-3.10.0.ebuild
===================================================================
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/sci-geosciences/geocode-glib/geocode-glib-3.10.0.ebuild,v 1.1 2013/12/24 16:44:14 pacho Exp $

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	[flat|nested] 5+ messages in thread

* [gentoo-commits] gentoo-x86 commit in sci-geosciences/geocode-glib: geocode-glib-3.10.0.ebuild ChangeLog
@ 2014-02-22 15:51 Pacho Ramos (pacho)
  0 siblings, 0 replies; 5+ messages in thread
From: Pacho Ramos (pacho) @ 2014-02-22 15:51 UTC (permalink / raw
  To: gentoo-commits

pacho       14/02/22 15:51:32

  Modified:             geocode-glib-3.10.0.ebuild ChangeLog
  Log:
  arch stable, bug 888
  
  (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key A188FBD4)

Revision  Changes    Path
1.2                  sci-geosciences/geocode-glib/geocode-glib-3.10.0.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-geosciences/geocode-glib/geocode-glib-3.10.0.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-geosciences/geocode-glib/geocode-glib-3.10.0.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-geosciences/geocode-glib/geocode-glib-3.10.0.ebuild?r1=1.1&r2=1.2

Index: geocode-glib-3.10.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-geosciences/geocode-glib/geocode-glib-3.10.0.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- geocode-glib-3.10.0.ebuild	24 Dec 2013 16:44:14 -0000	1.1
+++ geocode-glib-3.10.0.ebuild	22 Feb 2014 15:51:32 -0000	1.2
@@ -1,6 +1,6 @@
-# Copyright 1999-2013 Gentoo Foundation
+# Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sci-geosciences/geocode-glib/geocode-glib-3.10.0.ebuild,v 1.1 2013/12/24 16:44:14 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-geosciences/geocode-glib/geocode-glib-3.10.0.ebuild,v 1.2 2014/02/22 15:51:32 pacho Exp $
 
 EAPI="5"
 GCONF_DEBUG="no" # --enable-debug does not do anything useful
@@ -15,7 +15,7 @@
 
 LICENSE="LGPL-2"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86"
+KEYWORDS="~alpha amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc x86"
 IUSE="+introspection test"
 
 RDEPEND="



1.17                 sci-geosciences/geocode-glib/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-geosciences/geocode-glib/ChangeLog?rev=1.17&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-geosciences/geocode-glib/ChangeLog?rev=1.17&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-geosciences/geocode-glib/ChangeLog?r1=1.16&r2=1.17

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-geosciences/geocode-glib/ChangeLog,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -r1.16 -r1.17
--- ChangeLog	24 Dec 2013 16:44:14 -0000	1.16
+++ ChangeLog	22 Feb 2014 15:51:32 -0000	1.17
@@ -1,6 +1,9 @@
 # ChangeLog for sci-geosciences/geocode-glib
-# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-geosciences/geocode-glib/ChangeLog,v 1.16 2013/12/24 16:44:14 pacho Exp $
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/sci-geosciences/geocode-glib/ChangeLog,v 1.17 2014/02/22 15:51:32 pacho Exp $
+
+  22 Feb 2014; Pacho Ramos <pacho@gentoo.org> geocode-glib-3.10.0.ebuild:
+  arch stable, bug 888
 
 *geocode-glib-3.10.0 (24 Dec 2013)
 





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

* [gentoo-commits] gentoo-x86 commit in sci-geosciences/geocode-glib: geocode-glib-3.10.0.ebuild ChangeLog
@ 2014-02-22 22:38 Pacho Ramos (pacho)
  0 siblings, 0 replies; 5+ messages in thread
From: Pacho Ramos (pacho) @ 2014-02-22 22:38 UTC (permalink / raw
  To: gentoo-commits

pacho       14/02/22 22:38:19

  Modified:             geocode-glib-3.10.0.ebuild ChangeLog
  Log:
  Fix wrong commit, bug 502160
  
  (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key A188FBD4)

Revision  Changes    Path
1.3                  sci-geosciences/geocode-glib/geocode-glib-3.10.0.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-geosciences/geocode-glib/geocode-glib-3.10.0.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-geosciences/geocode-glib/geocode-glib-3.10.0.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-geosciences/geocode-glib/geocode-glib-3.10.0.ebuild?r1=1.2&r2=1.3

Index: geocode-glib-3.10.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-geosciences/geocode-glib/geocode-glib-3.10.0.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- geocode-glib-3.10.0.ebuild	22 Feb 2014 15:51:32 -0000	1.2
+++ geocode-glib-3.10.0.ebuild	22 Feb 2014 22:38:19 -0000	1.3
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sci-geosciences/geocode-glib/geocode-glib-3.10.0.ebuild,v 1.2 2014/02/22 15:51:32 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-geosciences/geocode-glib/geocode-glib-3.10.0.ebuild,v 1.3 2014/02/22 22:38:19 pacho Exp $
 
 EAPI="5"
 GCONF_DEBUG="no" # --enable-debug does not do anything useful
@@ -15,7 +15,7 @@
 
 LICENSE="LGPL-2"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc x86"
+KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86"
 IUSE="+introspection test"
 
 RDEPEND="



1.18                 sci-geosciences/geocode-glib/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-geosciences/geocode-glib/ChangeLog?rev=1.18&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-geosciences/geocode-glib/ChangeLog?rev=1.18&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-geosciences/geocode-glib/ChangeLog?r1=1.17&r2=1.18

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-geosciences/geocode-glib/ChangeLog,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -r1.17 -r1.18
--- ChangeLog	22 Feb 2014 15:51:32 -0000	1.17
+++ ChangeLog	22 Feb 2014 22:38:19 -0000	1.18
@@ -1,6 +1,9 @@
 # ChangeLog for sci-geosciences/geocode-glib
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-geosciences/geocode-glib/ChangeLog,v 1.17 2014/02/22 15:51:32 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-geosciences/geocode-glib/ChangeLog,v 1.18 2014/02/22 22:38:19 pacho Exp $
+
+  22 Feb 2014; Pacho Ramos <pacho@gentoo.org> geocode-glib-3.10.0.ebuild:
+  Fix wrong commit, bug 502160
 
   22 Feb 2014; Pacho Ramos <pacho@gentoo.org> geocode-glib-3.10.0.ebuild:
   arch stable, bug 888





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

* [gentoo-commits] gentoo-x86 commit in sci-geosciences/geocode-glib: geocode-glib-3.10.0.ebuild ChangeLog
@ 2014-03-09 10:55 Pacho Ramos (pacho)
  0 siblings, 0 replies; 5+ messages in thread
From: Pacho Ramos (pacho) @ 2014-03-09 10:55 UTC (permalink / raw
  To: gentoo-commits

pacho       14/03/09 10:55:17

  Modified:             geocode-glib-3.10.0.ebuild ChangeLog
  Log:
  amd64 stable, bug 499954
  
  (Portage version: 2.2.8-r1/cvs/Linux x86_64, RepoMan options: --include-arches="amd64", signed Manifest commit with key A188FBD4)

Revision  Changes    Path
1.4                  sci-geosciences/geocode-glib/geocode-glib-3.10.0.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-geosciences/geocode-glib/geocode-glib-3.10.0.ebuild?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-geosciences/geocode-glib/geocode-glib-3.10.0.ebuild?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-geosciences/geocode-glib/geocode-glib-3.10.0.ebuild?r1=1.3&r2=1.4

Index: geocode-glib-3.10.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-geosciences/geocode-glib/geocode-glib-3.10.0.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- geocode-glib-3.10.0.ebuild	22 Feb 2014 22:38:19 -0000	1.3
+++ geocode-glib-3.10.0.ebuild	9 Mar 2014 10:55:17 -0000	1.4
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sci-geosciences/geocode-glib/geocode-glib-3.10.0.ebuild,v 1.3 2014/02/22 22:38:19 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-geosciences/geocode-glib/geocode-glib-3.10.0.ebuild,v 1.4 2014/03/09 10:55:17 pacho Exp $
 
 EAPI="5"
 GCONF_DEBUG="no" # --enable-debug does not do anything useful
@@ -15,7 +15,7 @@
 
 LICENSE="LGPL-2"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86"
+KEYWORDS="~alpha amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86"
 IUSE="+introspection test"
 
 RDEPEND="



1.19                 sci-geosciences/geocode-glib/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-geosciences/geocode-glib/ChangeLog?rev=1.19&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-geosciences/geocode-glib/ChangeLog?rev=1.19&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-geosciences/geocode-glib/ChangeLog?r1=1.18&r2=1.19

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-geosciences/geocode-glib/ChangeLog,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -r1.18 -r1.19
--- ChangeLog	22 Feb 2014 22:38:19 -0000	1.18
+++ ChangeLog	9 Mar 2014 10:55:17 -0000	1.19
@@ -1,6 +1,9 @@
 # ChangeLog for sci-geosciences/geocode-glib
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-geosciences/geocode-glib/ChangeLog,v 1.18 2014/02/22 22:38:19 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-geosciences/geocode-glib/ChangeLog,v 1.19 2014/03/09 10:55:17 pacho Exp $
+
+  09 Mar 2014; Pacho Ramos <pacho@gentoo.org> geocode-glib-3.10.0.ebuild:
+  amd64 stable, bug 499954
 
   22 Feb 2014; Pacho Ramos <pacho@gentoo.org> geocode-glib-3.10.0.ebuild:
   Fix wrong commit, bug 502160





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

* [gentoo-commits] gentoo-x86 commit in sci-geosciences/geocode-glib: geocode-glib-3.10.0.ebuild ChangeLog
@ 2014-03-09 12:04 Pacho Ramos (pacho)
  0 siblings, 0 replies; 5+ messages in thread
From: Pacho Ramos (pacho) @ 2014-03-09 12:04 UTC (permalink / raw
  To: gentoo-commits

pacho       14/03/09 12:04:12

  Modified:             geocode-glib-3.10.0.ebuild ChangeLog
  Log:
  x86 stable, bug 499954
  
  (Portage version: 2.2.8-r1/cvs/Linux x86_64, RepoMan options: --include-arches="x86", signed Manifest commit with key A188FBD4)

Revision  Changes    Path
1.5                  sci-geosciences/geocode-glib/geocode-glib-3.10.0.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-geosciences/geocode-glib/geocode-glib-3.10.0.ebuild?rev=1.5&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-geosciences/geocode-glib/geocode-glib-3.10.0.ebuild?rev=1.5&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-geosciences/geocode-glib/geocode-glib-3.10.0.ebuild?r1=1.4&r2=1.5

Index: geocode-glib-3.10.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-geosciences/geocode-glib/geocode-glib-3.10.0.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- geocode-glib-3.10.0.ebuild	9 Mar 2014 10:55:17 -0000	1.4
+++ geocode-glib-3.10.0.ebuild	9 Mar 2014 12:04:12 -0000	1.5
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sci-geosciences/geocode-glib/geocode-glib-3.10.0.ebuild,v 1.4 2014/03/09 10:55:17 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-geosciences/geocode-glib/geocode-glib-3.10.0.ebuild,v 1.5 2014/03/09 12:04:12 pacho Exp $
 
 EAPI="5"
 GCONF_DEBUG="no" # --enable-debug does not do anything useful
@@ -15,7 +15,7 @@
 
 LICENSE="LGPL-2"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86"
+KEYWORDS="~alpha amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc x86"
 IUSE="+introspection test"
 
 RDEPEND="



1.20                 sci-geosciences/geocode-glib/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-geosciences/geocode-glib/ChangeLog?rev=1.20&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-geosciences/geocode-glib/ChangeLog?rev=1.20&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-geosciences/geocode-glib/ChangeLog?r1=1.19&r2=1.20

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-geosciences/geocode-glib/ChangeLog,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -r1.19 -r1.20
--- ChangeLog	9 Mar 2014 10:55:17 -0000	1.19
+++ ChangeLog	9 Mar 2014 12:04:12 -0000	1.20
@@ -1,6 +1,9 @@
 # ChangeLog for sci-geosciences/geocode-glib
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-geosciences/geocode-glib/ChangeLog,v 1.19 2014/03/09 10:55:17 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-geosciences/geocode-glib/ChangeLog,v 1.20 2014/03/09 12:04:12 pacho Exp $
+
+  09 Mar 2014; Pacho Ramos <pacho@gentoo.org> geocode-glib-3.10.0.ebuild:
+  x86 stable, bug 499954
 
   09 Mar 2014; Pacho Ramos <pacho@gentoo.org> geocode-glib-3.10.0.ebuild:
   amd64 stable, bug 499954





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

end of thread, other threads:[~2014-03-09 12:04 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-02-22 22:38 [gentoo-commits] gentoo-x86 commit in sci-geosciences/geocode-glib: geocode-glib-3.10.0.ebuild ChangeLog Pacho Ramos (pacho)
  -- strict thread matches above, loose matches on Subject: below --
2014-03-09 12:04 Pacho Ramos (pacho)
2014-03-09 10:55 Pacho Ramos (pacho)
2014-02-22 15:51 Pacho Ramos (pacho)
2013-12-24 16:44 Pacho Ramos (pacho)

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