From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id AB18F13835C for ; Sat, 27 Feb 2021 16:54:39 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D1FD3E097A; Sat, 27 Feb 2021 16:54:38 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id B6828E097A for ; Sat, 27 Feb 2021 16:54:38 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 265D634110D for ; Sat, 27 Feb 2021 16:54:37 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 5C2A4534 for ; Sat, 27 Feb 2021 16:54:34 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1614444829.a750b71b6083dc0d0182e3f1d7da4fbabb2a231d.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sci-biology/finchtv/ X-VCS-Repository: repo/gentoo X-VCS-Files: sci-biology/finchtv/finchtv-1.3.1-r2.ebuild X-VCS-Directories: sci-biology/finchtv/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: a750b71b6083dc0d0182e3f1d7da4fbabb2a231d X-VCS-Branch: master Date: Sat, 27 Feb 2021 16:54:34 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 0ab8f1dc-9291-4fb0-8ebb-bad8f0f38b8c X-Archives-Hash: 729495babf3a6de06c080d64479efe1c commit: a750b71b6083dc0d0182e3f1d7da4fbabb2a231d Author: Jakov Smolic sartura hr> AuthorDate: Sat Feb 27 16:23:55 2021 +0000 Commit: Sam James gentoo org> CommitDate: Sat Feb 27 16:53:49 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a750b71b sci-biology/finchtv: Remove old Signed-off-by: Jakov Smolic sartura.hr> Signed-off-by: Sam James gentoo.org> sci-biology/finchtv/finchtv-1.3.1-r2.ebuild | 29 ----------------------------- 1 file changed, 29 deletions(-) diff --git a/sci-biology/finchtv/finchtv-1.3.1-r2.ebuild b/sci-biology/finchtv/finchtv-1.3.1-r2.ebuild deleted file mode 100644 index a08312d9033..00000000000 --- a/sci-biology/finchtv/finchtv-1.3.1-r2.ebuild +++ /dev/null @@ -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 -}