From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id C347D13881C for ; Thu, 24 Sep 2015 09:50:35 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 52F6621C007; Thu, 24 Sep 2015 09:50:35 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id ED51F21C007 for ; Thu, 24 Sep 2015 09:50:34 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 261AB340A7D for ; Thu, 24 Sep 2015 09:50:34 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A854A18C for ; Thu, 24 Sep 2015 09:50:32 +0000 (UTC) From: "Andreas Hüttel" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Hüttel" Message-ID: <1443088150.c0228087af27f4f456d35a3eabc945ef66be4ade.dilfridge@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sci-electronics/fasthenry/ X-VCS-Repository: repo/gentoo X-VCS-Files: sci-electronics/fasthenry/Manifest sci-electronics/fasthenry/fasthenry-3.0_p082514.ebuild sci-electronics/fasthenry/metadata.xml X-VCS-Directories: sci-electronics/fasthenry/ X-VCS-Committer: dilfridge X-VCS-Committer-Name: Andreas Hüttel X-VCS-Revision: c0228087af27f4f456d35a3eabc945ef66be4ade X-VCS-Branch: master Date: Thu, 24 Sep 2015 09:50:32 +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: 4f63c6bf-36ba-4a2e-9e4b-7dcd6ae0a9f7 X-Archives-Hash: a67a267ab8b36eab866366c2b9b2484c commit: c0228087af27f4f456d35a3eabc945ef66be4ade Author: Andreas K. Huettel gentoo org> AuthorDate: Thu Sep 24 09:48:23 2015 +0000 Commit: Andreas Hüttel gentoo org> CommitDate: Thu Sep 24 09:49:10 2015 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c0228087 sci-electronics/fasthenry: New old package Package-Manager: portage-2.2.21 sci-electronics/fasthenry/Manifest | 1 + .../fasthenry/fasthenry-3.0_p082514.ebuild | 32 ++++++++++++++++++++++ sci-electronics/fasthenry/metadata.xml | 8 ++++++ 3 files changed, 41 insertions(+) diff --git a/sci-electronics/fasthenry/Manifest b/sci-electronics/fasthenry/Manifest new file mode 100644 index 0000000..d9f4f49 --- /dev/null +++ b/sci-electronics/fasthenry/Manifest @@ -0,0 +1 @@ +DIST fasthenry-3.0wr-082514.tar.gz 3738940 SHA256 0b0275cca6b564254faf035348761b9db640b5ab89ce9a5e2467baa4ba747604 SHA512 53764d2eb5577d89934ad882af0eeadc6196d95a9c22cd6648e0c342c33ef1d8289b3b6c9ef48662ae4611e2bf914e4c4a68ddc536dc7921e0296cd59c5f3538 WHIRLPOOL f48a5caa3ab7d2bef520fbf21c541d20f1dbb5f7f02fe443e2ef61e38465abc9781f756c0dcbbf0a4ba5a9556dac285fb76379662c7d084d4ac854eac9a0d674 diff --git a/sci-electronics/fasthenry/fasthenry-3.0_p082514.ebuild b/sci-electronics/fasthenry/fasthenry-3.0_p082514.ebuild new file mode 100644 index 0000000..cb564d3 --- /dev/null +++ b/sci-electronics/fasthenry/fasthenry-3.0_p082514.ebuild @@ -0,0 +1,32 @@ +# Copyright 1999-2015 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 +inherit versionator + +DESCRIPTION="Three dimensional inductance computation program, Whiteley Research version" +HOMEPAGE="http://www.wrcad.com/freestuff.html" +SRC_URI="http://www.wrcad.com/ftp/pub/fasthenry-3.0wr-082514.tar.gz" + +LICENSE="all-rights-reserved" +RESTRICT="mirror bindist" + +SLOT="0" +KEYWORDS="~amd64" + +DEPEND="" +RDEPEND="" + +S=${WORKDIR}/fasthenry-3.0wr + +src_compile() { + emake all +} + +src_install() { + dobin bin/fasthenry + dobin bin/zbuf + dodoc -r doc/* + dodoc -r examples +} diff --git a/sci-electronics/fasthenry/metadata.xml b/sci-electronics/fasthenry/metadata.xml new file mode 100644 index 0000000..3c96023 --- /dev/null +++ b/sci-electronics/fasthenry/metadata.xml @@ -0,0 +1,8 @@ + + + + sci + + dilfridge@gentoo.org + +