public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Martin Mokrejs" <mmokrejs@fold.natur.cuni.cz>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] proj/sci:master commit in: sci-biology/amos/
Date: Wed, 23 Mar 2016 19:09:37 +0000 (UTC)	[thread overview]
Message-ID: <1458760163.4a386700427979e83e4338695563aec7a1b1cfe9.mmokrejs@gentoo> (raw)

commit:     4a386700427979e83e4338695563aec7a1b1cfe9
Author:     Martin Mokrejš <mmokrejs <AT> fold <DOT> natur <DOT> cuni <DOT> cz>
AuthorDate: Wed Mar 23 19:09:23 2016 +0000
Commit:     Martin Mokrejs <mmokrejs <AT> fold <DOT> natur <DOT> cuni <DOT> cz>
CommitDate: Wed Mar 23 19:09:23 2016 +0000
URL:        https://gitweb.gentoo.org/proj/sci.git/commit/?id=4a386700

sci-biology/amos: document 'Could not open file  LIBGUESTFS_PATH=/usr/share/guestfs/appliance' error to be solved; add support for a system-wide config file via AMOSCONF env variable

Package-Manager: portage-2.2.26

 sci-biology/amos/amos-3.1.0-r2.ebuild |  9 ++++++++-
 sci-biology/amos/amos-9999.ebuild     | 10 +++++++++-
 2 files changed, 17 insertions(+), 2 deletions(-)

diff --git a/sci-biology/amos/amos-3.1.0-r2.ebuild b/sci-biology/amos/amos-3.1.0-r2.ebuild
index bbf768f..ff04169 100644
--- a/sci-biology/amos/amos-3.1.0-r2.ebuild
+++ b/sci-biology/amos/amos-3.1.0-r2.ebuild
@@ -10,7 +10,7 @@ inherit eutils python-r1
 PERL_EXPORT_PHASE_FUNCTIONS=no
 inherit perl-module eutils toolchain-funcs
 
-DESCRIPTION="A Modular, Open-Source whole genome assembler"
+DESCRIPTION="Whole genome assembler, Hawkeye and AMOScmp to compare multiple assemblies"
 HOMEPAGE="http://amos.sourceforge.net/"
 SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
 
@@ -38,6 +38,9 @@ src_prepare() {
 	epatch \
 		"${FILESDIR}"/${P}-gcc-4.7.patch \
 		"${FILESDIR}"/${P}-goBambus2.py-indent-and-cleanup.patch
+	# $ gap-links
+	# ERROR:  Could not open file  LIBGUESTFS_PATH=/usr/share/guestfs/appliance/
+	# $
 }
 
 #  --with-jellyfish        location of Jellyfish headers
@@ -57,4 +60,8 @@ src_install() {
 	# zap the mis-placed files ('make install' is at fault)
 	rm -f "${D}"/usr/lib64/AMOS/*.pm
 	rm -rf "${D}"/usr/lib64/TIGR
+	echo AMOSCONF="${EPREFIX}"/etc/amos.acf > "${S}"/99amos || die
+	mkdir -p "${ED}"/etc || die
+	touch "${ED}"/etc/amos.acf || die
+	doenvd "${S}/99amos"
 }

diff --git a/sci-biology/amos/amos-9999.ebuild b/sci-biology/amos/amos-9999.ebuild
index 07a140a..fca8f2e 100644
--- a/sci-biology/amos/amos-9999.ebuild
+++ b/sci-biology/amos/amos-9999.ebuild
@@ -10,7 +10,7 @@ inherit perl-module eutils toolchain-funcs
 AUTOTOOLS_AUTORECONF=true
 inherit autotools-utils git-r3
 
-DESCRIPTION="Genome assembly package live cvs sources"
+DESCRIPTION="Whole genome assembler, Hawkeye and AMOScmp to compare multiple assemblies"
 HOMEPAGE="http://sourceforge.net/projects/amos"
 SRC_URI=""
 EGIT_REPO_URI="git://amos.git.sourceforge.net/gitroot/amos/amos"
@@ -34,6 +34,10 @@ RDEPEND="${DEPEND}
 
 #  --with-jellyfish        location of Jellyfish headers
 
+# $ gap-links
+# ERROR:  Could not open file  LIBGUESTFS_PATH=/usr/share/guestfs/appliance/
+# $
+
 src_install() {
 	default
 	python_replicate_script "${ED}"/usr/bin/goBambus2
@@ -49,4 +53,8 @@ src_install() {
 	# zap the mis-placed files ('make install' is at fault)
 	rm -f "${D}"/usr/lib64/AMOS/*.pm
 	rm -rf "${D}"/usr/lib64/TIGR
+	echo AMOSCONF="${EPREFIX}"/etc/amos.acf > "${S}"/99amos || die
+	mkdir -p "${ED}"/etc || die
+	touch "${ED}"/etc/amos.acf || die
+	doenvd "${S}/99amos"
 }


             reply	other threads:[~2016-03-23 19:09 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-03-23 19:09 Martin Mokrejs [this message]
  -- strict thread matches above, loose matches on Subject: below --
2018-01-20 21:28 [gentoo-commits] proj/sci:master commit in: sci-biology/amos/ Martin Mokrejs
2018-01-20 21:26 Martin Mokrejs
2015-05-25 22:48 Martin Mokrejs
2015-05-23 21:25 Martin Mokrejs
2015-04-17 23:56 Martin Mokrejs
2015-04-17 23:56 Martin Mokrejs
2015-04-17 22:23 Martin Mokrejs
2013-03-21  6:54 Justin Lecher
2012-05-22 19:43 Justin Lecher

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=1458760163.4a386700427979e83e4338695563aec7a1b1cfe9.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