summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohannes Huber <johu@gentoo.org>2012-06-13 07:08:33 +0000
committerJohannes Huber <johu@gentoo.org>2012-06-13 07:08:33 +0000
commit7b20d4b6bc34eb58e6a37b16c371cf29dbb1ca05 (patch)
treebdd7eadf0c81eb3657144f63edc4ceebee438272 /sci-biology/clustalx
parentStable for x86, wrt bug #416891 (diff)
downloadgentoo-2-7b20d4b6bc34eb58e6a37b16c371cf29dbb1ca05.tar.gz
gentoo-2-7b20d4b6bc34eb58e6a37b16c371cf29dbb1ca05.tar.bz2
gentoo-2-7b20d4b6bc34eb58e6a37b16c371cf29dbb1ca05.zip
Remove old wrt bug #311481.
(Portage version: 2.2.0_alpha110/cvs/Linux x86_64)
Diffstat (limited to 'sci-biology/clustalx')
-rw-r--r--sci-biology/clustalx/ChangeLog5
-rw-r--r--sci-biology/clustalx/clustalx-2.0.11.ebuild45
2 files changed, 4 insertions, 46 deletions
diff --git a/sci-biology/clustalx/ChangeLog b/sci-biology/clustalx/ChangeLog
index df7eb8fac6e7..b2c77345ef01 100644
--- a/sci-biology/clustalx/ChangeLog
+++ b/sci-biology/clustalx/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for sci-biology/clustalx
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-biology/clustalx/ChangeLog,v 1.24 2012/06/13 07:02:28 johu Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-biology/clustalx/ChangeLog,v 1.25 2012/06/13 07:08:33 johu Exp $
+
+ 13 Jun 2012; Johannes Huber <johu@gentoo.org> -clustalx-2.0.11.ebuild:
+ Remove old wrt bug #311481.
13 Jun 2012; Johannes Huber <johu@gentoo.org> clustalx-2.1.ebuild:
Stable for x86, wrt bug #416891
diff --git a/sci-biology/clustalx/clustalx-2.0.11.ebuild b/sci-biology/clustalx/clustalx-2.0.11.ebuild
deleted file mode 100644
index 0620f5490c17..000000000000
--- a/sci-biology/clustalx/clustalx-2.0.11.ebuild
+++ /dev/null
@@ -1,45 +0,0 @@
-# Copyright 1999-2009 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sci-biology/clustalx/clustalx-2.0.11.ebuild,v 1.2 2009/10/31 18:05:39 maekke Exp $
-
-EAPI=2
-
-inherit qt4 eutils
-
-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="clustalw"
-SLOT="0"
-KEYWORDS="amd64 x86"
-IUSE=""
-
-DEPEND="x11-libs/qt-gui:4"
-
-RDEPEND=">=sci-biology/clustalw-2.0.11"
-
-src_prepare() {
- sed -e "s|colprot.xml|/usr/share/${PN}/colprot.xml|" \
- -e "s|coldna.xml|/usr/share/${PN}/coldna.xml|" \
- -e "s|colprint.xml|/usr/share/${PN}/colprint.xml|" \
- -i ClustalQtParams.h || \
- die "Failed to patch shared files location."
- sed -e "s|clustalx.hlp|/usr/share/${PN}/clustalx.hlp|" \
- -i HelpDisplayWidget.cpp || \
- die "Failed to patch help file location."
- rm -f moc*.{cpp,o} || die
-}
-
-src_compile() {
- eqmake4
- emake || die "Compilation failed."
-}
-
-src_install() {
- dobin clustalx || die "Failed to install program."
- insinto "/usr/share/${PN}"
- doins colprot.xml coldna.xml colprint.xml clustalx.hlp || \
- die "Failed to install shared files."
- make_desktop_entry ${PN} ClustalX "" "Application;Science"
-}