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 83D3B1382C5 for ; Tue, 19 Jan 2021 12:22:54 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D2E60E088D; Tue, 19 Jan 2021 12:22:53 +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 B5175E088D for ; Tue, 19 Jan 2021 12:22:53 +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 5803C340C7F for ; Tue, 19 Jan 2021 12:22:52 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D4BC0309 for ; Tue, 19 Jan 2021 12:22:50 +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: <1611058965.162e04382b906ab34d2a1ad40e076323a01593c2.andrewammerlaan@gentoo> Subject: [gentoo-commits] proj/sci:master commit in: sci-biology/lucy/, profiles/ X-VCS-Repository: proj/sci X-VCS-Files: profiles/package.mask sci-biology/lucy/lucy-1.20.ebuild X-VCS-Directories: profiles/ sci-biology/lucy/ X-VCS-Committer: andrewammerlaan X-VCS-Committer-Name: Andrew Ammerlaan X-VCS-Revision: 162e04382b906ab34d2a1ad40e076323a01593c2 X-VCS-Branch: master Date: Tue, 19 Jan 2021 12:22:50 +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: c5e98a53-9749-49dc-83b7-c5c839d62f39 X-Archives-Hash: 86d46e4dfcdb2681894f1d22ccb84568 commit: 162e04382b906ab34d2a1ad40e076323a01593c2 Author: Andrew Ammerlaan riseup net> AuthorDate: Tue Jan 19 12:22:35 2021 +0000 Commit: Andrew Ammerlaan riseup net> CommitDate: Tue Jan 19 12:22:45 2021 +0000 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=162e0438 sci-biology/lucy: fix fetch, EAPI bump Package-Manager: Portage-3.0.13, Repoman-3.0.2 Signed-off-by: Andrew Ammerlaan riseup.net> profiles/package.mask | 1 - sci-biology/lucy/lucy-1.20.ebuild | 8 ++++---- 2 files changed, 4 insertions(+), 5 deletions(-) diff --git a/profiles/package.mask b/profiles/package.mask index a2d716ddd..e463a1e15 100644 --- a/profiles/package.mask +++ b/profiles/package.mask @@ -77,4 +77,3 @@ sci-biology/jtreeview-bin sci-biology/kat sci-biology/KING sci-biology/kraken -sci-biology/lucy diff --git a/sci-biology/lucy/lucy-1.20.ebuild b/sci-biology/lucy/lucy-1.20.ebuild index 27c425e9a..4084ba298 100644 --- a/sci-biology/lucy/lucy-1.20.ebuild +++ b/sci-biology/lucy/lucy-1.20.ebuild @@ -1,7 +1,7 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=5 +EAPI=7 DESCRIPTION="DNA sequence quality and vector trimming tool" HOMEPAGE="http://lucy.sourceforge.net/" # no https @@ -10,11 +10,11 @@ SRC_URI="https://sourceforge.net/projects/lucy/files/lucy/lucy%201.20/lucy${PV}. LICENSE="Artistic" SLOT="0" KEYWORDS="~amd64 ~x86" -IUSE="" -S="${WORKDIR}"/lucy-1.20p +S="${WORKDIR}/lucy-${PV}p" src_prepare(){ + default sed -i 's/^CC = cc/#CC = cc/' Makefile || die sed -i 's/^CFLAGS = -O/#CFLAGS = -O/' Makefile || die }