public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Andrew Ammerlaan" <andrewammerlaan@riseup.net>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] proj/sci:master commit in: sci-biology/lighter/
Date: Sun, 10 Jan 2021 12:48:17 +0000 (UTC)	[thread overview]
Message-ID: <1610282883.de5b1efb11d4650358f56a3837629babb046037b.andrewammerlaan@gentoo> (raw)

commit:     de5b1efb11d4650358f56a3837629babb046037b
Author:     Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
AuthorDate: Sun Jan 10 12:48:03 2021 +0000
Commit:     Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> 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 <andrewammerlaan <AT> 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


             reply	other threads:[~2021-01-10 12:48 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-01-10 12:48 Andrew Ammerlaan [this message]
  -- strict thread matches above, loose matches on Subject: below --
2021-03-20 11:03 [gentoo-commits] proj/sci:master commit in: sci-biology/lighter/ Andrew Ammerlaan
2021-01-10 12:50 Andrew Ammerlaan
2015-06-05 11:20 Justin Lecher
2015-05-01 21:48 Martin Mokrejs

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1610282883.de5b1efb11d4650358f56a3837629babb046037b.andrewammerlaan@gentoo \
    --to=andrewammerlaan@riseup.net \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox