diff options
author | Olivier Fisette <ribosome@gentoo.org> | 2005-07-28 02:24:17 +0000 |
---|---|---|
committer | Olivier Fisette <ribosome@gentoo.org> | 2005-07-28 02:24:17 +0000 |
commit | a0d2e85724f5792325b6281a0ecb5c694020b826 (patch) | |
tree | b13bf49925b787ad979adf8167c890b54dbbf6f5 /sci-biology/emboss | |
parent | - initial version of dmraid. bug #63041 - This software discovers, activates,... (diff) | |
download | gentoo-2-a0d2e85724f5792325b6281a0ecb5c694020b826.tar.gz gentoo-2-a0d2e85724f5792325b6281a0ecb5c694020b826.tar.bz2 gentoo-2-a0d2e85724f5792325b6281a0ecb5c694020b826.zip |
Removed old version
(Portage version: 2.0.51.22-r2)
Diffstat (limited to 'sci-biology/emboss')
-rw-r--r-- | sci-biology/emboss/ChangeLog | 5 | ||||
-rw-r--r-- | sci-biology/emboss/emboss-2.9.0.ebuild | 60 | ||||
-rw-r--r-- | sci-biology/emboss/files/digest-emboss-2.9.0 | 1 |
3 files changed, 4 insertions, 62 deletions
diff --git a/sci-biology/emboss/ChangeLog b/sci-biology/emboss/ChangeLog index 80bb5674f787..109233fc75c0 100644 --- a/sci-biology/emboss/ChangeLog +++ b/sci-biology/emboss/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sci-biology/emboss # Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-biology/emboss/ChangeLog,v 1.13 2005/06/25 02:36:49 j4rg0n Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-biology/emboss/ChangeLog,v 1.14 2005/07/28 02:24:17 ribosome Exp $ + + 28 Jul 2005; Olivier Fisette <ribosome@gentoo.org> -emboss-2.9.0.ebuild: + Removed old version. 25 Jun 2005; Lina Pezzella <j4rg0n@gentoo.org> emboss-2.10.0.ebuild: Stable ppc-macos diff --git a/sci-biology/emboss/emboss-2.9.0.ebuild b/sci-biology/emboss/emboss-2.9.0.ebuild deleted file mode 100644 index dbf4060e4077..000000000000 --- a/sci-biology/emboss/emboss-2.9.0.ebuild +++ /dev/null @@ -1,60 +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/emboss/emboss-2.9.0.ebuild,v 1.7 2005/05/02 09:27:30 hansmi Exp $ - -DESCRIPTION="The European Molecular Biology Open Software Suite - A sequence analysis package" -HOMEPAGE="http://emboss.sourceforge.net/" -SRC_URI="ftp://ftp.uk.embnet.org/pub/EMBOSS/EMBOSS-${PV}.tar.gz" -LICENSE="GPL-2 LGPL-2" - -SLOT="0" -KEYWORDS="x86 ppc ppc-macos" -IUSE="X png minimal" - -DEPEND="X? ( virtual/x11 ) - png? ( - sys-libs/zlib - media-libs/libpng - >=media-libs/gd-1.8 - ) - !minimal? ( - sci-biology/primer3 - sci-biology/clustalw - )" - -PDEPEND="!minimal? ( - sci-biology/aaindex - sci-biology/cutg - sci-biology/prints - sci-biology/prosite - sci-biology/rebase - sci-biology/transfac - )" - -S=${WORKDIR}/EMBOSS-${PV} - -src_compile() { - EXTRA_CONF="--includedir=${D}/usr/include/emboss" - ! use X && EXTRA_CONF="${EXTRA_CONF} --without-x" - ! use png && EXTRA_CONF="${EXTRA_CONF} --without-pngdriver" - - econf ${EXTRA_CONF} || die - # Do not install the JEMBOSS component (the --without-java configure option - # does not work). JEMBOSS will be available as a separate package. - sed -i -e 's/SUBDIRS = plplot ajax nucleus emboss test doc jemboss/SUBDIRS = plplot ajax nucleus emboss test doc/' Makefile || die - emake || die -} - -src_install() { - einstall || die - dodoc AUTHORS ChangeLog FAQ NEWS README THANKS - - # Install env file for setting libplplot and acd files path. - insinto /etc/env.d - newins ${FILESDIR}/22emboss-r1 22emboss - - # Symlink preinstalled docs to /usr/share/doc. - dosym /usr/share/EMBOSS/doc/manuals /usr/share/doc/${PF}/manuals - dosym /usr/share/EMBOSS/doc/programs /usr/share/doc/${PF}/programs - dosym /usr/share/EMBOSS/doc/tutorials /usr/share/doc/${PF}/tutorials -} diff --git a/sci-biology/emboss/files/digest-emboss-2.9.0 b/sci-biology/emboss/files/digest-emboss-2.9.0 deleted file mode 100644 index ab9c2bc595ca..000000000000 --- a/sci-biology/emboss/files/digest-emboss-2.9.0 +++ /dev/null @@ -1 +0,0 @@ -MD5 c6facfd1750e88a0c8b7bb7ac826d472 EMBOSS-2.9.0.tar.gz 14479274 |