diff options
author | 2015-08-02 12:01:41 +0000 | |
---|---|---|
committer | 2015-08-02 12:01:41 +0000 | |
commit | 789455c01d9d8ac9d9aeb5dcdcc34bc9ae987a40 (patch) | |
tree | 91b7faa9923a1d65341c58fb74461d68da91a354 /sci-biology | |
parent | Follow stable ppc for ALLARCHES, bug #553618 (diff) | |
download | gentoo-2-789455c01d9d8ac9d9aeb5dcdcc34bc9ae987a40.tar.gz gentoo-2-789455c01d9d8ac9d9aeb5dcdcc34bc9ae987a40.tar.bz2 gentoo-2-789455c01d9d8ac9d9aeb5dcdcc34bc9ae987a40.zip |
Drop old
(Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key E9402A79B03529A2!)
Diffstat (limited to 'sci-biology')
-rw-r--r-- | sci-biology/rebase/ChangeLog | 6 | ||||
-rw-r--r-- | sci-biology/rebase/rebase-1505.ebuild | 46 | ||||
-rw-r--r-- | sci-biology/rebase/rebase-1506.ebuild | 46 |
3 files changed, 5 insertions, 93 deletions
diff --git a/sci-biology/rebase/ChangeLog b/sci-biology/rebase/ChangeLog index 6173d9600961..fd67158a66bb 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.167 2015/08/02 12:00:11 jlec Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-biology/rebase/ChangeLog,v 1.168 2015/08/02 12:01:41 jlec Exp $ + + 02 Aug 2015; Justin Lecher <jlec@gentoo.org> -rebase-1505.ebuild, + -rebase-1506.ebuild: + Drop old 02 Aug 2015; Justin Lecher <jlec@gentoo.org> rebase-1507.ebuild: Follow stable ppc for ALLARCHES, bug #553618 diff --git a/sci-biology/rebase/rebase-1505.ebuild b/sci-biology/rebase/rebase-1505.ebuild deleted file mode 100644 index baaa2e4602cb..000000000000 --- a/sci-biology/rebase/rebase-1505.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-1505.ebuild,v 1.4 2015/06/11 14:28:53 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-1506.ebuild b/sci-biology/rebase/rebase-1506.ebuild deleted file mode 100644 index 7b1a3d21ed29..000000000000 --- a/sci-biology/rebase/rebase-1506.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-1506.ebuild,v 1.1 2015/05/30 07:46: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 -} |