Gentoo Archives: gentoo-commits

From: "Markus Dittrich (markusle)" <markusle@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.11.ebuild
Date: Sat, 26 Apr 2008 13:03:50
Message-Id: E1Jpk4B-0001PF-Ob@stork.gentoo.org
1 markusle 08/04/26 13:03:47
2
3 Modified: ChangeLog chemtool-1.6.10.ebuild
4 chemtool-1.6.9-r1.ebuild
5 Added: chemtool-1.6.11.ebuild
6 Log:
7 Version bump and explicitly depend on kdelibs-3.5* (fixes bug #219221).
8 (Portage version: 2.1.5_rc6)
9
10 Revision Changes Path
11 1.24 sci-chemistry/chemtool/ChangeLog
12
13 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-chemistry/chemtool/ChangeLog?rev=1.24&view=markup
14 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-chemistry/chemtool/ChangeLog?rev=1.24&content-type=text/plain
15 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-chemistry/chemtool/ChangeLog?r1=1.23&r2=1.24
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/sci-chemistry/chemtool/ChangeLog,v
20 retrieving revision 1.23
21 retrieving revision 1.24
22 diff -u -r1.23 -r1.24
23 --- ChangeLog 22 Apr 2008 13:54:33 -0000 1.23
24 +++ ChangeLog 26 Apr 2008 13:03:47 -0000 1.24
25 @@ -1,6 +1,13 @@
26 # ChangeLog for sci-chemistry/chemtool
27 # Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/chemtool/ChangeLog,v 1.23 2008/04/22 13:54:33 je_fro Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/chemtool/ChangeLog,v 1.24 2008/04/26 13:03:47 markusle Exp $
30 +
31 +*chemtool-1.6.11 (26 Apr 2008)
32 +
33 + 26 Apr 2008; Markus Dittrich <markusle@g.o>
34 + chemtool-1.6.9-r1.ebuild, chemtool-1.6.10.ebuild,
35 + +files/chemtool-1.6.11-makefile.patch, +chemtool-1.6.11.ebuild:
36 + Version bump and explicitly depend on kdelibs-3.5* (fixes bug #219221).
37
38 22 Apr 2008; Jeff Gardner <je_fro@g.o> chemtool-1.6.9-r1.ebuild:
39 Fix typo
40
41
42
43 1.4 sci-chemistry/chemtool/chemtool-1.6.10.ebuild
44
45 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-chemistry/chemtool/chemtool-1.6.10.ebuild?rev=1.4&view=markup
46 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-chemistry/chemtool/chemtool-1.6.10.ebuild?rev=1.4&content-type=text/plain
47 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-chemistry/chemtool/chemtool-1.6.10.ebuild?r1=1.3&r2=1.4
48
49 Index: chemtool-1.6.10.ebuild
50 ===================================================================
51 RCS file: /var/cvsroot/gentoo-x86/sci-chemistry/chemtool/chemtool-1.6.10.ebuild,v
52 retrieving revision 1.3
53 retrieving revision 1.4
54 diff -u -r1.3 -r1.4
55 --- chemtool-1.6.10.ebuild 21 Apr 2008 01:40:11 -0000 1.3
56 +++ chemtool-1.6.10.ebuild 26 Apr 2008 13:03:47 -0000 1.4
57 @@ -1,6 +1,6 @@
58 # Copyright 1999-2008 Gentoo Foundation
59 # Distributed under the terms of the GNU General Public License v2
60 -# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/chemtool/chemtool-1.6.10.ebuild,v 1.3 2008/04/21 01:40:11 je_fro Exp $
61 +# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/chemtool/chemtool-1.6.10.ebuild,v 1.4 2008/04/26 13:03:47 markusle Exp $
62
63 inherit eutils kde-functions
64
65 @@ -15,7 +15,7 @@
66
67 RDEPEND="media-gfx/transfig
68 =x11-libs/gtk+-2*
69 - kde? ( kde-base/kdelibs )
70 + kde? ( =kde-base/kdelibs-3.5* )
71 x86? ( media-libs/libemf )"
72
73 DEPEND="${RDEPEND}
74
75
76
77 1.8 sci-chemistry/chemtool/chemtool-1.6.9-r1.ebuild
78
79 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-chemistry/chemtool/chemtool-1.6.9-r1.ebuild?rev=1.8&view=markup
80 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-chemistry/chemtool/chemtool-1.6.9-r1.ebuild?rev=1.8&content-type=text/plain
81 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-chemistry/chemtool/chemtool-1.6.9-r1.ebuild?r1=1.7&r2=1.8
82
83 Index: chemtool-1.6.9-r1.ebuild
84 ===================================================================
85 RCS file: /var/cvsroot/gentoo-x86/sci-chemistry/chemtool/chemtool-1.6.9-r1.ebuild,v
86 retrieving revision 1.7
87 retrieving revision 1.8
88 diff -u -r1.7 -r1.8
89 --- chemtool-1.6.9-r1.ebuild 22 Apr 2008 13:54:33 -0000 1.7
90 +++ chemtool-1.6.9-r1.ebuild 26 Apr 2008 13:03:47 -0000 1.8
91 @@ -1,6 +1,6 @@
92 # Copyright 1999-2008 Gentoo Foundation
93 # Distributed under the terms of the GNU General Public License v2
94 -# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/chemtool/chemtool-1.6.9-r1.ebuild,v 1.7 2008/04/22 13:54:33 je_fro Exp $
95 +# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/chemtool/chemtool-1.6.9-r1.ebuild,v 1.8 2008/04/26 13:03:47 markusle Exp $
96
97 inherit eutils kde-functions
98
99 @@ -15,7 +15,7 @@
100
101 RDEPEND=">=media-gfx/transfig-3.2.3d
102 =x11-libs/gtk+-2*
103 - kde? ( kde-base/kdelibs )
104 + kde? ( =kde-base/kdelibs-3.5* )
105 x86? ( >=media-libs/libemf-1.0 )"
106
107 DEPEND="${RDEPEND}
108
109
110
111 1.1 sci-chemistry/chemtool/chemtool-1.6.11.ebuild
112
113 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-chemistry/chemtool/chemtool-1.6.11.ebuild?rev=1.1&view=markup
114 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-chemistry/chemtool/chemtool-1.6.11.ebuild?rev=1.1&content-type=text/plain
115
116 Index: chemtool-1.6.11.ebuild
117 ===================================================================
118 # Copyright 1999-2008 Gentoo Foundation
119 # Distributed under the terms of the GNU General Public License v2
120 # $Header: /var/cvsroot/gentoo-x86/sci-chemistry/chemtool/chemtool-1.6.11.ebuild,v 1.1 2008/04/26 13:03:47 markusle Exp $
121
122 inherit eutils kde-functions
123
124 DESCRIPTION="program for drawing organic molecules"
125 HOMEPAGE="http://ruby.chemie.uni-freiburg.de/~martin/chemtool/"
126 SRC_URI="http://ruby.chemie.uni-freiburg.de/~martin/chemtool/${P}.tar.gz"
127
128 LICENSE="GPL-2"
129 SLOT="0"
130 KEYWORDS="~x86 ~amd64 ~ppc"
131 IUSE="gnome kde nls"
132
133 RDEPEND="media-gfx/transfig
134 =x11-libs/gtk+-2*
135 kde? ( =kde-base/kdelibs-3.5* )
136 x86? ( media-libs/libemf )"
137
138 DEPEND="${RDEPEND}
139 dev-util/pkgconfig"
140
141 src_unpack() {
142 unpack ${A}
143 cd "${S}"
144 epatch "${FILESDIR}"/${P}-makefile.patch
145 }
146
147 src_compile() {
148 local config_opts
149 local mycppflags
150 if ! use kde; then
151 unset KDEDIR
152 config_opts="${config_opts} --without-kdedir"
153 else
154 set-kdedir
155 config_opts="${config_opts} --with-kdedir=${KDEDIR}"
156 fi
157 if [ ${ARCH} = "x86" ]; then
158 config_opts="${config_opts} --enable-emf"
159 mycppflags="${mycppflags} -I /usr/include/libEMF"
160 fi
161
162 sed -e "s:\(^CPPFLAGS.*\):\1 ${mycppflags}:" -i Makefile.in || \
163 die "could not append cppflags"
164
165 if use gnome ; then
166 config_opts="${config_opts} --with-gnomedir=/usr" ;
167 else
168 config_opts="${config_opts} --without-gnomedir" ;
169 fi
170
171 econf ${config_opts} --enable-menu \
172 || die "./configure failed"
173 emake || die "make failed"
174 }
175
176 src_install() {
177 make DESTDIR="${D}" install || die "make install failed"
178 dodoc ChangeLog INSTALL README TODO
179 insinto /usr/share/${PN}/examples
180 doins "${S}"/examples/*
181 if ! use nls; then rm -rf "${D}"/usr/share/locale; fi
182 }
183
184
185
186 --
187 gentoo-commits@l.g.o mailing list