summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGilles Dartiguelongue <eva@gentoo.org>2014-02-12 20:33:07 +0100
committerGilles Dartiguelongue <eva@gentoo.org>2014-02-12 20:33:07 +0100
commitb93793a5b05cad310a2ffa6ad76a5ee782fdf935 (patch)
treeb39c9932b5c9bc264848e3a9defcbfa456ddab89 /app-misc
parentapp-misc/bijiben: moved to gentoo-x86 (diff)
downloadgnome-b93793a5b05cad310a2ffa6ad76a5ee782fdf935.tar.gz
gnome-b93793a5b05cad310a2ffa6ad76a5ee782fdf935.tar.bz2
gnome-b93793a5b05cad310a2ffa6ad76a5ee782fdf935.zip
app-misc/geoclue: moved to gentoo-x86
Diffstat (limited to 'app-misc')
-rw-r--r--app-misc/geoclue/Manifest11
-rw-r--r--app-misc/geoclue/geoclue-2.0.0.ebuild45
2 files changed, 0 insertions, 56 deletions
diff --git a/app-misc/geoclue/Manifest b/app-misc/geoclue/Manifest
deleted file mode 100644
index faa7a83d..00000000
--- a/app-misc/geoclue/Manifest
+++ /dev/null
@@ -1,11 +0,0 @@
------BEGIN PGP SIGNED MESSAGE-----
-Hash: SHA512
-
-DIST geoclue-2.0.0.tar.xz 284592 SHA256 4a82f184e55a163d86e0ad69bbe1bba9960bb5094220fe1f01350bceda8c67a1 SHA512 35f25e4491dccb94029ebdf15b9b7864ac8fe79287f091b4b94c65767af2dc4b464e075728eb4db76cecffba330772e31e25c442285bf29a8dea0836aca586a6 WHIRLPOOL 3501bf39e38f0cb09ae3bc193b636ec223ca1874e6458414f02945933f3a7a83e0bdee960c7b33ec65e8863f4b88677023a22bf06af8ec41fc6cc2aaa5d35aac
------BEGIN PGP SIGNATURE-----
-Version: GnuPG v2.0.21 (GNU/Linux)
-
-iEYEAREKAAYFAlKVKb0ACgkQ1fmVwcYIWAZ1MACg678qn1iKSnL86iheldpR7u2R
-Dr8An0d0j5qHkxYcAbTUjFhbczifKUvQ
-=rJUl
------END PGP SIGNATURE-----
diff --git a/app-misc/geoclue/geoclue-2.0.0.ebuild b/app-misc/geoclue/geoclue-2.0.0.ebuild
deleted file mode 100644
index 88b8ab4a..00000000
--- a/app-misc/geoclue/geoclue-2.0.0.ebuild
+++ /dev/null
@@ -1,45 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-EAPI="5"
-
-inherit gnome2 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 ~ppc ~ppc64 ~sparc ~x86 ~amd64-fbsd"
-IUSE="server"
-
-RDEPEND="
- >=dev-libs/glib-2.34:2
- >=dev-libs/json-glib-0.14
- net-libs/libsoup:2.4
- sys-apps/dbus
- server? ( >=dev-libs/geoip-1.5.1 )
- !<sci-geosciences/geocode-glib-3.10.0
-"
-DEPEND="${RDEPEND}
- >=dev-util/gtk-doc-am-1
- >=dev-util/intltool-0.40
- virtual/pkgconfig
-"
-
-RESTRICT="test"
-
-src_configure() {
- # debug only affects CFLAGS
- gnome2_src_configure \
- --with-dbus-service-user=geoclue \
- $(use_enable server geoip-server)
-}
-
-pkg_preinst() {
- enewgroup geoclue
- enewuser geoclue -1 -1 /var/lib/geoclue geoclue
-}