Gentoo Archives: gentoo-commits

From: Christoph Mende <angelos@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: x11-libs/libdesktop-agnostic/
Date: Sun, 20 Sep 2015 11:33:43
Message-Id: 1442748818.0cf2c8728fda91672f0b53dda76f7c7879a0a5ed.angelos@gentoo
1 commit: 0cf2c8728fda91672f0b53dda76f7c7879a0a5ed
2 Author: Christoph Mende <angelos <AT> gentoo <DOT> org>
3 AuthorDate: Sun Sep 20 11:32:50 2015 +0000
4 Commit: Christoph Mende <angelos <AT> gentoo <DOT> org>
5 CommitDate: Sun Sep 20 11:33:38 2015 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0cf2c872
7
8 x11-libs/libdesktop-agnostic: remove old version
9
10 Package-Manager: portage-2.2.20.1
11
12 .../libdesktop-agnostic-0.3.92.ebuild | 52 ----------------------
13 1 file changed, 52 deletions(-)
14
15 diff --git a/x11-libs/libdesktop-agnostic/libdesktop-agnostic-0.3.92.ebuild b/x11-libs/libdesktop-agnostic/libdesktop-agnostic-0.3.92.ebuild
16 deleted file mode 100644
17 index c1d2d6e..0000000
18 --- a/x11-libs/libdesktop-agnostic/libdesktop-agnostic-0.3.92.ebuild
19 +++ /dev/null
20 @@ -1,52 +0,0 @@
21 -# Copyright 1999-2014 Gentoo Foundation
22 -# Distributed under the terms of the GNU General Public License v2
23 -# $Id$
24 -
25 -EAPI=4
26 -PYTHON_DEPEND="2:2.7"
27 -VALA_USE_DEPEND="vapigen"
28 -
29 -inherit python waf-utils vala
30 -
31 -DESCRIPTION="A desktop-agnostic library for GLib-based projects"
32 -HOMEPAGE="https://launchpad.net/libdesktop-agnostic"
33 -SRC_URI="https://launchpad.net/${PN}/0.4/${PV}/+download/${P}.tar.gz"
34 -
35 -LICENSE="GPL-2 LGPL-2.1"
36 -SLOT="0"
37 -KEYWORDS="amd64 x86"
38 -IUSE="debug +gconf glade gnome +introspection"
39 -
40 -RDEPEND=">=dev-libs/glib-2
41 - dev-python/pygobject:2
42 - dev-python/pygtk:2
43 - x11-libs/gtk+:2
44 - gconf? ( gnome-base/gconf:2 )
45 - glade? ( gnome-base/libglade:2.0 )
46 - gnome? ( gnome-base/gnome-desktop:2 )"
47 -DEPEND="${RDEPEND}
48 - $(vala_depend)
49 - dev-libs/gobject-introspection
50 - introspection? ( x11-libs/gtk+:2[introspection] )"
51 -
52 -pkg_setup() {
53 - python_set_active_version 2
54 - python_pkg_setup
55 -}
56 -
57 -src_configure() {
58 - local cfg="keyfile" fdo="glib" myconf=""
59 -
60 - use gconf && cfg="gconf,${cfg}"
61 - use gnome && fdo="${fdo},gnome"
62 - use debug && myconf="${myconf} --enable-debug"
63 - use glade && myconf="${myconf} --with-glade"
64 - use introspection || myconf="${myconf} --disable-gi"
65 -
66 - waf-utils_src_configure \
67 - --sysconfdir="${EPREFIX}"/etc \
68 - --config-backends=${cfg} \
69 - --desktop-entry-backends=${fdo} \
70 - --vfs-backends=gio \
71 - ${myconf}
72 -}