summaryrefslogtreecommitdiff
path: root/sci-biology/eugene/eugene-4.1d.ebuild
diff options
context:
space:
mode:
authorV3n3RiX <venerix@koprulu.sector>2022-07-09 15:43:36 +0100
committerV3n3RiX <venerix@koprulu.sector>2022-07-09 15:43:36 +0100
commit2719f73b6813d11d13a9650cdd2ab8ec6e69385d (patch)
tree8c816148bcbd22757d892089c989ae614eae4f5a /sci-biology/eugene/eugene-4.1d.ebuild
parent0f558761aa2dee1017b4751e4017205e015a9560 (diff)
gentoo resync : 09.07.2022
Diffstat (limited to 'sci-biology/eugene/eugene-4.1d.ebuild')
-rw-r--r--sci-biology/eugene/eugene-4.1d.ebuild41
1 files changed, 0 insertions, 41 deletions
diff --git a/sci-biology/eugene/eugene-4.1d.ebuild b/sci-biology/eugene/eugene-4.1d.ebuild
deleted file mode 100644
index dbf8139e9e20..000000000000
--- a/sci-biology/eugene/eugene-4.1d.ebuild
+++ /dev/null
@@ -1,41 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit autotools
-
-DESCRIPTION="Prokaryotic and Eukaryotic gene predictor"
-HOMEPAGE="http://eugene.toulouse.inra.fr/"
-SRC_URI="https://mulcyber.toulouse.inra.fr/frs/download.php/1359/${P}.tar.gz"
-
-LICENSE="Artistic"
-SLOT="0"
-KEYWORDS="amd64 x86"
-IUSE=""
-
-DEPEND="
- media-libs/gd[png]
- media-libs/libpng:0=
- "
-RDEPEND="${DEPEND}"
-
-RESTRICT="test"
-
-PATCHES=(
- # https://mulcyber.toulouse.inra.fr/tracker/index.php?func=detail&aid=1170
- "${FILESDIR}"/${PN}-3.6-overflow.patch
- "${FILESDIR}"/${PN}-3.6-plugins.patch
- "${FILESDIR}"/${PN}-4.1-format-security.patch
- "${FILESDIR}"/${PN}-4.1d-fix-c++14.patch
- "${FILESDIR}"/${PN}-4.1d-Wformat.patch
-)
-
-src_prepare() {
- default
- sed \
- -e '/SUBDIRS/ s/doc//' \
- -e '/INSTALL.*doc/ s/\(.*\)//' \
- -i Makefile.am || die
- eautoreconf
-}