Gentoo Archives: gentoo-commits

From: "Fabian Groffen (grobian)" <grobian@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in x11-libs/gtk-mac-integration: gtk-mac-integration-2.0.5.ebuild ChangeLog
Date: Thu, 23 Jan 2014 21:17:24
Message-Id: 20140123211720.ECF492004C@flycatcher.gentoo.org
1 grobian 14/01/23 21:17:20
2
3 Modified: gtk-mac-integration-2.0.5.ebuild ChangeLog
4 Log:
5 Depend on virtual/pkgconfig like it was initially, repoman seems to always complain about it, either way
6
7 (Portage version: 2.2.8-prefix/cvs/Darwin i386, signed Manifest commit with key 0x5F75F607C5C74E89)
8
9 Revision Changes Path
10 1.2 x11-libs/gtk-mac-integration/gtk-mac-integration-2.0.5.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/gtk-mac-integration/gtk-mac-integration-2.0.5.ebuild?rev=1.2&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/gtk-mac-integration/gtk-mac-integration-2.0.5.ebuild?rev=1.2&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/gtk-mac-integration/gtk-mac-integration-2.0.5.ebuild?r1=1.1&r2=1.2
15
16 Index: gtk-mac-integration-2.0.5.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/x11-libs/gtk-mac-integration/gtk-mac-integration-2.0.5.ebuild,v
19 retrieving revision 1.1
20 retrieving revision 1.2
21 diff -u -r1.1 -r1.2
22 --- gtk-mac-integration-2.0.5.ebuild 23 Jan 2014 21:14:25 -0000 1.1
23 +++ gtk-mac-integration-2.0.5.ebuild 23 Jan 2014 21:17:20 -0000 1.2
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/x11-libs/gtk-mac-integration/gtk-mac-integration-2.0.5.ebuild,v 1.1 2014/01/23 21:14:25 grobian Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/x11-libs/gtk-mac-integration/gtk-mac-integration-2.0.5.ebuild,v 1.2 2014/01/23 21:17:20 grobian Exp $
29
30 EAPI=5
31
32 @@ -13,7 +13,7 @@
33 KEYWORDS="~x64-macos"
34 IUSE=""
35
36 -DEPEND=">=dev-util/pkgconfig-0.12
37 +DEPEND="virtual/pkgconfig
38 >=dev-libs/glib-2.14.0
39 x11-libs/gtk+[aqua]"
40
41
42
43
44 1.2 x11-libs/gtk-mac-integration/ChangeLog
45
46 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/gtk-mac-integration/ChangeLog?rev=1.2&view=markup
47 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/gtk-mac-integration/ChangeLog?rev=1.2&content-type=text/plain
48 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/gtk-mac-integration/ChangeLog?r1=1.1&r2=1.2
49
50 Index: ChangeLog
51 ===================================================================
52 RCS file: /var/cvsroot/gentoo-x86/x11-libs/gtk-mac-integration/ChangeLog,v
53 retrieving revision 1.1
54 retrieving revision 1.2
55 diff -u -r1.1 -r1.2
56 --- ChangeLog 23 Jan 2014 21:14:25 -0000 1.1
57 +++ ChangeLog 23 Jan 2014 21:17:20 -0000 1.2
58 @@ -1,6 +1,11 @@
59 # ChangeLog for x11-libs/gtk-mac-integration
60 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
61 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/gtk-mac-integration/ChangeLog,v 1.1 2014/01/23 21:14:25 grobian Exp $
62 +# $Header: /var/cvsroot/gentoo-x86/x11-libs/gtk-mac-integration/ChangeLog,v 1.2 2014/01/23 21:17:20 grobian Exp $
63 +
64 + 23 Jan 2014; Fabian Groffen <grobian@g.o>
65 + gtk-mac-integration-2.0.5.ebuild:
66 + Depend on virtual/pkgconfig like it was initially, repoman seems to always
67 + complain about it, either way
68
69 *gtk-mac-integration-2.0.5 (23 Jan 2014)