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/pointless: ChangeLog pointless-1.6.4.ebuild
Date: Wed, 31 Aug 2011 09:53:58
Message-Id: 20110831095347.E907B2004C@flycatcher.gentoo.org
1 jlec 11/08/31 09:53:47
2
3 Modified: ChangeLog
4 Added: pointless-1.6.4.ebuild
5 Log:
6 Version Bump
7
8 (Portage version: 2.2.0_alpha51/cvs/Linux x86_64)
9
10 Revision Changes Path
11 1.25 sci-chemistry/pointless/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-chemistry/pointless/ChangeLog?rev=1.25&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-chemistry/pointless/ChangeLog?rev=1.25&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-chemistry/pointless/ChangeLog?r1=1.24&r2=1.25
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/sci-chemistry/pointless/ChangeLog,v
20 retrieving revision 1.24
21 retrieving revision 1.25
22 diff -u -r1.24 -r1.25
23 --- ChangeLog 28 Aug 2011 18:25:39 -0000 1.24
24 +++ ChangeLog 31 Aug 2011 09:53:47 -0000 1.25
25 @@ -1,6 +1,11 @@
26 # ChangeLog for sci-chemistry/pointless
27 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/pointless/ChangeLog,v 1.24 2011/08/28 18:25:39 jlec Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/pointless/ChangeLog,v 1.25 2011/08/31 09:53:47 jlec Exp $
30 +
31 +*pointless-1.6.4 (31 Aug 2011)
32 +
33 + 31 Aug 2011; Justin Lecher <jlec@g.o> +pointless-1.6.4.ebuild:
34 + Version Bump
35
36 28 Aug 2011; Justin Lecher <jlec@g.o> pointless-1.6.2.ebuild:
37 Narrowed dep on ccp4-libs to 6.1.3-r10, #376251
38
39
40
41 1.1 sci-chemistry/pointless/pointless-1.6.4.ebuild
42
43 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-chemistry/pointless/pointless-1.6.4.ebuild?rev=1.1&view=markup
44 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-chemistry/pointless/pointless-1.6.4.ebuild?rev=1.1&content-type=text/plain
45
46 Index: pointless-1.6.4.ebuild
47 ===================================================================
48 # Copyright 1999-2011 Gentoo Foundation
49 # Distributed under the terms of the GNU General Public License v2
50 # $Header: /var/cvsroot/gentoo-x86/sci-chemistry/pointless/pointless-1.6.4.ebuild,v 1.1 2011/08/31 09:53:47 jlec Exp $
51
52 EAPI="3"
53
54 PYTHON_DEPEND="2"
55
56 inherit eutils fortran-2 multilib python toolchain-funcs
57
58 DESCRIPTION="Scores crystallographic Laue and space groups"
59 HOMEPAGE="ftp://ftp.mrc-lmb.cam.ac.uk/pub/pre/pointless.html"
60 SRC_URI="ftp://ftp.mrc-lmb.cam.ac.uk/pub/pre/${P}.tar.gz"
61
62 SLOT="0"
63 LICENSE="ccp4"
64 KEYWORDS="~amd64 ~ppc ~x86 ~amd64-linux ~x86-linux"
65 IUSE=""
66
67 DEPEND="
68 sci-chemistry/ccp4-apps
69 >=sci-libs/ccp4-libs-6.1.3-r10
70 sci-libs/clipper
71 sci-libs/fftw:2.1
72 sci-libs/mmdb
73 >=sci-libs/cctbx-2010.03.29.2334-r3
74 virtual/fortran"
75 RDEPEND="${DEPEND}"
76
77 S="${WORKDIR}"
78
79 pkg_setup() {
80 fortran-2_pkg_setup
81 python_set_active_version 2
82 }
83
84 src_prepare() {
85 epatch "${FILESDIR}"/1.5.1-gcc4.4.patch
86 }
87
88 src_compile() {
89 emake \
90 -f Makefile.make \
91 CC=$(tc-getCC) \
92 CXX=$(tc-getCXX) \
93 CFLAGS="${CFLAGS}" \
94 CXXFLAGS="${CXXFLAGS}" \
95 LFLAGS="${LDFLAGS}" \
96 CLIB="${EPREFIX}/usr/$(get_libdir)" \
97 CCTBX_VERSION=2010 \
98 ICCP4=-I"${EPREFIX}/usr/include/ccp4" \
99 ITBX="-I${EPREFIX}/usr/include" \
100 ICLPR="-I${EPREFIX}/$(python_get_sitedir)/" \
101 LTBX="-L${EPREFIX}/usr/$(get_libdir)/cctbx/cctbx_build/lib -lcctbx" \
102 SLIB="-L${EPREFIX}/usr/$(get_libdir) -lgfortran" \
103 || die
104 }
105
106 src_install() {
107 dobin pointless othercell || die
108 }