public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Justin Lecher" <jlec@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] proj/sci:master commit in: sci-biology/psx/
Date: Tue, 22 Sep 2015 08:19:39 +0000 (UTC)	[thread overview]
Message-ID: <1442908238.714bc8ed8dcefc986f5ad0e506b1859430627258.jlec@gentoo> (raw)

commit:     714bc8ed8dcefc986f5ad0e506b1859430627258
Author:     Justin Lecher <jlec <AT> gentoo <DOT> org>
AuthorDate: Tue Sep 22 07:50:38 2015 +0000
Commit:     Justin Lecher <jlec <AT> gentoo <DOT> org>
CommitDate: Tue Sep 22 07:50:38 2015 +0000
URL:        https://gitweb.gentoo.org/proj/sci.git/commit/?id=714bc8ed

sci-biology/psx: Bump to EAPI=5

Package-Manager: portage-2.2.21
Signed-off-by: Justin Lecher <jlec <AT> gentoo.org>

 sci-biology/psx/psx-0.1.ebuild | 24 +++++++++---------------
 1 file changed, 9 insertions(+), 15 deletions(-)

diff --git a/sci-biology/psx/psx-0.1.ebuild b/sci-biology/psx/psx-0.1.ebuild
index ecac153..0c78b3a 100644
--- a/sci-biology/psx/psx-0.1.ebuild
+++ b/sci-biology/psx/psx-0.1.ebuild
@@ -1,8 +1,10 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
-EAPI=3
+EAPI=5
+
+inherit toolchain-funcs
 
 DESCRIPTION="parallel multi-FASTA file processing tool from TIGR Gene Indices project tools"
 HOMEPAGE="http://compbio.dfci.harvard.edu/tgi/software/"
@@ -13,24 +15,16 @@ SLOT="0"
 KEYWORDS="~amd64 ~x86"
 IUSE=""
 
-DEPEND=""
-RDEPEND="${DEPEND}"
-
 S=${WORKDIR}
 
-src_unpack(){
-	mkdir ${PN} || die
-	cd ${PN} || die "Failed to chdir"
-	unpack ${PN}.tar.gz || die
-}
-
 src_compile() {
-	cd ${PN} || die
-	emake || die "emake failed in "${S}"/${PN}"
+	emake \
+		CC="$(tc-getCC)" \
+		CFLAGS="${CFLAGS}" \
+		LDFLAGS="${LDFLAGS}"
 }
 
 src_install() {
-	cd ${PN} || die
-	dobin ${PN} || die "Failed to install ${PN} binary"
+	dobin ${PN}
 	newdoc README README.${PN}
 }


             reply	other threads:[~2015-09-22  8:19 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-09-22  8:19 Justin Lecher [this message]
  -- strict thread matches above, loose matches on Subject: below --
2021-01-19 16:35 [gentoo-commits] proj/sci:master commit in: sci-biology/psx/ Andrew Ammerlaan
2021-03-06 13:35 Andrew Ammerlaan

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=1442908238.714bc8ed8dcefc986f5ad0e506b1859430627258.jlec@gentoo \
    --to=jlec@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