From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 5FEA4139694 for ; Mon, 17 Jul 2017 01:26:40 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id DBC88E0E1A; Mon, 17 Jul 2017 01:26:38 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id AA05CE0E1A for ; Mon, 17 Jul 2017 01:26:38 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 67E44341B23 for ; Mon, 17 Jul 2017 01:26:37 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D797574AB for ; Mon, 17 Jul 2017 01:26:35 +0000 (UTC) From: "Christoph Junghans" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Christoph Junghans" Message-ID: <1500254788.ee47ca662f9f8b933c076629869d95b2b490f931.junghans@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sci-libs/kim-api/ X-VCS-Repository: repo/gentoo X-VCS-Files: sci-libs/kim-api/Manifest sci-libs/kim-api/kim-api-1.8.2.ebuild sci-libs/kim-api/metadata.xml X-VCS-Directories: sci-libs/kim-api/ X-VCS-Committer: junghans X-VCS-Committer-Name: Christoph Junghans X-VCS-Revision: ee47ca662f9f8b933c076629869d95b2b490f931 X-VCS-Branch: master Date: Mon, 17 Jul 2017 01:26:35 +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: 4033f012-7d4d-43e2-96f9-a4865212069c X-Archives-Hash: 6a85189e8806880a107559d15aaced5b commit: ee47ca662f9f8b933c076629869d95b2b490f931 Author: Christoph Junghans gentoo org> AuthorDate: Mon Jul 17 01:26:02 2017 +0000 Commit: Christoph Junghans gentoo org> CommitDate: Mon Jul 17 01:26:28 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ee47ca66 sci-libs/kim-api: initial commit Package-Manager: Portage-2.3.6, Repoman-2.3.1 sci-libs/kim-api/Manifest | 1 + sci-libs/kim-api/kim-api-1.8.2.ebuild | 32 ++++++++++++++++++++++++++++++++ sci-libs/kim-api/metadata.xml | 12 ++++++++++++ 3 files changed, 45 insertions(+) diff --git a/sci-libs/kim-api/Manifest b/sci-libs/kim-api/Manifest new file mode 100644 index 00000000000..d530340b6c4 --- /dev/null +++ b/sci-libs/kim-api/Manifest @@ -0,0 +1 @@ +DIST kim-api-v1.8.2.tgz 1634997 SHA256 26bf3bf6960290797c0be7a3435b6350e572f7e07ad87e743e5a9c04e074386d SHA512 fed930d147bfbb7936548eb129fcc403df90d1a8010f0fd5b85eaa35c1529d76c9c7c10b098b8eb74d9878e6d3ba0fad3c10d2a3e5bc9b673841a2abc290bac3 WHIRLPOOL cafdff25be9e7186184dbd45f57033542e38e88c9bc62d2a10557924d5bd8763ed92bc63a507f6ed0185174e1747c60ec567dd09899bad315d74fa6b7400c5f2 diff --git a/sci-libs/kim-api/kim-api-1.8.2.ebuild b/sci-libs/kim-api/kim-api-1.8.2.ebuild new file mode 100644 index 00000000000..b15535489e2 --- /dev/null +++ b/sci-libs/kim-api/kim-api-1.8.2.ebuild @@ -0,0 +1,32 @@ +# Copyright 1999-2017 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +MY_P="${PN}-v${PV}" +DESCRIPTION="Application Programming Interface for atomistic simulations" +HOMEPAGE="https://openkim.org" +SRC_URI="https://s3.openkim.org/${PN}/${MY_P}.tgz" + +LICENSE="CDDL" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="" + +DEPEND="" +RDEPEND="${DEPEND}" + +S="${WORKDIR}/${MY_P}" + +MAKEOPTS+=" -j1" + +src_prepare() { + #https://github.com/openkim/kim-api/pull/2 + sed -i 's/libDir/libdir/' configure + default +} + +src_configure() { + #not an Autotools configure + ./configure --prefix=/usr --libdir=/usr/$(get_libdir) || die +} diff --git a/sci-libs/kim-api/metadata.xml b/sci-libs/kim-api/metadata.xml new file mode 100644 index 00000000000..903883b48f1 --- /dev/null +++ b/sci-libs/kim-api/metadata.xml @@ -0,0 +1,12 @@ + + + + + junghans@gentoo.org + Christoph Junghans + + + sci@gentoo.org + Gentoo Science Project + +