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/gsim: ChangeLog gsim-0.20.1.ebuild
Date: Wed, 27 Feb 2013 14:19:05
Message-Id: 20130227141902.C7D3B2171D@flycatcher.gentoo.org
1 jlec 13/02/27 14:19:02
2
3 Modified: ChangeLog gsim-0.20.1.ebuild
4 Log:
5 sci-chemistry/gsim: Add missing dep on virtual/pkgconfig
6
7 (Portage version: 2.2.0_alpha163/cvs/Linux x86_64, signed Manifest commit with key 70EB7916)
8
9 Revision Changes Path
10 1.7 sci-chemistry/gsim/ChangeLog
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-chemistry/gsim/ChangeLog?rev=1.7&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-chemistry/gsim/ChangeLog?rev=1.7&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-chemistry/gsim/ChangeLog?r1=1.6&r2=1.7
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/sci-chemistry/gsim/ChangeLog,v
19 retrieving revision 1.6
20 retrieving revision 1.7
21 diff -u -r1.6 -r1.7
22 --- ChangeLog 19 Feb 2013 16:25:36 -0000 1.6
23 +++ ChangeLog 27 Feb 2013 14:19:02 -0000 1.7
24 @@ -1,6 +1,9 @@
25 # ChangeLog for sci-chemistry/gsim
26 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/gsim/ChangeLog,v 1.6 2013/02/19 16:25:36 jlec Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/gsim/ChangeLog,v 1.7 2013/02/27 14:19:02 jlec Exp $
29 +
30 + 27 Feb 2013; Justin Lecher <jlec@g.o> gsim-0.20.1.ebuild:
31 + Add missing dep on virtual/pkgconfig
32
33 19 Feb 2013; Justin Lecher <jlec@g.o> -files/0.19.1-build.conf.patch,
34 -gsim-0.19.1.ebuild, gsim-0.20.1.ebuild, metadata.xml:
35
36
37
38 1.4 sci-chemistry/gsim/gsim-0.20.1.ebuild
39
40 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-chemistry/gsim/gsim-0.20.1.ebuild?rev=1.4&view=markup
41 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-chemistry/gsim/gsim-0.20.1.ebuild?rev=1.4&content-type=text/plain
42 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-chemistry/gsim/gsim-0.20.1.ebuild?r1=1.3&r2=1.4
43
44 Index: gsim-0.20.1.ebuild
45 ===================================================================
46 RCS file: /var/cvsroot/gentoo-x86/sci-chemistry/gsim/gsim-0.20.1.ebuild,v
47 retrieving revision 1.3
48 retrieving revision 1.4
49 diff -u -r1.3 -r1.4
50 --- gsim-0.20.1.ebuild 19 Feb 2013 16:25:36 -0000 1.3
51 +++ gsim-0.20.1.ebuild 27 Feb 2013 14:19:02 -0000 1.4
52 @@ -1,6 +1,6 @@
53 # Copyright 1999-2013 Gentoo Foundation
54 # Distributed under the terms of the GNU General Public License v2
55 -# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/gsim/gsim-0.20.1.ebuild,v 1.3 2013/02/19 16:25:36 jlec Exp $
56 +# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/gsim/gsim-0.20.1.ebuild,v 1.4 2013/02/27 14:19:02 jlec Exp $
57
58 EAPI=4
59
60 @@ -24,7 +24,8 @@
61 x11-libs/qt-svg:4
62 emf? ( media-libs/libemf )
63 opengl? ( x11-libs/qt-opengl:4 )"
64 -DEPEND="${RDEPEND}"
65 +DEPEND="${RDEPEND}
66 + virtual/pkgconfig"
67
68 PATCHES=( "${FILESDIR}"/${PV}-build.conf.patch )
69 DOCS="release.txt README_GSIM.* quickstart.* changes.log programming.*"