public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "David Seifert" <soap@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: sci-biology/velvet/
Date: Sun, 22 Aug 2021 19:38:00 +0000 (UTC)	[thread overview]
Message-ID: <1629661036.d87cd1f599e0af88cc468f1d2ce330bbbae3a827.soap@gentoo> (raw)

commit:     d87cd1f599e0af88cc468f1d2ce330bbbae3a827
Author:     Jakov Smolic <jakov.smolic <AT> sartura <DOT> hr>
AuthorDate: Sun Aug 22 19:37:16 2021 +0000
Commit:     David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Sun Aug 22 19:37:16 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d87cd1f5

sci-biology/velvet: Port to EAPI 8

Signed-off-by: Jakov Smolic <jakov.smolic <AT> sartura.hr>
Signed-off-by: David Seifert <soap <AT> gentoo.org>

 sci-biology/velvet/velvet-1.2.10.ebuild | 15 ++++++---------
 1 file changed, 6 insertions(+), 9 deletions(-)

diff --git a/sci-biology/velvet/velvet-1.2.10.ebuild b/sci-biology/velvet/velvet-1.2.10.ebuild
index b4d8ae8641b..ea0b3630b78 100644
--- a/sci-biology/velvet/velvet-1.2.10.ebuild
+++ b/sci-biology/velvet/velvet-1.2.10.ebuild
@@ -1,28 +1,25 @@
 # Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=5
+EAPI=8
 
 inherit flag-o-matic toolchain-funcs
 
-MY_P=${PN}_${PV}
-
+MY_P="${PN}_${PV}"
 DESCRIPTION="A sequence assembler for very short reads"
 HOMEPAGE="https://www.ebi.ac.uk/~zerbino/velvet/"
 SRC_URI="https://www.ebi.ac.uk/~zerbino/velvet/${MY_P}.tgz"
+S="${WORKDIR}"/${MY_P}
 
 LICENSE="GPL-2"
 SLOT="0"
 KEYWORDS="~amd64 ~x86"
 IUSE="doc openmp"
 
-RDEPEND=""
-DEPEND="${RDEPEND}
-	doc? ( virtual/latex-base )"
-
-S="${WORKDIR}"/${MY_P}
+BDEPEND="doc? ( virtual/latex-base )"
 
 src_prepare() {
+	default
 	if ! use doc; then
 		sed -i -e '/default :/ s/doc//' "${S}"/Makefile || die
 	fi
@@ -48,7 +45,7 @@ src_prepare() {
 	tc-export CC
 
 	MAKE_XOPTS=(
-		CC=$(tc-getCC)
+		CC="$(tc-getCC)"
 		CFLAGS="${CFLAGS}"
 		OPT="${CFLAGS}"
 	)


             reply	other threads:[~2021-08-22 19:38 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-08-22 19:38 David Seifert [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-05-08 10:45 [gentoo-commits] repo/gentoo:master commit in: sci-biology/velvet/ Sam James
2018-05-21 17:05 Aaron Bauman
2017-09-02 14:56 Michael Palimaka
2017-04-22 16:09 Justin Lecher
2017-04-22 16:09 Justin Lecher
2017-04-22 16:09 Justin Lecher
2017-04-22 16:09 Justin Lecher

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=1629661036.d87cd1f599e0af88cc468f1d2ce330bbbae3a827.soap@gentoo \
    --to=soap@gentoo.org \
    --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