diff options
author | 2016-07-25 19:54:34 +0200 | |
---|---|---|
committer | 2016-07-25 19:55:14 +0200 | |
commit | a8d14388e5e5c5388f1e11cf204d02842ffd9906 (patch) | |
tree | e30aec526e49c4d88cd4bfe82a5a5dc50f92555f /sci-electronics/voacapl/voacapl-0.5.8.ebuild | |
parent | sys-auth/polkit-pkla-compat: keyword ~ppc (diff) | |
download | gentoo-a8d14388e5e5c5388f1e11cf204d02842ffd9906.tar.gz gentoo-a8d14388e5e5c5388f1e11cf204d02842ffd9906.tar.bz2 gentoo-a8d14388e5e5c5388f1e11cf204d02842ffd9906.zip |
sci-electronics/voacapl: Drop old
Package-Manager: portage-2.3.0
Diffstat (limited to 'sci-electronics/voacapl/voacapl-0.5.8.ebuild')
-rw-r--r-- | sci-electronics/voacapl/voacapl-0.5.8.ebuild | 22 |
1 files changed, 0 insertions, 22 deletions
diff --git a/sci-electronics/voacapl/voacapl-0.5.8.ebuild b/sci-electronics/voacapl/voacapl-0.5.8.ebuild deleted file mode 100644 index af956602ae47..000000000000 --- a/sci-electronics/voacapl/voacapl-0.5.8.ebuild +++ /dev/null @@ -1,22 +0,0 @@ -# Copyright 1999-2013 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI="4" - -inherit fortran-2 - -DESCRIPTION="HF propagation prediction tool" -HOMEPAGE="http://www.qsl.net/hz1jw/voacapl/index.html" -SRC_URI="http://www.qsl.net/hz1jw/${PN}/downloads/${P}.tar.gz" - -LICENSE="all-rights-reserved" -SLOT="0" -KEYWORDS="amd64 x86" -IUSE="" - -RESTRICT="mirror bindist" - -src_install() { - emake DESTDIR="${D}" docdir=/usr/share/doc/${PF} install -} |