x11-libs/libdesktop-agnostic: remove old version
authorChristoph Mende <angelos@gentoo.org>
Sun, 20 Sep 2015 11:32:50 +0000 (13:32 +0200)
committerChristoph Mende <angelos@gentoo.org>
Sun, 20 Sep 2015 11:33:38 +0000 (13:33 +0200)
Package-Manager: portage-2.2.20.1

x11-libs/libdesktop-agnostic/libdesktop-agnostic-0.3.92.ebuild [deleted file]

diff --git a/x11-libs/libdesktop-agnostic/libdesktop-agnostic-0.3.92.ebuild b/x11-libs/libdesktop-agnostic/libdesktop-agnostic-0.3.92.ebuild
deleted file mode 100644 (file)
index c1d2d6e..0000000
+++ /dev/null
@@ -1,52 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=4
-PYTHON_DEPEND="2:2.7"
-VALA_USE_DEPEND="vapigen"
-
-inherit python waf-utils vala
-
-DESCRIPTION="A desktop-agnostic library for GLib-based projects"
-HOMEPAGE="https://launchpad.net/libdesktop-agnostic"
-SRC_URI="https://launchpad.net/${PN}/0.4/${PV}/+download/${P}.tar.gz"
-
-LICENSE="GPL-2 LGPL-2.1"
-SLOT="0"
-KEYWORDS="amd64 x86"
-IUSE="debug +gconf glade gnome +introspection"
-
-RDEPEND=">=dev-libs/glib-2
-       dev-python/pygobject:2
-       dev-python/pygtk:2
-       x11-libs/gtk+:2
-       gconf? ( gnome-base/gconf:2 )
-       glade? ( gnome-base/libglade:2.0 )
-       gnome? ( gnome-base/gnome-desktop:2 )"
-DEPEND="${RDEPEND}
-       $(vala_depend)
-       dev-libs/gobject-introspection
-       introspection? ( x11-libs/gtk+:2[introspection] )"
-
-pkg_setup() {
-       python_set_active_version 2
-       python_pkg_setup
-}
-
-src_configure() {
-       local cfg="keyfile" fdo="glib" myconf=""
-
-       use gconf && cfg="gconf,${cfg}"
-       use gnome && fdo="${fdo},gnome"
-       use debug && myconf="${myconf} --enable-debug"
-       use glade && myconf="${myconf} --with-glade"
-       use introspection || myconf="${myconf} --disable-gi"
-
-       waf-utils_src_configure \
-               --sysconfdir="${EPREFIX}"/etc \
-               --config-backends=${cfg} \
-               --desktop-entry-backends=${fdo} \
-               --vfs-backends=gio \
-               ${myconf}
-}