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] repo/gentoo:master commit in: sci-biology/rebase/
Date: Fri,  9 Dec 2016 20:40:59 +0000 (UTC)	[thread overview]
Message-ID: <1481316058.96e97480355ca042f2b728d33ea12aeb7550c25b.jlec@gentoo> (raw)

commit:     96e97480355ca042f2b728d33ea12aeb7550c25b
Author:     Justin Lecher <jlec <AT> gentoo <DOT> org>
AuthorDate: Fri Dec  9 20:40:42 2016 +0000
Commit:     Justin Lecher <jlec <AT> gentoo <DOT> org>
CommitDate: Fri Dec  9 20:40:58 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=96e97480

sci-biology/rebase: Version Bump

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

 sci-biology/rebase/Manifest           |  1 +
 sci-biology/rebase/rebase-1612.ebuild | 46 +++++++++++++++++++++++++++++++++++
 2 files changed, 47 insertions(+)

diff --git a/sci-biology/rebase/Manifest b/sci-biology/rebase/Manifest
index c89b185..167568e 100644
--- a/sci-biology/rebase/Manifest
+++ b/sci-biology/rebase/Manifest
@@ -4,3 +4,4 @@ DIST rebase-1607.tar.xz 111124484 SHA256 2d795db3cc8cf7ff22eda983334e480b9c7b61c
 DIST rebase-1608.tar.xz 113417576 SHA256 ce8872adbe09c756af4bded43bde43e45d82b14642454fad05da8deef271bb81 SHA512 989d353cb9d73039d6c08805c4d32dbef1bdd37683f4c2ead5fa4889eae05bf3bdba54214d199b87961d8ace4d950f21dbc749e955867f8c6ccac766c7a06520 WHIRLPOOL bc89aa9230680ac08d3c17f7068bb45cb28dbf45038ffda5c2b4660fe366cdc32376ca32439953a2faa7524c6a5c4811a124288b85cf8320ef324458e3957d70
 DIST rebase-1609.tar.xz 140865364 SHA256 0799f4a1dae79eaea6629425f6dae104951b94777dc58866adceb4277c577f51 SHA512 3a06a67c7df78f3eb6214dece1f2045ce2610cf34efc8f9eb34b97ca2aa818ea9b52124da1b44895a5a53ec45b19bb78f0cc036b2053e28f1cb72087cd42ad35 WHIRLPOOL fcd5ff5674465cab269dbe8c4f7e5c2c33f6b3b2a515e3f1c1a8c8b60fc68ecca1f48ea4c363ce52b77ddfd50e8fc9c22aad69b7ebc190ccdcfcd2b52d3bc27b
 DIST rebase-1611.tar.xz 117976252 SHA256 fcfe506c8f018b8d7b43c5f87e4125310e43d2d2ea5f3ea6b3523f9d23ae7d1c SHA512 33287d497e399a7cfb8e7dc6e2b905553303b4b8dce49066eafc3f48cac47e9e3fd8c8736a7a0352ed5fd5da39aca220ed59884f887a5588cedc2d5e56b6e764 WHIRLPOOL 52758d6017e0725bd2f84cb2cd4f16b3965a21f45a664ed71078d50b95a64664239936a605052bc3b34ef67e70cb96fd5b1e2005bdc699be9cff9f919b197734
+DIST rebase-1612.tar.xz 122519992 SHA256 eb94346564c43244c5959b5948fe59f0ebe9e2590978f1ec8787a3395e918368 SHA512 3936749465f828d1b5922b4c75635a678e2e865cef88084d819291227bd1404e56edbc208e986a7373c32ff0172709cfcb8c4343f8512fbdacf39666f97c5026 WHIRLPOOL 729aa68437b48e3bcbaaf3747feaaf7090a612d2a05658a28ca74b8c58b3227718b0ca9d17a9d5caba42ba02cb6d11fe8bc34796bf385a8310bed2aecae20985

diff --git a/sci-biology/rebase/rebase-1612.ebuild b/sci-biology/rebase/rebase-1612.ebuild
new file mode 100644
index 00000000..47f2e43
--- /dev/null
+++ b/sci-biology/rebase/rebase-1612.ebuild
@@ -0,0 +1,46 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+MY_PV=${PV#1}
+
+DESCRIPTION="A restriction enzyme database"
+HOMEPAGE="http://rebase.neb.com"
+SRC_URI="https://dev.gentoo.org/~jlec/distfiles/${P}.tar.xz"
+
+SLOT="0"
+LICENSE="public-domain"
+KEYWORDS="~amd64 ~ppc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~sparc-solaris ~x86-solaris"
+IUSE="emboss minimal"
+
+RDEPEND="emboss? ( >=sci-biology/emboss-5.0.0 )"
+DEPEND="${RDEPEND}"
+
+RESTRICT="binchecks strip"
+
+src_compile() {
+	if use emboss; then
+		echo; einfo "Indexing Rebase for usage with EMBOSS."
+		mkdir REBASE || die
+		EMBOSS_DATA="." rebaseextract -auto -infile withrefm.${MY_PV} \
+				-protofile proto.${MY_PV} -equivalences \
+				|| die "Indexing Rebase failed."
+		echo
+	fi
+}
+
+src_install() {
+	if ! use minimal; then
+		insinto /usr/share/${PN}
+		doins withrefm.${MY_PV} proto.${MY_PV}
+	fi
+	newdoc REBASE.DOC README
+	if use emboss; then
+		insinto /usr/share/EMBOSS/data/REBASE
+		doins REBASE/embossre.{enz,ref,sup}
+		insinto /usr/share/EMBOSS/data
+		doins REBASE/embossre.equ
+	fi
+}


             reply	other threads:[~2016-12-09 20:41 UTC|newest]

Thread overview: 38+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-12-09 20:40 Justin Lecher [this message]
  -- strict thread matches above, loose matches on Subject: below --
2022-07-09  3:09 [gentoo-commits] repo/gentoo:master commit in: sci-biology/rebase/ Sam James
2022-06-19 18:04 David Seifert
2018-12-31  9:44 Justin Lecher
2018-10-21 11:55 Justin Lecher
2018-06-09 20:33 Justin Lecher
2018-03-11 21:27 Justin Lecher
2017-04-23 17:17 Justin Lecher
2017-02-27 20:58 Justin Lecher
2017-02-19 21:03 Justin Lecher
2017-02-19 18:44 David Seifert
2017-02-19 18:44 David Seifert
2017-01-15 19:28 Justin Lecher
2017-01-04 17:09 Agostino Sarubbo
2017-01-04 16:56 Agostino Sarubbo
2017-01-02 22:09 Justin Lecher
2017-01-02 11:02 Justin Lecher
2017-01-02  9:54 Agostino Sarubbo
2016-12-20 13:29 Tobias Klausmann
2016-10-29 11:11 Justin Lecher
2016-09-10 20:00 Justin Lecher
2016-07-31 17:36 Justin Lecher
2016-07-02 17:50 Justin Lecher
2016-04-02 11:04 Agostino Sarubbo
2016-04-02 10:09 Justin Lecher
2016-02-14 17:54 Justin Lecher
2016-02-13 15:27 Agostino Sarubbo
2016-02-01 11:13 Justin Lecher
2016-01-03 17:30 Justin Lecher
2016-01-02 17:51 Agostino Sarubbo
2016-01-02 17:44 Justin Lecher
2016-01-02 17:42 Justin Lecher
2015-10-30 12:03 Justin Lecher
2015-10-01 10:16 Agostino Sarubbo
2015-10-01 10:13 Justin Lecher
2015-10-01  7:03 Justin Lecher
2015-09-19 12:41 Agostino Sarubbo
2015-08-31  6:46 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=1481316058.96e97480355ca042f2b728d33ea12aeb7550c25b.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