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 4E77013835A for ; Fri, 5 Mar 2021 18:24:53 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 62EE3E0884; Fri, 5 Mar 2021 18:24:52 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 4663AE087A for ; Fri, 5 Mar 2021 18:24:52 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 44ACC340E00 for ; Fri, 5 Mar 2021 18:24:51 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 8CC934F1 for ; Fri, 5 Mar 2021 18:24:49 +0000 (UTC) From: "Andrew Ammerlaan" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andrew Ammerlaan" Message-ID: <1614968685.05b98ea22a48b62c682a2c5feda995622f5dbbd4.andrewammerlaan@gentoo> Subject: [gentoo-commits] proj/sci:master commit in: sci-biology/SolexaQA/ X-VCS-Repository: proj/sci X-VCS-Files: sci-biology/SolexaQA/SolexaQA-2.2.ebuild X-VCS-Directories: sci-biology/SolexaQA/ X-VCS-Committer: andrewammerlaan X-VCS-Committer-Name: Andrew Ammerlaan X-VCS-Revision: 05b98ea22a48b62c682a2c5feda995622f5dbbd4 X-VCS-Branch: master Date: Fri, 5 Mar 2021 18:24:49 +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: 64008707-d18f-49cf-816f-0be1b878b59c X-Archives-Hash: a493ce8f6aec19e3a46277d3441a2ae2 commit: 05b98ea22a48b62c682a2c5feda995622f5dbbd4 Author: Andrew Ammerlaan riseup net> AuthorDate: Fri Mar 5 18:24:45 2021 +0000 Commit: Andrew Ammerlaan riseup net> CommitDate: Fri Mar 5 18:24:45 2021 +0000 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=05b98ea2 sci-biology/SolexaQA: drop old Package-Manager: Portage-3.0.16, Repoman-3.0.2 Signed-off-by: Andrew Ammerlaan riseup.net> sci-biology/SolexaQA/SolexaQA-2.2.ebuild | 25 ------------------------- 1 file changed, 25 deletions(-) diff --git a/sci-biology/SolexaQA/SolexaQA-2.2.ebuild b/sci-biology/SolexaQA/SolexaQA-2.2.ebuild deleted file mode 100644 index ffdb98126..000000000 --- a/sci-biology/SolexaQA/SolexaQA-2.2.ebuild +++ /dev/null @@ -1,25 +0,0 @@ -# Copyright 1999-2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 - -DESCRIPTION="Analyze and trim single-end and paired-end reads, show quality statistics" -HOMEPAGE="https://sourceforge.net/projects/clview" -SRC_URI="https://sourceforge.net/projects/solexaqa/files/src/SolexaQA_v.${PV}.zip" - -LICENSE="GPL-3" -SLOT="0" -KEYWORDS="~amd64" -IUSE="" - -DEPEND=" - dev-lang/perl - dev-lang/R - app-arch/unzip" -RDEPEND="${DEPEND}" - -S=${WORKDIR}/"${PN}"_v."${PV}" - -src_install(){ - dobin *.pl -}