commit: b521d9270e23a0666d0805885a969f6a8a1ab9bc Author: Martin Mokrejs <mmokrejs <AT> fold <DOT> natur <DOT> cuni <DOT> cz> AuthorDate: Mon Sep 10 17:20:19 2018 +0000 Commit: Martin Mokrejs <mmokrejs <AT> fold <DOT> natur <DOT> cuni <DOT> cz> CommitDate: Mon Sep 10 17:20:19 2018 +0000 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=b521d927
sci-biology/ngsview: drop an outdated package requiring qt3 The was masked out and was written for qt3. It is unclear if it would compile using newer qmake. Also, sys-libs/db-4.3:*[cxx] dependency would have to be improved and inlcude and libdir paths would need to be inserted into the Makefiles. Removing. Bug: https://bugs.gentoo.org/663110 sci-biology/ngsview/metadata.xml | 15 --------------- sci-biology/ngsview/ngsview-0.91.ebuild | 34 --------------------------------- 2 files changed, 49 deletions(-) diff --git a/sci-biology/ngsview/metadata.xml b/sci-biology/ngsview/metadata.xml deleted file mode 100644 index 2e918aae9..000000000 --- a/sci-biology/ngsview/metadata.xml +++ /dev/null @@ -1,15 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> -<pkgmetadata> - <maintainer type="person"> - <email>[email protected]</email> - <name>Martin Mokrejs</name> - </maintainer> - <maintainer type="project"> - <email>[email protected]</email> - <name>Gentoo Biology Project</name> - </maintainer> - <upstream> - <remote-id type="sourceforge">projects</remote-id> - </upstream> -</pkgmetadata> diff --git a/sci-biology/ngsview/ngsview-0.91.ebuild b/sci-biology/ngsview/ngsview-0.91.ebuild deleted file mode 100644 index c12ecfecd..000000000 --- a/sci-biology/ngsview/ngsview-0.91.ebuild +++ /dev/null @@ -1,34 +0,0 @@ -# Copyright 1999-2018 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 - -DESCRIPTION="Display, edit NGS alignments" -HOMEPAGE="http://sourceforge.net/projects/ngsview" -#SRC_URI="mirror://sourceforge/projects/${PN}/files/${PN}/${P}.tar.gz" -SRC_URI="https://sourceforge.net/projects/ngsview/files/ngsview/ngsview-0.91.tar.gz" - -# http://ngsview.sourceforge.net/about.html -# a qt3 package needs >=sys-libs/db-4.3:*[cxx] -# http://ngsview.sourceforge.net/manual.html - -LICENSE="BSD" -SLOT="0" -KEYWORDS="" -IUSE="" - -DEPEND=" - media-gfx/graphviz - >=sys-libs/db-4.3:*[cxx] - dev-qt/qtcore:5" -RDEPEND="${DEPEND}" - -src_configure(){ - cd src/trapper || die "Cannot cd to src/trapper" - /usr/lib/qt5/bin/qmake || die -} - -src_compile() { - cd src/trapper || die "Cannot cd to src/trapper" - default -}
