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 5E5311380DC for ; Wed, 5 Feb 2014 12:02:55 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E46E6E0B56; Wed, 5 Feb 2014 12:02:54 +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 68ADDE0B55 for ; Wed, 5 Feb 2014 12:02:54 +0000 (UTC) Received: from spoonbill.gentoo.org (spoonbill.gentoo.org [81.93.255.5]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 94EB433F8FF for ; Wed, 5 Feb 2014 12:02:53 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by spoonbill.gentoo.org (Postfix) with ESMTP id 9C3A518278 for ; Wed, 5 Feb 2014 12:02:51 +0000 (UTC) From: "Alexey Shvetsov" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Alexey Shvetsov" Message-ID: <1391601884.13087fa51659f80616b2be37ba352856535ee402.alexxy@gentoo> Subject: [gentoo-commits] proj/sci:master commit in: sci-chemistry/gromacs/ X-VCS-Repository: proj/sci X-VCS-Files: sci-chemistry/gromacs/ChangeLog sci-chemistry/gromacs/gromacs-9999.ebuild X-VCS-Directories: sci-chemistry/gromacs/ X-VCS-Committer: alexxy X-VCS-Committer-Name: Alexey Shvetsov X-VCS-Revision: 13087fa51659f80616b2be37ba352856535ee402 X-VCS-Branch: master Date: Wed, 5 Feb 2014 12:02:51 +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: 20e4e4f2-a2f9-4b2e-9376-2b78ad0d0082 X-Archives-Hash: cb62fa1a4e6f12621e9147fd54f99f89 commit: 13087fa51659f80616b2be37ba352856535ee402 Author: Alexey Shvetsov gentoo org> AuthorDate: Wed Feb 5 12:04:44 2014 +0000 Commit: Alexey Shvetsov gentoo org> CommitDate: Wed Feb 5 12:04:44 2014 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=13087fa5 Revert back to git-2 since git-r2 gives problems Package-Manager: portage-2.2.8-r1 --- sci-chemistry/gromacs/ChangeLog | 3 +++ sci-chemistry/gromacs/gromacs-9999.ebuild | 6 +++--- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/sci-chemistry/gromacs/ChangeLog b/sci-chemistry/gromacs/ChangeLog index 9176712..ed2b685 100644 --- a/sci-chemistry/gromacs/ChangeLog +++ b/sci-chemistry/gromacs/ChangeLog @@ -2,6 +2,9 @@ # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 # $Header: $ + 05 Feb 2014; Alexey Shvetsov gromacs-9999.ebuild: + Revert back to git-2 since git-r2 gives problems + 25 Jan 2014; Justin Lecher gromacs-4.6.9999.ebuild, gromacs-5.0_beta1.ebuild, gromacs-9999.ebuild: Add missing dep for USE=doc diff --git a/sci-chemistry/gromacs/gromacs-9999.ebuild b/sci-chemistry/gromacs/gromacs-9999.ebuild index e0c2d4a..cc7ac90 100644 --- a/sci-chemistry/gromacs/gromacs-9999.ebuild +++ b/sci-chemistry/gromacs/gromacs-9999.ebuild @@ -16,7 +16,7 @@ if [[ $PV = *9999* ]]; then git://github.com/gromacs/gromacs.git http://repo.or.cz/r/gromacs.git" EGIT_BRANCH="master" - inherit git-r3 + inherit git-2 else SRC_URI="ftp://ftp.gromacs.org/pub/${PN}/${PN}-${PV/_/-}.tar.gz test? ( http://${PN}.googlecode.com/files/regressiontests-${TEST_PV}.tar.gz )" @@ -80,12 +80,12 @@ src_unpack() { if [[ ${PV} != *9999 ]]; then default else - git-r3_src_unpack + git-2_src_unpack if use test; then EGIT_REPO_URI="git://git.gromacs.org/regressiontests.git" \ EGIT_BRANCH="master" EGIT_NOUNPACK="yes" EGIT_COMMIT="master" \ EGIT_SOURCEDIR="${WORKDIR}/regressiontests"\ - git-r3_src_unpack + git-2_src_unpack fi fi }