diff options
author | Christoph Junghans <junghans@gentoo.org> | 2020-07-05 08:59:54 -0600 |
---|---|---|
committer | Christoph Junghans <junghans@gentoo.org> | 2020-07-05 08:59:54 -0600 |
commit | 36d860514a0493f3697f94a8967d44b94464cafc (patch) | |
tree | a7a768009c5d96d407302645d98c54da2bb411be /sci-libs/kim-api | |
parent | x11-misc/zim: Old (diff) | |
download | gentoo-36d860514a0493f3697f94a8967d44b94464cafc.tar.gz gentoo-36d860514a0493f3697f94a8967d44b94464cafc.tar.bz2 gentoo-36d860514a0493f3697f94a8967d44b94464cafc.zip |
sci-libs/kim-api: cmake-utils -> cmake
Package-Manager: Portage-2.3.99, Repoman-2.3.23
Signed-off-by: Christoph Junghans <junghans@gentoo.org>
Diffstat (limited to 'sci-libs/kim-api')
-rw-r--r-- | sci-libs/kim-api/kim-api-2.1.3-r1.ebuild | 18 | ||||
-rw-r--r-- | 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 000000000000..b1edca4f5a16 --- /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 903883b48f16..ae9640ffb9f1 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>junghans@gentoo.org</email> - <name>Christoph Junghans</name> - </maintainer> <maintainer type="project"> <email>sci@gentoo.org</email> <name>Gentoo Science Project</name> |