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/gchempaint: ChangeLog gchempaint-0.8.7.ebuild
Date: Sat, 29 Mar 2008 23:48:51
Message-Id: E1Jfkn2-0001Xm-Np@stork.gentoo.org
1 je_fro 08/03/29 23:48:48
2
3 Modified: ChangeLog
4 Added: gchempaint-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.3 sci-chemistry/gchempaint/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-chemistry/gchempaint/ChangeLog?rev=1.3&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-chemistry/gchempaint/ChangeLog?rev=1.3&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-chemistry/gchempaint/ChangeLog?r1=1.2&r2=1.3
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/sci-chemistry/gchempaint/ChangeLog,v
19 retrieving revision 1.2
20 retrieving revision 1.3
21 diff -u -r1.2 -r1.3
22 --- ChangeLog 24 Dec 2007 13:30:13 -0000 1.2
23 +++ ChangeLog 29 Mar 2008 23:48:48 -0000 1.3
24 @@ -1,6 +1,11 @@
25 # ChangeLog for sci-chemistry/gchempaint
26 -# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/gchempaint/ChangeLog,v 1.2 2007/12/24 13:30:13 phreak Exp $
28 +# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
29 +# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/gchempaint/ChangeLog,v 1.3 2008/03/29 23:48:48 je_fro Exp $
30 +
31 +*gchempaint-0.8.7 (29 Mar 2008)
32 +
33 + 29 Mar 2008; Jeff Gardner <je_fro@g.o> +gchempaint-0.8.7.ebuild:
34 + Bump and keyword ~x86 thanks to Robert Bridge on bug 215363.
35
36 24 Dec 2007; Christian Heim <phreak@g.o> metadata.xml:
37 Fixing metadata.xml to use a proper herd-tag.
38
39
40
41 1.1 sci-chemistry/gchempaint/gchempaint-0.8.7.ebuild
42
43 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-chemistry/gchempaint/gchempaint-0.8.7.ebuild?rev=1.1&view=markup
44 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-chemistry/gchempaint/gchempaint-0.8.7.ebuild?rev=1.1&content-type=text/plain
45
46 Index: gchempaint-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/gchempaint/gchempaint-0.8.7.ebuild,v 1.1 2008/03/29 23:48:48 je_fro Exp $
51
52 inherit autotools gnome2
53
54 DESCRIPTION="2D chemical structures editor for the Gnome-2 desktop"
55 HOMEPAGE="http://www.nongnu.org/gchempaint/"
56 SRC_URI="http://savannah.nongnu.org/download/gchempaint/0.8/${P}.tar.bz2"
57
58 LICENSE="GPL-2"
59 SLOT="0"
60 KEYWORDS="~amd64 ~x86"
61 IUSE=""
62
63 DEPEND=">=sci-chemistry/gchemutils-0.8.0"
64
65 src_unpack() {
66 unpack ${A}
67 cd "${S}"
68 eautoreconf
69 }
70
71 src_compile() {
72 gnome2_src_compile --disable-update-databases
73 }
74
75
76
77 --
78 gentoo-commits@l.g.o mailing list