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.8.7.ebuild
Date: Sat, 29 Mar 2008 23:47:07
Message-Id: E1JfklM-0001Rw-Dp@stork.gentoo.org
1 je_fro 08/03/29 23:47:04
2
3 Modified: ChangeLog
4 Added: gchemutils-0.8.7.ebuild
5 Log:
6 Bump and keyword ~x86 thanks to Robert Bridge on bug 215363.
7 (Portage version: 2.1.4.4)
8
9 Revision Changes Path
10 1.4 sci-chemistry/gchemutils/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-chemistry/gchemutils/ChangeLog?rev=1.4&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-chemistry/gchemutils/ChangeLog?rev=1.4&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-chemistry/gchemutils/ChangeLog?r1=1.3&r2=1.4
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/sci-chemistry/gchemutils/ChangeLog,v
19 retrieving revision 1.3
20 retrieving revision 1.4
21 diff -u -r1.3 -r1.4
22 --- ChangeLog 31 Dec 2007 15:50:51 -0000 1.3
23 +++ ChangeLog 29 Mar 2008 23:47:03 -0000 1.4
24 @@ -1,6 +1,11 @@
25 # ChangeLog for sci-chemistry/gchemutils
26 -# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/gchemutils/ChangeLog,v 1.3 2007/12/31 15:50:51 je_fro Exp $
28 +# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
29 +# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/gchemutils/ChangeLog,v 1.4 2008/03/29 23:47:03 je_fro Exp $
30 +
31 +*gchemutils-0.8.7 (29 Mar 2008)
32 +
33 + 29 Mar 2008; Jeff Gardner <je_fro@g.o> +gchemutils-0.8.7.ebuild:
34 + Bump and keyword ~x86 thanks to Robert Bridge on bug 215363.
35
36 31 Dec 2007; Jeff Gardner <je_fro@g.o> ChangeLog:
37 Fixing up my email address.
38
39
40
41 1.1 sci-chemistry/gchemutils/gchemutils-0.8.7.ebuild
42
43 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-chemistry/gchemutils/gchemutils-0.8.7.ebuild?rev=1.1&view=markup
44 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-chemistry/gchemutils/gchemutils-0.8.7.ebuild?rev=1.1&content-type=text/plain
45
46 Index: gchemutils-0.8.7.ebuild
47 ===================================================================
48 # Copyright 1999-2008 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.8.7.ebuild,v 1.1 2008/03/29 23:47:03 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 DEPEND="${DEPEND}
65 dev-util/pkgconfig
66 =gnome-base/libglade-2*
67 >=gnome-base/libgnomeprintui-2.4.0
68 =x11-libs/goffice-0.4*
69 x11-libs/gtkglext
70 >=sci-chemistry/openbabel-2.1.1
71 sci-chemistry/bodr
72 sci-chemistry/chemical-mime-data"
73
74 S=${WORKDIR}/${MY_P}
75
76 src_unpack() {
77 gnome2_src_unpack
78 eautoreconf
79 }
80
81 src_compile() {
82 gnome2_src_compile --disable-update-databases --docdir=/usr/share/doc/${PN}/html
83 }
84
85 pkg_postinst() {
86 elog "You can safely ignore any 'Unknown media type in type blah' warnings above."
87 elog "For more info see http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=420795 "
88 }
89
90
91
92 --
93 gentoo-commits@l.g.o mailing list