jlec        14/05/13 10:25:01

  Modified:             ChangeLog
  Added:                GromacsWrapper-0.3.2.ebuild
  Log:
  sci-chemistry/GromacsWrapper: Version Bump
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
B9D4F231BD1558AB!)

Revision  Changes    Path
1.4                  sci-chemistry/GromacsWrapper/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-chemistry/GromacsWrapper/ChangeLog?rev=1.4&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-chemistry/GromacsWrapper/ChangeLog?rev=1.4&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-chemistry/GromacsWrapper/ChangeLog?r1=1.3&r2=1.4

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-chemistry/GromacsWrapper/ChangeLog,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- ChangeLog   19 Jun 2013 03:50:54 -0000      1.3
+++ ChangeLog   13 May 2014 10:25:00 -0000      1.4
@@ -1,6 +1,11 @@
 # ChangeLog for sci-chemistry/GromacsWrapper
-# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/GromacsWrapper/ChangeLog,v 
1.3 2013/06/19 03:50:54 bicatali Exp $
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/GromacsWrapper/ChangeLog,v 
1.4 2014/05/13 10:25:00 jlec Exp $
+
+*GromacsWrapper-0.3.2 (13 May 2014)
+
+  13 May 2014; Justin Lecher <j...@gentoo.org> +GromacsWrapper-0.3.2.ebuild:
+  Version Bump
 
   19 Jun 2013; Sébastien Fabbro <bicat...@gentoo.org> metadata.xml:
   Changed herd to sci-chemistry



1.1                  sci-chemistry/GromacsWrapper/GromacsWrapper-0.3.2.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-chemistry/GromacsWrapper/GromacsWrapper-0.3.2.ebuild?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-chemistry/GromacsWrapper/GromacsWrapper-0.3.2.ebuild?rev=1.1&content-type=text/plain

Index: GromacsWrapper-0.3.2.ebuild
===================================================================
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/sci-chemistry/GromacsWrapper/GromacsWrapper-0.3.2.ebuild,v
 1.1 2014/05/13 10:25:00 jlec Exp $

EAPI=5

PYTHON_COMPAT=( python2_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="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[${PYTHON_USEDEP}]
        >=dev-python/RecSQL-0.3[${PYTHON_USEDEP}]
        >=sci-libs/scipy-0.9[${PYTHON_USEDEP}]
        "
RDEPEND="${DEPEND}"

PATCHES=(
        "${FILESDIR}/0001-Drop-chmod-hack.patch"
)




Reply via email to