public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in sci-biology/rebase: ChangeLog rebase-1404.ebuild rebase-1311.ebuild rebase-1202.ebuild rebase-1312.ebuild rebase-1303.ebuild rebase-1310.ebuild
@ 2014-06-02  8:46 Justin Lecher (jlec)
  0 siblings, 0 replies; only message in thread
From: Justin Lecher (jlec) @ 2014-06-02  8:46 UTC (permalink / raw
  To: gentoo-commits

jlec        14/06/02 08:46:52

  Modified:             ChangeLog
  Added:                rebase-1404.ebuild
  Removed:              rebase-1311.ebuild rebase-1202.ebuild
                        rebase-1312.ebuild rebase-1303.ebuild
                        rebase-1310.ebuild
  Log:
  sci-biology/rebase: Version BUmp; clean old
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key B9D4F231BD1558AB!)

Revision  Changes    Path
1.121                sci-biology/rebase/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-biology/rebase/ChangeLog?rev=1.121&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-biology/rebase/ChangeLog?rev=1.121&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-biology/rebase/ChangeLog?r1=1.120&r2=1.121

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-biology/rebase/ChangeLog,v
retrieving revision 1.120
retrieving revision 1.121
diff -u -r1.120 -r1.121
--- ChangeLog	6 Mar 2014 11:25:34 -0000	1.120
+++ ChangeLog	2 Jun 2014 08:46:52 -0000	1.121
@@ -1,6 +1,13 @@
 # ChangeLog for sci-biology/rebase
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-biology/rebase/ChangeLog,v 1.120 2014/03/06 11:25:34 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-biology/rebase/ChangeLog,v 1.121 2014/06/02 08:46:52 jlec Exp $
+
+*rebase-1404 (02 Jun 2014)
+
+  02 Jun 2014; Justin Lecher <jlec@gentoo.org> -rebase-1202.ebuild,
+  -rebase-1303.ebuild, -rebase-1310.ebuild, -rebase-1311.ebuild,
+  -rebase-1312.ebuild, +rebase-1404.ebuild:
+  Version BUmp; clean old
 
 *rebase-1403 (06 Mar 2014)
 



1.1                  sci-biology/rebase/rebase-1404.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-biology/rebase/rebase-1404.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-biology/rebase/rebase-1404.ebuild?rev=1.1&content-type=text/plain

Index: rebase-1404.ebuild
===================================================================
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/sci-biology/rebase/rebase-1404.ebuild,v 1.1 2014/06/02 08:46:52 jlec Exp $

EAPI=5

MY_PV=${PV#1}

DESCRIPTION="A restriction enzyme database"
HOMEPAGE="http://rebase.neb.com"
SRC_URI="http://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
}





^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2014-06-02  8:46 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-06-02  8:46 [gentoo-commits] gentoo-x86 commit in sci-biology/rebase: ChangeLog rebase-1404.ebuild rebase-1311.ebuild rebase-1202.ebuild rebase-1312.ebuild rebase-1303.ebuild rebase-1310.ebuild Justin Lecher (jlec)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox