commit: 0dc80980e6ce9efbe9c9d8610c9ce2be11d80819 Author: Justin Lecher <jlec <AT> gentoo <DOT> org> AuthorDate: Sun Mar 8 18:08:47 2015 +0000 Commit: Justin Lecher <jlec <AT> gentoo <DOT> org> CommitDate: Sun Mar 8 18:08:47 2015 +0000 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=0dc80980
fix SLOT operator; drop KEYWORDS as deps are missing Package-Manager: portage-2.2.17 RepoMan-Options: --force sci-chemistry/mdsctk/ChangeLog | 6 +++++- sci-chemistry/mdsctk/mdsctk-1.2.0.ebuild | 6 +++--- sci-chemistry/mdsctk/metadata.xml | 16 ++++++++-------- 3 files changed, 16 insertions(+), 12 deletions(-) diff --git a/sci-chemistry/mdsctk/ChangeLog b/sci-chemistry/mdsctk/ChangeLog index 7fd81d3..d90a33d 100644 --- a/sci-chemistry/mdsctk/ChangeLog +++ b/sci-chemistry/mdsctk/ChangeLog @@ -1,7 +1,11 @@ # ChangeLog for sci-chemistry/mdsctk -# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 # $Header: $ + 08 Mar 2015; Justin Lecher <[email protected]> mdsctk-1.2.0.ebuild, + metadata.xml: + fix SLOT operator; drop KEYWORDS as deps are missing + 14 Dec 2013; Christoph Junghans <[email protected]> mdsctk-1.2.0.ebuild: fixed install diff --git a/sci-chemistry/mdsctk/mdsctk-1.2.0.ebuild b/sci-chemistry/mdsctk/mdsctk-1.2.0.ebuild index 8af615e..5bb8046 100644 --- a/sci-chemistry/mdsctk/mdsctk-1.2.0.ebuild +++ b/sci-chemistry/mdsctk/mdsctk-1.2.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ @@ -12,13 +12,13 @@ SRC_URI="https://github.com/douradopalmares/${PN}/archive/${PV}.tar.gz -> ${P}.t LICENSE="GPL-2" SLOT="0" -KEYWORDS="~amd64 ~amd64-linux" +KEYWORDS="" IUSE="examples R" DEPEND=" =sci-chemistry/gromacs-4.6*:= sci-libs/gsl - sys-libs/db[cxx] + sys-libs/db:=[cxx] virtual/blas virtual/lapack sci-libs/arpack diff --git a/sci-chemistry/mdsctk/metadata.xml b/sci-chemistry/mdsctk/metadata.xml index 3909537..a60809e 100644 --- a/sci-chemistry/mdsctk/metadata.xml +++ b/sci-chemistry/mdsctk/metadata.xml @@ -1,12 +1,12 @@ <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> <pkgmetadata> - <herd>sci-chemistry</herd> - <maintainer> - <email>[email protected]</email> - <name>Christoph Junghans</name> - </maintainer> - <use> - <flag name="R">Install <pkg>dev-lang/R</pkg> scripts as well</flag> - </use> + <herd>sci-chemistry</herd> + <maintainer> + <email>[email protected]</email> + <name>Christoph Junghans</name> + </maintainer> + <use> + <flag name="R">Install <pkg>dev-lang/R</pkg> scripts as well</flag> + </use> </pkgmetadata>
