diff options
author | Jeffrey Gardner <je_fro@gentoo.org> | 2007-12-22 22:01:19 +0000 |
---|---|---|
committer | Jeffrey Gardner <je_fro@gentoo.org> | 2007-12-22 22:01:19 +0000 |
commit | cc0b5380949967d2686ef116646c36e9df3eec85 (patch) | |
tree | 0bf73ede6154b4cf7b146cb9a982d729a9b6a41a /sci-biology | |
parent | Make joystock control applet installation optional. Don't install soundserve... (diff) | |
download | gentoo-2-cc0b5380949967d2686ef116646c36e9df3eec85.tar.gz gentoo-2-cc0b5380949967d2686ef116646c36e9df3eec85.tar.bz2 gentoo-2-cc0b5380949967d2686ef116646c36e9df3eec85.zip |
Removing obsolete versions
(Portage version: 2.1.4_rc11)
Diffstat (limited to 'sci-biology')
-rw-r--r-- | sci-biology/seaview/ChangeLog | 6 | ||||
-rw-r--r-- | sci-biology/seaview/files/digest-seaview-20060213 | 3 | ||||
-rw-r--r-- | sci-biology/seaview/files/digest-seaview-20070919 | 3 | ||||
-rw-r--r-- | sci-biology/seaview/seaview-20060213.ebuild | 46 | ||||
-rw-r--r-- | sci-biology/seaview/seaview-20070919.ebuild | 52 |
5 files changed, 5 insertions, 105 deletions
diff --git a/sci-biology/seaview/ChangeLog b/sci-biology/seaview/ChangeLog index 6074a4c31199..2c54932284ec 100644 --- a/sci-biology/seaview/ChangeLog +++ b/sci-biology/seaview/ChangeLog @@ -1,6 +1,10 @@ # 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.16 2007/12/19 07:38:37 je_fro Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-biology/seaview/ChangeLog,v 1.17 2007/12/22 22:01:18 je_fro Exp $ + + 22 Dec 2007; <jeff@gentoo.org> -seaview-20060213.ebuild, + -seaview-20070919.ebuild: + Removing obsolete versions *seaview-2.2 (19 Dec 2007) diff --git a/sci-biology/seaview/files/digest-seaview-20060213 b/sci-biology/seaview/files/digest-seaview-20060213 deleted file mode 100644 index 331a45c8c96d..000000000000 --- a/sci-biology/seaview/files/digest-seaview-20060213 +++ /dev/null @@ -1,3 +0,0 @@ -MD5 f44a1ea1ef0922e97fb26cbfeb80ca9d seaview-20060213.tar.bz2 114995 -RMD160 c3409b5e06f15e983db4912812381ee5d5894ea9 seaview-20060213.tar.bz2 114995 -SHA256 be058f53f07cec46978f10ddad8794bbe79762cf089d18b5cbe7cb6ed15c54fc seaview-20060213.tar.bz2 114995 diff --git a/sci-biology/seaview/files/digest-seaview-20070919 b/sci-biology/seaview/files/digest-seaview-20070919 deleted file mode 100644 index e8fa4d2c65e9..000000000000 --- a/sci-biology/seaview/files/digest-seaview-20070919 +++ /dev/null @@ -1,3 +0,0 @@ -MD5 aa7a0d87d2cf4a69d3b639ac9c1aef06 seaview-20070919.tar.bz2 129867 -RMD160 a930e5286c8e2c82dd1b7d33f15682b525a83f4f seaview-20070919.tar.bz2 129867 -SHA256 4c2b3d1e051f72194dc1b7fc742ed92c97f86926615fbd768b2f2e3cff7fea33 seaview-20070919.tar.bz2 129867 diff --git a/sci-biology/seaview/seaview-20060213.ebuild b/sci-biology/seaview/seaview-20060213.ebuild deleted file mode 100644 index b6d5509117b3..000000000000 --- a/sci-biology/seaview/seaview-20060213.ebuild +++ /dev/null @@ -1,46 +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-20060213.ebuild,v 1.4 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 - =media-libs/pdflib-6.0* - 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 -} diff --git a/sci-biology/seaview/seaview-20070919.ebuild b/sci-biology/seaview/seaview-20070919.ebuild deleted file mode 100644 index 8bf403f5cb37..000000000000 --- a/sci-biology/seaview/seaview-20070919.ebuild +++ /dev/null @@ -1,52 +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-20070919.ebuild,v 1.5 2007/10/22 23:23:42 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 - media-libs/pdflib - sci-biology/clustalw - sci-biology/muscle" - -src_unpack() { - unpack ${A} - cd "${S}" - - # 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:#HELP_NOT:HELP_NOT:' \ - -e "s:bge\/mgouy\/seaview:usr/share/${PN}:" \ - -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 - - insinto /usr/share/pixmaps/ - doins "${S}/${PN}.xpm" - - insinto /usr/share/applications/ - doins "${FILESDIR}/${PN}.desktop" -} |