jlec        15/08/02 13:40:34

  Modified:             ChangeLog
  Added:                rebase-1508.ebuild
  Log:
  Version Bump
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
E9402A79B03529A2!)

Revision  Changes    Path
1.169                sci-biology/rebase/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-biology/rebase/ChangeLog,v
retrieving revision 1.168
retrieving revision 1.169
diff -u -r1.168 -r1.169
--- ChangeLog   2 Aug 2015 12:01:41 -0000       1.168
+++ ChangeLog   2 Aug 2015 13:40:34 -0000       1.169
@@ -1,6 +1,11 @@
 # ChangeLog for sci-biology/rebase
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-biology/rebase/ChangeLog,v 1.168 
2015/08/02 12:01:41 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-biology/rebase/ChangeLog,v 1.169 
2015/08/02 13:40:34 jlec Exp $
+
+*rebase-1508 (02 Aug 2015)
+
+  02 Aug 2015; Justin Lecher <[email protected]> +rebase-1508.ebuild:
+  Version Bump
 
   02 Aug 2015; Justin Lecher <[email protected]> -rebase-1505.ebuild,
   -rebase-1506.ebuild:



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

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

Index: rebase-1508.ebuild
===================================================================
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/sci-biology/rebase/rebase-1508.ebuild,v 1.1 
2015/08/02 13:40:34 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
}




Reply via email to