Gentoo Archives: gentoo-commits

From: "Gilles Dartiguelongue (eva)" <eva@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-util/d-feet: ChangeLog d-feet-0.3.8.ebuild
Date: Sun, 09 Feb 2014 18:32:20
Message-Id: 20140209183214.B16A72004C@flycatcher.gentoo.org
1 eva 14/02/09 18:32:14
2
3 Modified: ChangeLog
4 Added: d-feet-0.3.8.ebuild
5 Log:
6 Version bump.
7
8 (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key C6085806)
9
10 Revision Changes Path
11 1.27 dev-util/d-feet/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/d-feet/ChangeLog?rev=1.27&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/d-feet/ChangeLog?rev=1.27&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/d-feet/ChangeLog?r1=1.26&r2=1.27
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/dev-util/d-feet/ChangeLog,v
20 retrieving revision 1.26
21 retrieving revision 1.27
22 diff -u -r1.26 -r1.27
23 --- ChangeLog 8 Dec 2013 18:13:54 -0000 1.26
24 +++ ChangeLog 9 Feb 2014 18:32:14 -0000 1.27
25 @@ -1,6 +1,11 @@
26 # ChangeLog for dev-util/d-feet
27 -# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/dev-util/d-feet/ChangeLog,v 1.26 2013/12/08 18:13:54 pacho Exp $
29 +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
30 +# $Header: /var/cvsroot/gentoo-x86/dev-util/d-feet/ChangeLog,v 1.27 2014/02/09 18:32:14 eva Exp $
31 +
32 +*d-feet-0.3.8 (09 Feb 2014)
33 +
34 + 09 Feb 2014; Gilles Dartiguelongue <eva@g.o> +d-feet-0.3.8.ebuild:
35 + Version bump.
36
37 08 Dec 2013; Pacho Ramos <pacho@g.o> d-feet-0.3.6-r1.ebuild:
38 x86 stable, bug #478252
39
40
41
42 1.1 dev-util/d-feet/d-feet-0.3.8.ebuild
43
44 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/d-feet/d-feet-0.3.8.ebuild?rev=1.1&view=markup
45 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/d-feet/d-feet-0.3.8.ebuild?rev=1.1&content-type=text/plain
46
47 Index: d-feet-0.3.8.ebuild
48 ===================================================================
49 # Copyright 1999-2014 Gentoo Foundation
50 # Distributed under the terms of the GNU General Public License v2
51 # $Header: /var/cvsroot/gentoo-x86/dev-util/d-feet/d-feet-0.3.8.ebuild,v 1.1 2014/02/09 18:32:14 eva Exp $
52
53 EAPI="5"
54 GCONF_DEBUG="no"
55 PYTHON_COMPAT=( python2_7 )
56
57 inherit autotools gnome2 python-single-r1
58
59 DESCRIPTION="D-Feet is a powerful D-Bus debugger"
60 HOMEPAGE="http://live.gnome.org/DFeet"
61
62 LICENSE="GPL-2"
63 SLOT="0"
64 KEYWORDS="~amd64 ~x86"
65 IUSE="test"
66
67 RDEPEND="
68 >=dev-libs/glib-2.34:2
69 >=dev-libs/gobject-introspection-0.9.6
70 >=dev-python/pygobject-3.3.91:3[${PYTHON_USEDEP}]
71 >=sys-apps/dbus-1
72 >=x11-libs/gtk+-3.9.4:3[introspection]
73 x11-libs/libwnck:3[introspection]
74 "
75 DEPEND="
76 ${PYTHON_DEPS}
77 app-text/yelp-tools
78 >=dev-util/intltool-0.40.0
79 test? ( dev-python/pep8 )
80 "
81
82 src_prepare() {
83 python_fix_shebang .
84
85 # Do not run update-desktop-database (sandbox violation)
86 sed -e '/^UPDATE_DESKTOP/s:=.*:=true:' \
87 -i data/Makefile.am data/Makefile.in || die
88
89 gnome2_src_prepare
90 }
91
92 src_configure() {
93 gnome2_src_configure \
94 $(use_enable test tests)
95 }