mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-23 16:49:10 -07:00
sci-biology/finchtv: Remove old
Signed-off-by: Jakov Smolic <jakov.smolic@sartura.hr> Signed-off-by: Sam James <sam@gentoo.org>
This commit is contained in:
@@ -1,29 +0,0 @@
|
||||
# Copyright 1999-2015 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=5
|
||||
|
||||
MY_PV="${PV//./_}"
|
||||
MY_P=${PN}_${MY_PV}
|
||||
|
||||
DESCRIPTION="Graphical viewer for chromatogram files"
|
||||
HOMEPAGE="http://www.geospiza.com/finchtv/"
|
||||
SRC_URI="http://www.geospiza.com/finchtv/download/programs/linux/${MY_P}.tar.gz"
|
||||
|
||||
LICENSE="finchtv"
|
||||
SLOT="0"
|
||||
KEYWORDS="amd64 x86 ~amd64-linux ~x86-linux"
|
||||
IUSE=""
|
||||
|
||||
S="${WORKDIR}/${MY_P}"
|
||||
|
||||
QA_PREBUILT="opt/bin/*"
|
||||
|
||||
src_install() {
|
||||
exeinto /opt/bin
|
||||
doexe finchtv
|
||||
dodoc ReleaseNotes.txt
|
||||
dohtml -r Help/*
|
||||
insinto /usr/share/doc/${PN}
|
||||
doins -r SampleData
|
||||
}
|
||||
Reference in New Issue
Block a user