From: "Justin Lecher" <jlec@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] proj/sci:master commit in: sci-biology/SEECER/
Date: Sun, 29 Jan 2017 14:20:48 +0000 (UTC) [thread overview]
Message-ID: <1485697465.c38274779a20385ad70d5c2aa2dac34d8525868d.jlec@gentoo> (raw)
commit: c38274779a20385ad70d5c2aa2dac34d8525868d
Author: Justin Lecher <jlec <AT> gentoo <DOT> org>
AuthorDate: Sun Jan 29 13:44:25 2017 +0000
Commit: Justin Lecher <jlec <AT> gentoo <DOT> org>
CommitDate: Sun Jan 29 13:44:25 2017 +0000
URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=c3827477
sci-biology/SEECER: QA fixes
Bump to6 EAPI
drop non active code
add missing slot operator
Package-Manager: Portage-2.3.3, Repoman-2.3.1
Signed-off-by: Justin Lecher <jlec <AT> gentoo.org>
sci-biology/SEECER/SEECER-0.1.3-r2.ebuild | 23 +++++++++++------------
sci-biology/SEECER/metadata.xml | 2 +-
2 files changed, 12 insertions(+), 13 deletions(-)
diff --git a/sci-biology/SEECER/SEECER-0.1.3-r2.ebuild b/sci-biology/SEECER/SEECER-0.1.3-r2.ebuild
index 8d8e919..f2b5a67 100644
--- a/sci-biology/SEECER/SEECER-0.1.3-r2.ebuild
+++ b/sci-biology/SEECER/SEECER-0.1.3-r2.ebuild
@@ -1,41 +1,40 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
-EAPI=5
+EAPI=6
inherit eutils
DESCRIPTION="SEquencing Error Corrector for RNA-Seq reads"
HOMEPAGE="http://sb.cs.cmu.edu/seecer/"
-if [ "$PV" == "9999" ]; then
- EGIT_REPO_URI="https://github.com/haisonle/SEECER.git"
- KEYWORDS=""
-else
- SRC_URI="
+SRC_URI="
http://sb.cs.cmu.edu/seecer/downloads/"${P}".tar.gz
http://sb.cs.cmu.edu/seecer/downloads/manual.pdf -> "${PN}"-manual.pdf"
- KEYWORDS="~amd64"
-fi
LICENSE="GPL-3"
SLOT="0"
IUSE=""
+KEYWORDS="~amd64"
# although has bundled jellyfish-1.1.11 copy it just calls the executable during runtime
# seems jellyfish-2 does not accept same commandline arguments
DEPEND="
- sci-libs/gsl
- sci-biology/seqan"
+ sci-libs/gsl:0=
+ sci-biology/seqan:0="
RDEPEND="${DEPEND}
=sci-biology/jellyfish-1.1.11"
S="${S}"/SEECER
+PATCHES=(
+ "${FILESDIR}"/remove-hardcoded-paths.patch
+)
+
src_prepare(){
# http://seecer-rna-read-error-correction-mailing-list.21961.x6.nabble.com/Segmentation-fault-in-step-4-td41.html
cp -p "${FILESDIR}"/replace_ids.cc "${S}"/src/ || die
- epatch "${FILESDIR}"/remove-hardcoded-paths.patch
+ default
}
src_install(){
diff --git a/sci-biology/SEECER/metadata.xml b/sci-biology/SEECER/metadata.xml
index 1699e58..f68a1b6 100644
--- a/sci-biology/SEECER/metadata.xml
+++ b/sci-biology/SEECER/metadata.xml
@@ -5,7 +5,7 @@
<email>mmokrejs@fold.natur.cuni.cz</email>
<name>Martin Mokrejs</name>
</maintainer>
-<maintainer type="project">
+ <maintainer type="project">
<email>sci-biology@gentoo.org</email>
<name>Gentoo Biology Project</name>
</maintainer>
next reply other threads:[~2017-01-29 14:20 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-01-29 14:20 Justin Lecher [this message]
-- strict thread matches above, loose matches on Subject: below --
2021-03-05 15:54 [gentoo-commits] proj/sci:master commit in: sci-biology/SEECER/ Andrew Ammerlaan
2017-11-21 14:03 Martin Mokrejs
2015-11-15 18:43 Martin Mokrejs
2015-11-12 0:32 Martin Mokrejs
2015-01-10 14:37 Justin Lecher
2015-01-07 22:31 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=1485697465.c38274779a20385ad70d5c2aa2dac34d8525868d.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