From: "Justin Lecher" <jlec@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] proj/sci:master commit in: sci-biology/biopieces/
Date: Wed, 18 Feb 2015 16:41:23 +0000 (UTC) [thread overview]
Message-ID: <1424265158.c921e9ffb851dcb6c90beb29502aff76d7436fd1.jlec@gentoo> (raw)
commit: c921e9ffb851dcb6c90beb29502aff76d7436fd1
Author: Justin Lecher <jlec <AT> gentoo <DOT> org>
AuthorDate: Wed Feb 18 13:12:38 2015 +0000
Commit: Justin Lecher <jlec <AT> gentoo <DOT> org>
CommitDate: Wed Feb 18 13:12:38 2015 +0000
URL: http://sources.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=c921e9ff
sci-biology/biopieces: fix SLOT operators; correct ruby and python deps
Package-Manager: portage-2.2.17
---
sci-biology/biopieces/ChangeLog | 5 ++-
sci-biology/biopieces/biopieces-9999.ebuild | 49 ++++++++++++++++-------------
2 files changed, 32 insertions(+), 22 deletions(-)
diff --git a/sci-biology/biopieces/ChangeLog b/sci-biology/biopieces/ChangeLog
index 3e269ec..db06e76 100644
--- a/sci-biology/biopieces/ChangeLog
+++ b/sci-biology/biopieces/ChangeLog
@@ -1,7 +1,10 @@
# ChangeLog for sci-biology/biopieces
-# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
# $Header: $
+ 18 Feb 2015; Justin Lecher <jlec@gentoo.org> -Manifest, biopieces-9999.ebuild:
+ sci-biology/biopieces: fix SLOT operators; correct ruby and python deps
+
13 Nov 2014; Justin Lecher <jlec@gentoo.org> biopieces-0.51.ebuild,
biopieces-9999.ebuild:
Use perl virtuals instead of core
diff --git a/sci-biology/biopieces/biopieces-9999.ebuild b/sci-biology/biopieces/biopieces-9999.ebuild
index 6be82b8..d33a63f 100644
--- a/sci-biology/biopieces/biopieces-9999.ebuild
+++ b/sci-biology/biopieces/biopieces-9999.ebuild
@@ -1,51 +1,58 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $
EAPI=5
-[ "$PV" == "9999" ] && inherit subversion
+PYTHON_COMPAT=( python2_7 )
+
+USE_RUBY="ruby19"
-DESCRIPTION="Toolkit to find and trim adaptors, plot read lengths, qualities, map reads and submit to GenBank"
-HOMEPAGE="http://code.google.com/p/biopieces"
-SRC_URI=""
if [ "$PV" == "9999" ]; then
ESVN_REPO_URI="http://biopieces.googlecode.com/svn/trunk"
KEYWORDS=""
+ inherit subversion
else
- SRC_URI="http://biopieces.googlecode.com/files/biopieces_installer-"${PV}".sh"
+ SRC_URI="http://biopieces.googlecode.com/files/biopieces_installer-${PV}.sh"
KEYWORDS=""
fi
+inherit ruby-fakegem python-single-r1
+
+DESCRIPTION="Toolkit to find and trim adaptors, plot read lengths, qualities, map reads and submit to GenBank"
+HOMEPAGE="http://code.google.com/p/biopieces"
+SRC_URI=""
+
LICENSE="GPL-2"
SLOT="0"
IUSE=""
+REQUIRED_USE="${PYTHON_REQUIRED_USE}"
+
# Ruby terminal-table ?
-DEPEND=">=dev-lang/perl-5.8
+DEPEND="
+ >=dev-lang/perl-5.8
+ dev-perl/libwww-perl
dev-perl/Bit-Vector
- dev-perl/SVG
- dev-perl/TermReadKey
- virtual/perl-Time-HiRes
- dev-perl/DBI
- dev-perl/XML-Parser
dev-perl/Carp-Clan
dev-perl/Class-Inspector
+ dev-perl/DBD-mysql
+ dev-perl/DBI
dev-perl/HTML-Parser
- dev-perl/libwww-perl
- dev-perl/SOAP-Lite
- dev-perl/URI
dev-perl/Inline
dev-perl/Parse-RecDescent
+ dev-perl/SOAP-Lite
+ dev-perl/SVG
+ dev-perl/TermReadKey
+ dev-perl/URI
+ dev-perl/XML-Parser
virtual/perl-version
virtual/perl-DB_File
- dev-perl/DBD-mysql
- >=dev-lang/python-2.6
- dev-lang/ruby
- dev-ruby/gnuplot
- dev-ruby/narray
- dev-ruby/RubyInline"
+ virtual/perl-Time-HiRes"
+
+ruby_add_bdepend "dev-ruby/RubyInline"
+ruby_add_rdepend "dev-ruby/gnuplot dev-ruby/narray"
# sci-biology/vmatch # http://www.vmatch.de/ # fecth restrict
# sci-biology/usearch-bin # http://www.drive5.com/usearch/ # fecth restrict
next reply other threads:[~2015-02-18 16:41 UTC|newest]
Thread overview: 10+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-02-18 16:41 Justin Lecher [this message]
-- strict thread matches above, loose matches on Subject: below --
2020-09-26 9:42 [gentoo-commits] proj/sci:master commit in: sci-biology/biopieces/ Horea Christian
2017-09-02 11:55 David Seifert
2016-09-24 11:26 Martin Mokrejs
2016-06-22 9:37 Martin Mokrejs
2015-03-08 18:08 Justin Lecher
2015-02-18 16:41 Justin Lecher
2014-11-13 13:00 Justin Lecher
2014-03-31 15:28 Nicolas Bock
2014-03-28 14:02 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=1424265158.c921e9ffb851dcb6c90beb29502aff76d7436fd1.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