Gentoo Archives: gentoo-commits

From: "Pacho Ramos (pacho)" <pacho@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: Wed, 26 Feb 2014 21:50:27
Message-Id: 20140226215023.6D3DE2004C@flycatcher.gentoo.org
1 pacho 14/02/26 21:50:23
2
3 Modified: glade-3.16.1.ebuild ChangeLog
4 Log:
5 Add missing DEPEND (#502520 by Andrew Church)
6
7 (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key A188FBD4)
8
9 Revision Changes Path
10 1.5 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.5&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/glade/glade-3.16.1.ebuild?rev=1.5&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/glade/glade-3.16.1.ebuild?r1=1.4&r2=1.5
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.4
20 retrieving revision 1.5
21 diff -u -r1.4 -r1.5
22 --- glade-3.16.1.ebuild 26 Feb 2014 07:20:04 -0000 1.4
23 +++ glade-3.16.1.ebuild 26 Feb 2014 21:50:23 -0000 1.5
24 @@ -1,6 +1,6 @@
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.4 2014/02/26 07:20:04 pacho Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/dev-util/glade/glade-3.16.1.ebuild,v 1.5 2014/02/26 21:50:23 pacho Exp $
29
30 EAPI="5"
31 GCONF_DEBUG="yes"
32 @@ -32,6 +32,7 @@
33 "
34 DEPEND="${RDEPEND}
35 app-text/docbook-xml-dtd:4.1.2
36 + app-text/yelp-tools
37 dev-libs/libxslt
38 >=dev-util/gtk-doc-am-1.13
39 >=dev-util/intltool-0.41.0
40
41
42
43 1.203 dev-util/glade/ChangeLog
44
45 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/glade/ChangeLog?rev=1.203&view=markup
46 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/glade/ChangeLog?rev=1.203&content-type=text/plain
47 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/glade/ChangeLog?r1=1.202&r2=1.203
48
49 Index: ChangeLog
50 ===================================================================
51 RCS file: /var/cvsroot/gentoo-x86/dev-util/glade/ChangeLog,v
52 retrieving revision 1.202
53 retrieving revision 1.203
54 diff -u -r1.202 -r1.203
55 --- ChangeLog 26 Feb 2014 07:20:04 -0000 1.202
56 +++ ChangeLog 26 Feb 2014 21:50:23 -0000 1.203
57 @@ -1,6 +1,9 @@
58 # ChangeLog for dev-util/glade
59 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
60 -# $Header: /var/cvsroot/gentoo-x86/dev-util/glade/ChangeLog,v 1.202 2014/02/26 07:20:04 pacho Exp $
61 +# $Header: /var/cvsroot/gentoo-x86/dev-util/glade/ChangeLog,v 1.203 2014/02/26 21:50:23 pacho Exp $
62 +
63 + 26 Feb 2014; Pacho Ramos <pacho@g.o> glade-3.16.1.ebuild:
64 + Add missing DEPEND (#502520 by Andrew Church)
65
66 26 Feb 2014; Pacho Ramos <pacho@g.o> glade-3.16.1.ebuild:
67 Add missing DEPENDs (#502484 by Andrew Church)