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/oasis: ChangeLog oasis-4.0.ebuild
Date: Wed, 24 Feb 2010 08:23:09
Message-Id: E1NkCWP-0003xe-5I@stork.gentoo.org
1 jlec 10/02/24 08:23:05
2
3 Modified: ChangeLog oasis-4.0.ebuild
4 Log:
5 fix for 306061, thanks ABCD for helping me
6 (Portage version: 2.2_rc63/cvs/Linux i686)
7
8 Revision Changes Path
9 1.2 sci-chemistry/oasis/ChangeLog
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-chemistry/oasis/ChangeLog?rev=1.2&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-chemistry/oasis/ChangeLog?rev=1.2&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-chemistry/oasis/ChangeLog?r1=1.1&r2=1.2
14
15 Index: ChangeLog
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/sci-chemistry/oasis/ChangeLog,v
18 retrieving revision 1.1
19 retrieving revision 1.2
20 diff -u -r1.1 -r1.2
21 --- ChangeLog 6 Feb 2010 11:39:53 -0000 1.1
22 +++ ChangeLog 24 Feb 2010 08:23:04 -0000 1.2
23 @@ -1,6 +1,10 @@
24 # ChangeLog for sci-chemistry/oasis
25 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
26 -# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/oasis/ChangeLog,v 1.1 2010/02/06 11:39:53 jlec Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/oasis/ChangeLog,v 1.2 2010/02/24 08:23:04 jlec Exp $
28 +
29 + 24 Feb 2010; Justin Lecher (jlec) <jlec@×××××××××.net> oasis-4.0.ebuild:
30 + fperms -> chmod to use bash globs, fixes 306061
31 + removed circular dependencies
32
33 *oasis-4.0 (06 Feb 2010)
34
35
36
37
38 1.2 sci-chemistry/oasis/oasis-4.0.ebuild
39
40 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-chemistry/oasis/oasis-4.0.ebuild?rev=1.2&view=markup
41 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-chemistry/oasis/oasis-4.0.ebuild?rev=1.2&content-type=text/plain
42 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-chemistry/oasis/oasis-4.0.ebuild?r1=1.1&r2=1.2
43
44 Index: oasis-4.0.ebuild
45 ===================================================================
46 RCS file: /var/cvsroot/gentoo-x86/sci-chemistry/oasis/oasis-4.0.ebuild,v
47 retrieving revision 1.1
48 retrieving revision 1.2
49 diff -u -r1.1 -r1.2
50 --- oasis-4.0.ebuild 6 Feb 2010 11:39:53 -0000 1.1
51 +++ oasis-4.0.ebuild 24 Feb 2010 08:23:04 -0000 1.2
52 @@ -1,8 +1,8 @@
53 # Copyright 1999-2010 Gentoo Foundation
54 # Distributed under the terms of the GNU General Public License v2
55 -# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/oasis/oasis-4.0.ebuild,v 1.1 2010/02/06 11:39:53 jlec Exp $
56 +# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/oasis/oasis-4.0.ebuild,v 1.2 2010/02/24 08:23:04 jlec Exp $
57
58 -EAPI="2"
59 +EAPI="3"
60
61 inherit eutils multilib toolchain-funcs
62
63 @@ -18,15 +18,17 @@
64 IUSE="examples +minimal"
65
66 RDEPEND="
67 + ${RDEPEND}
68 sci-chemistry/ccp4-apps
69 sci-chemistry/pymol
70 - sci-libs/ccp4-libs
71 sci-libs/mmdb
72 sci-visualization/gnuplot
73 !minimal? (
74 - sci-chemistry/solve-resolve-bin
75 - sci-chemistry/arp-warp-bin )"
76 -DEPEND="${RDEPEND}"
77 + sci-chemistry/solve-resolve-bin
78 + sci-chemistry/arp-warp-bin
79 + )"
80 +DEPEND="sci-libs/ccp4-libs"
81 +
82
83 S="${WORKDIR}"/${MY_P}
84
85 @@ -51,7 +53,7 @@
86
87 insinto /usr/$(get_libdir)/${PN}/html
88 doins bin/html/* || die
89 - fperms 755 /usr/$(get_libdir)/${PN}/html/*.{csh,awk} || die
90 + chmod 755 "${ED}"/usr/$(get_libdir)/${PN}/html/*.{csh,awk} || die
91
92 if use examples; then
93 insinto /usr/share/${PN}