Gentoo Archives: gentoo-commits

From: "Justin Lecher (jlec)" <jlec@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in sci-chemistry/vmd: ChangeLog vmd-1.9.ebuild
Date: Tue, 10 Jan 2012 14:44:54
Message-Id: 20120110144442.7ED9C2004B@flycatcher.gentoo.org
1 jlec 12/01/10 14:44:42
2
3 Modified: ChangeLog vmd-1.9.ebuild
4 Log:
5 Remove USE=static-libs beacuse this breaks build, #365051
6
7 (Portage version: 2.2.0_alpha84/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.44 sci-chemistry/vmd/ChangeLog
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-chemistry/vmd/ChangeLog?rev=1.44&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-chemistry/vmd/ChangeLog?rev=1.44&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-chemistry/vmd/ChangeLog?r1=1.43&r2=1.44
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/sci-chemistry/vmd/ChangeLog,v
19 retrieving revision 1.43
20 retrieving revision 1.44
21 diff -u -r1.43 -r1.44
22 --- ChangeLog 10 Jan 2012 13:49:48 -0000 1.43
23 +++ ChangeLog 10 Jan 2012 14:44:42 -0000 1.44
24 @@ -1,6 +1,9 @@
25 # ChangeLog for sci-chemistry/vmd
26 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/vmd/ChangeLog,v 1.43 2012/01/10 13:49:48 jlec Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/vmd/ChangeLog,v 1.44 2012/01/10 14:44:42 jlec Exp $
29 +
30 + 10 Jan 2012; Justin Lecher <jlec@g.o> vmd-1.9.ebuild:
31 + Remove USE=static-libs beacuse this breaks build, #365051
32
33 10 Jan 2012; Justin Lecher <jlec@g.o> vmd-1.9.ebuild, metadata.xml:
34 Enhance nofetch msg, fix compilation with USE=cuda and gcc != 4.4*, thanks
35
36
37
38 1.8 sci-chemistry/vmd/vmd-1.9.ebuild
39
40 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-chemistry/vmd/vmd-1.9.ebuild?rev=1.8&view=markup
41 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-chemistry/vmd/vmd-1.9.ebuild?rev=1.8&content-type=text/plain
42 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-chemistry/vmd/vmd-1.9.ebuild?r1=1.7&r2=1.8
43
44 Index: vmd-1.9.ebuild
45 ===================================================================
46 RCS file: /var/cvsroot/gentoo-x86/sci-chemistry/vmd/vmd-1.9.ebuild,v
47 retrieving revision 1.7
48 retrieving revision 1.8
49 diff -u -r1.7 -r1.8
50 --- vmd-1.9.ebuild 10 Jan 2012 13:49:48 -0000 1.7
51 +++ vmd-1.9.ebuild 10 Jan 2012 14:44:42 -0000 1.8
52 @@ -1,6 +1,6 @@
53 # Copyright 1999-2012 Gentoo Foundation
54 # Distributed under the terms of the GNU General Public License v2
55 -# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/vmd/vmd-1.9.ebuild,v 1.7 2012/01/10 13:49:48 jlec Exp $
56 +# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/vmd/vmd-1.9.ebuild,v 1.8 2012/01/10 14:44:42 jlec Exp $
57
58 EAPI="3"
59
60 @@ -17,7 +17,7 @@
61 SLOT="0"
62 LICENSE="vmd"
63 KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
64 -IUSE="cuda msms povray static-libs tachyon xinerama"
65 +IUSE="cuda msms povray tachyon xinerama"
66
67 RESTRICT="fetch"
68
69 @@ -80,8 +80,6 @@
70 -e "s:-ltcl8.5:-ltcl:" \
71 -i Make-arch || die "Failed to set up plugins Makefile"
72
73 - use static-libs || sed 's:staticlibs::g' -i Make-arch
74 -
75 # prepare vmd itself
76 cd "${S}"
77
78 @@ -141,7 +139,6 @@
79
80 use cuda && myconf+=" CUDA"
81 # use mpi && myconf+=" MPI"
82 - use static-libs || myconf+=" NOSTATICPLUGINS"
83 # use tachion && myconf+=" LIBTACHYON"
84 use xinerama && myconf+=" XINERAMA"