Gentoo Archives: gentoo-commits

From: "Diego Petteno (flameeyes)" <flameeyes@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in sci-chemistry/gtk-gamess: gtk-gamess-2.00.ebuild ChangeLog
Date: Fri, 10 Oct 2008 20:41:08
Message-Id: E1KoOnJ-0000M9-OR@stork.gentoo.org
1 flameeyes 08/10/10 20:41:05
2
3 Modified: gtk-gamess-2.00.ebuild ChangeLog
4 Log:
5 Fix build dependencies.
6 (Portage version: 2.2_rc12/cvs/Linux 2.6.26-gentoo-r1 x86_64)
7
8 Revision Changes Path
9 1.5 sci-chemistry/gtk-gamess/gtk-gamess-2.00.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-chemistry/gtk-gamess/gtk-gamess-2.00.ebuild?rev=1.5&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-chemistry/gtk-gamess/gtk-gamess-2.00.ebuild?rev=1.5&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-chemistry/gtk-gamess/gtk-gamess-2.00.ebuild?r1=1.4&r2=1.5
14
15 Index: gtk-gamess-2.00.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/sci-chemistry/gtk-gamess/gtk-gamess-2.00.ebuild,v
18 retrieving revision 1.4
19 retrieving revision 1.5
20 diff -u -r1.4 -r1.5
21 --- gtk-gamess-2.00.ebuild 11 May 2008 18:42:04 -0000 1.4
22 +++ gtk-gamess-2.00.ebuild 10 Oct 2008 20:41:05 -0000 1.5
23 @@ -1,6 +1,6 @@
24 # Copyright 1999-2008 Gentoo Foundation
25 # Distributed under the terms of the GNU General Public License v2
26 -# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/gtk-gamess/gtk-gamess-2.00.ebuild,v 1.4 2008/05/11 18:42:04 opfer Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/gtk-gamess/gtk-gamess-2.00.ebuild,v 1.5 2008/10/10 20:41:05 flameeyes Exp $
28
29 DESCRIPTION="GTK-GAMESS is a graphical frontend for GAMESS, a General Atomic and Molecular Electronic Structure System"
30 HOMEPAGE="http://sourceforge.net/projects/gtk-gamess/"
31 @@ -18,6 +18,8 @@
32 >=x11-libs/gtk+-2.6
33 dev-libs/libxml2
34 sci-chemistry/gamess"
35 +DEPEND="${RDEPEND}
36 + dev-util/pkgconfig"
37
38 src_install() {
39
40
41
42
43 1.4 sci-chemistry/gtk-gamess/ChangeLog
44
45 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-chemistry/gtk-gamess/ChangeLog?rev=1.4&view=markup
46 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-chemistry/gtk-gamess/ChangeLog?rev=1.4&content-type=text/plain
47 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-chemistry/gtk-gamess/ChangeLog?r1=1.3&r2=1.4
48
49 Index: ChangeLog
50 ===================================================================
51 RCS file: /var/cvsroot/gentoo-x86/sci-chemistry/gtk-gamess/ChangeLog,v
52 retrieving revision 1.3
53 retrieving revision 1.4
54 diff -u -r1.3 -r1.4
55 --- ChangeLog 11 May 2008 18:42:04 -0000 1.3
56 +++ ChangeLog 10 Oct 2008 20:41:05 -0000 1.4
57 @@ -1,6 +1,9 @@
58 # ChangeLog for sci-chemistry/gtk-gamess
59 # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
60 -# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/gtk-gamess/ChangeLog,v 1.3 2008/05/11 18:42:04 opfer Exp $
61 +# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/gtk-gamess/ChangeLog,v 1.4 2008/10/10 20:41:05 flameeyes Exp $
62 +
63 + 10 Oct 2008; Diego Pettenò <flameeyes@g.o> gtk-gamess-2.00.ebuild:
64 + Fix build dependencies.
65
66 11 May 2008; Christian Faulhammer <opfer@g.o>
67 gtk-gamess-2.00.ebuild: