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/augustus/
Date: Tue, 10 Dec 2019 23:49:47 +0000 (UTC)	[thread overview]
Message-ID: <1576021708.c5138c7f261799f62b944004c108f7a01b138be7.soap@gentoo> (raw)

commit:     c5138c7f261799f62b944004c108f7a01b138be7
Author:     David Seifert <soap <AT> gentoo <DOT> org>
AuthorDate: Tue Dec 10 23:48:28 2019 +0000
Commit:     David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Tue Dec 10 23:48:28 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c5138c7f

sci-biology/augustus: Port to EAPI 7

Package-Manager: Portage-2.3.81, Repoman-2.3.20
Signed-off-by: David Seifert <soap <AT> gentoo.org>

 sci-biology/augustus/augustus-2.5.5.ebuild | 19 ++++++++++---------
 1 file changed, 10 insertions(+), 9 deletions(-)

diff --git a/sci-biology/augustus/augustus-2.5.5.ebuild b/sci-biology/augustus/augustus-2.5.5.ebuild
index ff4dfd6cc7e..5bf36e85cb9 100644
--- a/sci-biology/augustus/augustus-2.5.5.ebuild
+++ b/sci-biology/augustus/augustus-2.5.5.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2013 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=4
+EAPI=7
 
-inherit eutils toolchain-funcs
+inherit toolchain-funcs
 
 DESCRIPTION="Eukaryotic gene predictor"
 HOMEPAGE="http://augustus.gobics.de/"
@@ -15,30 +15,31 @@ KEYWORDS="amd64 x86"
 IUSE="examples"
 
 S="${WORKDIR}/${PN}.${PV}"
+PATCHES=( "${FILESDIR}"/${P}-sane-build.patch )
 
-src_prepare() {
-	epatch "${FILESDIR}"/${P}-sane-build.patch
+src_configure() {
 	tc-export CC CXX
 }
 
 src_compile() {
-	emake clean && emake
+	emake clean
+	default
 }
 
 src_install() {
 	dobin bin/*
-#	dobin src/{augustus,etraining,consensusFinder,curve2hints,fastBlockSearch,prepareAlign}
 
 	exeinto /usr/libexec/${PN}
 	doexe scripts/*.p*
+
 	insinto /usr/libexec/${PN}
 	doins scripts/*.conf
 
 	insinto /usr/share/${PN}
 	doins -r config
 
-	echo "AUGUSTUS_CONFIG_PATH=\"/usr/share/${PN}/config\"" > "${S}/99${PN}"
-	doenvd "${S}/99${PN}"
+	echo "AUGUSTUS_CONFIG_PATH=\"/usr/share/${PN}/config\"" > 99${PN} || die
+	doenvd 99${PN}
 
 	dodoc -r README.TXT HISTORY.TXT docs/*.{pdf,txt}
 


             reply	other threads:[~2019-12-10 23:49 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-12-10 23:49 David Seifert [this message]
  -- strict thread matches above, loose matches on Subject: below --
2022-01-27 19:08 [gentoo-commits] repo/gentoo:master commit in: sci-biology/augustus/ Andrew Ammerlaan
2022-01-28 21:49 Andrew Ammerlaan
2022-09-03 22:09 Sam James
2022-09-03 22:09 Sam James
2023-02-04 17:26 Sam James
2023-02-04 17:26 Sam James
2023-02-06 17:44 Sam James
2025-02-11  1:38 Sam James
2025-02-11  1:38 Sam James

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=1576021708.c5138c7f261799f62b944004c108f7a01b138be7.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