summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrey Kislyuk <weaver@gentoo.org>2011-04-02 18:28:00 +0000
committerAndrey Kislyuk <weaver@gentoo.org>2011-04-02 18:28:00 +0000
commite69eb46ec39301b05c7969420fcfd5430f54cef0 (patch)
treeca968ce080f3b20ef01449d7d82a743a30ae471e /sci-biology
parentVersion bump (diff)
downloadgentoo-2-e69eb46ec39301b05c7969420fcfd5430f54cef0.tar.gz
gentoo-2-e69eb46ec39301b05c7969420fcfd5430f54cef0.tar.bz2
gentoo-2-e69eb46ec39301b05c7969420fcfd5430f54cef0.zip
drop old
(Portage version: 2.2_rc86/cvs/Linux x86_64)
Diffstat (limited to 'sci-biology')
-rw-r--r--sci-biology/last/ChangeLog5
-rw-r--r--sci-biology/last/last-128-r1.ebuild31
-rw-r--r--sci-biology/last/last-96.ebuild34
3 files changed, 4 insertions, 66 deletions
diff --git a/sci-biology/last/ChangeLog b/sci-biology/last/ChangeLog
index cb639143d409..3b4e015f7962 100644
--- a/sci-biology/last/ChangeLog
+++ b/sci-biology/last/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for sci-biology/last
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-biology/last/ChangeLog,v 1.11 2011/04/02 18:26:30 weaver Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-biology/last/ChangeLog,v 1.12 2011/04/02 18:28:00 weaver Exp $
+
+ 02 Apr 2011; Andrey Kislyuk <weaver@gentoo.org> ChangeLog:
+ drop old
*last-162 (02 Apr 2011)
diff --git a/sci-biology/last/last-128-r1.ebuild b/sci-biology/last/last-128-r1.ebuild
deleted file mode 100644
index ca98f1c7eda0..000000000000
--- a/sci-biology/last/last-128-r1.ebuild
+++ /dev/null
@@ -1,31 +0,0 @@
-# Copyright 1999-2010 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sci-biology/last/last-128-r1.ebuild,v 1.1 2010/09/15 20:51:44 xarthisius 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-96.ebuild b/sci-biology/last/last-96.ebuild
deleted file mode 100644
index b7aafa71e2db..000000000000
--- a/sci-biology/last/last-96.ebuild
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 1999-2010 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sci-biology/last/last-96.ebuild,v 1.4 2010/04/05 12:10:02 phajdan.jr Exp $
-
-EAPI="2"
-
-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 -i -e 's/CXXFLAGS =/CXXFLAGS +=/' -e 's/CCFLAGS =/CCFLAGS = ${CFLAGS}/' \
- src/makefile || die
-}
-
-src_compile() {
- emake -C src || die
-}
-
-src_install() {
- dobin src/last{al,db} || die
- exeinto /usr/share/${PN}/scripts
- doexe scripts/* || die
- insinto /usr/share/doc/${PF}
- doins -r doc ChangeLog.txt README.txt
-}