Gentoo Archives: gentoo-commits

From: "Justin Lecher (jlec)" <jlec@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in sci-chemistry/gperiodic: ChangeLog gperiodic-2.0.10.ebuild
Date: Wed, 02 Mar 2011 13:17:31
Message-Id: 20110302131721.271C220054@flycatcher.gentoo.org
1 jlec 11/03/02 13:17:21
2
3 Modified: ChangeLog gperiodic-2.0.10.ebuild
4 Log:
5 Correct Slots for gtk 3 introduction to tree
6
7 (Portage version: 2.2.0_alpha26/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.15 sci-chemistry/gperiodic/ChangeLog
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-chemistry/gperiodic/ChangeLog?rev=1.15&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-chemistry/gperiodic/ChangeLog?rev=1.15&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-chemistry/gperiodic/ChangeLog?r1=1.14&r2=1.15
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/sci-chemistry/gperiodic/ChangeLog,v
19 retrieving revision 1.14
20 retrieving revision 1.15
21 diff -u -r1.14 -r1.15
22 --- ChangeLog 23 Aug 2010 19:48:31 -0000 1.14
23 +++ ChangeLog 2 Mar 2011 13:17:20 -0000 1.15
24 @@ -1,6 +1,9 @@
25 # ChangeLog for sci-chemistry/gperiodic
26 -# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/gperiodic/ChangeLog,v 1.14 2010/08/23 19:48:31 xarthisius Exp $
28 +# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
29 +# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/gperiodic/ChangeLog,v 1.15 2011/03/02 13:17:20 jlec Exp $
30 +
31 + 02 Mar 2011; Justin Lecher <jlec@g.o> gperiodic-2.0.10.ebuild:
32 + Correct Slots for gtk 3 introduction to tree
33
34 *gperiodic-2.0.10-r2 (23 Aug 2010)
35
36
37
38
39 1.6 sci-chemistry/gperiodic/gperiodic-2.0.10.ebuild
40
41 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-chemistry/gperiodic/gperiodic-2.0.10.ebuild?rev=1.6&view=markup
42 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-chemistry/gperiodic/gperiodic-2.0.10.ebuild?rev=1.6&content-type=text/plain
43 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-chemistry/gperiodic/gperiodic-2.0.10.ebuild?r1=1.5&r2=1.6
44
45 Index: gperiodic-2.0.10.ebuild
46 ===================================================================
47 RCS file: /var/cvsroot/gentoo-x86/sci-chemistry/gperiodic/gperiodic-2.0.10.ebuild,v
48 retrieving revision 1.5
49 retrieving revision 1.6
50 diff -u -r1.5 -r1.6
51 --- gperiodic-2.0.10.ebuild 7 Oct 2009 20:40:43 -0000 1.5
52 +++ gperiodic-2.0.10.ebuild 2 Mar 2011 13:17:20 -0000 1.6
53 @@ -1,6 +1,6 @@
54 -# Copyright 1999-2009 Gentoo Foundation
55 +# Copyright 1999-2011 Gentoo Foundation
56 # Distributed under the terms of the GNU General Public License v2
57 -# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/gperiodic/gperiodic-2.0.10.ebuild,v 1.5 2009/10/07 20:40:43 maekke Exp $
58 +# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/gperiodic/gperiodic-2.0.10.ebuild,v 1.6 2011/03/02 13:17:20 jlec Exp $
59
60 EAPI="2"
61
62 @@ -16,7 +16,7 @@
63 IUSE="nls"
64
65 RDEPEND=">=sys-libs/ncurses-5.2
66 - =x11-libs/gtk+-2*
67 + x11-libs/gtk+:2
68 x11-libs/cairo[X]
69 nls? ( sys-devel/gettext )"