commit: 36d860514a0493f3697f94a8967d44b94464cafc Author: Christoph Junghans <junghans <AT> gentoo <DOT> org> AuthorDate: Sun Jul 5 14:59:54 2020 +0000 Commit: Christoph Junghans <junghans <AT> gentoo <DOT> org> CommitDate: Sun Jul 5 14:59:54 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=36d86051
sci-libs/kim-api: cmake-utils -> cmake Package-Manager: Portage-2.3.99, Repoman-2.3.23 Signed-off-by: Christoph Junghans <junghans <AT> gentoo.org> sci-libs/kim-api/kim-api-2.1.3-r1.ebuild | 18 ++++++++++++++++++ sci-libs/kim-api/metadata.xml | 4 ---- 2 files changed, 18 insertions(+), 4 deletions(-) diff --git a/sci-libs/kim-api/kim-api-2.1.3-r1.ebuild b/sci-libs/kim-api/kim-api-2.1.3-r1.ebuild new file mode 100644 index 00000000000..b1edca4f5a1 --- /dev/null +++ b/sci-libs/kim-api/kim-api-2.1.3-r1.ebuild @@ -0,0 +1,18 @@ +# Copyright 1999-2020 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +inherit cmake fortran-2 + +DESCRIPTION="Application Programming Interface for atomistic simulations" +HOMEPAGE="https://openkim.org" +SRC_URI="https://s3.openkim.org/${PN}/${P}.txz" + +LICENSE="CDDL" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="" + +DEPEND="app-editors/vim-core" +RDEPEND="${DEPEND}" diff --git a/sci-libs/kim-api/metadata.xml b/sci-libs/kim-api/metadata.xml index 903883b48f1..ae9640ffb9f 100644 --- a/sci-libs/kim-api/metadata.xml +++ b/sci-libs/kim-api/metadata.xml @@ -1,10 +1,6 @@ <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> <pkgmetadata> - <maintainer type="person"> - <email>[email protected]</email> - <name>Christoph Junghans</name> - </maintainer> <maintainer type="project"> <email>[email protected]</email> <name>Gentoo Science Project</name>
