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/chemtool: ChangeLog chemtool-1.6.10.ebuild chemtool-1.6.9-r1.ebuild chemtool-1.6.7-r1.ebuild
Date: Sat, 12 Jan 2008 04:31:01
Message-Id: E1JDY1K-0003QO-Cs@stork.gentoo.org
1 je_fro 08/01/12 04:30:58
2
3 Modified: ChangeLog chemtool-1.6.10.ebuild
4 chemtool-1.6.9-r1.ebuild
5 Removed: chemtool-1.6.7-r1.ebuild
6 Log:
7 adding dev-util/pkgconfig at the request of the evil compile person in bug #152428 :)
8 (Portage version: 2.1.4_rc14)
9
10 Revision Changes Path
11 1.21 sci-chemistry/chemtool/ChangeLog
12
13 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-chemistry/chemtool/ChangeLog?rev=1.21&view=markup
14 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-chemistry/chemtool/ChangeLog?rev=1.21&content-type=text/plain
15 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-chemistry/chemtool/ChangeLog?r1=1.20&r2=1.21
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/sci-chemistry/chemtool/ChangeLog,v
20 retrieving revision 1.20
21 retrieving revision 1.21
22 diff -u -r1.20 -r1.21
23 --- ChangeLog 19 Apr 2007 06:33:37 -0000 1.20
24 +++ ChangeLog 12 Jan 2008 04:30:57 -0000 1.21
25 @@ -1,6 +1,10 @@
26 # ChangeLog for sci-chemistry/chemtool
27 -# Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/chemtool/ChangeLog,v 1.20 2007/04/19 06:33:37 opfer Exp $
29 +# Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2
30 +# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/chemtool/ChangeLog,v 1.21 2008/01/12 04:30:57 je_fro Exp $
31 +
32 + 12 Jan 2008; Jeff Gardner <je_fro@g.o> -chemtool-1.6.7-r1.ebuild,
33 + chemtool-1.6.9-r1.ebuild, chemtool-1.6.10.ebuild:
34 + adding pkgconfig dependency wrt bug #152428
35
36 19 Apr 2007; Christian Faulhammer <opfer@g.o>
37 chemtool-1.6.9-r1.ebuild:
38
39
40
41 1.2 sci-chemistry/chemtool/chemtool-1.6.10.ebuild
42
43 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-chemistry/chemtool/chemtool-1.6.10.ebuild?rev=1.2&view=markup
44 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-chemistry/chemtool/chemtool-1.6.10.ebuild?rev=1.2&content-type=text/plain
45 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-chemistry/chemtool/chemtool-1.6.10.ebuild?r1=1.1&r2=1.2
46
47 Index: chemtool-1.6.10.ebuild
48 ===================================================================
49 RCS file: /var/cvsroot/gentoo-x86/sci-chemistry/chemtool/chemtool-1.6.10.ebuild,v
50 retrieving revision 1.1
51 retrieving revision 1.2
52 diff -u -r1.1 -r1.2
53 --- chemtool-1.6.10.ebuild 17 Apr 2007 19:56:45 -0000 1.1
54 +++ chemtool-1.6.10.ebuild 12 Jan 2008 04:30:57 -0000 1.2
55 @@ -1,6 +1,6 @@
56 -# Copyright 1999-2007 Gentoo Foundation
57 +# Copyright 1999-2008 Gentoo Foundation
58 # Distributed under the terms of the GNU General Public License v2
59 -# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/chemtool/chemtool-1.6.10.ebuild,v 1.1 2007/04/17 19:56:45 je_fro Exp $
60 +# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/chemtool/chemtool-1.6.10.ebuild,v 1.2 2008/01/12 04:30:57 je_fro Exp $
61
62 inherit eutils kde-functions
63
64 @@ -15,6 +15,7 @@
65
66 DEPEND="media-gfx/transfig
67 =x11-libs/gtk+-2*
68 + dev-util/pkgconfig
69 kde? ( kde-base/kdelibs )
70 x86? ( media-libs/libemf )"
71
72 @@ -51,6 +52,6 @@
73 make DESTDIR="${D}" install || die "make install failed"
74 dodoc ChangeLog INSTALL README TODO
75 insinto /usr/share/${PN}/examples
76 - doins ${S}/examples/*
77 - if ! use nls; then rm -rf ${D}/usr/share/locale; fi
78 + doins "${S}"/examples/*
79 + if ! use nls; then rm -rf "${D}"/usr/share/locale; fi
80 }
81
82
83
84 1.5 sci-chemistry/chemtool/chemtool-1.6.9-r1.ebuild
85
86 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-chemistry/chemtool/chemtool-1.6.9-r1.ebuild?rev=1.5&view=markup
87 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-chemistry/chemtool/chemtool-1.6.9-r1.ebuild?rev=1.5&content-type=text/plain
88 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-chemistry/chemtool/chemtool-1.6.9-r1.ebuild?r1=1.4&r2=1.5
89
90 Index: chemtool-1.6.9-r1.ebuild
91 ===================================================================
92 RCS file: /var/cvsroot/gentoo-x86/sci-chemistry/chemtool/chemtool-1.6.9-r1.ebuild,v
93 retrieving revision 1.4
94 retrieving revision 1.5
95 diff -u -r1.4 -r1.5
96 --- chemtool-1.6.9-r1.ebuild 19 Apr 2007 06:33:37 -0000 1.4
97 +++ chemtool-1.6.9-r1.ebuild 12 Jan 2008 04:30:57 -0000 1.5
98 @@ -1,6 +1,6 @@
99 -# Copyright 1999-2007 Gentoo Foundation
100 +# Copyright 1999-2008 Gentoo Foundation
101 # Distributed under the terms of the GNU General Public License v2
102 -# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/chemtool/chemtool-1.6.9-r1.ebuild,v 1.4 2007/04/19 06:33:37 opfer Exp $
103 +# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/chemtool/chemtool-1.6.9-r1.ebuild,v 1.5 2008/01/12 04:30:57 je_fro Exp $
104
105 inherit eutils kde-functions
106
107 @@ -15,6 +15,7 @@
108
109 DEPEND=">=media-gfx/transfig-3.2.3d
110 =x11-libs/gtk+-2*
111 + dev-util/pkgconfig
112 kde? ( kde-base/kdelibs )
113 x86? ( >=media-libs/libemf-1.0 )"
114
115 @@ -51,6 +52,6 @@
116 make DESTDIR="${D}" install || die "make install failed"
117 dodoc ChangeLog INSTALL README TODO
118 insinto /usr/share/${PN}/examples
119 - doins ${S}/examples/*
120 - if ! use nls; then rm -rf ${D}/usr/share/locale; fi
121 + doins "${S}"/examples/*
122 + if ! use nls; then rm -rf "${D}"/usr/share/locale; fi
123 }
124
125
126
127 --
128 gentoo-commits@l.g.o mailing list