From 770ce4e4f383b9b676d0588a27228192f6e709c7 Mon Sep 17 00:00:00 2001 From: Justin Lecher Date: Mon, 6 Jan 2014 15:31:22 +0000 Subject: sci-biology/seaview: Punt base.eclass (Portage version: 2.2.8/cvs/Linux x86_64, signed Manifest commit with key B9D4F231BD1558AB!) --- sci-biology/seaview/ChangeLog | 5 ++++- sci-biology/seaview/seaview-4.3.3.ebuild | 9 ++++----- 2 files changed, 8 insertions(+), 6 deletions(-) (limited to 'sci-biology') diff --git a/sci-biology/seaview/ChangeLog b/sci-biology/seaview/ChangeLog index bac995239f83..637c98de36da 100644 --- a/sci-biology/seaview/ChangeLog +++ b/sci-biology/seaview/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sci-biology/seaview # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-biology/seaview/ChangeLog,v 1.49 2014/01/06 08:50:53 jlec Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-biology/seaview/ChangeLog,v 1.50 2014/01/06 15:31:22 jlec Exp $ + + 06 Jan 2014; Justin Lecher seaview-4.3.3.ebuild: + Punt base.eclass 06 Jan 2014; Justin Lecher seaview-4.3.5.ebuild: Punt base.eclass; Bump EAPI to 5; add missing dep for pkg-config; Give some diff --git a/sci-biology/seaview/seaview-4.3.3.ebuild b/sci-biology/seaview/seaview-4.3.3.ebuild index 9b6d5ddf57ea..a87fadd532bd 100644 --- a/sci-biology/seaview/seaview-4.3.3.ebuild +++ b/sci-biology/seaview/seaview-4.3.3.ebuild @@ -1,10 +1,10 @@ -# Copyright 1999-2012 Gentoo Foundation +# Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-biology/seaview/seaview-4.3.3.ebuild,v 1.5 2012/10/17 03:36:26 phajdan.jr Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-biology/seaview/seaview-4.3.3.ebuild,v 1.6 2014/01/06 15:31:22 jlec Exp $ EAPI=4 -inherit base eutils multilib toolchain-funcs +inherit eutils multilib toolchain-funcs DESCRIPTION="A graphical multiple sequence alignment editor" HOMEPAGE="http://pbil.univ-lyon1.fr/software/seaview.html" @@ -57,8 +57,7 @@ src_prepare() { sed -i -e "s:-lXft::" Makefile || die fi cd FL || die - ln -sf . FL - base_src_prepare + ln -sf . FL || die } src_install() { -- cgit v1.2.3-65-gdbad