diff options
author | Justin Lecher <jlec@gentoo.org> | 2015-03-25 15:47:09 +0000 |
---|---|---|
committer | Justin Lecher <jlec@gentoo.org> | 2015-03-25 15:47:09 +0000 |
commit | efa6afb495644e021d55518ead8e53f31ba90610 (patch) | |
tree | eb84f6ee81029722b4d39ef247182b8a37be66df /sci-biology/rebase | |
parent | Drop old (diff) | |
download | gentoo-2-efa6afb495644e021d55518ead8e53f31ba90610.tar.gz gentoo-2-efa6afb495644e021d55518ead8e53f31ba90610.tar.bz2 gentoo-2-efa6afb495644e021d55518ead8e53f31ba90610.zip |
Drop old
(Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key B9D4F231BD1558AB!)
Diffstat (limited to 'sci-biology/rebase')
-rw-r--r-- | sci-biology/rebase/ChangeLog | 6 | ||||
-rw-r--r-- | sci-biology/rebase/rebase-1412.ebuild | 46 | ||||
-rw-r--r-- | sci-biology/rebase/rebase-1501.ebuild | 46 |
3 files changed, 5 insertions, 93 deletions
diff --git a/sci-biology/rebase/ChangeLog b/sci-biology/rebase/ChangeLog index 5b457c8a50a1..8de8c9aace8e 100644 --- a/sci-biology/rebase/ChangeLog +++ b/sci-biology/rebase/ChangeLog @@ -1,6 +1,10 @@ # 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.147 2015/03/25 14:06:48 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-biology/rebase/ChangeLog,v 1.148 2015/03/25 15:47:09 jlec Exp $ + + 25 Mar 2015; Justin Lecher <jlec@gentoo.org> -rebase-1412.ebuild, + -rebase-1501.ebuild: + Drop old 25 Mar 2015; Agostino Sarubbo <ago@gentoo.org> rebase-1502.ebuild: Stable for x86, wrt bug #541512 diff --git a/sci-biology/rebase/rebase-1412.ebuild b/sci-biology/rebase/rebase-1412.ebuild deleted file mode 100644 index 477687579c4f..000000000000 --- a/sci-biology/rebase/rebase-1412.ebuild +++ /dev/null @@ -1,46 +0,0 @@ -# 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-1412.ebuild,v 1.4 2015/01/26 10:34:05 ago 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 -} diff --git a/sci-biology/rebase/rebase-1501.ebuild b/sci-biology/rebase/rebase-1501.ebuild deleted file mode 100644 index 50fb7148770d..000000000000 --- a/sci-biology/rebase/rebase-1501.ebuild +++ /dev/null @@ -1,46 +0,0 @@ -# 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-1501.ebuild,v 1.1 2015/01/04 11:28:58 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 -} |