summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2018-03-18 01:50:49 +0100
committerAndreas Sturmlechner <asturm@gentoo.org>2018-03-18 10:37:30 +0100
commit5437c70c633092ac8a07e8e1a900a0274cfb73f6 (patch)
treeae3f36841a24b6fd8a321a3b882e3802ab7b429e /sci-biology/clustalx
parentapp-office/libalkimia: Drop old (diff)
downloadgentoo-5437c70c633092ac8a07e8e1a900a0274cfb73f6.tar.gz
gentoo-5437c70c633092ac8a07e8e1a900a0274cfb73f6.tar.bz2
gentoo-5437c70c633092ac8a07e8e1a900a0274cfb73f6.zip
sci-biology/clustalx: Drop Qt4-based
Package-Manager: Portage-2.3.24, Repoman-2.3.6
Diffstat (limited to 'sci-biology/clustalx')
-rw-r--r--sci-biology/clustalx/clustalx-2.1-r1.ebuild42
-rw-r--r--sci-biology/clustalx/clustalx-2.1-r2.ebuild50
2 files changed, 0 insertions, 92 deletions
diff --git a/sci-biology/clustalx/clustalx-2.1-r1.ebuild b/sci-biology/clustalx/clustalx-2.1-r1.ebuild
deleted file mode 100644
index 1d3ce97d942d..000000000000
--- a/sci-biology/clustalx/clustalx-2.1-r1.ebuild
+++ /dev/null
@@ -1,42 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-inherit eutils qt4-r2
-
-DESCRIPTION="Graphical interface for the ClustalW multiple alignment program"
-HOMEPAGE="http://www.ebi.ac.uk/tools/clustalw2/"
-SRC_URI="http://www.clustal.org/download/current/${P}.tar.gz"
-
-LICENSE="GPL-3 LGPL-3"
-SLOT="0"
-KEYWORDS="amd64 x86"
-IUSE=""
-
-DEPEND="
- dev-qt/qtcore:4
- dev-qt/qtgui:4"
-RDEPEND="${DEPEND}
- >=sci-biology/clustalw-${PV}"
-
-src_prepare() {
- sed \
- -e "s|colprot.xml|${EPREFIX}/usr/share/${PN}/colprot.xml|" \
- -e "s|coldna.xml|${EPREFIX}/usr/share/${PN}/coldna.xml|" \
- -e "s|colprint.xml|${EPREFIX}/usr/share/${PN}/colprint.xml|" \
- -i ClustalQtParams.h || \
- die "Failed to patch shared files location."
- sed \
- -e "s|clustalx.hlp|${EPREFIX}/usr/share/${PN}/clustalx.hlp|" \
- -i HelpDisplayWidget.cpp || \
- die "Failed to patch help file location."
- rm -rf usr || die
-}
-
-src_install() {
- dobin clustalx
- insinto /usr/share/${PN}
- doins colprot.xml coldna.xml colprint.xml clustalx.hlp
- make_desktop_entry ${PN} ClustalX
-}
diff --git a/sci-biology/clustalx/clustalx-2.1-r2.ebuild b/sci-biology/clustalx/clustalx-2.1-r2.ebuild
deleted file mode 100644
index 6e9643755b69..000000000000
--- a/sci-biology/clustalx/clustalx-2.1-r2.ebuild
+++ /dev/null
@@ -1,50 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit eutils qmake-utils
-
-DESCRIPTION="Graphical interface for the ClustalW multiple alignment program"
-HOMEPAGE="http://www.ebi.ac.uk/tools/clustalw2/"
-SRC_URI="
- http://www.clustal.org/download/current/${P}.tar.gz
- https://dev.gentoo.org/~jlec/distfiles/${PN}.png.xz"
-
-LICENSE="GPL-3 LGPL-3"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-DEPEND="
- dev-qt/qtcore:4
- dev-qt/qtgui:4"
-RDEPEND="${DEPEND}
- >=sci-biology/clustalw-${PV}"
-
-src_prepare() {
- sed \
- -e "s|colprot.xml|${EPREFIX}/usr/share/${PN}/colprot.xml|" \
- -e "s|coldna.xml|${EPREFIX}/usr/share/${PN}/coldna.xml|" \
- -e "s|colprint.xml|${EPREFIX}/usr/share/${PN}/colprint.xml|" \
- -i ClustalQtParams.h || \
- die "Failed to patch shared files location."
- sed \
- -e "s|clustalx.hlp|${EPREFIX}/usr/share/${PN}/clustalx.hlp|" \
- -i HelpDisplayWidget.cpp || \
- die "Failed to patch help file location."
- rm -rf usr || die
- default
-}
-
-src_configure() {
- eqmake4
-}
-
-src_install() {
- dobin clustalx
- insinto /usr/share/${PN}
- doins colprot.xml coldna.xml colprint.xml clustalx.hlp
- make_desktop_entry ${PN} ClustalX
- doicon "${WORKDIR}"/${PN}.png
-}