Gentoo Archives: gentoo-commits

From: Justin Lecher <jlec@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/sci:ccp4 commit in: sci-chemistry/pointless/
Date: Sat, 01 Jun 2013 17:24:44
Message-Id: 1370105869.2f5760d09a801fdec0bfe3d6c61a979b52e6d185.jlec@gentoo
1 commit: 2f5760d09a801fdec0bfe3d6c61a979b52e6d185
2 Author: Justin Lecher <jlec <AT> gentoo <DOT> org>
3 AuthorDate: Sat Jun 1 16:57:49 2013 +0000
4 Commit: Justin Lecher <jlec <AT> gentoo <DOT> org>
5 CommitDate: Sat Jun 1 16:57:49 2013 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=2f5760d0
7
8 sci-chemistry/pointless: Use tc-getPKG_CONFIG
9
10 Package-Manager: portage-2.2.0_alpha177
11
12 ---
13 sci-chemistry/pointless/ChangeLog | 3 +++
14 sci-chemistry/pointless/pointless-1.8.2.ebuild | 12 ++++++------
15 2 files changed, 9 insertions(+), 6 deletions(-)
16
17 diff --git a/sci-chemistry/pointless/ChangeLog b/sci-chemistry/pointless/ChangeLog
18 index 0f78ea0..d80d30f 100644
19 --- a/sci-chemistry/pointless/ChangeLog
20 +++ b/sci-chemistry/pointless/ChangeLog
21 @@ -2,6 +2,9 @@
22 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
23 # $Header: /var/cvsroot/gentoo-x86/sci-chemistry/pointless/ChangeLog,v 1.34 2012/10/19 15:19:34 jlec Exp $
24
25 + 01 Jun 2013; Justin Lecher <jlec@g.o> pointless-1.8.2.ebuild:
26 + Use tc-getPKG_CONFIG
27 +
28 *pointless-1.8.2 (01 Jun 2013)
29
30 01 Jun 2013; Justin Lecher <jlec@g.o> +pointless-1.8.2.ebuild,
31
32 diff --git a/sci-chemistry/pointless/pointless-1.8.2.ebuild b/sci-chemistry/pointless/pointless-1.8.2.ebuild
33 index 814b28d..f255930 100644
34 --- a/sci-chemistry/pointless/pointless-1.8.2.ebuild
35 +++ b/sci-chemistry/pointless/pointless-1.8.2.ebuild
36 @@ -37,12 +37,12 @@ src_compile() {
37 LFLAGS="${LDFLAGS}" \
38 CLIB="${EPREFIX}/usr/$(get_libdir)" \
39 CCTBX_VERSION=2013 \
40 - ICCP4="$(pkg-config --cflags libccp4c libccp4f mmdb)" \
41 - ICLPR="$(pkg-config --cflags clipper)" \
42 - ITBX="$(pkg-config --cflags cctbx)" \
43 - LCCP4="$(pkg-config --libs libccp4c libccp4f mmdb)"\
44 - LCLPR="$(pkg-config --libs clipper)" \
45 - LTBX="$(pkg-config --libs cctbx)" \
46 + ICCP4="$(tc-getPKG_CONFIG --cflags libccp4c libccp4f mmdb)" \
47 + ICLPR="$(tc-getPKG_CONFIG --cflags clipper)" \
48 + ITBX="$(tc-getPKG_CONFIG --cflags cctbx)" \
49 + LCCP4="$(tc-getPKG_CONFIG --libs libccp4c libccp4f mmdb)"\
50 + LCLPR="$(tc-getPKG_CONFIG --libs clipper)" \
51 + LTBX="$(tc-getPKG_CONFIG --libs cctbx)" \
52 SLIB=""
53 }