summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJustin Lecher <jlec@gentoo.org>2015-03-25 15:47:44 +0000
committerJustin Lecher <jlec@gentoo.org>2015-03-25 15:47:44 +0000
commitb27ec0e8a2b7853c26fd107bf5b1a00acde3185f (patch)
treeb5841c93cd8f79258662a04087e84b7fd0cd8daf /sci-biology/eugene
parentDrop old (diff)
downloadgentoo-2-b27ec0e8a2b7853c26fd107bf5b1a00acde3185f.tar.gz
gentoo-2-b27ec0e8a2b7853c26fd107bf5b1a00acde3185f.tar.bz2
gentoo-2-b27ec0e8a2b7853c26fd107bf5b1a00acde3185f.zip
Drop old
(Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key B9D4F231BD1558AB!)
Diffstat (limited to 'sci-biology/eugene')
-rw-r--r--sci-biology/eugene/ChangeLog5
-rw-r--r--sci-biology/eugene/eugene-3.6-r1.ebuild45
2 files changed, 4 insertions, 46 deletions
diff --git a/sci-biology/eugene/ChangeLog b/sci-biology/eugene/ChangeLog
index a8df66e67a45..e610158d79ba 100644
--- a/sci-biology/eugene/ChangeLog
+++ b/sci-biology/eugene/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for sci-biology/eugene
# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-biology/eugene/ChangeLog,v 1.13 2015/03/25 14:07:24 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-biology/eugene/ChangeLog,v 1.14 2015/03/25 15:47:44 jlec Exp $
+
+ 25 Mar 2015; Justin Lecher <jlec@gentoo.org> -eugene-3.6-r1.ebuild:
+ Drop old
25 Mar 2015; Agostino Sarubbo <ago@gentoo.org> eugene-4.1.ebuild:
Stable for x86, wrt bug #543936
diff --git a/sci-biology/eugene/eugene-3.6-r1.ebuild b/sci-biology/eugene/eugene-3.6-r1.ebuild
deleted file mode 100644
index 702b1c551d6d..000000000000
--- a/sci-biology/eugene/eugene-3.6-r1.ebuild
+++ /dev/null
@@ -1,45 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sci-biology/eugene/eugene-3.6-r1.ebuild,v 1.5 2015/03/20 16:38:39 jlec Exp $
-
-EAPI=2
-
-inherit autotools eutils
-
-DESCRIPTION="Eukaryotic gene predictor"
-HOMEPAGE="http://www.inra.fr/mia/T/EuGene/"
-# self-signed https SRC_URI
-#SRC_URI="http://mulcyber.toulouse.inra.fr/gf/download/frsrelease/220/3675/${P}-1.tar.gz"
-SRC_URI="mirror://gentoo/${P}.tar.gz"
-
-LICENSE="Artistic"
-SLOT="0"
-IUSE="doc"
-KEYWORDS="amd64 x86"
-
-RESTRICT="test"
-
-DEPEND="media-libs/gd[png]
- media-libs/libpng:0
- doc? ( dev-lang/tcl:0
- dev-texlive/texlive-latex
- dev-texlive/texlive-latexrecommended
- dev-texlive/texlive-latexextra
- )"
-RDEPEND="${DEPEND}"
-
-src_prepare() {
- # https://mulcyber.toulouse.inra.fr/tracker/index.php?func=detail&aid=1170
- epatch "${FILESDIR}"/${P}-overflow.patch \
- "${FILESDIR}"/${P}-plugins.patch
- if ( ! use doc ); then
- sed -i -e '/SUBDIRS/ s/doc//' \
- -e '/INSTALL.*doc/ s/\(.*\)//' \
- Makefile.am || die
- eautoreconf
- fi
-}
-
-src_install() {
- emake DESTDIR="${D}" install || die
-}