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: ChangeLog gchemutils-0.10.3.ebuild
Date: Fri, 27 Feb 2009 18:02:53
Message-Id: E1Ld71R-0007lC-Ae@stork.gentoo.org
1 je_fro 09/02/27 18:01:17
2
3 Modified: ChangeLog
4 Added: gchemutils-0.10.3.ebuild
5 Log:
6 Latest version, includes gchempaint so that will be masked soon.
7 (Portage version: 2.1.6.7/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.7 sci-chemistry/gchemutils/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-chemistry/gchemutils/ChangeLog?rev=1.7&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-chemistry/gchemutils/ChangeLog?rev=1.7&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-chemistry/gchemutils/ChangeLog?r1=1.6&r2=1.7
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/sci-chemistry/gchemutils/ChangeLog,v
19 retrieving revision 1.6
20 retrieving revision 1.7
21 diff -u -r1.6 -r1.7
22 --- ChangeLog 27 Aug 2008 05:51:18 -0000 1.6
23 +++ ChangeLog 27 Feb 2009 18:01:17 -0000 1.7
24 @@ -1,6 +1,11 @@
25 # ChangeLog for sci-chemistry/gchemutils
26 -# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/gchemutils/ChangeLog,v 1.6 2008/08/27 05:51:18 je_fro Exp $
28 +# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
29 +# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/gchemutils/ChangeLog,v 1.7 2009/02/27 18:01:17 je_fro Exp $
30 +
31 +*gchemutils-0.10.3 (28 Feb 2009)
32 +
33 + 28 Feb 2009; Jeff Gardner <je_fro@g.o> +gchemutils-0.10.3.ebuild:
34 + Latest version, includes gchempaint so that will be masked soon.
35
36 27 Aug 2008; Jeff Gardner <je_fro@g.o> gchemutils-0.8.7.ebuild:
37 goffice and libgsf need to be built with USE=gnome. check in pkg_setup and
38
39
40
41 1.1 sci-chemistry/gchemutils/gchemutils-0.10.3.ebuild
42
43 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-chemistry/gchemutils/gchemutils-0.10.3.ebuild?rev=1.1&view=markup
44 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-chemistry/gchemutils/gchemutils-0.10.3.ebuild?rev=1.1&content-type=text/plain
45
46 Index: gchemutils-0.10.3.ebuild
47 ===================================================================
48 # Copyright 1999-2009 Gentoo Foundation
49 # Distributed under the terms of the GNU General Public License v2
50 # $Header: /var/cvsroot/gentoo-x86/sci-chemistry/gchemutils/gchemutils-0.10.3.ebuild,v 1.1 2009/02/27 18:01:17 je_fro Exp $
51
52 inherit gnome2 autotools
53
54 MY_P="gnome-chemistry-utils-${PV}"
55 DESCRIPTION="C++ classes and Gtk+-2 widgets related to chemistry"
56 HOMEPAGE="http://www.nongnu.org/gchemutils/"
57 SRC_URI="http://savannah.nongnu.org/download/gchemutils/0.8/${MY_P}.tar.bz2"
58
59 LICENSE="LGPL-2.1"
60 SLOT="0"
61 KEYWORDS="~amd64 ~x86"
62 IUSE=""
63
64 RDEPEND="=gnome-base/libglade-2*
65 >=gnome-base/libgnomeprintui-2.4.0
66 >=x11-libs/goffice-0.6.5
67 x11-libs/gtkglext
68 app-text/gnome-doc-utils
69 >=sci-chemistry/openbabel-2.1.1
70 sci-chemistry/bodr
71 sci-chemistry/chemical-mime-data"
72
73 DEPEND="${RDEPEND}
74 dev-util/pkgconfig
75 !sci-chemistry/gchempaint"
76
77 S=${WORKDIR}/${MY_P}
78
79 pkg_setup() {
80 if ! built_with_use x11-libs/goffice:0.6 gnome ; then
81 eerror "Please rebuild >=x11-libs/goffice-0.6.5 with gnome support enabled."
82 eerror "This needs gnome-extra/libgsf to be built with gnome support."
83 eerror "echo \"x11-libs/goffice gnome\" >> /etc/portage/package.use"
84 eerror "and"
85 eerror "echo \"gnome-extra/libgsf gnome\" >> /etc/portage/package.use"
86 eerror "or add \"gnome\" to your USE string in /etc/make.conf"
87 die "No Gnome support found in goffice."
88
89 fi
90 }
91
92 src_unpack() {
93 gnome2_src_unpack
94 eautoreconf
95 }
96
97 src_compile() {
98 gnome2_src_compile --disable-update-databases --docdir=/usr/share/doc/${PN}/html
99 }
100
101 pkg_postinst() {
102 elog "You can safely ignore any 'Unknown media type in type blah' warnings above."
103 elog "For more info see http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=420795 "
104 }