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 4C416138247 for ; Mon, 6 Jan 2014 19:27:25 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id CC7C2E0B9A; Mon, 6 Jan 2014 19:27:14 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 62538E0B6C for ; Mon, 6 Jan 2014 19:27:13 +0000 (UTC) Received: from hornbill.gentoo.org (hornbill.gentoo.org [94.100.119.163]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 86B6333F764 for ; Mon, 6 Jan 2014 19:27:12 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id 010B4E55A9 for ; Mon, 6 Jan 2014 19:27:10 +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: <1389035731.3edbf64b13cfcc533632bbdbd5fdd54be40521b4.jlec@gentoo> Subject: [gentoo-commits] proj/sci:master commit in: sci-chemistry/GromacsWrapper/ X-VCS-Repository: proj/sci X-VCS-Files: sci-chemistry/GromacsWrapper/ChangeLog sci-chemistry/GromacsWrapper/GromacsWrapper-9999.ebuild X-VCS-Directories: sci-chemistry/GromacsWrapper/ X-VCS-Committer: jlec X-VCS-Committer-Name: Justin Lecher X-VCS-Revision: 3edbf64b13cfcc533632bbdbd5fdd54be40521b4 X-VCS-Branch: master Date: Mon, 6 Jan 2014 19:27:10 +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: 97985cd3-33d4-49f3-b8c2-3affa92bb178 X-Archives-Hash: f13c93d4087aa64346d943695b1f1b19 commit: 3edbf64b13cfcc533632bbdbd5fdd54be40521b4 Author: Justin Lecher gentoo org> AuthorDate: Mon Jan 6 19:15:31 2014 +0000 Commit: Justin Lecher gentoo org> CommitDate: Mon Jan 6 19:15:31 2014 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=3edbf64b sci-chemistry/GromacsWrapper: Switch from git-2 to git-r3 Package-Manager: portage-2.2.8 --- sci-chemistry/GromacsWrapper/ChangeLog | 5 ++++- sci-chemistry/GromacsWrapper/GromacsWrapper-9999.ebuild | 10 +++++----- 2 files changed, 9 insertions(+), 6 deletions(-) diff --git a/sci-chemistry/GromacsWrapper/ChangeLog b/sci-chemistry/GromacsWrapper/ChangeLog index f8c6e32..7e3d83c 100644 --- a/sci-chemistry/GromacsWrapper/ChangeLog +++ b/sci-chemistry/GromacsWrapper/ChangeLog @@ -1,7 +1,10 @@ # ChangeLog for sci-chemistry/GromacsWrapper -# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 # $Header: $ + 06 Jan 2014; Justin Lecher GromacsWrapper-9999.ebuild: + Switch from git-2 to git-r3 + 26 Mar 2013; Justin Lecher GromacsWrapper-9999.ebuild: Drop py 2.5 support diff --git a/sci-chemistry/GromacsWrapper/GromacsWrapper-9999.ebuild b/sci-chemistry/GromacsWrapper/GromacsWrapper-9999.ebuild index 4d8864d..c510eab 100644 --- a/sci-chemistry/GromacsWrapper/GromacsWrapper-9999.ebuild +++ b/sci-chemistry/GromacsWrapper/GromacsWrapper-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2013 Gentoo Foundation +# Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ @@ -7,7 +7,7 @@ EAPI=5 PYTHON_COMPAT=( python{2_6,2_7} ) if [[ $PV = *9999* ]]; then - scm_eclass=git-2 + scm_eclass=git-r3 EGIT_REPO_URI=" git://github.com/orbeckst/${PN}.git https://github.com/orbeckst/${PN}.git" @@ -30,9 +30,9 @@ SLOT="0" IUSE="" DEPEND=" - >=dev-python/matplotlib-0.91.3[${PYTHON_USEDEP}] - >=dev-python/RecSQL-0.3[${PYTHON_USEDEP}] - >=sci-libs/scipy-0.9[${PYTHON_USEDEP}] + >=dev-python/matplotlib-0.91.3[${PYTHON_USEDEP}] + >=dev-python/RecSQL-0.3[${PYTHON_USEDEP}] + >=sci-libs/scipy-0.9[${PYTHON_USEDEP}] " RDEPEND="${DEPEND}"