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 B3AA71382C5 for ; Sun, 10 Jan 2021 12:48:20 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id ACBADE0AC2; Sun, 10 Jan 2021 12:48:19 +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 90482E0AC2 for ; Sun, 10 Jan 2021 12:48:19 +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 86188341037 for ; Sun, 10 Jan 2021 12:48:18 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 3F20DB8 for ; Sun, 10 Jan 2021 12:48:17 +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: <1610282883.de5b1efb11d4650358f56a3837629babb046037b.andrewammerlaan@gentoo> Subject: [gentoo-commits] proj/sci:master commit in: sci-biology/lighter/ X-VCS-Repository: proj/sci X-VCS-Files: sci-biology/lighter/lighter-1.1.2.ebuild sci-biology/lighter/lighter-9999.ebuild X-VCS-Directories: sci-biology/lighter/ X-VCS-Committer: andrewammerlaan X-VCS-Committer-Name: Andrew Ammerlaan X-VCS-Revision: de5b1efb11d4650358f56a3837629babb046037b X-VCS-Branch: master Date: Sun, 10 Jan 2021 12:48:17 +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: bae07f01-60f3-41af-89ef-ba3808d6d252 X-Archives-Hash: efce9cdee8d61a8daf5f7d3e54fb6718 commit: de5b1efb11d4650358f56a3837629babb046037b Author: Andrew Ammerlaan riseup net> AuthorDate: Sun Jan 10 12:48:03 2021 +0000 Commit: Andrew Ammerlaan riseup net> CommitDate: Sun Jan 10 12:48:03 2021 +0000 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=de5b1efb sci-biology/lighter: add version 1.1.2 Package-Manager: Portage-3.0.12, Repoman-3.0.2 Signed-off-by: Andrew Ammerlaan riseup.net> .../{lighter-9999.ebuild => lighter-1.1.2.ebuild} | 21 +++++++-------------- sci-biology/lighter/lighter-9999.ebuild | 21 +++++++-------------- 2 files changed, 14 insertions(+), 28 deletions(-) diff --git a/sci-biology/lighter/lighter-9999.ebuild b/sci-biology/lighter/lighter-1.1.2.ebuild similarity index 55% copy from sci-biology/lighter/lighter-9999.ebuild copy to sci-biology/lighter/lighter-1.1.2.ebuild index 87f6fb390..411337b74 100644 --- a/sci-biology/lighter/lighter-9999.ebuild +++ b/sci-biology/lighter/lighter-1.1.2.ebuild @@ -1,33 +1,26 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=5 - -inherit toolchain-funcs - -[ "$PV" == "9999" ] && inherit git-r3 +EAPI=7 DESCRIPTION="NGS reads corrector" HOMEPAGE="https://github.com/mourisl/Lighter" if [ "$PV" == "9999" ]; then + inherit git-r3 EGIT_REPO_URI="https://github.com/mourisl/Lighter.git" KEYWORDS="" else - SRC_URI="" - KEYWORDS="" + SRC_URI="https://github.com/mourisl/Lighter/archive/v${PV}.tar.gz -> ${P}.tar.gz" + KEYWORDS="~amd64" fi LICENSE="GPL-2+" SLOT="0" -IUSE="threads" -DEPEND="sys-libs/zlib - sci-libs/bloom" +DEPEND="sys-libs/zlib" RDEPEND="${DEPEND}" -src_prepare(){ - sed -e "s#g++#$(tc-getCC)#;s#-Wall -O3#${CXXFLAGS}#" -i Makefile || die -} +S="${WORKDIR}/Lighter-${PV}" src_install(){ dobin lighter diff --git a/sci-biology/lighter/lighter-9999.ebuild b/sci-biology/lighter/lighter-9999.ebuild index 87f6fb390..411337b74 100644 --- a/sci-biology/lighter/lighter-9999.ebuild +++ b/sci-biology/lighter/lighter-9999.ebuild @@ -1,33 +1,26 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=5 - -inherit toolchain-funcs - -[ "$PV" == "9999" ] && inherit git-r3 +EAPI=7 DESCRIPTION="NGS reads corrector" HOMEPAGE="https://github.com/mourisl/Lighter" if [ "$PV" == "9999" ]; then + inherit git-r3 EGIT_REPO_URI="https://github.com/mourisl/Lighter.git" KEYWORDS="" else - SRC_URI="" - KEYWORDS="" + SRC_URI="https://github.com/mourisl/Lighter/archive/v${PV}.tar.gz -> ${P}.tar.gz" + KEYWORDS="~amd64" fi LICENSE="GPL-2+" SLOT="0" -IUSE="threads" -DEPEND="sys-libs/zlib - sci-libs/bloom" +DEPEND="sys-libs/zlib" RDEPEND="${DEPEND}" -src_prepare(){ - sed -e "s#g++#$(tc-getCC)#;s#-Wall -O3#${CXXFLAGS}#" -i Makefile || die -} +S="${WORKDIR}/Lighter-${PV}" src_install(){ dobin lighter