Gentoo Archives: gentoo-commits

From: "Justin Lecher (jlec)" <jlec@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-util/glade: glade-3.16.1.ebuild ChangeLog
Date: Tue, 11 Feb 2014 08:32:07
Message-Id: 20140211083202.3C7FF2004C@flycatcher.gentoo.org
1 jlec 14/02/11 08:32:02
2
3 Modified: glade-3.16.1.ebuild ChangeLog
4 Log:
5 Add fix for underlinking (https://bugzilla.gnome.org/show_bug.cgi?id=724104)
6
7 (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key B9D4F231BD1558AB!)
8
9 Revision Changes Path
10 1.2 dev-util/glade/glade-3.16.1.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/glade/glade-3.16.1.ebuild?rev=1.2&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/glade/glade-3.16.1.ebuild?rev=1.2&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/glade/glade-3.16.1.ebuild?r1=1.1&r2=1.2
15
16 Index: glade-3.16.1.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/dev-util/glade/glade-3.16.1.ebuild,v
19 retrieving revision 1.1
20 retrieving revision 1.2
21 diff -u -r1.1 -r1.2
22 --- glade-3.16.1.ebuild 9 Feb 2014 20:28:44 -0000 1.1
23 +++ glade-3.16.1.ebuild 11 Feb 2014 08:32:02 -0000 1.2
24 @@ -1,13 +1,13 @@
25 # Copyright 1999-2014 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/dev-util/glade/glade-3.16.1.ebuild,v 1.1 2014/02/09 20:28:44 eva Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/dev-util/glade/glade-3.16.1.ebuild,v 1.2 2014/02/11 08:32:02 jlec Exp $
29
30 EAPI="5"
31 GCONF_DEBUG="yes"
32 GNOME2_LA_PUNT="yes"
33 PYTHON_COMPAT=( python{2_6,2_7} )
34
35 -inherit eutils gnome2 python-single-r1 versionator virtualx
36 +inherit autotools eutils gnome2 python-single-r1 versionator virtualx
37
38 DESCRIPTION="A user interface designer for GTK+ and GNOME"
39 HOMEPAGE="http://glade.gnome.org/"
40 @@ -48,7 +48,11 @@
41 src_prepare() {
42 # To avoid file collison with other slots, rename help module.
43 # Prevent the UI from loading glade:3's gladeui devhelp documentation.
44 - epatch "${FILESDIR}/${PN}-3.14.1-doc-version.patch"
45 + epatch \
46 + "${FILESDIR}/${PN}-3.14.1-doc-version.patch" \
47 + "${FILESDIR}"/${P}-underlinking.patch
48 +
49 + eautoreconf
50
51 gnome2_src_prepare
52 }
53
54
55
56 1.197 dev-util/glade/ChangeLog
57
58 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/glade/ChangeLog?rev=1.197&view=markup
59 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/glade/ChangeLog?rev=1.197&content-type=text/plain
60 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/glade/ChangeLog?r1=1.196&r2=1.197
61
62 Index: ChangeLog
63 ===================================================================
64 RCS file: /var/cvsroot/gentoo-x86/dev-util/glade/ChangeLog,v
65 retrieving revision 1.196
66 retrieving revision 1.197
67 diff -u -r1.196 -r1.197
68 --- ChangeLog 9 Feb 2014 20:28:44 -0000 1.196
69 +++ ChangeLog 11 Feb 2014 08:32:02 -0000 1.197
70 @@ -1,6 +1,10 @@
71 # ChangeLog for dev-util/glade
72 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
73 -# $Header: /var/cvsroot/gentoo-x86/dev-util/glade/ChangeLog,v 1.196 2014/02/09 20:28:44 eva Exp $
74 +# $Header: /var/cvsroot/gentoo-x86/dev-util/glade/ChangeLog,v 1.197 2014/02/11 08:32:02 jlec Exp $
75 +
76 + 11 Feb 2014; Justin Lecher <jlec@g.o>
77 + +files/glade-3.16.1-underlinking.patch, glade-3.16.1.ebuild:
78 + Add fix for underlinking (https://bugzilla.gnome.org/show_bug.cgi?id=724104)
79
80 *glade-3.16.1 (09 Feb 2014)