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 57BBD138CBF for ; Mon, 16 Mar 2015 17:42:40 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id BC9CAE09CB; Mon, 16 Mar 2015 17:42:39 +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 57F5AE09CB for ; Mon, 16 Mar 2015 17:42:39 +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 D91FB340983 for ; Mon, 16 Mar 2015 17:42:37 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 855AA13E03 for ; Mon, 16 Mar 2015 17:42:34 +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: <1426527683.03fdce6b3673e0adb39d0186c680dc8e388f5033.ottxor@gentoo> Subject: [gentoo-commits] proj/sci:master commit in: sci-physics/espresso/ X-VCS-Repository: proj/sci X-VCS-Files: sci-physics/espresso/ChangeLog sci-physics/espresso/espresso-9999.ebuild X-VCS-Directories: sci-physics/espresso/ X-VCS-Committer: ottxor X-VCS-Committer-Name: Christoph Junghans X-VCS-Revision: 03fdce6b3673e0adb39d0186c680dc8e388f5033 X-VCS-Branch: master Date: Mon, 16 Mar 2015 17:42:34 +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: 9f2c3fe2-5dd6-42e9-949f-ef26bfc56509 X-Archives-Hash: c4b3ebc11951d569d24bf8156a007e12 commit: 03fdce6b3673e0adb39d0186c680dc8e388f5033 Author: Christoph Junghans gentoo org> AuthorDate: Mon Mar 16 17:41:23 2015 +0000 Commit: Christoph Junghans gentoo org> CommitDate: Mon Mar 16 17:41:23 2015 +0000 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=03fdce6b update git location Package-Manager: portage-2.2.14 sci-physics/espresso/ChangeLog | 5 ++++- sci-physics/espresso/espresso-9999.ebuild | 4 ++-- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/sci-physics/espresso/ChangeLog b/sci-physics/espresso/ChangeLog index 39f0e5a..23a6056 100644 --- a/sci-physics/espresso/ChangeLog +++ b/sci-physics/espresso/ChangeLog @@ -1,7 +1,10 @@ # ChangeLog for sci-physics/espresso -# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 # $Header: $ + 16 Mar 2015; Christoph Junghans espresso-9999.ebuild: + update git location + 26 Dec 2014; Christoph Junghans espresso-9999.ebuild: fixed homepage and deps diff --git a/sci-physics/espresso/espresso-9999.ebuild b/sci-physics/espresso/espresso-9999.ebuild index 149a662..01859b6 100644 --- a/sci-physics/espresso/espresso-9999.ebuild +++ b/sci-physics/espresso/espresso-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/sci-physics/espresso/espresso-3.3.0.ebuild,v 1.1 2014/08/11 21:33:08 ottxor Exp $ @@ -12,7 +12,7 @@ DESCRIPTION="Extensible Simulation Package for Research on Soft matter" HOMEPAGE="http://espressomd.org" if [[ ${PV} = 9999 ]]; then - EGIT_REPO_URI="git://git.savannah.nongnu.org/espressomd.git" + EGIT_REPO_URI="git://github.com/espressomd/espresso.git https://github.com/espressomd/espresso.git" EGIT_BRANCH="master" AUTOTOOLS_AUTORECONF=1 inherit git-r3