From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 275F513838B for ; Tue, 30 Sep 2014 21:37:12 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 597D4E096F; Tue, 30 Sep 2014 21:37:10 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 1AD45E096F for ; Tue, 30 Sep 2014 21:37:10 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 458C833BF4D for ; Tue, 30 Sep 2014 21:37:09 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 9503B69D1 for ; Tue, 30 Sep 2014 21:37:07 +0000 (UTC) From: "Christoph Junghans" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Christoph Junghans" Message-ID: <1412113019.0893ec0c070830fdde9ae0ca1a2faa2a59a7fc24.ottxor@gentoo> Subject: [gentoo-commits] proj/sci:master commit in: dev-cpp/icnc/ X-VCS-Repository: proj/sci X-VCS-Files: dev-cpp/icnc/ChangeLog dev-cpp/icnc/icnc-9999.ebuild X-VCS-Directories: dev-cpp/icnc/ X-VCS-Committer: ottxor X-VCS-Committer-Name: Christoph Junghans X-VCS-Revision: 0893ec0c070830fdde9ae0ca1a2faa2a59a7fc24 X-VCS-Branch: master Date: Tue, 30 Sep 2014 21:37:07 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 08a71884-9986-4bae-8d67-42478772c037 X-Archives-Hash: 16f77373333d43a3515f3678e6ef9dad commit: 0893ec0c070830fdde9ae0ca1a2faa2a59a7fc24 Author: Christoph Junghans gentoo org> AuthorDate: Tue Sep 30 21:36:24 2014 +0000 Commit: Christoph Junghans gentoo org> CommitDate: Tue Sep 30 21:36:59 2014 +0000 URL: http://sources.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=0893ec0c live ebuild update Package-Manager: portage-2.2.8-r2 --- dev-cpp/icnc/ChangeLog | 3 +++ dev-cpp/icnc/icnc-9999.ebuild | 5 ++--- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/dev-cpp/icnc/ChangeLog b/dev-cpp/icnc/ChangeLog index d402c65..60296b9 100644 --- a/dev-cpp/icnc/ChangeLog +++ b/dev-cpp/icnc/ChangeLog @@ -2,6 +2,9 @@ # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 # $Header: $ + 30 Sep 2014; Christoph Junghans icnc-9999.ebuild: + live ebuild update + 25 Sep 2014; Christoph Junghans icnc-9999.ebuild: live ebuild update diff --git a/dev-cpp/icnc/icnc-9999.ebuild b/dev-cpp/icnc/icnc-9999.ebuild index aeee540..b1ffcd5 100644 --- a/dev-cpp/icnc/icnc-9999.ebuild +++ b/dev-cpp/icnc/icnc-9999.ebuild @@ -14,8 +14,7 @@ if [[ $PV = 9999 ]]; then EGIT_REPO_URI="https://github.com/icnc/icnc.git" KEYWORDS= else - #SRC_URI="mirror://sourceforge/${PN}/${PV}/l_cnc_b_${PV}.tgz" - SRC_URI="https://github.com/martine/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" + SRC_URI="https://github.com/${PN}/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" KEYWORDS="~amd64" fi @@ -24,7 +23,7 @@ SLOT="0" IUSE="" DEPEND=" - >=dev-cpp/tbb-4.2[debug] + >=dev-cpp/tbb-4.2 sys-libs/glibc " RDEPEND="${DEPEND}"