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 119D159CA9 for ; Tue, 29 Mar 2016 17:15:49 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id BA29BE087C; Tue, 29 Mar 2016 17:15:47 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 03190E0878 for ; Tue, 29 Mar 2016 17:15:46 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id B92DF340B55 for ; Tue, 29 Mar 2016 17:15:45 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id DD47D865 for ; Tue, 29 Mar 2016 17:15:43 +0000 (UTC) From: "Justin Lecher" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Justin Lecher" Message-ID: <1458031301.b00fbe9179bfac68df8d936fa98a86cb073fbe48.jlec@gentoo> Subject: [gentoo-commits] proj/sci:master commit in: sci-physics/genfit/ X-VCS-Repository: proj/sci X-VCS-Files: sci-physics/genfit/genfit-9999.ebuild X-VCS-Directories: sci-physics/genfit/ X-VCS-Committer: jlec X-VCS-Committer-Name: Justin Lecher X-VCS-Revision: b00fbe9179bfac68df8d936fa98a86cb073fbe48 X-VCS-Branch: master Date: Tue, 29 Mar 2016 17:15:43 +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: e423b84b-f21d-413a-b78d-dec444673c59 X-Archives-Hash: c6f11118581b5d8ed1c50e4f47bf3dfa commit: b00fbe9179bfac68df8d936fa98a86cb073fbe48 Author: Oliver Freyermuth googlemail com> AuthorDate: Tue Mar 15 08:41:41 2016 +0000 Commit: Justin Lecher gentoo org> CommitDate: Tue Mar 15 08:41:41 2016 +0000 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=b00fbe91 sci-physics/genfit: Change live-ebuild to github. Upstream moved current development to github in the last weeks. sci-physics/genfit/genfit-9999.ebuild | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/sci-physics/genfit/genfit-9999.ebuild b/sci-physics/genfit/genfit-9999.ebuild index a449b62..370cbba 100644 --- a/sci-physics/genfit/genfit-9999.ebuild +++ b/sci-physics/genfit/genfit-9999.ebuild @@ -7,9 +7,8 @@ EAPI=5 inherit cmake-utils versionator if [[ ${PV} == *9999* ]]; then - inherit subversion - ESVN_REPO_URI="https://svn.code.sf.net/p/${PN}/code/trunk" - ESVN_PROJECT="${PN}.${PV}" + inherit git-r3 + EGIT_REPO_URI="https://github.com/GenFit/GenFit.git" KEYWORDS="" else # .zip-snapshot can be recreated by visiting