commit: 065a609f1ed78a4b3d6d90344735983718086448
Author: Justin Lecher <jlec <AT> gentoo <DOT> org>
AuthorDate: Sun Jan 15 16:59:40 2017 +0000
Commit: Justin Lecher <jlec <AT> gentoo <DOT> org>
CommitDate: Sun Jan 15 19:28:10 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=065a609f
sci-biology/rebase: Drop old
Package-Manager: Portage-2.3.3, Repoman-2.3.1
Signed-off-by: Justin Lecher <jlec <AT> gentoo.org>
sci-biology/rebase/Manifest | 1 -
sci-biology/rebase/rebase-1607.ebuild | 46 -----------------------------------
2 files changed, 47 deletions(-)
diff --git a/sci-biology/rebase/Manifest b/sci-biology/rebase/Manifest
index 00e400e..cc30e16 100644
--- a/sci-biology/rebase/Manifest
+++ b/sci-biology/rebase/Manifest
@@ -1,3 +1,2 @@
-DIST rebase-1607.tar.xz 111124484 SHA256
2d795db3cc8cf7ff22eda983334e480b9c7b61c5b5ed9d38e2d626489fc4cefe SHA512
b166f75d6d82efe68f9e2521e26c7dc1bf34dde168d6eb94195f2f938316b0c7d06a11684de7d71e9bef2f3051a12c848c87a0d48bb6e148f6f84e9f694ced48
WHIRLPOOL
823054e6b366b707ba1be105fd6172f315358ba07ac8cfb7bbafdac3b9f14718e3406bb4b1c048b18dc8422ead4da09512b61758470bd5ca6a8d9141ebb5c578
DIST rebase-1612.tar.xz 122519992 SHA256
eb94346564c43244c5959b5948fe59f0ebe9e2590978f1ec8787a3395e918368 SHA512
3936749465f828d1b5922b4c75635a678e2e865cef88084d819291227bd1404e56edbc208e986a7373c32ff0172709cfcb8c4343f8512fbdacf39666f97c5026
WHIRLPOOL
729aa68437b48e3bcbaaf3747feaaf7090a612d2a05658a28ca74b8c58b3227718b0ca9d17a9d5caba42ba02cb6d11fe8bc34796bf385a8310bed2aecae20985
DIST rebase-1701.tar.xz 120604368 SHA256
cc8cf90f874dcb179b9f7654780ff783066fa6a67fffb90d6ac08d2917fa671b SHA512
1833db9d78508bbd5317f9b42b0e8129096f1695d5a14d5e2b6043bc94091a76ac404c576ad622be4e32c46aff7975a7ec3e36c3da71ce3ce1665868ee0d77cb
WHIRLPOOL
641b755b92e8aa9ca2d9a69760d0414a95f38512fa235a9856a953398d5ab0c853bb4743f6790aada1d90f968bfaa76c0651aadea842fff9700941c506a29ecd
diff --git a/sci-biology/rebase/rebase-1607.ebuild
b/sci-biology/rebase/rebase-1607.ebuild
deleted file mode 100644
index b058fa9..00000000
--- a/sci-biology/rebase/rebase-1607.ebuild
+++ /dev/null
@@ -1,46 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-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
-}