diff options
author | Kacper Kowalik <xarthisius@gentoo.org> | 2011-07-15 15:38:43 +0000 |
---|---|---|
committer | Kacper Kowalik <xarthisius@gentoo.org> | 2011-07-15 15:38:43 +0000 |
commit | 45ba3728be2511ea0c463209c243bc3c3fe7fa29 (patch) | |
tree | 0dbafe390a73d6d3bb51735900f02122fb563e17 /sci-biology | |
parent | ppc/ppc64 stable wrt #362807. Drop old. (diff) | |
download | gentoo-2-45ba3728be2511ea0c463209c243bc3c3fe7fa29.tar.gz gentoo-2-45ba3728be2511ea0c463209c243bc3c3fe7fa29.tar.bz2 gentoo-2-45ba3728be2511ea0c463209c243bc3c3fe7fa29.zip |
Drop old. Files not available upstream anymore
(Portage version: 2.2.0_alpha45/cvs/Linux x86_64)
Diffstat (limited to 'sci-biology')
-rw-r--r-- | sci-biology/bfast/ChangeLog | 6 | ||||
-rw-r--r-- | sci-biology/bfast/bfast-0.6.4c.ebuild | 35 | ||||
-rw-r--r-- | sci-biology/bfast/bfast-0.6.4d.ebuild | 35 |
3 files changed, 5 insertions, 71 deletions
diff --git a/sci-biology/bfast/ChangeLog b/sci-biology/bfast/ChangeLog index c722f8bae228..62f742106dd7 100644 --- a/sci-biology/bfast/ChangeLog +++ b/sci-biology/bfast/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for sci-biology/bfast # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-biology/bfast/ChangeLog,v 1.4 2011/05/18 16:11:49 weaver Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-biology/bfast/ChangeLog,v 1.5 2011/07/15 15:38:43 xarthisius Exp $ + + 15 Jul 2011; Kacper Kowalik <xarthisius@gentoo.org> -bfast-0.6.4c.ebuild, + -bfast-0.6.4d.ebuild: + Drop old. Files not available upstream anymore *bfast-0.6.5a (18 May 2011) diff --git a/sci-biology/bfast/bfast-0.6.4c.ebuild b/sci-biology/bfast/bfast-0.6.4c.ebuild deleted file mode 100644 index 6bbf9ea164ce..000000000000 --- a/sci-biology/bfast/bfast-0.6.4c.ebuild +++ /dev/null @@ -1,35 +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/bfast/bfast-0.6.4c.ebuild,v 1.1 2010/05/07 19:21:57 weaver Exp $ - -EAPI="2" - -inherit autotools - -DESCRIPTION="Blat-like Fast Accurate Search Tool" -HOMEPAGE="https://sourceforge.net/projects/bfast/" -SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -IUSE="" -KEYWORDS="~amd64 ~x86" - -DEPEND="" -RDEPEND="dev-perl/XML-Simple" - -src_prepare() { - sed -i -e 's/-m64//' \ - -e 's/CFLAGS="${default_CFLAGS} ${extended_CFLAGS}"/CFLAGS="${CFLAGS} ${default_CFLAGS} ${extended_CFLAGS}"/' \ - configure.ac || die - eautoreconf -} - -src_install() { - einstall || die - dodoc AUTHORS NEWS README -} - -src_test() { - emake check || die -} diff --git a/sci-biology/bfast/bfast-0.6.4d.ebuild b/sci-biology/bfast/bfast-0.6.4d.ebuild deleted file mode 100644 index 5bfbf5854c67..000000000000 --- a/sci-biology/bfast/bfast-0.6.4d.ebuild +++ /dev/null @@ -1,35 +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/bfast/bfast-0.6.4d.ebuild,v 1.1 2011/05/18 16:11:49 weaver Exp $ - -EAPI="2" - -inherit autotools - -DESCRIPTION="Blat-like Fast Accurate Search Tool" -HOMEPAGE="https://sourceforge.net/projects/bfast/" -SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -IUSE="" -KEYWORDS="~amd64 ~x86" - -DEPEND="" -RDEPEND="dev-perl/XML-Simple" - -src_prepare() { - sed -i -e 's/-m64//' \ - -e 's/CFLAGS="${default_CFLAGS} ${extended_CFLAGS}"/CFLAGS="${CFLAGS} ${default_CFLAGS} ${extended_CFLAGS}"/' \ - configure.ac || die - eautoreconf -} - -src_install() { - einstall || die - dodoc AUTHORS NEWS README -} - -src_test() { - emake check || die -} |