From 2b3e8f43608da0a1585a5bf5a37cb21a09b9e1e8 Mon Sep 17 00:00:00 2001 From: Marius Brehler Date: Sat, 10 Jan 2015 16:40:35 +0100 Subject: sci-biology/codonw: Move to EAPI=5 --- sci-biology/codonw/codonw-1.4.4-r1.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'sci-biology/codonw/codonw-1.4.4-r1.ebuild') diff --git a/sci-biology/codonw/codonw-1.4.4-r1.ebuild b/sci-biology/codonw/codonw-1.4.4-r1.ebuild index f7f48e13b..50e2f9c1d 100644 --- a/sci-biology/codonw/codonw-1.4.4-r1.ebuild +++ b/sci-biology/codonw/codonw-1.4.4-r1.ebuild @@ -1,8 +1,8 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ -EAPI=2 +EAPI=5 inherit toolchain-funcs versionator -- cgit v1.2.3-65-gdbad From e95477b2468656bfdb318892b538e7e29e733d4a Mon Sep 17 00:00:00 2001 From: Marius Brehler Date: Sat, 10 Jan 2015 17:00:59 +0100 Subject: sci-biology/codonw: Drop unnecessary dies --- sci-biology/codonw/codonw-1.4.4-r1.ebuild | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'sci-biology/codonw/codonw-1.4.4-r1.ebuild') diff --git a/sci-biology/codonw/codonw-1.4.4-r1.ebuild b/sci-biology/codonw/codonw-1.4.4-r1.ebuild index 50e2f9c1d..85c0c5e9e 100644 --- a/sci-biology/codonw/codonw-1.4.4-r1.ebuild +++ b/sci-biology/codonw/codonw-1.4.4-r1.ebuild @@ -26,14 +26,14 @@ src_prepare() { } src_compile() { - emake CC="$(tc-getCC)" CFLAGS="${CFLAGS}" || die + emake CC="$(tc-getCC)" CFLAGS="${CFLAGS}" } src_install() { - dobin codonw || die + dobin codonw # woohoo watch out for collisions for i in rscu cu aau raau tidy reader cutab cutot transl bases base3s dinuc cai fop gc3s gc cbi enc; do - dosym codonw /usr/bin/${i} || die + dosym codonw /usr/bin/${i} done - dodoc *.txt || die + dodoc *.txt } -- cgit v1.2.3-65-gdbad