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