diff options
author | Justin Lecher <jlec@gentoo.org> | 2013-02-18 07:32:39 +0000 |
---|---|---|
committer | Justin Lecher <jlec@gentoo.org> | 2013-02-18 07:32:39 +0000 |
commit | c2c3b1789c34ef2608ef13d25f8e06f86483281b (patch) | |
tree | def217c0e3c0fce90a23a5ceabeb23bb01750e3f | |
parent | Version bump #454552 by Elis Axelsson. (diff) | |
download | gentoo-2-c2c3b1789c34ef2608ef13d25f8e06f86483281b.tar.gz gentoo-2-c2c3b1789c34ef2608ef13d25f8e06f86483281b.tar.bz2 gentoo-2-c2c3b1789c34ef2608ef13d25f8e06f86483281b.zip |
sci-biology/sibsim4: Drop Old
(Portage version: 2.2.0_alpha162/cvs/Linux x86_64, signed Manifest commit with key 70EB7916)
-rw-r--r-- | sci-biology/sibsim4/ChangeLog | 5 | ||||
-rw-r--r-- | sci-biology/sibsim4/sibsim4-0.17.ebuild | 27 |
2 files changed, 4 insertions, 28 deletions
diff --git a/sci-biology/sibsim4/ChangeLog b/sci-biology/sibsim4/ChangeLog index 6710c32602de..2c25ed12ba3f 100644 --- a/sci-biology/sibsim4/ChangeLog +++ b/sci-biology/sibsim4/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sci-biology/sibsim4 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-biology/sibsim4/ChangeLog,v 1.6 2013/02/17 18:25:16 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-biology/sibsim4/ChangeLog,v 1.7 2013/02/18 07:32:39 jlec Exp $ + + 18 Feb 2013; Justin Lecher <jlec@gentoo.org> -sibsim4-0.17.ebuild: + Drop Old 17 Feb 2013; Agostino Sarubbo <ago@gentoo.org> sibsim4-0.20.ebuild: Stable for amd64, wrt bug #328431 diff --git a/sci-biology/sibsim4/sibsim4-0.17.ebuild b/sci-biology/sibsim4/sibsim4-0.17.ebuild deleted file mode 100644 index 7ee47645def2..000000000000 --- a/sci-biology/sibsim4/sibsim4-0.17.ebuild +++ /dev/null @@ -1,27 +0,0 @@ -# Copyright 1999-2009 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-biology/sibsim4/sibsim4-0.17.ebuild,v 1.2 2009/04/04 19:21:04 maekke Exp $ - -DESCRIPTION="A rewrite and improvement upon sim4, a DNA-mRNA aligner" -HOMEPAGE="http://sibsim4.sourceforge.net/" -SRC_URI="mirror://sourceforge/${PN}/SIBsim4-${PV}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -IUSE="" -KEYWORDS="amd64 x86" - -DEPEND="" -RDEPEND="" - -S="${WORKDIR}/SIBsim4-${PV}" - -src_unpack() { - unpack ${A} - sed -i 's/CFLAGS = \(.*\)/CFLAGS := \1 ${CFLAGS}/' "${S}/Makefile" -} - -src_install() { - dobin SIBsim4 - doman SIBsim4.1 -} |