summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrahmajit Das <brahmajit.xyz@gmail.com>2024-04-27 21:15:04 +0200
committerDavid Seifert <soap@gentoo.org>2024-04-27 21:15:04 +0200
commit27cb9ea6333afc1189fc308caf4c11e7ef0c5994 (patch)
treed917a1c41997e326e3349ffb37e443d3ab68d85e /sci-biology/maqview/maqview-0.2.5-r4.ebuild
parentapp-editors/emacs: Stabilize 26.3-r18, 27.2-r16, 28.2-r12, 29.3-r2 amd64 (diff)
downloadgentoo-27cb9ea6333afc1189fc308caf4c11e7ef0c5994.tar.gz
gentoo-27cb9ea6333afc1189fc308caf4c11e7ef0c5994.tar.bz2
gentoo-27cb9ea6333afc1189fc308caf4c11e7ef0c5994.zip
sci-biology/maqview: Fix passing of incompatible pointer type
Closes: https://github.com/gentoo/gentoo/pull/36460 Closes: https://bugs.gentoo.org/930767 Signed-off-by: Brahmajit Das <brahmajit.xyz@gmail.com> Signed-off-by: David Seifert <soap@gentoo.org>
Diffstat (limited to 'sci-biology/maqview/maqview-0.2.5-r4.ebuild')
-rw-r--r--sci-biology/maqview/maqview-0.2.5-r4.ebuild32
1 files changed, 0 insertions, 32 deletions
diff --git a/sci-biology/maqview/maqview-0.2.5-r4.ebuild b/sci-biology/maqview/maqview-0.2.5-r4.ebuild
deleted file mode 100644
index 80cf5c0f9410..000000000000
--- a/sci-biology/maqview/maqview-0.2.5-r4.ebuild
+++ /dev/null
@@ -1,32 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-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"
-S="${WORKDIR}/${PN}"
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-
-DEPEND="
- media-libs/freeglut
- sys-libs/zlib"
-RDEPEND="${DEPEND}
- sci-biology/maq"
-
-PATCHES=(
- "${FILESDIR}"/${PV}-ldflags.patch
- "${FILESDIR}"/${PV}-zlib.patch
- "${FILESDIR}"/${P}-gcc4.7.patch
-)
-
-src_prepare() {
- default
- eautoreconf
-}