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/ANGLE-bin/
Date: Fri, 26 Feb 2016 09:46:07 +0000 (UTC)	[thread overview]
Message-ID: <1456479710.ba3dccfe4b84b6ae9691313434c8a5407b872b16.jlec@gentoo> (raw)

commit:     ba3dccfe4b84b6ae9691313434c8a5407b872b16
Author:     Justin Lecher <jlec <AT> gentoo <DOT> org>
AuthorDate: Fri Feb 26 09:41:50 2016 +0000
Commit:     Justin Lecher <jlec <AT> gentoo <DOT> org>
CommitDate: Fri Feb 26 09:41:50 2016 +0000
URL:        https://gitweb.gentoo.org/proj/sci.git/commit/?id=ba3dccfe

sci-biology/ANGLE-bin: Properly support amd64/x86

* Chop DESCRIPTION to < 80 chars
* Bump to EAPI=6
* Create versioned source tarball
* Silence QA warnings for prebuilt binaries

Package-Manager: portage-2.2.27
Signed-off-by: Justin Lecher <jlec <AT> gentoo.org>

 ...0080813.ebuild => ANGLE-bin-20080813-r1.ebuild} | 24 +++++++++++-----------
 sci-biology/ANGLE-bin/metadata.xml                 |  2 +-
 2 files changed, 13 insertions(+), 13 deletions(-)

diff --git a/sci-biology/ANGLE-bin/ANGLE-bin-20080813.ebuild b/sci-biology/ANGLE-bin/ANGLE-bin-20080813-r1.ebuild
similarity index 63%
rename from sci-biology/ANGLE-bin/ANGLE-bin-20080813.ebuild
rename to sci-biology/ANGLE-bin/ANGLE-bin-20080813-r1.ebuild
index 4cbc822..55dc837 100644
--- a/sci-biology/ANGLE-bin/ANGLE-bin-20080813.ebuild
+++ b/sci-biology/ANGLE-bin/ANGLE-bin-20080813-r1.ebuild
@@ -2,32 +2,32 @@
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
-EAPI=5
+EAPI=6
 
-DESCRIPTION="CDS prediction overcoming sequencing errors in protein coding regions in unfinished cDNA"
+DESCRIPTION="CDS prediction overcoming sequencing errors in unfinished cDNA"
 HOMEPAGE="http://bioinformatics.cenargen.embrapa.br/portrait/download"
-SRC_URI="http://bioinformatics.cenargen.embrapa.br/portrait/download/angle.tar.gz"
+SRC_URI="http://bioinformatics.cenargen.embrapa.br/portrait/download/angle.tar.gz -> ${P}.tar.gz"
 
-RESTRICT="fetch"
 # According to Roberto T Arrial (author of portrait) for the purpose of his
 # portrait project the binaries were provided under a BSD license.
 # The output from Angle is modified for use with portrait and differs from
 # current versions at http://cbrc3.cbrc.jp/~shimizu/index.php
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~amd64"
+KEYWORDS="~amd64 ~x86"
 IUSE=""
 
-DEPEND=""
-RDEPEND="${DEPEND}"
-
 S="${WORKDIR}"/angle
 
+QA_PREBUILT="opt/*"
+
 src_install(){
-	dobin *.pl ANGLE-linux64 ANGLE-linux32 ANGLE-linux32DP ANGLE-linux64DP
+	into /opt
+	dobin *.pl
+	use amd64 && dobin ANGLE-linux64 ANGLE-linux64DP
+	use x86 && dobin ANGLE-linux32 ANGLE-linux32DP
 	dodoc README.txt
 	insinto /usr/share/"${PN}"
-	doins test.html sample.txt sample2.txt "test" seq2.noOrf
-	doins -r param-human
-	doins -r param-plant
+	doins test.html sample.txt sample2.txt test seq2.noOrf
+	doins -r param-human param-plant
 }

diff --git a/sci-biology/ANGLE-bin/metadata.xml b/sci-biology/ANGLE-bin/metadata.xml
index 1699e58..f68a1b6 100644
--- a/sci-biology/ANGLE-bin/metadata.xml
+++ b/sci-biology/ANGLE-bin/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>


             reply	other threads:[~2016-02-26  9:46 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-02-26  9:46 Justin Lecher [this message]
  -- strict thread matches above, loose matches on Subject: below --
2021-03-05 15:29 [gentoo-commits] proj/sci:master commit in: sci-biology/ANGLE-bin/ Andrew Ammerlaan
2016-02-10 15:26 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=1456479710.ba3dccfe4b84b6ae9691313434c8a5407b872b16.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