Gentoo Archives: gentoo-commits

From: "Andreas K. Hüttel" <dilfridge@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sci-electronics/fasthenry/
Date: Wed, 06 Jan 2021 19:07:55
Message-Id: 1609960050.e3958a9238a23227e2bb4ba803195ecc93cb5262.dilfridge@gentoo
1 commit: e3958a9238a23227e2bb4ba803195ecc93cb5262
2 Author: Andreas K. Huettel <dilfridge <AT> gentoo <DOT> org>
3 AuthorDate: Wed Jan 6 18:07:23 2021 +0000
4 Commit: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
5 CommitDate: Wed Jan 6 19:07:30 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e3958a92
7
8 sci-electronics/fasthenry: Remove old
9
10 Bug: https://bugs.gentoo.org/723632
11 Package-Manager: Portage-3.0.12, Repoman-3.0.2
12 Signed-off-by: Andreas K. Huettel <dilfridge <AT> gentoo.org>
13
14 sci-electronics/fasthenry/Manifest | 1 -
15 .../fasthenry/fasthenry-3.0_p082514.ebuild | 31 ----------------------
16 2 files changed, 32 deletions(-)
17
18 diff --git a/sci-electronics/fasthenry/Manifest b/sci-electronics/fasthenry/Manifest
19 index 93ff7b621b6..16ee16c4b52 100644
20 --- a/sci-electronics/fasthenry/Manifest
21 +++ b/sci-electronics/fasthenry/Manifest
22 @@ -1,2 +1 @@
23 DIST fasthenry-3.0wr-071720.tar.gz 5196905 BLAKE2B 577e1b6c9b5483144f54de96439a2f11d41bfe54fbd9973084c2e17d180843ceaaa946899ae1bc71ef7dcf3b048da9775f2015fe03ce01ece67f66f998adba9b SHA512 90419c9e8cbdbb16dcb34db65e4e87643cbdbfad980012ea8c08d4fc062a113e388a38705d4d5af3970107ff71630fe7afe3b29e1de731c147798e683ec71cd3
24 -DIST fasthenry-3.0wr-082514.tar.gz 3738940 BLAKE2B 3fd5d45e047725bf04299bf77f7385f42faa68d234a06f57cc494684a65e1c02d3879cb42a02dc3f53b0a63b5f5caf5d0a24ae1182ef19695e37a758b9bdb5e1 SHA512 53764d2eb5577d89934ad882af0eeadc6196d95a9c22cd6648e0c342c33ef1d8289b3b6c9ef48662ae4611e2bf914e4c4a68ddc536dc7921e0296cd59c5f3538
25
26 diff --git a/sci-electronics/fasthenry/fasthenry-3.0_p082514.ebuild b/sci-electronics/fasthenry/fasthenry-3.0_p082514.ebuild
27 deleted file mode 100644
28 index b8aa6389c0e..00000000000
29 --- a/sci-electronics/fasthenry/fasthenry-3.0_p082514.ebuild
30 +++ /dev/null
31 @@ -1,31 +0,0 @@
32 -# Copyright 1999-2015 Gentoo Foundation
33 -# Distributed under the terms of the GNU General Public License v2
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 -}