diff options
author | Jeffrey Gardner <je_fro@gentoo.org> | 2007-12-26 21:21:19 +0000 |
---|---|---|
committer | Jeffrey Gardner <je_fro@gentoo.org> | 2007-12-26 21:21:19 +0000 |
commit | 34fcff511341c5cd92842cab2d59c1143f3771e4 (patch) | |
tree | 7d497223f8bdca03671f1ea3ff7f064ece6ab6b4 /sci-biology | |
parent | x86 stable, bug #200993 (diff) | |
download | gentoo-2-34fcff511341c5cd92842cab2d59c1143f3771e4.tar.gz gentoo-2-34fcff511341c5cd92842cab2d59c1143f3771e4.tar.bz2 gentoo-2-34fcff511341c5cd92842cab2d59c1143f3771e4.zip |
Dropping old version.
(Portage version: 2.1.4_rc11)
Diffstat (limited to 'sci-biology')
-rw-r--r-- | sci-biology/seaview/ChangeLog | 5 | ||||
-rw-r--r-- | sci-biology/seaview/files/digest-seaview-20041220 | 3 | ||||
-rw-r--r-- | sci-biology/seaview/seaview-20041220.ebuild | 45 |
3 files changed, 4 insertions, 49 deletions
diff --git a/sci-biology/seaview/ChangeLog b/sci-biology/seaview/ChangeLog index d96ceeaf85d9..ce7ec1fc0902 100644 --- a/sci-biology/seaview/ChangeLog +++ b/sci-biology/seaview/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sci-biology/seaview # Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-biology/seaview/ChangeLog,v 1.21 2007/12/26 10:26:29 drac Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-biology/seaview/ChangeLog,v 1.22 2007/12/26 21:21:18 je_fro Exp $ + + 26 Dec 2007; <jeff@gentoo.org> Manifest: + Dropping old versions. 26 Dec 2007; Samuli Suominen <drac@gentoo.org> seaview-2.2.ebuild: amd64 stable wrt #203185 diff --git a/sci-biology/seaview/files/digest-seaview-20041220 b/sci-biology/seaview/files/digest-seaview-20041220 deleted file mode 100644 index ce9a269207d2..000000000000 --- a/sci-biology/seaview/files/digest-seaview-20041220 +++ /dev/null @@ -1,3 +0,0 @@ -MD5 e8e0b37910cba741563759034896450e seaview-20041220.tar.bz2 115192 -RMD160 a557e906c9115db74ddfdecc4fdc647df336b3c3 seaview-20041220.tar.bz2 115192 -SHA256 045b09e08d49f9630243e3bc19d8cc630874e1c4f64a1d91997e76e5af2cd6d7 seaview-20041220.tar.bz2 115192 diff --git a/sci-biology/seaview/seaview-20041220.ebuild b/sci-biology/seaview/seaview-20041220.ebuild deleted file mode 100644 index 0c92accab61c..000000000000 --- a/sci-biology/seaview/seaview-20041220.ebuild +++ /dev/null @@ -1,45 +0,0 @@ -# Copyright 1999-2007 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-biology/seaview/seaview-20041220.ebuild,v 1.6 2007/10/21 16:41:08 je_fro Exp $ - -inherit toolchain-funcs multilib - -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 - sci-biology/clustalw" - -src_unpack() { - unpack ${A} - cd "${S}" - - sed -i \ - -e "s%\"seaview.help\", %\"/usr/share/${PN}/seaview.help\", %" seaview.cxx || die - - # Respect CXXFLAGS. Package uses CFLAGS as CXXFLAGS. - # Fix invocation of C++ compiler. - # Fix include and library paths. - sed -i \ - -e '/^FLTK/d' \ - -e '/^X11/d' \ - -e "s:^CXX.*:CXX = $(tc-getCXX):" \ - -e 's:-I$(FLTK):-I/usr/include/fltk-1.1:' \ - -e 's:-I$(X11)/include:-I/usr/include/X11R6:' \ - -e "s:\(^CFLAGS .*\):\1 ${CXXFLAGS}:" \ - -e "s:-L\$(FLTK)/lib:-L/usr/$(get_libdir)/fltk-1.1:" \ - -e "s:-L\$(X11)/lib:-L/usr/$(get_libdir)/X11:" \ - Makefile || die -} - -src_install() { - dobin seaview seaview_align.sh - insinto /usr/share/${PN} - doins protein.mase seaview.help -} |