public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Markos Chandras (hwoarang)" <hwoarang@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] gentoo-x86 commit in app-misc/geoclue: geoclue-0.12.0_p20110307.ebuild ChangeLog
Date: Sun, 20 Nov 2011 11:06:00 +0000 (UTC)	[thread overview]
Message-ID: <20111120110600.8B6152004B@flycatcher.gentoo.org> (raw)

hwoarang    11/11/20 11:06:00

  Modified:             geoclue-0.12.0_p20110307.ebuild ChangeLog
  Log:
  rename gpsd to gps. Bug #390971
  
  (Portage version: 2.2.0_alpha76/cvs/Linux x86_64)

Revision  Changes    Path
1.4                  app-misc/geoclue/geoclue-0.12.0_p20110307.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-misc/geoclue/geoclue-0.12.0_p20110307.ebuild?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-misc/geoclue/geoclue-0.12.0_p20110307.ebuild?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-misc/geoclue/geoclue-0.12.0_p20110307.ebuild?r1=1.3&r2=1.4

Index: geoclue-0.12.0_p20110307.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-misc/geoclue/geoclue-0.12.0_p20110307.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- geoclue-0.12.0_p20110307.ebuild	15 Apr 2011 20:06:08 -0000	1.3
+++ geoclue-0.12.0_p20110307.ebuild	20 Nov 2011 11:06:00 -0000	1.4
@@ -1,6 +1,6 @@
 # Copyright 1999-2011 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-misc/geoclue/geoclue-0.12.0_p20110307.ebuild,v 1.3 2011/04/15 20:06:08 signals Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-misc/geoclue/geoclue-0.12.0_p20110307.ebuild,v 1.4 2011/11/20 11:06:00 hwoarang Exp $
 
 EAPI=4
 inherit autotools eutils
@@ -12,7 +12,7 @@
 LICENSE="LGPL-2"
 SLOT="0"
 KEYWORDS="~amd64 ~x86"
-IUSE="geonames gpsd gsmloc gtk hostip manual networkmanager nominatim plazes
+IUSE="geonames gps gsmloc gtk hostip manual networkmanager nominatim plazes
 	skyhook yahoo-geo"
 
 REQUIRED_USE="skyhook? ( networkmanager )"
@@ -24,7 +24,7 @@
 	skyhook? ( net-libs/libsoup )
 	sys-apps/dbus
 	gtk? ( x11-libs/gtk+:2 )
-	gpsd? ( sci-geosciences/gpsd )
+	gps? ( sci-geosciences/gpsd )
 	networkmanager? ( net-misc/networkmanager )"
 DEPEND="${RDEPEND}
 	dev-util/gtk-doc
@@ -46,7 +46,7 @@
 		--disable-conic \
 		--disable-gypsy \
 		$(use_enable geonames) \
-		$(use_enable gpsd) \
+		$(use_enable gps gpsd) \
 		$(use_enable gsmloc) \
 		$(use_enable gtk) \
 		$(use_enable hostip) \



1.3                  app-misc/geoclue/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-misc/geoclue/ChangeLog?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-misc/geoclue/ChangeLog?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-misc/geoclue/ChangeLog?r1=1.2&r2=1.3

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-misc/geoclue/ChangeLog,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- ChangeLog	15 Apr 2011 20:06:08 -0000	1.2
+++ ChangeLog	20 Nov 2011 11:06:00 -0000	1.3
@@ -1,6 +1,10 @@
 # ChangeLog for app-misc/geoclue
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-misc/geoclue/ChangeLog,v 1.2 2011/04/15 20:06:08 signals Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-misc/geoclue/ChangeLog,v 1.3 2011/11/20 11:06:00 hwoarang Exp $
+
+  20 Nov 2011; Markos Chandras <hwoarang@gentoo.org>
+  geoclue-0.12.0_p20110307.ebuild:
+  rename gpsd to gps. Bug #390971
 
   15 Apr 2011; Kevin McCarthy <signals@gentoo.org>
   geoclue-0.12.0_p20110307.ebuild:






             reply	other threads:[~2011-11-20 11:06 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-11-20 11:06 Markos Chandras (hwoarang) [this message]
  -- strict thread matches above, loose matches on Subject: below --
2012-08-08 19:42 [gentoo-commits] gentoo-x86 commit in app-misc/geoclue: geoclue-0.12.0_p20110307.ebuild ChangeLog Brent Baude (ranger)
2012-08-06 20:56 Brent Baude (ranger)
2012-05-27 22:11 Joseph Jezak (josejx)
2012-05-25 17:29 Alexis Ballier (aballier)
2012-04-21 12:19 Markus Meier (maekke)
2012-01-28 14:50 PaweA Hajdan (phajdan.jr)
2012-01-17 13:53 Agostino Sarubbo (ago)
2011-12-10 10:26 Markos Chandras (hwoarang)
2011-04-15 20:06 Kevin McCarthy (signals)

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20111120110600.8B6152004B@flycatcher.gentoo.org \
    --to=hwoarang@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox