summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOlivier Fisette <ribosome@gentoo.org>2006-11-03 03:08:17 +0000
committerOlivier Fisette <ribosome@gentoo.org>2006-11-03 03:08:17 +0000
commit7768601d7cd4f3c2fd9bea7e16fa213d5fd6da45 (patch)
tree223cb065d779f4b3d980f77835f1a99a807c8b32 /sci-biology/seaview/seaview-20050713.ebuild
parentPruned old version (diff)
downloadhistorical-7768601d7cd4f3c2fd9bea7e16fa213d5fd6da45.tar.gz
historical-7768601d7cd4f3c2fd9bea7e16fa213d5fd6da45.tar.bz2
historical-7768601d7cd4f3c2fd9bea7e16fa213d5fd6da45.zip
Pruned old version
Package-Manager: portage-2.1.1-r1
Diffstat (limited to 'sci-biology/seaview/seaview-20050713.ebuild')
-rw-r--r--sci-biology/seaview/seaview-20050713.ebuild31
1 files changed, 0 insertions, 31 deletions
diff --git a/sci-biology/seaview/seaview-20050713.ebuild b/sci-biology/seaview/seaview-20050713.ebuild
deleted file mode 100644
index 0372f44c288a..000000000000
--- a/sci-biology/seaview/seaview-20050713.ebuild
+++ /dev/null
@@ -1,31 +0,0 @@
-# Copyright 1999-2005 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sci-biology/seaview/seaview-20050713.ebuild,v 1.1 2005/08/07 14:41:58 ribosome Exp $
-
-DESCRIPTION="A graphical multiple sequence alignment editor"
-HOMEPAGE="http://pbil.univ-lyon1.fr/software/seaview.html"
-SRC_URI="mirror://gentoo/${P}.tar.bz2"
-LICENSE="public-domain"
-
-SLOT="0"
-KEYWORDS="~x86 ~ppc ~amd64"
-IUSE=""
-
-DEPEND="x11-libs/fltk
- =media-libs/pdflib-6.0*
- sci-biology/clustalw"
-
-src_compile() {
- # Corrects location of libfltk.
- CFLAGS="${CFLAGS} -c -I/usr/include/fltk-1.1"
- sed -i -e "s%\"seaview.help\", %\"/usr/share/${PN}/seaview.help\", %" seaview.cxx || die
- sed -i -e 's:-L$(FLTK)/lib:-L/usr/lib/fltk-1.1:' Makefile || die
-
- emake -e || die
-}
-
-src_install() {
- dobin seaview seaview_align.sh
- insinto /usr/share/${PN}
- doins protein.mase seaview.help
-}