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.4.9.ebuild
Date: Fri, 26 Feb 2010 08:08:21
Message-Id: E1NkvF9-0000zv-UT@stork.gentoo.org
1 jlec 10/02/26 08:08:15
2
3 Modified: ChangeLog
4 Added: pointless-1.4.9.ebuild
5 Log:
6 Version bump
7 (Portage version: 2.2_rc63/cvs/Linux i686)
8
9 Revision Changes Path
10 1.2 sci-chemistry/pointless/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-chemistry/pointless/ChangeLog?rev=1.2&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-chemistry/pointless/ChangeLog?rev=1.2&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-chemistry/pointless/ChangeLog?r1=1.1&r2=1.2
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/sci-chemistry/pointless/ChangeLog,v
19 retrieving revision 1.1
20 retrieving revision 1.2
21 diff -u -r1.1 -r1.2
22 --- ChangeLog 6 Feb 2010 22:28:23 -0000 1.1
23 +++ ChangeLog 26 Feb 2010 08:08:15 -0000 1.2
24 @@ -1,6 +1,12 @@
25 # ChangeLog for sci-chemistry/pointless
26 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/pointless/ChangeLog,v 1.1 2010/02/06 22:28:23 jlec Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/pointless/ChangeLog,v 1.2 2010/02/26 08:08:15 jlec Exp $
29 +
30 +*pointless-1.4.9 (26 Feb 2010)
31 +
32 + 26 Feb 2010; Justin Lecher (jlec) <jlec@×××××××××.net>
33 + +pointless-1.4.9.ebuild:
34 + Version Bump
35
36 *pointless-1.4.8 (06 Feb 2010)
37
38
39
40
41 1.1 sci-chemistry/pointless/pointless-1.4.9.ebuild
42
43 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-chemistry/pointless/pointless-1.4.9.ebuild?rev=1.1&view=markup
44 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-chemistry/pointless/pointless-1.4.9.ebuild?rev=1.1&content-type=text/plain
45
46 Index: pointless-1.4.9.ebuild
47 ===================================================================
48 # Copyright 1999-2010 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.4.9.ebuild,v 1.1 2010/02/26 08:08:15 jlec Exp $
51
52 inherit toolchain-funcs multilib
53
54 DESCRIPTION="Scores crystallographic Laue and space groups"
55 HOMEPAGE="ftp://ftp.mrc-lmb.cam.ac.uk/pub/pre/pointless.html"
56 SRC_URI="ftp://ftp.mrc-lmb.cam.ac.uk/pub/pre/${P}.tar.gz"
57
58 SLOT="0"
59 LICENSE="ccp4"
60 KEYWORDS="~amd64 ~x86"
61 IUSE="test"
62
63 RDEPEND="
64 sci-chemistry/ccp4-apps
65 >=sci-libs/ccp4-libs-6.1.3
66 sci-libs/cctbx"
67 DEPEND="${RDEPEND}"
68
69 S="${WORKDIR}"
70
71 src_compile() {
72 emake \
73 -f Makefile.make \
74 CC=$(tc-getCC) \
75 CXX=$(tc-getCXX) \
76 CFLAGS="${CFLAGS}" \
77 CXXFLAGS="${CXXFLAGS}" \
78 LFLAGS="${LDFLAGS}" \
79 CLIB="${EPREFIX}/usr/$(get_libdir)" \
80 CCTBX_sources="${EPREFIX}"/usr/$(get_libdir)/cctbx/cctbx_sources \
81 CCTBX_VERSION=2009 \
82 ICCP4=-I"${EPREFIX}"/usr/include/ccp4 \
83 ICLPR="-I${EPREFIX}/usr/include -I${EPREFIX}/usr/$(get_libdir)/cctbx/cctbx_sources -I${EPREFIX}/usr/$(get_libdir)/cctbx/cctbx_build/include" \
84 LTBX="-L${EPREFIX}/usr/$(get_libdir)/cctbx/cctbx_build/lib -lcctbx" \
85 LCCP4="$(gcc-config -L | awk -F: '{for(i=1; i<=NF; i++) printf " -L%s", $i}') -L${EPREFIX}/usr/$(get_libdir) -lgfortran -lgfortranbegin -lccp4c -lccp4f -lm" \
86 || die
87 }
88
89 src_install() {
90 dobin pointless othercell || die
91 }