summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPacho Ramos <pacho@gentoo.org>2015-12-12 11:48:48 +0100
committerPacho Ramos <pacho@gentoo.org>2015-12-12 15:27:11 +0100
commitf5b58e82e4749b3512dbb715c2b4e001cef5282d (patch)
treebc213dea3dfee8e98621ad9fd53bf3b93ebda76a /app-misc
parentapp-misc/geoclue: Version bump (diff)
downloadgentoo-f5b58e82e4749b3512dbb715c2b4e001cef5282d.tar.gz
gentoo-f5b58e82e4749b3512dbb715c2b4e001cef5282d.tar.bz2
gentoo-f5b58e82e4749b3512dbb715c2b4e001cef5282d.zip
app-misc/geoclue: Drop old
Package-Manager: portage-2.2.24
Diffstat (limited to 'app-misc')
-rw-r--r--app-misc/geoclue/geoclue-2.4.0.ebuild51
1 files changed, 0 insertions, 51 deletions
diff --git a/app-misc/geoclue/geoclue-2.4.0.ebuild b/app-misc/geoclue/geoclue-2.4.0.ebuild
deleted file mode 100644
index 72c0b18f0ec8..000000000000
--- a/app-misc/geoclue/geoclue-2.4.0.ebuild
+++ /dev/null
@@ -1,51 +0,0 @@
-# Copyright 1999-2015 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="http://freedesktop.org/wiki/Software/GeoClue"
-SRC_URI="http://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="+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
- 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_configure() {
- # debug only affects CFLAGS
- gnome2_src_configure \
- --with-dbus-service-user=geoclue \
- $(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
-}