From: "Martin Mokrejs" <mmokrejs@fold.natur.cuni.cz>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] proj/sci:master commit in: sci-biology/MolBioLib/
Date: Sun, 24 Apr 2016 09:23:59 +0000 (UTC) [thread overview]
Message-ID: <1461489823.3f7c207645890ae5a2c88e763374741dc542106f.mmokrejs@gentoo> (raw)
commit: 3f7c207645890ae5a2c88e763374741dc542106f
Author: Martin Mokrejš <mmokrejs <AT> fold <DOT> natur <DOT> cuni <DOT> cz>
AuthorDate: Sun Apr 24 09:23:43 2016 +0000
Commit: Martin Mokrejs <mmokrejs <AT> fold <DOT> natur <DOT> cuni <DOT> cz>
CommitDate: Sun Apr 24 09:23:43 2016 +0000
URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=3f7c2076
sci-biology/MolBioLib: improved ebuild based on response from author
Package-Manager: portage-2.2.28
sci-biology/MolBioLib/MolBioLib-5.ebuild | 14 +++++++++++---
1 file changed, 11 insertions(+), 3 deletions(-)
diff --git a/sci-biology/MolBioLib/MolBioLib-5.ebuild b/sci-biology/MolBioLib/MolBioLib-5.ebuild
index 1f7c89a..47ce9df 100644
--- a/sci-biology/MolBioLib/MolBioLib-5.ebuild
+++ b/sci-biology/MolBioLib/MolBioLib-5.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://sourceforge.net/projects/molbiolib/files/MolBioLib_public.versi
LICENSE="GPL-3"
SLOT="0"
KEYWORDS="" # does not build
-IUSE=""
+IUSE="doc"
# contains bundled samtools-0.1.18 and bamtools (pezmaster31-bamtools-d553a62) which contains jsoncpp
# also needs app-doc/doxygen
@@ -19,13 +19,21 @@ DEPEND="dev-lang/perl
sys-devel/gcc:*
sys-devel/clang
>=sci-biology/samtools-0.1.18:0
- <sci-biology/samtools-1:0"
+ <sci-biology/samtools-1:0
+ doc? ( app-doc/doxygen )"
RDEPEND="${DEPEND}"
S="${WORKDIR}"/MolBioLib
+src_prepare(){
+ # edit MakeAllApps.pl
+ default
+}
+
src_compile(){
perl MakeAllApps.pl || die
}
-# src_install() needs to be written
+src_install(){
+ dodoc -r docs/doxygen/*
+}
next reply other threads:[~2016-04-24 9:24 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-04-24 9:23 Martin Mokrejs [this message]
-- strict thread matches above, loose matches on Subject: below --
2022-01-25 14:28 [gentoo-commits] proj/sci:master commit in: sci-biology/MolBioLib/ Andrew Ammerlaan
2019-03-25 8:52 Martin Mokrejs
2017-03-26 14:45 Justin Lecher
2016-04-02 10:57 Martin Mokrejs
2016-04-01 19:14 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=1461489823.3f7c207645890ae5a2c88e763374741dc542106f.mmokrejs@gentoo \
--to=mmokrejs@fold.natur.cuni.cz \
--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