public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Justin Lecher" <jlec@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] proj/sci:master commit in: sci-biology/ESTate/
Date: Sat, 10 Jan 2015 14:37:07 +0000 (UTC)	[thread overview]
Message-ID: <1420899478.fb4ef931e8f0177f06753635416595180b789995.jlec@gentoo> (raw)

commit:     fb4ef931e8f0177f06753635416595180b789995
Author:     Justin Lecher <jlec <AT> gentoo <DOT> org>
AuthorDate: Sat Jan 10 14:17:58 2015 +0000
Commit:     Justin Lecher <jlec <AT> gentoo <DOT> org>
CommitDate: Sat Jan 10 14:17:58 2015 +0000
URL:        http://sources.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=fb4ef931

sci-biology/ESTate: Soma QA and polishing

Package-Manager: portage-2.2.15

---
 sci-biology/ESTate/ChangeLog         |  3 +++
 sci-biology/ESTate/ESTate-0.5.ebuild | 28 +++++++++++++++++++---------
 2 files changed, 22 insertions(+), 9 deletions(-)

diff --git a/sci-biology/ESTate/ChangeLog b/sci-biology/ESTate/ChangeLog
index 0e86bdb..879e7b4 100644
--- a/sci-biology/ESTate/ChangeLog
+++ b/sci-biology/ESTate/ChangeLog
@@ -2,6 +2,9 @@
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+  10 Jan 2015; Justin Lecher <jlec@gentoo.org> ESTate-0.5.ebuild:
+  Soma QA and polishing
+
   09 Jan 2015; Martin Mokrejs <mmokrejs@fold.natur.cuni.cz> ESTate-0.5.ebuild:
   improve description and emphasize the ORF finder can overcome frameshifts in
   CDS

diff --git a/sci-biology/ESTate/ESTate-0.5.ebuild b/sci-biology/ESTate/ESTate-0.5.ebuild
index 3e459b0..1622516 100644
--- a/sci-biology/ESTate/ESTate-0.5.ebuild
+++ b/sci-biology/ESTate/ESTate-0.5.ebuild
@@ -4,9 +4,12 @@
 
 EAPI=5
 
-DESCRIPTION="ORF finding despite frameshifts, EST clustering (framefinder, estcluster, usage counter, revcomp and translate)"
+inherit eutils
+
+DESCRIPTION="ORF finding despite frameshifts, EST clustering"
 HOMEPAGE="http://www.ebi.ac.uk/~guy/estate"
-SRC_URI="http://www.ebi.ac.uk/~guy/estate/estate.tar.gz
+SRC_URI="
+	http://www.ebi.ac.uk/~guy/estate/estate.tar.gz
 	http://www.ebi.ac.uk/~guy/estate/thesis.ps.gz"
 
 LICENSE="GPL-2"
@@ -14,23 +17,30 @@ SLOT="0"
 KEYWORDS="~amd64"
 IUSE=""
 
-DEPEND=""
-RDEPEND="${DEPEND}"
-
 S="${WORKDIR}"/estate
 
 src_prepare(){
-	sed -e "s/^CC/#CC/" -e "s/^LDFLAGS/#LDFLAGS/" -e "s/^CFLAGS/#CFLAGS/" -e "s/LDFLAGS/CFLAGS/" -i src/Makefile || die
+	sed \
+		-e "s/^CC/#CC/" \
+		-e "s/^LDFLAGS/#LDFLAGS/" \
+		-e "s/^CFLAGS/#CFLAGS/" \
+		-e "s/LDFLAGS/CFLAGS/" \
+		-i src/Makefile || die
 }
 
 src_install(){
 	dobin bin/*
 	doman doc/man/man1/*.1 doc/man/man7/*.7
+
 	insinto /usr/share/ESTate/etc
 	doins etc/ESTaterc
+
 	insinto /usr/share/ESTate/example
 	doins example/embl59* example/drosophila*
-	dodoc ANNOUNCE.txt README.txt
-	dodoc "${DISTDIR}"/thesis.ps.gz
-	einfo "Additionally you may want to install sci-biology/wcd which can be used by ESTate"
+
+	dodoc ANNOUNCE.txt README.txt "${DISTDIR}"/thesis.ps.gz
+}
+
+pkg_postinst() {
+	optfeature "additional features" sci-biology/wcd
 }


             reply	other threads:[~2015-01-10 14:37 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-01-10 14:37 Justin Lecher [this message]
  -- strict thread matches above, loose matches on Subject: below --
2017-01-10  0:59 [gentoo-commits] proj/sci:master commit in: sci-biology/ESTate/ Martin Mokrejs
2015-04-18  0:55 Martin Mokrejs
2015-01-09 17:56 Martin Mokrejs
2015-01-09 17:34 Martin Mokrejs
2015-01-09 17:30 Martin Mokrejs
2015-01-09 17:15 Martin Mokrejs
2015-01-09 16:13 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=1420899478.fb4ef931e8f0177f06753635416595180b789995.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