Gentoo Archives: gentoo-commits

From: Christoph Junghans <ottxor@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/sci:master commit in: dev-cpp/icnc/
Date: Tue, 30 Sep 2014 21:37:12
Message-Id: 1412113019.0893ec0c070830fdde9ae0ca1a2faa2a59a7fc24.ottxor@gentoo
1 commit: 0893ec0c070830fdde9ae0ca1a2faa2a59a7fc24
2 Author: Christoph Junghans <ottxor <AT> gentoo <DOT> org>
3 AuthorDate: Tue Sep 30 21:36:24 2014 +0000
4 Commit: Christoph Junghans <ottxor <AT> gentoo <DOT> org>
5 CommitDate: Tue Sep 30 21:36:59 2014 +0000
6 URL: http://sources.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=0893ec0c
7
8 live ebuild update
9
10 Package-Manager: portage-2.2.8-r2
11
12 ---
13 dev-cpp/icnc/ChangeLog | 3 +++
14 dev-cpp/icnc/icnc-9999.ebuild | 5 ++---
15 2 files changed, 5 insertions(+), 3 deletions(-)
16
17 diff --git a/dev-cpp/icnc/ChangeLog b/dev-cpp/icnc/ChangeLog
18 index d402c65..60296b9 100644
19 --- a/dev-cpp/icnc/ChangeLog
20 +++ b/dev-cpp/icnc/ChangeLog
21 @@ -2,6 +2,9 @@
22 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
23 # $Header: $
24
25 + 30 Sep 2014; Christoph Junghans <ottxor@g.o> icnc-9999.ebuild:
26 + live ebuild update
27 +
28 25 Sep 2014; Christoph Junghans <ottxor@g.o> icnc-9999.ebuild:
29 live ebuild update
30
31
32 diff --git a/dev-cpp/icnc/icnc-9999.ebuild b/dev-cpp/icnc/icnc-9999.ebuild
33 index aeee540..b1ffcd5 100644
34 --- a/dev-cpp/icnc/icnc-9999.ebuild
35 +++ b/dev-cpp/icnc/icnc-9999.ebuild
36 @@ -14,8 +14,7 @@ if [[ $PV = 9999 ]]; then
37 EGIT_REPO_URI="https://github.com/icnc/icnc.git"
38 KEYWORDS=
39 else
40 - #SRC_URI="mirror://sourceforge/${PN}/${PV}/l_cnc_b_${PV}.tgz"
41 - SRC_URI="https://github.com/martine/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
42 + SRC_URI="https://github.com/${PN}/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
43 KEYWORDS="~amd64"
44 fi
45
46 @@ -24,7 +23,7 @@ SLOT="0"
47 IUSE=""
48
49 DEPEND="
50 - >=dev-cpp/tbb-4.2[debug]
51 + >=dev-cpp/tbb-4.2
52 sys-libs/glibc
53 "
54 RDEPEND="${DEPEND}"