diff options
author | Olivier Fisette <ribosome@gentoo.org> | 2006-04-20 01:09:45 +0000 |
---|---|---|
committer | Olivier Fisette <ribosome@gentoo.org> | 2006-04-20 01:09:45 +0000 |
commit | c0e44997bb2954830eda74f5fe91976f13e96f72 (patch) | |
tree | e9bd75842cae2dcc72b8fac1dcd9370dc1686e74 /sci-biology/emboss | |
parent | Version bump and closing bug #128183. (diff) | |
download | gentoo-2-c0e44997bb2954830eda74f5fe91976f13e96f72.tar.gz gentoo-2-c0e44997bb2954830eda74f5fe91976f13e96f72.tar.bz2 gentoo-2-c0e44997bb2954830eda74f5fe91976f13e96f72.zip |
Removed old revision
(Portage version: 2.0.54)
Diffstat (limited to 'sci-biology/emboss')
-rw-r--r-- | sci-biology/emboss/ChangeLog | 5 | ||||
-rw-r--r-- | sci-biology/emboss/emboss-3.0.0.ebuild | 60 | ||||
-rw-r--r-- | sci-biology/emboss/files/digest-emboss-3.0.0 | 1 |
3 files changed, 4 insertions, 62 deletions
diff --git a/sci-biology/emboss/ChangeLog b/sci-biology/emboss/ChangeLog index 6d2282c06267..a0ea73cb44fd 100644 --- a/sci-biology/emboss/ChangeLog +++ b/sci-biology/emboss/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sci-biology/emboss # Copyright 2000-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-biology/emboss/ChangeLog,v 1.32 2006/04/08 10:32:30 blubb Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-biology/emboss/ChangeLog,v 1.33 2006/04/20 01:09:45 ribosome Exp $ + + 20 Apr 2006; Olivier Fisette <ribosome@gentoo.org> -emboss-3.0.0.ebuild: + Removed old revision. 08 Apr 2006; Simon Stelling <blubb@gentoo.org> emboss-3.0.0-r1.ebuild: stable on amd64 diff --git a/sci-biology/emboss/emboss-3.0.0.ebuild b/sci-biology/emboss/emboss-3.0.0.ebuild deleted file mode 100644 index 5987a6788705..000000000000 --- a/sci-biology/emboss/emboss-3.0.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-3.0.0.ebuild,v 1.9 2005/12/14 03:28:52 spyderous Exp $ - -DESCRIPTION="The European Molecular Biology Open Software Suite - A sequence analysis package" -HOMEPAGE="http://emboss.sourceforge.net/" -SRC_URI="ftp://${PN}.open-bio.org/pub/EMBOSS/EMBOSS-${PV}.tar.gz" -LICENSE="GPL-2 LGPL-2" - -SLOT="0" -KEYWORDS="amd64 ppc ppc-macos ppc64 x86" -IUSE="X png minimal" - -DEPEND="X? ( || ( x11-libs/libXt 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-19.7 - 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-3.0.0 b/sci-biology/emboss/files/digest-emboss-3.0.0 deleted file mode 100644 index 5dfd3480a664..000000000000 --- a/sci-biology/emboss/files/digest-emboss-3.0.0 +++ /dev/null @@ -1 +0,0 @@ -MD5 fa72feded9ab9272e3e731c09f545dcc EMBOSS-3.0.0.tar.gz 16257908 |