commit: 50d690e643d45a8b54d2bdf24afa1839a0781a53 Author: Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net> AuthorDate: Tue Jan 19 13:11:48 2021 +0000 Commit: Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net> CommitDate: Tue Jan 19 13:12:02 2021 +0000 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=50d690e6
sci-biology/IMAGE: fix install, EAPI bump Package-Manager: Portage-3.0.13, Repoman-3.0.2 Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> riseup.net> profiles/.package.mask.kate-swp | Bin 0 -> 68 bytes sci-biology/IMAGE/IMAGE-2.4.1.ebuild | 16 ++++++++++++---- 2 files changed, 12 insertions(+), 4 deletions(-) diff --git a/profiles/.package.mask.kate-swp b/profiles/.package.mask.kate-swp new file mode 100644 index 000000000..e54e3ee5d Binary files /dev/null and b/profiles/.package.mask.kate-swp differ diff --git a/sci-biology/IMAGE/IMAGE-2.4.1.ebuild b/sci-biology/IMAGE/IMAGE-2.4.1.ebuild index d0969c344..6bd80436e 100644 --- a/sci-biology/IMAGE/IMAGE-2.4.1.ebuild +++ b/sci-biology/IMAGE/IMAGE-2.4.1.ebuild @@ -1,7 +1,9 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=5 +EAPI=7 + +inherit perl-functions DESCRIPTION="Iterative Mapping and Assembly for Gap Elimination using paired-end Illumina" HOMEPAGE="https://sourceforge.net/apps/mediawiki/image2" @@ -10,10 +12,16 @@ SRC_URI="https://sourceforge.net/projects/image2/files/IMAGE_version${PV}_64bit. #http://genomebiology.com/2010/11/4/R41 LICENSE="CC-BY-2.0" SLOT="0" -KEYWORDS="" -IUSE="" +KEYWORDS="~amd64" # contains bundled binaries: # nucmer smalt_x86_64 ssaha2 ssaha2Build velvetg velveth DEPEND="" RDEPEND="${DEPEND}" + +S="${WORKDIR}/${PN}_version2.4" + +src_install() { + perl_doexamples example/ + perl_domodule *.pl +}
