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 23F3E138010 for ; Tue, 26 Mar 2013 15:35:01 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8404AE078D; Tue, 26 Mar 2013 15:35:00 +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 B7563E078B for ; Tue, 26 Mar 2013 15:34:59 +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 4E3E433D74E for ; Tue, 26 Mar 2013 15:34:58 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id DF26BE41E2 for ; Tue, 26 Mar 2013 15:34:56 +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: <1364311099.4bede2b11f9816b86942fb790bbcccfbc345c530.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-0.3.1.ebuild sci-chemistry/GromacsWrapper/metadata.xml X-VCS-Directories: sci-chemistry/GromacsWrapper/ X-VCS-Committer: jlec X-VCS-Committer-Name: Justin Lecher X-VCS-Revision: 4bede2b11f9816b86942fb790bbcccfbc345c530 X-VCS-Branch: master Date: Tue, 26 Mar 2013 15:34:56 +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: 3270ef25-7021-4cf3-8c36-7a2daa4a1f7b X-Archives-Hash: 2d221b0d17d6fa2e88b32c52d9d73235 commit: 4bede2b11f9816b86942fb790bbcccfbc345c530 Author: Justin Lecher gentoo org> AuthorDate: Tue Mar 26 15:18:19 2013 +0000 Commit: Justin Lecher gentoo org> CommitDate: Tue Mar 26 15:18:19 2013 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=4bede2b1 sci-chemistry/GromacsWrapper: Drop in tree version Package-Manager: portage-2.2.0_alpha169 --- sci-chemistry/GromacsWrapper/ChangeLog | 4 ++ .../GromacsWrapper/GromacsWrapper-0.3.1.ebuild | 40 -------------------- sci-chemistry/GromacsWrapper/metadata.xml | 10 ++-- 3 files changed, 9 insertions(+), 45 deletions(-) diff --git a/sci-chemistry/GromacsWrapper/ChangeLog b/sci-chemistry/GromacsWrapper/ChangeLog index 48c310a..936d16c 100644 --- a/sci-chemistry/GromacsWrapper/ChangeLog +++ b/sci-chemistry/GromacsWrapper/ChangeLog @@ -2,6 +2,10 @@ # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 # $Header: $ + 26 Mar 2013; Justin Lecher -GromacsWrapper-0.3.1.ebuild, + metadata.xml: + Drop in tree version + 23 Mar 2013; Alexey Shvetsov +files/0001-Drop-chmod-hack.patch, GromacsWrapper-0.3.1.ebuild, GromacsWrapper-9999.ebuild: diff --git a/sci-chemistry/GromacsWrapper/GromacsWrapper-0.3.1.ebuild b/sci-chemistry/GromacsWrapper/GromacsWrapper-0.3.1.ebuild deleted file mode 100644 index dd94e8c..0000000 --- a/sci-chemistry/GromacsWrapper/GromacsWrapper-0.3.1.ebuild +++ /dev/null @@ -1,40 +0,0 @@ -# Copyright 1999-2013 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: $ - -EAPI=5 - -PYTHON_COMPAT=( python{2_5,2_6,2_7} ) - -if [[ $PV = *9999* ]]; then - scm_eclass=git-2 - EGIT_REPO_URI=" - git://github.com/orbeckst/${PN}.git - https://github.com/orbeckst/${PN}.git" - EGIT_BRANCH="develop" - SRC_URI="" - KEYWORDS="" -else - scm_eclass=vcs-snapshot - SRC_URI="https://github.com/orbeckst/${PN}/archive/release-${PV}.tar.gz -> ${P}.tar.gz" - KEYWORDS="~amd64 ~x86" -fi - -inherit eutils distutils-r1 ${scm_eclass} - -DESCRIPTION="GromacsWrapper - a python framework for Gromacs" -HOMEPAGE="http://orbeckst.github.com/GromacsWrapper/" -LICENSE="GPL-3 LGPL-3" -SLOT="0" -IUSE="" - -DEPEND=" - >=dev-python/matplotlib-0.91.3 - >=dev-python/RecSQL-0.3 - >=sci-libs/scipy-0.9 - " -RDEPEND="${DEPEND}" - -PATCHES=( - "${FILESDIR}/0001-Drop-chmod-hack.patch" -) diff --git a/sci-chemistry/GromacsWrapper/metadata.xml b/sci-chemistry/GromacsWrapper/metadata.xml index fe31728..098ac09 100644 --- a/sci-chemistry/GromacsWrapper/metadata.xml +++ b/sci-chemistry/GromacsWrapper/metadata.xml @@ -1,9 +1,9 @@ - sci - - alexxy@gentoo.org - Alexey Shvetsov - + sci + + alexxy@gentoo.org + Alexey Shvetsov +