diff options
author | Andreas Proschofsky <suka@gentoo.org> | 2012-05-19 15:16:18 +0000 |
---|---|---|
committer | Andreas Proschofsky <suka@gentoo.org> | 2012-05-19 15:16:18 +0000 |
commit | 6ad0418600b7627d332e5dc7de8d95f5c17d5f31 (patch) | |
tree | d4ff6f8c14f420c2e67cb7f0abd1fafaf42fa19d /gnome-extra/geoclue/geoclue-0.11.1.ebuild | |
parent | Another one bites the dust (diff) | |
download | suka-6ad0418600b7627d332e5dc7de8d95f5c17d5f31.tar.gz suka-6ad0418600b7627d332e5dc7de8d95f5c17d5f31.tar.bz2 suka-6ad0418600b7627d332e5dc7de8d95f5c17d5f31.zip |
Remove a whole bunch of outdated stuff
svn path=/; revision=326
Diffstat (limited to 'gnome-extra/geoclue/geoclue-0.11.1.ebuild')
-rw-r--r-- | gnome-extra/geoclue/geoclue-0.11.1.ebuild | 53 |
1 files changed, 0 insertions, 53 deletions
diff --git a/gnome-extra/geoclue/geoclue-0.11.1.ebuild b/gnome-extra/geoclue/geoclue-0.11.1.ebuild deleted file mode 100644 index 52920ed..0000000 --- a/gnome-extra/geoclue/geoclue-0.11.1.ebuild +++ /dev/null @@ -1,53 +0,0 @@ -# Copyright 1999-2009 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: $ - -inherit autotools - -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_unpack() { - unpack ${A} - cd "${S}" - - # Remove automagic deps b.fd.o #22416 - epatch "${FILESDIR}/0001-Remove-automagic-deps-and-add-switches-to-enable-dis.patch" - epatch "${FILESDIR}/0002-Fix-NM-pkgcheck.patch" - epatch "${FILESDIR}/geoclue-hostip-api.diff" - - eautoreconf -} - -src_compile() { - # gross hack to make it build - 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" -} |