Gentoo Archives: gentoo-commits

From: Michael Weber <xmw@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] dev/xmw:master commit in: dev-python/PyCLP/
Date: Tue, 08 Jul 2014 19:17:56
Message-Id: 1404847029.b88e691072343c72fb505b604c6ea56693f4997d.xmw@gentoo
1 commit: b88e691072343c72fb505b604c6ea56693f4997d
2 Author: Michael Weber <michael <AT> xmw <DOT> de>
3 AuthorDate: Tue Jul 8 19:17:09 2014 +0000
4 Commit: Michael Weber <xmw <AT> gentoo <DOT> org>
5 CommitDate: Tue Jul 8 19:17:09 2014 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=dev/xmw.git;a=commit;h=b88e6910
7
8 Revbump for eclipse-clp rename
9
10 Package-Manager: portage-2.2.10
11 Manifest-Sign-Key:
12
13 ---
14 dev-python/PyCLP/ChangeLog | 3 +++
15 dev-python/PyCLP/PyCLP-0.8-r1.ebuild | 4 ++--
16 2 files changed, 5 insertions(+), 2 deletions(-)
17
18 diff --git a/dev-python/PyCLP/ChangeLog b/dev-python/PyCLP/ChangeLog
19 index f6edabe..8497a72 100644
20 --- a/dev-python/PyCLP/ChangeLog
21 +++ b/dev-python/PyCLP/ChangeLog
22 @@ -1,3 +1,6 @@
23 + 08 Jul 2014; Michael Weber <xmw@g.o> PyCLP-0.8-r1.ebuild:
24 + Revbump for eclipse-clp rename
25 +
26 *PyCLP-0.8-r1 (08 Jul 2014)
27
28 08 Jul 2014; Michael Weber <xmw@g.o> +PyCLP-0.8-r1.ebuild,
29
30 diff --git a/dev-python/PyCLP/PyCLP-0.8-r1.ebuild b/dev-python/PyCLP/PyCLP-0.8-r1.ebuild
31 index b0722f5..5961db2 100644
32 --- a/dev-python/PyCLP/PyCLP-0.8-r1.ebuild
33 +++ b/dev-python/PyCLP/PyCLP-0.8-r1.ebuild
34 @@ -20,6 +20,6 @@ RDEPEND="dev-util/eclipse-clp"
35 DEPEND="${RDEPEND}"
36
37 pkg_setup() {
38 - export ECLIPSEDIR=${EROOT}opt/eclipse-cpl
39 - export LD_RUN_PATH=${EROOT}opt/eclipse-cpl/lib/x86_64_linux
40 + export ECLIPSEDIR=${EROOT}opt/eclipse-clp
41 + export LD_RUN_PATH=${EROOT}opt/eclipse-clp/lib/x86_64_linux
42 }