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 9E91D138010 for ; Tue, 26 Mar 2013 15:35:02 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 5A709E07A0; Tue, 26 Mar 2013 15:35:01 +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 F3E7CE07A0 for ; Tue, 26 Mar 2013 15:35:00 +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 1200033D806 for ; Tue, 26 Mar 2013 15:35:00 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id 56D69E42E2 for ; Tue, 26 Mar 2013 15:34:57 +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: <1364312081.7039cd6112534f7ba3a4ab0aaa1ecf25d2caa8cb.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: 7039cd6112534f7ba3a4ab0aaa1ecf25d2caa8cb X-VCS-Branch: master Date: Tue, 26 Mar 2013 15:34:57 +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: 338260d5-180f-4882-bc77-fcbefc654a79 X-Archives-Hash: 283ad1178888a54e3cfdb9b506aad1ae commit: 7039cd6112534f7ba3a4ab0aaa1ecf25d2caa8cb Author: Justin Lecher gentoo org> AuthorDate: Tue Mar 26 15:34:41 2013 +0000 Commit: Justin Lecher gentoo org> CommitDate: Tue Mar 26 15:34:41 2013 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=7039cd61 sci-chemistry/GromacsWrapper: Drop py 2.5 support Package-Manager: portage-2.2.0_alpha169 --- sci-chemistry/GromacsWrapper/ChangeLog | 3 +++ .../GromacsWrapper/GromacsWrapper-9999.ebuild | 2 +- 2 files changed, 4 insertions(+), 1 deletions(-) diff --git a/sci-chemistry/GromacsWrapper/ChangeLog b/sci-chemistry/GromacsWrapper/ChangeLog index 66bf923..f8c6e32 100644 --- a/sci-chemistry/GromacsWrapper/ChangeLog +++ b/sci-chemistry/GromacsWrapper/ChangeLog @@ -3,6 +3,9 @@ # $Header: $ 26 Mar 2013; Justin Lecher GromacsWrapper-9999.ebuild: + Drop py 2.5 support + + 26 Mar 2013; Justin Lecher GromacsWrapper-9999.ebuild: Enhance python r1 eclass usage 26 Mar 2013; Justin Lecher -GromacsWrapper-0.3.1.ebuild, diff --git a/sci-chemistry/GromacsWrapper/GromacsWrapper-9999.ebuild b/sci-chemistry/GromacsWrapper/GromacsWrapper-9999.ebuild index 9f4c3e9..4d8864d 100644 --- a/sci-chemistry/GromacsWrapper/GromacsWrapper-9999.ebuild +++ b/sci-chemistry/GromacsWrapper/GromacsWrapper-9999.ebuild @@ -4,7 +4,7 @@ EAPI=5 -PYTHON_COMPAT=( python{2_5,2_6,2_7} ) +PYTHON_COMPAT=( python{2_6,2_7} ) if [[ $PV = *9999* ]]; then scm_eclass=git-2