* [gentoo-commits] proj/sci:master commit in: sci-biology/psx/
@ 2015-09-22 8:19 Justin Lecher
0 siblings, 0 replies; 3+ messages in thread
From: Justin Lecher @ 2015-09-22 8:19 UTC (permalink / raw
To: gentoo-commits
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}
}
^ permalink raw reply related [flat|nested] 3+ messages in thread
* [gentoo-commits] proj/sci:master commit in: sci-biology/psx/
@ 2021-01-19 16:35 Andrew Ammerlaan
0 siblings, 0 replies; 3+ messages in thread
From: Andrew Ammerlaan @ 2021-01-19 16:35 UTC (permalink / raw
To: gentoo-commits
commit: b770d2b32c1d5e2076fbebdd5f98d10b972ed806
Author: Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
AuthorDate: Tue Jan 19 16:30:19 2021 +0000
Commit: Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
CommitDate: Tue Jan 19 16:30:19 2021 +0000
URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=b770d2b3
sci-biology/psx: properly name tarball
Package-Manager: Portage-3.0.13, Repoman-3.0.2
Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> riseup.net>
sci-biology/psx/psx-0.1.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/sci-biology/psx/psx-0.1.ebuild b/sci-biology/psx/psx-0.1.ebuild
index d9ebb989c..b5b50ebda 100644
--- a/sci-biology/psx/psx-0.1.ebuild
+++ b/sci-biology/psx/psx-0.1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=5
@@ -7,7 +7,7 @@ inherit toolchain-funcs
DESCRIPTION="parallel multi-FASTA file processing tool from TIGR Gene Indices project tools"
HOMEPAGE="http://compbio.dfci.harvard.edu/tgi/software/"
-SRC_URI="ftp://occams.dfci.harvard.edu/pub/bio/tgi/software/tgicl/${PN}.tar.gz"
+SRC_URI="ftp://occams.dfci.harvard.edu/pub/bio/tgi/software/tgicl/${PN}.tar.gz -> ${P}.tar.gz"
LICENSE="Artistic"
SLOT="0"
^ permalink raw reply related [flat|nested] 3+ messages in thread
* [gentoo-commits] proj/sci:master commit in: sci-biology/psx/
@ 2021-03-06 13:35 Andrew Ammerlaan
0 siblings, 0 replies; 3+ messages in thread
From: Andrew Ammerlaan @ 2021-03-06 13:35 UTC (permalink / raw
To: gentoo-commits
commit: c3b1c6b32a442976a992fe1ef3bb62eec3060329
Author: Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
AuthorDate: Sat Mar 6 13:27:55 2021 +0000
Commit: Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
CommitDate: Sat Mar 6 13:27:55 2021 +0000
URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=c3b1c6b3
sci-biology/psx: EAPi bump
Package-Manager: Portage-3.0.16, Repoman-3.0.2
Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> riseup.net>
sci-biology/psx/psx-0.1.ebuild | 5 ++---
1 file changed, 2 insertions(+), 3 deletions(-)
diff --git a/sci-biology/psx/psx-0.1.ebuild b/sci-biology/psx/psx-0.1.ebuild
index d8f1fb845..2595fb697 100644
--- a/sci-biology/psx/psx-0.1.ebuild
+++ b/sci-biology/psx/psx-0.1.ebuild
@@ -1,7 +1,7 @@
# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI=5
+EAPI=7
inherit toolchain-funcs
@@ -12,9 +12,8 @@ SRC_URI="ftp://occams.dfci.harvard.edu/pub/bio/tgi/software/tgicl/${PN}.tar.gz -
LICENSE="Artistic"
SLOT="0"
KEYWORDS="~amd64 ~x86"
-IUSE=""
-S=${WORKDIR}
+S="${WORKDIR}"
src_compile() {
emake \
^ permalink raw reply related [flat|nested] 3+ messages in thread
end of thread, other threads:[~2021-03-06 13:35 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-01-19 16:35 [gentoo-commits] proj/sci:master commit in: sci-biology/psx/ Andrew Ammerlaan
-- strict thread matches above, loose matches on Subject: below --
2021-03-06 13:35 Andrew Ammerlaan
2015-09-22 8:19 Justin Lecher
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox