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: metadata.xml ChangeLog pointless-1.4.8.ebuild
Date: Sat, 06 Feb 2010 22:28:28
Message-Id: E1Ndt8Z-0004Gm-Rv@stork.gentoo.org
1 jlec 10/02/06 22:28:23
2
3 Added: metadata.xml ChangeLog pointless-1.4.8.ebuild
4 Log:
5 Splitted pointless from ccp4
6 (Portage version: 2.2_rc62/cvs/Linux x86_64)
7
8 Revision Changes Path
9 1.1 sci-chemistry/pointless/metadata.xml
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-chemistry/pointless/metadata.xml?rev=1.1&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-chemistry/pointless/metadata.xml?rev=1.1&content-type=text/plain
13
14 Index: metadata.xml
15 ===================================================================
16 <?xml version="1.0" encoding="UTF-8"?>
17 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
18 <pkgmetadata>
19 <herd>sci</herd>
20 <maintainer>
21 <email>jlec@g.o</email>
22 </maintainer>
23 </pkgmetadata>
24
25
26
27 1.1 sci-chemistry/pointless/ChangeLog
28
29 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-chemistry/pointless/ChangeLog?rev=1.1&view=markup
30 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-chemistry/pointless/ChangeLog?rev=1.1&content-type=text/plain
31
32 Index: ChangeLog
33 ===================================================================
34 # ChangeLog for sci-chemistry/pointless
35 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
36 # $Header: /var/cvsroot/gentoo-x86/sci-chemistry/pointless/ChangeLog,v 1.1 2010/02/06 22:28:23 jlec Exp $
37
38 *pointless-1.4.8 (06 Feb 2010)
39
40 06 Feb 2010; Justin Lecher (jlec) <jlec@g.o>
41 +pointless-1.4.8.ebuild, +metadata.xml:
42 Splitted pointless from ccp4
43
44
45
46
47 1.1 sci-chemistry/pointless/pointless-1.4.8.ebuild
48
49 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-chemistry/pointless/pointless-1.4.8.ebuild?rev=1.1&view=markup
50 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-chemistry/pointless/pointless-1.4.8.ebuild?rev=1.1&content-type=text/plain
51
52 Index: pointless-1.4.8.ebuild
53 ===================================================================
54 # Copyright 1999-2010 Gentoo Foundation
55 # Distributed under the terms of the GNU General Public License v2
56 # $Header: /var/cvsroot/gentoo-x86/sci-chemistry/pointless/pointless-1.4.8.ebuild,v 1.1 2010/02/06 22:28:23 jlec Exp $
57
58 inherit toolchain-funcs multilib
59
60 DESCRIPTION="Scores crystallographic Laue and space groups"
61 HOMEPAGE="ftp://ftp.mrc-lmb.cam.ac.uk/pub/pre/pointless.html"
62 SRC_URI="ftp://ftp.mrc-lmb.cam.ac.uk/pub/pre/${P}.tar.gz"
63
64 SLOT="0"
65 LICENSE="ccp4"
66 KEYWORDS="~amd64 ~x86"
67 IUSE="test"
68
69 RDEPEND="
70 sci-chemistry/ccp4-apps
71 >=sci-libs/ccp4-libs-6.1.3
72 sci-libs/cctbx"
73 DEPEND="${RDEPEND}"
74
75 S="${WORKDIR}"
76
77 src_compile() {
78 emake \
79 -f Makefile.make \
80 CC=$(tc-getCC) \
81 CXX=$(tc-getCXX) \
82 CFLAGS="${CFLAGS}" \
83 CXXFLAGS="${CXXFLAGS}" \
84 LFLAGS="${LDFLAGS}" \
85 CLIB="${EPREFIX}/usr/$(get_libdir)" \
86 CCTBX_sources="${EPREFIX}"/usr/$(get_libdir)/cctbx/cctbx_sources \
87 CCTBX_VERSION=2009 \
88 ICCP4=-I"${EPREFIX}"/usr/include/ccp4 \
89 ICLPR="-I${EPREFIX}/usr/include -I${EPREFIX}/usr/$(get_libdir)/cctbx/cctbx_sources -I${EPREFIX}/usr/$(get_libdir)/cctbx/cctbx_build/include" \
90 LTBX="-L${EPREFIX}/usr/$(get_libdir)/cctbx/cctbx_build/lib -lcctbx" \
91 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" \
92 || die
93 }
94
95 src_install() {
96 dobin pointless othercell || die
97 }