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