Gentoo Archives: gentoo-commits

From: "Andreas Hüttel" <dilfridge@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sci-electronics/fasthenry/
Date: Thu, 24 Sep 2015 09:50:35
Message-Id: 1443088150.c0228087af27f4f456d35a3eabc945ef66be4ade.dilfridge@gentoo
1 commit: c0228087af27f4f456d35a3eabc945ef66be4ade
2 Author: Andreas K. Huettel <dilfridge <AT> gentoo <DOT> org>
3 AuthorDate: Thu Sep 24 09:48:23 2015 +0000
4 Commit: Andreas Hüttel <dilfridge <AT> gentoo <DOT> org>
5 CommitDate: Thu Sep 24 09:49:10 2015 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c0228087
7
8 sci-electronics/fasthenry: New old package
9
10 Package-Manager: portage-2.2.21
11
12 sci-electronics/fasthenry/Manifest | 1 +
13 .../fasthenry/fasthenry-3.0_p082514.ebuild | 32 ++++++++++++++++++++++
14 sci-electronics/fasthenry/metadata.xml | 8 ++++++
15 3 files changed, 41 insertions(+)
16
17 diff --git a/sci-electronics/fasthenry/Manifest b/sci-electronics/fasthenry/Manifest
18 new file mode 100644
19 index 0000000..d9f4f49
20 --- /dev/null
21 +++ b/sci-electronics/fasthenry/Manifest
22 @@ -0,0 +1 @@
23 +DIST fasthenry-3.0wr-082514.tar.gz 3738940 SHA256 0b0275cca6b564254faf035348761b9db640b5ab89ce9a5e2467baa4ba747604 SHA512 53764d2eb5577d89934ad882af0eeadc6196d95a9c22cd6648e0c342c33ef1d8289b3b6c9ef48662ae4611e2bf914e4c4a68ddc536dc7921e0296cd59c5f3538 WHIRLPOOL f48a5caa3ab7d2bef520fbf21c541d20f1dbb5f7f02fe443e2ef61e38465abc9781f756c0dcbbf0a4ba5a9556dac285fb76379662c7d084d4ac854eac9a0d674
24
25 diff --git a/sci-electronics/fasthenry/fasthenry-3.0_p082514.ebuild b/sci-electronics/fasthenry/fasthenry-3.0_p082514.ebuild
26 new file mode 100644
27 index 0000000..cb564d3
28 --- /dev/null
29 +++ b/sci-electronics/fasthenry/fasthenry-3.0_p082514.ebuild
30 @@ -0,0 +1,32 @@
31 +# Copyright 1999-2015 Gentoo Foundation
32 +# Distributed under the terms of the GNU General Public License v2
33 +# $Id$
34 +
35 +EAPI=5
36 +inherit versionator
37 +
38 +DESCRIPTION="Three dimensional inductance computation program, Whiteley Research version"
39 +HOMEPAGE="http://www.wrcad.com/freestuff.html"
40 +SRC_URI="http://www.wrcad.com/ftp/pub/fasthenry-3.0wr-082514.tar.gz"
41 +
42 +LICENSE="all-rights-reserved"
43 +RESTRICT="mirror bindist"
44 +
45 +SLOT="0"
46 +KEYWORDS="~amd64"
47 +
48 +DEPEND=""
49 +RDEPEND=""
50 +
51 +S=${WORKDIR}/fasthenry-3.0wr
52 +
53 +src_compile() {
54 + emake all
55 +}
56 +
57 +src_install() {
58 + dobin bin/fasthenry
59 + dobin bin/zbuf
60 + dodoc -r doc/*
61 + dodoc -r examples
62 +}
63
64 diff --git a/sci-electronics/fasthenry/metadata.xml b/sci-electronics/fasthenry/metadata.xml
65 new file mode 100644
66 index 0000000..3c96023
67 --- /dev/null
68 +++ b/sci-electronics/fasthenry/metadata.xml
69 @@ -0,0 +1,8 @@
70 +<?xml version="1.0" encoding="UTF-8"?>
71 +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
72 +<pkgmetadata>
73 + <herd>sci</herd>
74 + <maintainer>
75 + <email>dilfridge@g.o</email>
76 + </maintainer>
77 +</pkgmetadata>