summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOlivier Fisette <ribosome@gentoo.org>2004-09-30 01:48:22 +0000
committerOlivier Fisette <ribosome@gentoo.org>2004-09-30 01:48:22 +0000
commit5eb07c5439739eab00c60b0f72e0fed1c3ca3e25 (patch)
tree7fbcf437296481ccaccd2b88c1820e3c88d22a22 /app-sci
parentFixed bugs pertaining to "CFLAGS" and help files. (Manifest recommit) (diff)
downloadgentoo-2-5eb07c5439739eab00c60b0f72e0fed1c3ca3e25.tar.gz
gentoo-2-5eb07c5439739eab00c60b0f72e0fed1c3ca3e25.tar.bz2
gentoo-2-5eb07c5439739eab00c60b0f72e0fed1c3ca3e25.zip
Removed unneeded patch.
Diffstat (limited to 'app-sci')
-rw-r--r--app-sci/clustalw/clustalw-1.83-r1.ebuild4
-rw-r--r--app-sci/clustalw/files/optimize-clustalw1.83.patch13
2 files changed, 1 insertions, 16 deletions
diff --git a/app-sci/clustalw/clustalw-1.83-r1.ebuild b/app-sci/clustalw/clustalw-1.83-r1.ebuild
index e048d99396b3..9a7e2f405a6a 100644
--- a/app-sci/clustalw/clustalw-1.83-r1.ebuild
+++ b/app-sci/clustalw/clustalw-1.83-r1.ebuild
@@ -1,8 +1,6 @@
# Copyright 1999-2004 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-sci/clustalw/clustalw-1.83-r1.ebuild,v 1.1 2004/09/30 01:46:40 ribosome Exp $
-
-inherit eutils
+# $Header: /var/cvsroot/gentoo-x86/app-sci/clustalw/clustalw-1.83-r1.ebuild,v 1.2 2004/09/30 01:48:22 ribosome Exp $
DESCRIPTION="Improving the sensitivity of progressive multiple sequence alignment through sequence weighting, position specific gap penalties and weight matrix choice."
HOMEPAGE="http://www.embl-heidelberg.de/~seqanal/"
diff --git a/app-sci/clustalw/files/optimize-clustalw1.83.patch b/app-sci/clustalw/files/optimize-clustalw1.83.patch
deleted file mode 100644
index b987c2399a24..000000000000
--- a/app-sci/clustalw/files/optimize-clustalw1.83.patch
+++ /dev/null
@@ -1,13 +0,0 @@
---- makefile.orig 2003-03-26 16:04:35.000000000 +0000
-+++ makefile 2003-03-26 16:05:42.000000000 +0000
-@@ -11,8 +11,8 @@
- HEADERS = general.h clustalw.h
-
- CC = cc
--CFLAGS = -c -O
--LFLAGS = -O -lm
-+CFLAGS += -c
-+LFLAGS = -lm
-
- clustalw : $(OBJECTS) amenu.o clustalw.o
- $(CC) -o $@ $(OBJECTS) amenu.o clustalw.o $(LFLAGS)