summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJustin Lecher <jlec@gentoo.org>2015-03-28 18:03:23 +0000
committerJustin Lecher <jlec@gentoo.org>2015-03-28 18:03:23 +0000
commit74189d8a2d4ee8011aaa82981c8c4909c1dd9d33 (patch)
treedc478d6eae350027c46225c2a60443582b27d9ba /sci-biology/emboss
parentDrop old (diff)
downloadgentoo-2-74189d8a2d4ee8011aaa82981c8c4909c1dd9d33.tar.gz
gentoo-2-74189d8a2d4ee8011aaa82981c8c4909c1dd9d33.tar.bz2
gentoo-2-74189d8a2d4ee8011aaa82981c8c4909c1dd9d33.zip
Drop old
(Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key B9D4F231BD1558AB!)
Diffstat (limited to 'sci-biology/emboss')
-rw-r--r--sci-biology/emboss/ChangeLog6
-rw-r--r--sci-biology/emboss/emboss-6.1.0-r1.ebuild114
-rw-r--r--sci-biology/emboss/emboss-6.3.1_p4.ebuild116
3 files changed, 5 insertions, 231 deletions
diff --git a/sci-biology/emboss/ChangeLog b/sci-biology/emboss/ChangeLog
index 10c9731636aa..679413e0ad15 100644
--- a/sci-biology/emboss/ChangeLog
+++ b/sci-biology/emboss/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for sci-biology/emboss
# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-biology/emboss/ChangeLog,v 1.72 2015/03/28 17:03:16 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-biology/emboss/ChangeLog,v 1.73 2015/03/28 18:03:23 jlec Exp $
+
+ 28 Mar 2015; Justin Lecher <jlec@gentoo.org> -emboss-6.1.0-r1.ebuild,
+ -emboss-6.3.1_p4.ebuild:
+ Drop old
*emboss-6.6.0 (28 Mar 2015)
diff --git a/sci-biology/emboss/emboss-6.1.0-r1.ebuild b/sci-biology/emboss/emboss-6.1.0-r1.ebuild
deleted file mode 100644
index 243f94a2bb37..000000000000
--- a/sci-biology/emboss/emboss-6.1.0-r1.ebuild
+++ /dev/null
@@ -1,114 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sci-biology/emboss/emboss-6.1.0-r1.ebuild,v 1.7 2014/07/30 01:12:51 grknight Exp $
-
-EAPI="3"
-
-inherit eutils
-
-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/old/${PV}/EMBOSS-${PV}.tar.gz"
-LICENSE="GPL-2 LGPL-2"
-
-SLOT="0"
-KEYWORDS="~amd64 ~ppc ~x86 ~amd64-linux ~x86-linux ~ppc-macos"
-IUSE="X png minimal"
-
-DEPEND="
- X? ( x11-libs/libXt )
- png? (
- sys-libs/zlib
- media-libs/libpng
- media-libs/gd
- )
- !minimal? (
- sci-biology/primer3
- sci-biology/clustalw
- )"
-
-RDEPEND="${DEPEND}
- !sys-devel/cons"
-
-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_prepare() {
- epatch "${FILESDIR}"/${PN}-5.0.0-as-needed.patch
-
- local link_string="$(pkg-config --libs x11)"
- if use png; then
- link_string="${link_string} -lgd $(pkg-config --libs libpng)"
- fi
- sed -e "s:PATCH_PLPLOT:${link_string}:" -i plplot/Makefile.in \
- || die "Failed to patch ajax Makefile"
-}
-
-src_configure() {
- local myconf
- myconf="--includedir=${ED}/usr/include/emboss"
- use X || myconf="${EXTRA_CONF} --without-x"
- use png || myconf="${EXTRA_CONF} --without-pngdriver"
-
- econf ${myconf}
- # Do not install the JEMBOSS component (the --without-java configure option
- # does not work). JEMBOSS will eventually 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
-}
-
-src_install() {
- einstall || die "Failed to install program files."
-
- dodoc AUTHORS ChangeLog FAQ NEWS README THANKS \
- || die "Failed to install documentation."
- newdoc "${FILESDIR}"/${PN}-README.Gentoo-1 README.Gentoo \
- || die "Failed to install Gentoo readme file."
-
- # Install env file for setting libplplot and acd files path.
- cat <<- EOF > 22emboss
- # plplot libs dir
- PLPLOT_LIB="${EPREFIX}/usr/share/EMBOSS/"
- # ACD files location
- EMBOSS_ACDROOT="${EPREFIX}/usr/share/EMBOSS/acd"
- EOF
- doenvd 22emboss || die "Failed to install environment file."
-
- # Symlink preinstalled docs to "/usr/share/doc".
- dosym /usr/share/EMBOSS/doc/manuals /usr/share/doc/${PF}/manuals || die
- dosym /usr/share/EMBOSS/doc/programs /usr/share/doc/${PF}/programs || die
- dosym /usr/share/EMBOSS/doc/tutorials /usr/share/doc/${PF}/tutorials || die
- dosym /usr/share/EMBOSS/doc/html /usr/share/doc/${PF}/html || die
-
- # Remove frestdist documentation conflicting with the EMBASSY philypnew
- # package.
- rm "${ED}"/usr/share/EMBOSS/doc/programs/text/frestdist.txt || \
- die "Failed to remove duplicated documentation."
-
- # Clashes #330507
- mv "${ED}"/usr/bin/{digest,pepdigest} || die
-
- # Remove useless dummy files from the image.
- find emboss/data -name dummyfile -delete || die "Failed to remove dummy files."
-
- # Move the provided codon files to a different directory. This will avoid
- # user confusion and file collisions on case-insensitive file systems (see
- # bug #115446). This change is documented in "README.Gentoo".
- mv "${ED}"/usr/share/EMBOSS/data/CODONS{,.orig} || \
- die "Failed to move CODON directory."
-
- # Move the provided restriction enzyme prototypes file to a different name.
- # This avoids file collisions with versions of rebase that install their
- # own enzyme prototypes file (see bug #118832).
- mv "${ED}"/usr/share/EMBOSS/data/embossre.equ{,.orig} || \
- die "Failed to move enzyme equivalence file."
-}
diff --git a/sci-biology/emboss/emboss-6.3.1_p4.ebuild b/sci-biology/emboss/emboss-6.3.1_p4.ebuild
deleted file mode 100644
index 10bc72589c56..000000000000
--- a/sci-biology/emboss/emboss-6.3.1_p4.ebuild
+++ /dev/null
@@ -1,116 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sci-biology/emboss/emboss-6.3.1_p4.ebuild,v 1.9 2014/12/28 16:46:09 titanofold Exp $
-
-EAPI="4"
-
-inherit autotools eutils
-
-MY_PATCH="4"
-
-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/old/${PV}/EMBOSS-${PV/_p${MY_PATCH}}.tar.gz
- ftp://${PN}.open-bio.org/pub/EMBOSS/old/${PV}/fixes/patches/patch-1-${MY_PATCH}.gz -> ${P}.patch.gz"
-
-LICENSE="GPL-2 LGPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~ppc ~x86 ~amd64-linux ~x86-linux ~ppc-macos"
-IUSE="doc minimal mysql pdf png postgres static-libs X"
-
-DEPEND="
- dev-libs/expat
- dev-libs/libpcre:3
- sci-libs/plplot
- sys-libs/zlib
- mysql? ( virtual/mysql )
- pdf? ( media-libs/libharu )
- png? (
- sys-libs/zlib
- media-libs/libpng
- media-libs/gd
- )
- postgres? ( dev-db/postgresql )
- !minimal? (
- sci-biology/primer3
- sci-biology/clustalw
- )
- X? ( x11-libs/libXt )"
-RDEPEND="${DEPEND}
- !sys-devel/cons"
-PDEPEND="
- !minimal? (
- sci-biology/aaindex
- sci-biology/cutg
- sci-biology/prints
- sci-biology/prosite
- sci-biology/rebase
- sci-biology/transfac
- )"
-
-S="${WORKDIR}/EMBOSS-${PV/_p${MY_PATCH}}"
-
-src_prepare() {
- epatch "${WORKDIR}"/${P}.patch
- epatch \
- "${FILESDIR}"/${PV}-unbundle-libs.patch
- eautoreconf
-}
-
-src_configure() {
- econf \
- $(use_with X x) \
- $(use_with png pngdriver "${EPREFIX}/usr") \
- $(use_with doc docroot "${EPREFIX}/usr") \
- $(use_with pdf hpdf "${EPREFIX}/usr") \
- $(use_with mysql mysql "${EPREFIX}/usr/bin/mysql_config") \
- $(use_with postgres postgresql "${EPREFIX}/usr/bin/pg_config") \
- $(use_enable amd64 64) \
- $(use_enable static-libs static) \
- --without-java \
- --enable-large \
- --enable-systemlibs \
- --includedir="${ED}/usr/include/emboss"
-}
-
-src_install() {
- einstall || die "Failed to install program files."
-
- dodoc AUTHORS ChangeLog FAQ NEWS README THANKS
- sed "s:EPREFIX:${EPREFIX}:g" "${FILESDIR}"/${PN}-README.Gentoo-2 > README.Gentoo && \
- dodoc README.Gentoo
-
- # Install env file for setting libplplot and acd files path.
- cat <<- EOF > 22emboss
- # plplot libs dir
- PLPLOT_LIB="${EPREFIX}/usr/share/EMBOSS/"
- # ACD files location
- EMBOSS_ACDROOT="${EPREFIX}/usr/share/EMBOSS/acd"
- EOF
- doenvd 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
- dosym /usr/share/EMBOSS/doc/html /usr/share/doc/${PF}/html
-
- # Clashes #330507
- mv "${ED}"/usr/bin/{digest,pepdigest} || die
-
- # Remove useless dummy files from the image.
- find emboss/data -name dummyfile -delete || die "Failed to remove dummy files."
-
- # Move the provided codon files to a different directory. This will avoid
- # user confusion and file collisions on case-insensitive file systems (see
- # bug #115446). This change is documented in "README.Gentoo".
- mv "${ED}"/usr/share/EMBOSS/data/CODONS{,.orig} || \
- die "Failed to move CODON directory."
-
- # Move the provided restriction enzyme prototypes file to a different name.
- # This avoids file collisions with versions of rebase that install their
- # own enzyme prototypes file (see bug #118832).
- mv "${ED}"/usr/share/EMBOSS/data/embossre.equ{,.orig} || \
- die "Failed to move enzyme equivalence file."
-}