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 07:20:13
Message-Id: 20140226072004.840F82004C@flycatcher.gentoo.org
1 pacho 14/02/26 07:20:04
2
3 Modified: glade-3.16.1.ebuild ChangeLog
4 Log:
5 Add missing DEPENDs (#502484 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.4 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.4&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/glade/glade-3.16.1.ebuild?rev=1.4&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/glade/glade-3.16.1.ebuild?r1=1.3&r2=1.4
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.3
20 retrieving revision 1.4
21 diff -u -r1.3 -r1.4
22 --- glade-3.16.1.ebuild 23 Feb 2014 10:48:02 -0000 1.3
23 +++ glade-3.16.1.ebuild 26 Feb 2014 07:20:04 -0000 1.4
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.3 2014/02/23 10:48:02 pacho Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/dev-util/glade/glade-3.16.1.ebuild,v 1.4 2014/02/26 07:20:04 pacho Exp $
29
30 EAPI="5"
31 GCONF_DEBUG="yes"
32 @@ -36,6 +36,9 @@
33 >=dev-util/gtk-doc-am-1.13
34 >=dev-util/intltool-0.41.0
35 virtual/pkgconfig
36 +
37 + dev-libs/gobject-introspection-common
38 + gnome-base/gnome-common
39 "
40 # eautoreconf requires:
41 # dev-libs/gobject-introspection-common
42
43
44
45 1.202 dev-util/glade/ChangeLog
46
47 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/glade/ChangeLog?rev=1.202&view=markup
48 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/glade/ChangeLog?rev=1.202&content-type=text/plain
49 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/glade/ChangeLog?r1=1.201&r2=1.202
50
51 Index: ChangeLog
52 ===================================================================
53 RCS file: /var/cvsroot/gentoo-x86/dev-util/glade/ChangeLog,v
54 retrieving revision 1.201
55 retrieving revision 1.202
56 diff -u -r1.201 -r1.202
57 --- ChangeLog 23 Feb 2014 10:48:02 -0000 1.201
58 +++ ChangeLog 26 Feb 2014 07:20:04 -0000 1.202
59 @@ -1,6 +1,9 @@
60 # ChangeLog for dev-util/glade
61 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
62 -# $Header: /var/cvsroot/gentoo-x86/dev-util/glade/ChangeLog,v 1.201 2014/02/23 10:48:02 pacho Exp $
63 +# $Header: /var/cvsroot/gentoo-x86/dev-util/glade/ChangeLog,v 1.202 2014/02/26 07:20:04 pacho Exp $
64 +
65 + 26 Feb 2014; Pacho Ramos <pacho@g.o> glade-3.16.1.ebuild:
66 + Add missing DEPENDs (#502484 by Andrew Church)
67
68 23 Feb 2014; Pacho Ramos <pacho@g.o> -glade-3.16.0.ebuild,
69 glade-3.16.1.ebuild: