jlec        15/06/30 06:28:04

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

Revision  Changes    Path
1.165                sci-biology/rebase/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-biology/rebase/ChangeLog,v
retrieving revision 1.164
retrieving revision 1.165
diff -u -r1.164 -r1.165
--- ChangeLog   15 Jun 2015 17:59:38 -0000      1.164
+++ ChangeLog   30 Jun 2015 06:28:04 -0000      1.165
@@ -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.164 
2015/06/15 17:59:38 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-biology/rebase/ChangeLog,v 1.165 
2015/06/30 06:28:04 jlec Exp $
+
+*rebase-1507 (30 Jun 2015)
+
+  30 Jun 2015; Justin Lecher <j...@gentoo.org> +rebase-1507.ebuild:
+  Version Bump
 
   15 Jun 2015; Justin Lecher <j...@gentoo.org> -rebase-1504.ebuild:
   Drop old



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

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

Index: rebase-1507.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-1507.ebuild,v 1.1 
2015/06/30 06:28:04 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