diff options
author | Justin Lecher <jlec@gentoo.org> | 2013-08-11 13:43:00 +0000 |
---|---|---|
committer | Justin Lecher <jlec@gentoo.org> | 2013-08-11 13:43:00 +0000 |
commit | 6e8e283a532dbb5361acfff790f9f8b4717f0d0c (patch) | |
tree | 06b78c370e768dda337731e667893942b07b39c9 /sci-biology | |
parent | Symlink texmf files into texmf-site, texmf will not be seen by texlive 2013 (diff) | |
download | gentoo-2-6e8e283a532dbb5361acfff790f9f8b4717f0d0c.tar.gz gentoo-2-6e8e283a532dbb5361acfff790f9f8b4717f0d0c.tar.bz2 gentoo-2-6e8e283a532dbb5361acfff790f9f8b4717f0d0c.zip |
sci-biology/last: Drop old
(Portage version: 2.2.0_alpha196/cvs/Linux x86_64, signed Manifest commit with key B9D4F231BD1558AB!)
Diffstat (limited to 'sci-biology')
-rw-r--r-- | sci-biology/last/ChangeLog | 6 | ||||
-rw-r--r-- | sci-biology/last/last-146.ebuild | 31 | ||||
-rw-r--r-- | sci-biology/last/last-162-r1.ebuild | 37 | ||||
-rw-r--r-- | sci-biology/last/last-184.ebuild | 37 | ||||
-rw-r--r-- | sci-biology/last/last-192.ebuild | 37 |
5 files changed, 5 insertions, 143 deletions
diff --git a/sci-biology/last/ChangeLog b/sci-biology/last/ChangeLog index 147e866dc425..58561dddd721 100644 --- a/sci-biology/last/ChangeLog +++ b/sci-biology/last/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for sci-biology/last # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-biology/last/ChangeLog,v 1.24 2013/08/07 13:35:34 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-biology/last/ChangeLog,v 1.25 2013/08/11 13:43:00 jlec Exp $ + + 11 Aug 2013; Justin Lecher <jlec@gentoo.org> -last-146.ebuild, + -last-162-r1.ebuild, -last-184.ebuild, -last-192.ebuild: + Drop old 07 Aug 2013; Agostino Sarubbo <ago@gentoo.org> last-230.ebuild: Stable for x86, wrt bug #477140 diff --git a/sci-biology/last/last-146.ebuild b/sci-biology/last/last-146.ebuild deleted file mode 100644 index 69e7efd73354..000000000000 --- a/sci-biology/last/last-146.ebuild +++ /dev/null @@ -1,31 +0,0 @@ -# Copyright 1999-2011 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-biology/last/last-146.ebuild,v 1.3 2011/02/11 13:03:34 hwoarang Exp $ - -EAPI="2" - -inherit toolchain-funcs - -DESCRIPTION="Genome-scale comparison of biological sequences" -HOMEPAGE="http://last.cbrc.jp/" -SRC_URI="http://last.cbrc.jp/archive/${P}.zip" - -LICENSE="GPL-3" -SLOT="0" -IUSE="" -KEYWORDS="amd64 x86" - -DEPEND="app-arch/unzip" -RDEPEND="" - -src_compile() { - emake -e -C src CXX="$(tc-getCXX)" \ - STRICT="${LDFLAGS}" || die -} - -src_install() { - dobin src/last{al,db} || die - exeinto /usr/share/${PN}/scripts - doexe scripts/* || die - dodoc doc/*.txt ChangeLog.txt README.txt || die -} diff --git a/sci-biology/last/last-162-r1.ebuild b/sci-biology/last/last-162-r1.ebuild deleted file mode 100644 index 2961a6794448..000000000000 --- a/sci-biology/last/last-162-r1.ebuild +++ /dev/null @@ -1,37 +0,0 @@ -# Copyright 1999-2011 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-biology/last/last-162-r1.ebuild,v 1.4 2011/12/15 18:58:48 ago Exp $ - -EAPI="2" - -inherit eutils toolchain-funcs - -DESCRIPTION="Genome-scale comparison of biological sequences" -HOMEPAGE="http://last.cbrc.jp/" -SRC_URI="http://last.cbrc.jp/archive/${P}.zip" - -LICENSE="GPL-3" -SLOT="0" -IUSE="" -KEYWORDS="amd64 x86" - -DEPEND="app-arch/unzip" -RDEPEND="" - -src_prepare() { - epatch \ - "${FILESDIR}"/${PV}-ldflags.patch \ - "${FILESDIR}"/${PV}-gcc46.patch -} - -src_compile() { - emake -e -C src CXX="$(tc-getCXX)" \ - STRICT="${LDFLAGS}" || die -} - -src_install() { - dobin src/last{al,db,ex} || die - exeinto /usr/share/${PN}/scripts - doexe scripts/* || die - dodoc doc/*.txt ChangeLog.txt README.txt || die -} diff --git a/sci-biology/last/last-184.ebuild b/sci-biology/last/last-184.ebuild deleted file mode 100644 index c2258dbd69f0..000000000000 --- a/sci-biology/last/last-184.ebuild +++ /dev/null @@ -1,37 +0,0 @@ -# Copyright 1999-2011 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-biology/last/last-184.ebuild,v 1.2 2011/11/23 08:23:08 jlec Exp $ - -EAPI=4 - -inherit eutils toolchain-funcs - -DESCRIPTION="Genome-scale comparison of biological sequences" -HOMEPAGE="http://last.cbrc.jp/" -SRC_URI="http://last.cbrc.jp/archive/${P}.zip" - -LICENSE="GPL-3" -SLOT="0" -IUSE="" -KEYWORDS="~amd64 ~x86" - -DEPEND="app-arch/unzip" -RDEPEND="" - -src_prepare() { - sed \ - -e 's:-o $@:$(LDFLAGS) -o $@:g' \ - -i src/makefile || die -} - -src_compile() { - emake -e -C src CXX="$(tc-getCXX)" \ - STRICT="" || die -} - -src_install() { - dobin src/last{al,db,ex} - exeinto /usr/share/${PN}/scripts - doexe scripts/* - dodoc doc/*.txt ChangeLog.txt README.txt -} diff --git a/sci-biology/last/last-192.ebuild b/sci-biology/last/last-192.ebuild deleted file mode 100644 index 60f5af78032e..000000000000 --- a/sci-biology/last/last-192.ebuild +++ /dev/null @@ -1,37 +0,0 @@ -# Copyright 1999-2012 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-biology/last/last-192.ebuild,v 1.1 2012/02/10 18:01:44 jlec Exp $ - -EAPI=4 - -inherit eutils toolchain-funcs - -DESCRIPTION="Genome-scale comparison of biological sequences" -HOMEPAGE="http://last.cbrc.jp/" -SRC_URI="http://last.cbrc.jp/archive/${P}.zip" - -LICENSE="GPL-3" -SLOT="0" -IUSE="" -KEYWORDS="~amd64 ~x86" - -DEPEND="app-arch/unzip" -RDEPEND="" - -src_prepare() { - sed \ - -e 's:-o $@:$(LDFLAGS) -o $@:g' \ - -i src/makefile || die -} - -src_compile() { - emake -e -C src CXX="$(tc-getCXX)" \ - STRICT="" || die -} - -src_install() { - dobin src/last{al,db,ex} - exeinto /usr/share/${PN}/scripts - doexe scripts/* - dodoc doc/*.txt ChangeLog.txt README.txt -} |