summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'sci-electronics/fasthenry/fasthenry-3.0_p082514.ebuild')
-rw-r--r--sci-electronics/fasthenry/fasthenry-3.0_p082514.ebuild31
1 files changed, 0 insertions, 31 deletions
diff --git a/sci-electronics/fasthenry/fasthenry-3.0_p082514.ebuild b/sci-electronics/fasthenry/fasthenry-3.0_p082514.ebuild
deleted file mode 100644
index b8aa6389c0e7..000000000000
--- a/sci-electronics/fasthenry/fasthenry-3.0_p082514.ebuild
+++ /dev/null
@@ -1,31 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-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
-}