From: "Pacho Ramos" <pacho@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: app-misc/geoclue/
Date: Thu, 18 Aug 2016 09:07:53 +0000 (UTC) [thread overview]
Message-ID: <1471511258.df8fb81d50a68561d73eeeaa75e1b8e6a230d159.pacho@gentoo> (raw)
commit: df8fb81d50a68561d73eeeaa75e1b8e6a230d159
Author: Pacho Ramos <pacho <AT> gentoo <DOT> org>
AuthorDate: Thu Aug 18 08:47:08 2016 +0000
Commit: Pacho Ramos <pacho <AT> gentoo <DOT> org>
CommitDate: Thu Aug 18 09:07:38 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=df8fb81d
app-misc/geoclue: Drop old
Package-Manager: portage-2.3.0
app-misc/geoclue/Manifest | 1 -
app-misc/geoclue/geoclue-2.4.1.ebuild | 57 -----------------------------------
2 files changed, 58 deletions(-)
diff --git a/app-misc/geoclue/Manifest b/app-misc/geoclue/Manifest
index 4d27fc6..a451eca 100644
--- a/app-misc/geoclue/Manifest
+++ b/app-misc/geoclue/Manifest
@@ -1,3 +1,2 @@
DIST geoclue-0.12.99.tar.gz 608074 SHA256 fe396c91cb52de4219281f4d9223156338fc03670d34700281e86d1399b80a72 SHA512 32f946c9ee66cff2a6564b275d5f7bdf0d42832166c9fbeccb0aa55f3c3370fd8de114ad26477df6a2ee9d22250a5b104ec384032b28c3a62c356baea05d1bc2 WHIRLPOOL fc7e96d6646a7fa527807db2a3375a714243fb935f064b9acbb84f8652cc64e19d2655979c053e2f1b433c69a47a393123bc4bb2f8f16395a3ecbba668c9f1bd
-DIST geoclue-2.4.1.tar.xz 388244 SHA256 9a19fd00f6064d6f29e791ee28afb839431e280fed3ad851aa04a0ddae0d34d4 SHA512 1afb5765ad5c3361771904eb2b0479f49655156b4ccee99c9ff46e8dd6e96a702844745c1473a9c3288b2c1c71f53cd599ee959bdf819acbbe30be14057b6145 WHIRLPOOL 82842040c9d0e9ec206df5b5f07ce1ea00c8e76a045b8de7acdf979d5ca221749caf10280dd148fd93d66c650ec2e9a479402e18595bd8091deed1b17b6568eb
DIST geoclue-2.4.3.tar.xz 389260 SHA256 ada9dba870dd79e1b21923aeda4d82b66cbda39e57978fbe3d83d356cc3c605e SHA512 6e6fba4e04458d486e098898f13d3a5319d3bb185a9ac2801cac710639bae46b6512c82c61b2a666fa920abf664446d937e00018ff078a55ce05b8ebc026a01d WHIRLPOOL 5658c1b0e89d9f7dbceaf149db06973d809e1ecdf88fbca2f484568353c1fd2539150f4b04081189dc14f941bd179135fa3d5bfd795e0714ee92d412968da656
diff --git a/app-misc/geoclue/geoclue-2.4.1.ebuild b/app-misc/geoclue/geoclue-2.4.1.ebuild
deleted file mode 100644
index 1369ef9..0000000
--- a/app-misc/geoclue/geoclue-2.4.1.ebuild
+++ /dev/null
@@ -1,57 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI="5"
-GCONF_DEBUG="no"
-
-inherit gnome2 systemd user versionator
-
-MY_PV=$(get_version_component_range 1-2)
-DESCRIPTION="A geoinformation D-Bus service"
-HOMEPAGE="https://freedesktop.org/wiki/Software/GeoClue"
-SRC_URI="https://www.freedesktop.org/software/${PN}/releases/${MY_PV}/${P}.tar.xz"
-
-LICENSE="LGPL-2"
-SLOT="2.0"
-KEYWORDS="~alpha amd64 ~arm ~ia64 ~mips ~ppc ~ppc64 ~sparc x86 ~amd64-fbsd"
-IUSE="+introspection +modemmanager zeroconf"
-
-RDEPEND="
- >=dev-libs/glib-2.34:2
- >=dev-libs/json-glib-0.14
- >=net-libs/libsoup-2.42:2.4
- sys-apps/dbus
- introspection? ( >=dev-libs/gobject-introspection-0.9.6:= )
- modemmanager? ( >=net-misc/modemmanager-1 )
- zeroconf? ( >=net-dns/avahi-0.6.10 )
- !<sci-geosciences/geocode-glib-3.10.0
-"
-DEPEND="${RDEPEND}
- dev-util/gdbus-codegen
- >=dev-util/gtk-doc-am-1
- >=dev-util/intltool-0.40
- sys-devel/gettext
- virtual/pkgconfig
-"
-
-src_prepare() {
- epatch "${FILESDIR}"/${P}-fix-GLIBC-features.patch
-}
-
-src_configure() {
- # debug only affects CFLAGS
- gnome2_src_configure \
- --with-dbus-service-user=geoclue \
- $(use_enable introspection) \
- $(use_enable modemmanager 3g-source) \
- $(use_enable modemmanager cdma-source) \
- $(use_enable modemmanager modem-gps-source) \
- $(use_enable zeroconf nmea-source) \
- $(systemd_with_unitdir)
-}
-
-pkg_preinst() {
- enewgroup geoclue
- enewuser geoclue -1 -1 /var/lib/geoclue geoclue
-}
next reply other threads:[~2016-08-18 9:08 UTC|newest]
Thread overview: 55+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-08-18 9:07 Pacho Ramos [this message]
-- strict thread matches above, loose matches on Subject: below --
2024-11-08 20:19 [gentoo-commits] repo/gentoo:master commit in: app-misc/geoclue/ Pacho Ramos
2024-10-07 2:52 Sam James
2024-06-11 17:02 Andreas Sturmlechner
2024-03-13 22:54 Mart Raudsepp
2024-03-12 21:50 Arthur Zamarin
2024-03-12 21:49 Arthur Zamarin
2024-02-22 20:47 Arthur Zamarin
2024-02-22 20:47 Arthur Zamarin
2024-02-10 18:53 Arthur Zamarin
2023-09-13 14:57 Matt Turner
2023-04-01 19:01 Arthur Zamarin
2023-03-31 12:04 Arthur Zamarin
2023-01-28 22:30 Matt Turner
2023-01-28 22:30 Matt Turner
2022-11-01 5:22 WANG Xuerui
2022-10-29 22:33 Matt Turner
2022-07-21 0:13 Sam James
2022-07-18 17:44 Sam James
2022-05-10 20:00 Matt Turner
2022-04-18 19:15 Alexey Shvetsov
2021-05-27 14:34 Yixun Lan
2021-04-18 14:39 Matt Turner
2021-01-09 20:05 Matt Turner
2019-09-13 18:24 Mikle Kolyada
2019-08-13 11:19 Agostino Sarubbo
2019-08-13 10:58 Agostino Sarubbo
2019-08-09 7:10 Agostino Sarubbo
2019-08-08 19:15 Aaron Bauman
2019-07-07 17:36 Mart Raudsepp
2019-05-21 3:17 Aaron Bauman
2019-04-26 17:51 Anthony G. Basile
2019-02-11 23:36 Sergei Trofimovich
2019-01-20 19:08 Dennis Lamm
2019-01-09 13:30 Mikle Kolyada
2018-11-24 23:15 Mart Raudsepp
2018-11-24 20:02 Mart Raudsepp
2018-11-24 14:47 Mart Raudsepp
2018-11-24 14:47 Mart Raudsepp
2018-06-05 10:19 Mart Raudsepp
2018-06-05 5:45 Jeroen Roovers
2018-04-26 22:32 Aaron Bauman
2018-04-13 15:55 Mart Raudsepp
2017-12-23 10:58 Gilles Dartiguelongue
2017-09-25 16:36 Mart Raudsepp
2017-09-23 21:13 Thomas Deutschmann
2017-07-15 11:04 Tobias Klausmann
2017-07-01 15:24 Alexis Ballier
2017-06-30 13:16 Patrice Clement
2017-06-21 9:44 Alexis Ballier
2017-01-22 16:03 Pacho Ramos
2016-11-12 10:30 Gilles Dartiguelongue
2016-09-11 11:28 Gilles Dartiguelongue
2015-11-14 15:27 Pacho Ramos
2015-11-14 15:27 Pacho Ramos
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=1471511258.df8fb81d50a68561d73eeeaa75e1b8e6a230d159.pacho@gentoo \
--to=pacho@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