summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarc-Antoine Perennou <Marc-Antoine@Perennou.com>2011-03-12 11:38:15 +0100
committerMarc-Antoine Perennou <Marc-Antoine@Perennou.com>2011-03-12 11:38:15 +0100
commit688fed05a873efefe0e8744e343055463fc3e521 (patch)
treed26d3ea7143256cc074b4164692b4073e4158dc9 /gnome-extra
parentno flag introspection here (diff)
downloadkeruspe-688fed05a873efefe0e8744e343055463fc3e521.tar.gz
keruspe-688fed05a873efefe0e8744e343055463fc3e521.tar.bz2
keruspe-688fed05a873efefe0e8744e343055463fc3e521.zip
unused
Diffstat (limited to 'gnome-extra')
-rw-r--r--gnome-extra/geoclue-properties/Manifest1
-rw-r--r--gnome-extra/geoclue-properties/geoclue-properties-9999.ebuild21
-rw-r--r--gnome-extra/geoclue/Manifest2
-rw-r--r--gnome-extra/geoclue/geoclue-0.12.0.ebuild46
4 files changed, 0 insertions, 70 deletions
diff --git a/gnome-extra/geoclue-properties/Manifest b/gnome-extra/geoclue-properties/Manifest
deleted file mode 100644
index 9f41d2ef..00000000
--- a/gnome-extra/geoclue-properties/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-EBUILD geoclue-properties-9999.ebuild 457 RMD160 b0af02dff46be6fb1f1be73a81e76d70d23b9789 SHA1 8182cb974622d1f61d91ae553ca0c25cb564bb6e SHA256 2d5be8e8a1c9649c196bf9d509a07fbbb1f680b4c0a6ee8cf8a64a4847757fbd
diff --git a/gnome-extra/geoclue-properties/geoclue-properties-9999.ebuild b/gnome-extra/geoclue-properties/geoclue-properties-9999.ebuild
deleted file mode 100644
index 52d0b650..00000000
--- a/gnome-extra/geoclue-properties/geoclue-properties-9999.ebuild
+++ /dev/null
@@ -1,21 +0,0 @@
-# Copyright 1999-2011 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-EAPI=3
-inherit distutils git
-
-DESCRIPTION="A Geoclue configuration tool for the end user."
-HOMEPAGE="http://git.gnome.org/browse/geoclue-properties/"
-SRC_URI=""
-EGIT_REPO_URI="git://git.gnome.org/${PN}"
-
-LICENSE="LGPL-2.1"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="test"
-
-RDEPEND="gnome-extra/geoclue
- dev-lang/python"
-
-DEPEND="${RDEPEND}"
diff --git a/gnome-extra/geoclue/Manifest b/gnome-extra/geoclue/Manifest
deleted file mode 100644
index ac968692..00000000
--- a/gnome-extra/geoclue/Manifest
+++ /dev/null
@@ -1,2 +0,0 @@
-EBUILD geoclue-0.12.0.ebuild 1212 RMD160 d96bba03bde2dc9e7a5fd518e974ad8582aad6ba SHA1 7380270a96000448846da9f137e39cf7c3a87d92 SHA256 891f0ced3037edcd39a89033b391f83a5171b3ebe210624fbd7b53076c1d2f53
-DIST geoclue-0.12.0.tar.gz 567552 RMD160 f0198c5b6478df699b71c585d27d6c89d57f496a SHA1 0c7d3322ac80e5032b8dd5826ad76517f34c92fd SHA256 0f533f177ae9aa35e807a01c754840f66df9579f5524552f14f2b5ba670a4696
diff --git a/gnome-extra/geoclue/geoclue-0.12.0.ebuild b/gnome-extra/geoclue/geoclue-0.12.0.ebuild
deleted file mode 100644
index 33437569..00000000
--- a/gnome-extra/geoclue/geoclue-0.12.0.ebuild
+++ /dev/null
@@ -1,46 +0,0 @@
-# Copyright 1999-2011 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-EAPI=4
-inherit autotools eutils
-
-DESCRIPTION="A modular geoinformation service built on top of the D-Bus messaging system"
-HOMEPAGE="http://freedesktop.org/wiki/Software/GeoClue"
-SRC_URI="http://folks.o-hand.com/jku/geoclue-releases/${P}.tar.gz"
-
-LICENSE="LGPL-2"
-SLOT="0"
-KEYWORDS="~x86 ~amd64"
-IUSE="dbus doc gpsd gtk networkmanager"
-
-RDEPEND=">=dev-libs/glib-2
- >=gnome-base/gconf-2
- >=dev-libs/dbus-glib-0.60
- dev-libs/libxml2
- gpsd? ( sci-geosciences/gpsd )
- gtk? ( >=x11-libs/gtk+-2 )
- networkmanager? ( net-misc/networkmanager )"
-DEPEND="${RDEPEND}
- dev-util/pkgconfig
- dev-libs/libxslt
- doc? ( >=dev-util/gtk-doc-1 )"
-
-src_prepare() {
- sed 's/libnm_glib/libnm-glib/' -i configure.ac
- eautoreconf
-}
-
-src_compile() {
- LDFLAGS=""
- econf --disable-conic --disable-gypsy --disable-gsmloc \
- $(use_enable gpsd) \
- $(use_enable gtk) \
- $(use_enable networkmanager) || die "econf failed"
- emake || die "Make failed"
-}
-
-src_install() {
- make DESTDIR="${D}" install || die "make install failed"
- dodoc AUTHORS README || die "dodoc failed"
-}