Gentoo Archives: gentoo-commits

From: "Jeffrey Gardner (je_fro)" <je_fro@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in sci-chemistry/gchemutils: gchemutils-0.8.7.ebuild ChangeLog
Date: Wed, 27 Aug 2008 05:51:22
Message-Id: E1KYDw7-0003Je-CH@stork.gentoo.org
1 je_fro 08/08/27 05:51:19
2
3 Modified: gchemutils-0.8.7.ebuild ChangeLog
4 Log:
5 goffice and libgsf need to be built with USE=gnome. check in pkg_setup and
6 die if this isn't the case Thanks to Robert Bridge in bug #224261.
7 (Portage version: 2.2_rc8/cvs/Linux 2.6.26-gentoo-r1 x86_64)
8
9 Revision Changes Path
10 1.3 sci-chemistry/gchemutils/gchemutils-0.8.7.ebuild
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-chemistry/gchemutils/gchemutils-0.8.7.ebuild?rev=1.3&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-chemistry/gchemutils/gchemutils-0.8.7.ebuild?rev=1.3&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-chemistry/gchemutils/gchemutils-0.8.7.ebuild?r1=1.2&r2=1.3
15
16 Index: gchemutils-0.8.7.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/sci-chemistry/gchemutils/gchemutils-0.8.7.ebuild,v
19 retrieving revision 1.2
20 retrieving revision 1.3
21 diff -u -r1.2 -r1.3
22 --- gchemutils-0.8.7.ebuild 21 Apr 2008 01:51:55 -0000 1.2
23 +++ gchemutils-0.8.7.ebuild 27 Aug 2008 05:51:18 -0000 1.3
24 @@ -1,6 +1,6 @@
25 # Copyright 1999-2008 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/gchemutils/gchemutils-0.8.7.ebuild,v 1.2 2008/04/21 01:51:55 je_fro Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/gchemutils/gchemutils-0.8.7.ebuild,v 1.3 2008/08/27 05:51:18 je_fro Exp $
29
30 inherit gnome2 autotools
31
32 @@ -18,6 +18,7 @@
33 >=gnome-base/libgnomeprintui-2.4.0
34 =x11-libs/goffice-0.4*
35 x11-libs/gtkglext
36 + app-text/gnome-doc-utils
37 >=sci-chemistry/openbabel-2.1.1
38 sci-chemistry/bodr
39 sci-chemistry/chemical-mime-data"
40 @@ -27,6 +28,19 @@
41
42 S=${WORKDIR}/${MY_P}
43
44 +pkg_setup() {
45 + if ! built_with_use x11-libs/goffice:0.4 gnome ; then
46 + eerror "Please rebuild x11-libs/goffice-0.4* with gnome support enabled."
47 + eerror "This needs gnome-extra/libgsf to be built with gnome support."
48 + eerror "echo \"=x11-libs/goffice-0.4* gnome\" >> /etc/portage/package.use"
49 + eerror "and"
50 + eerror "echo \"gnome-extra/libgsf gnome\" >> /etc/portage/package.use"
51 + eerror "or add \"gnome\" to your USE string in /etc/make.conf"
52 + die "No Gnome support found in goffice."
53 +
54 + fi
55 +}
56 +
57 src_unpack() {
58 gnome2_src_unpack
59 eautoreconf
60
61
62
63 1.6 sci-chemistry/gchemutils/ChangeLog
64
65 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-chemistry/gchemutils/ChangeLog?rev=1.6&view=markup
66 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-chemistry/gchemutils/ChangeLog?rev=1.6&content-type=text/plain
67 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-chemistry/gchemutils/ChangeLog?r1=1.5&r2=1.6
68
69 Index: ChangeLog
70 ===================================================================
71 RCS file: /var/cvsroot/gentoo-x86/sci-chemistry/gchemutils/ChangeLog,v
72 retrieving revision 1.5
73 retrieving revision 1.6
74 diff -u -r1.5 -r1.6
75 --- ChangeLog 21 Apr 2008 01:51:55 -0000 1.5
76 +++ ChangeLog 27 Aug 2008 05:51:18 -0000 1.6
77 @@ -1,6 +1,10 @@
78 # ChangeLog for sci-chemistry/gchemutils
79 # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
80 -# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/gchemutils/ChangeLog,v 1.5 2008/04/21 01:51:55 je_fro Exp $
81 +# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/gchemutils/ChangeLog,v 1.6 2008/08/27 05:51:18 je_fro Exp $
82 +
83 + 27 Aug 2008; Jeff Gardner <je_fro@g.o> gchemutils-0.8.7.ebuild:
84 + goffice and libgsf need to be built with USE=gnome. check in pkg_setup and
85 + die if this isn't the case Thanks to Robert Bridge in bug #224261.
86
87 21 Apr 2008; Jeff Gardner <je_fro@g.o> -gchemutils-0.8.4.ebuild,
88 gchemutils-0.8.7.ebuild: