sci-biology/kalign: Remove old
authorDavid Seifert <soap@gentoo.org>
Sat, 25 Feb 2017 16:35:43 +0000 (17:35 +0100)
committerDavid Seifert <soap@gentoo.org>
Sat, 25 Feb 2017 17:12:59 +0000 (18:12 +0100)
Package-Manager: Portage-2.3.3, Repoman-2.3.1
Closes: https://github.com/gentoo/gentoo/pull/4076

sci-biology/kalign/kalign-2.03-r1.ebuild [deleted file]
sci-biology/kalign/kalign-2.03.ebuild [deleted file]

diff --git a/sci-biology/kalign/kalign-2.03-r1.ebuild b/sci-biology/kalign/kalign-2.03-r1.ebuild
deleted file mode 100644 (file)
index 4422bad..0000000
+++ /dev/null
@@ -1,33 +0,0 @@
-# Copyright 1999-2011 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=4
-
-inherit toolchain-funcs
-
-DESCRIPTION="Global and progressive multiple sequence alignment"
-HOMEPAGE="http://msa.cgb.ki.se/"
-SRC_URI="mirror://debian/pool/main/k/kalign/${PN}_${PV}.orig.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-IUSE=""
-KEYWORDS="amd64 x86"
-
-S="${WORKDIR}"/${PN}
-
-src_prepare() {
-       sed \
-               -e "s/\$(CFLAGS) \$(OBJECTS)/\$(LDFLAGS) &/" \
-               -i Makefile.in || die
-}
-
-src_compile() {
-       emake CC="$(tc-getCC)" CFLAGS="${CFLAGS}"
-}
-
-src_install() {
-       dobin ${PN}
-       dodoc README
-}
diff --git a/sci-biology/kalign/kalign-2.03.ebuild b/sci-biology/kalign/kalign-2.03.ebuild
deleted file mode 100644 (file)
index 3862e49..0000000
+++ /dev/null
@@ -1,27 +0,0 @@
-# Copyright 1999-2009 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-DESCRIPTION="Global and progressive multiple sequence alignment"
-HOMEPAGE="http://msa.cgb.ki.se/"
-SRC_URI="mirror://debian/pool/main/k/kalign/${PN}_${PV}.orig.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-IUSE=""
-KEYWORDS="amd64 x86"
-
-DEPEND=""
-RDEPEND=""
-
-S="${WORKDIR}/${PN}"
-
-src_unpack() {
-       unpack ${A}
-       sed -i 's/^CFLAGS.*= -O9/CFLAGS := ${CFLAGS} -O3/' "${S}"/Makefile.in
-}
-
-src_install() {
-       dobin kalign
-       dodoc README
-}