summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJustin Lecher <jlec@gentoo.org>2013-08-11 13:35:14 +0000
committerJustin Lecher <jlec@gentoo.org>2013-08-11 13:35:14 +0000
commit787c0a92c884e636d5b2f696f190862df1d988b1 (patch)
treeb0b0f0bfb94506dca713225a2c59ee265769ca0d /sci-biology/maqview
parentsci-biology/bowtie: Drop old (diff)
downloadgentoo-2-787c0a92c884e636d5b2f696f190862df1d988b1.tar.gz
gentoo-2-787c0a92c884e636d5b2f696f190862df1d988b1.tar.bz2
gentoo-2-787c0a92c884e636d5b2f696f190862df1d988b1.zip
sci-biology/maqview: Drop old
(Portage version: 2.2.0_alpha196/cvs/Linux x86_64, signed Manifest commit with key B9D4F231BD1558AB!)
Diffstat (limited to 'sci-biology/maqview')
-rw-r--r--sci-biology/maqview/ChangeLog6
-rw-r--r--sci-biology/maqview/maqview-0.2.5-r1.ebuild31
-rw-r--r--sci-biology/maqview/maqview-0.2.5.ebuild31
3 files changed, 5 insertions, 63 deletions
diff --git a/sci-biology/maqview/ChangeLog b/sci-biology/maqview/ChangeLog
index 39ef3f8ecf87..a4dfd593025b 100644
--- a/sci-biology/maqview/ChangeLog
+++ b/sci-biology/maqview/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for sci-biology/maqview
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-biology/maqview/ChangeLog,v 1.10 2013/07/27 22:07:57 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-biology/maqview/ChangeLog,v 1.11 2013/08/11 13:35:14 jlec Exp $
+
+ 11 Aug 2013; Justin Lecher <jlec@gentoo.org> -maqview-0.2.5.ebuild,
+ -maqview-0.2.5-r1.ebuild:
+ Drop old
27 Jul 2013; Agostino Sarubbo <ago@gentoo.org> maqview-0.2.5-r2.ebuild:
Stable for x86, wrt bug #477186
diff --git a/sci-biology/maqview/maqview-0.2.5-r1.ebuild b/sci-biology/maqview/maqview-0.2.5-r1.ebuild
deleted file mode 100644
index 006a5d719459..000000000000
--- a/sci-biology/maqview/maqview-0.2.5-r1.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/maqview/maqview-0.2.5-r1.ebuild,v 1.3 2011/05/11 19:19:47 angelos Exp $
-
-EAPI=4
-
-inherit autotools eutils
-
-DESCRIPTION="GUI for sci-biology/maq, a short read mapping assembler"
-HOMEPAGE="http://maq.sourceforge.net/"
-SRC_URI="mirror://sourceforge/maq/${P}.tar.gz"
-
-LICENSE="GPL-3"
-SLOT="0"
-IUSE=""
-KEYWORDS="amd64 x86"
-
-DEPEND="
- media-libs/freeglut
- sys-libs/zlib"
-RDEPEND="${DEPEND}
- sci-biology/maq"
-
-S="${WORKDIR}/${PN}"
-
-src_prepare() {
- epatch \
- "${FILESDIR}"/${PV}-ldflags.patch \
- "${FILESDIR}"/${PV}-zlib.patch
- eautoreconf
-}
diff --git a/sci-biology/maqview/maqview-0.2.5.ebuild b/sci-biology/maqview/maqview-0.2.5.ebuild
deleted file mode 100644
index a7f652f483fe..000000000000
--- a/sci-biology/maqview/maqview-0.2.5.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/maqview/maqview-0.2.5.ebuild,v 1.3 2010/09/16 17:22:19 scarabeus Exp $
-
-inherit autotools
-
-DESCRIPTION="GUI for sci-biology/maq, a short read mapping assembler"
-HOMEPAGE="http://maq.sourceforge.net/"
-SRC_URI="mirror://sourceforge/maq/${P}.tar.gz"
-
-LICENSE="GPL-3"
-SLOT="0"
-IUSE=""
-KEYWORDS="amd64 x86"
-
-DEPEND="media-libs/freeglut"
-RDEPEND="${DEPEND}
- sci-biology/maq"
-
-S="${WORKDIR}/${PN}"
-
-src_unpack() {
- unpack ${A}
- cd "${S}"
- eautoreconf
-}
-
-src_install() {
- emake DESTDIR="${D}" install || die
- dodoc AUTHORS ChangeLog NEWS README
-}