From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 8DCD81388C0 for ; Fri, 26 Feb 2016 09:46:12 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 16680E07F5; Fri, 26 Feb 2016 09:46:11 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 6D7FAE07F5 for ; Fri, 26 Feb 2016 09:46:10 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 6EDE2340A3B for ; Fri, 26 Feb 2016 09:46:09 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A9A581607 for ; Fri, 26 Feb 2016 09:46:07 +0000 (UTC) From: "Justin Lecher" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Justin Lecher" Message-ID: <1456479710.ba3dccfe4b84b6ae9691313434c8a5407b872b16.jlec@gentoo> Subject: [gentoo-commits] proj/sci:master commit in: sci-biology/ANGLE-bin/ X-VCS-Repository: proj/sci X-VCS-Files: sci-biology/ANGLE-bin/ANGLE-bin-20080813-r1.ebuild sci-biology/ANGLE-bin/ANGLE-bin-20080813.ebuild sci-biology/ANGLE-bin/metadata.xml X-VCS-Directories: sci-biology/ANGLE-bin/ X-VCS-Committer: jlec X-VCS-Committer-Name: Justin Lecher X-VCS-Revision: ba3dccfe4b84b6ae9691313434c8a5407b872b16 X-VCS-Branch: master Date: Fri, 26 Feb 2016 09:46:07 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 3a6d0ba6-6bdc-4951-a385-a711c641b3c9 X-Archives-Hash: 8a46d0f47efc92fb95a66dadc7d40019 commit: ba3dccfe4b84b6ae9691313434c8a5407b872b16 Author: Justin Lecher gentoo org> AuthorDate: Fri Feb 26 09:41:50 2016 +0000 Commit: Justin Lecher gentoo 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 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 @@ mmokrejs@fold.natur.cuni.cz Martin Mokrejs - + sci-biology@gentoo.org Gentoo Biology Project