diff options
author | Justin Lecher <jlec@gentoo.org> | 2014-01-06 15:31:22 +0000 |
---|---|---|
committer | Justin Lecher <jlec@gentoo.org> | 2014-01-06 15:31:22 +0000 |
commit | 770ce4e4f383b9b676d0588a27228192f6e709c7 (patch) | |
tree | 4dd9adfd6e8adce38b5e406c018a6781ad7f1392 /sci-biology | |
parent | sci-biology/mira: Punt base.eclass (diff) | |
download | gentoo-2-770ce4e4f383b9b676d0588a27228192f6e709c7.tar.gz gentoo-2-770ce4e4f383b9b676d0588a27228192f6e709c7.tar.bz2 gentoo-2-770ce4e4f383b9b676d0588a27228192f6e709c7.zip |
sci-biology/seaview: Punt base.eclass
(Portage version: 2.2.8/cvs/Linux x86_64, signed Manifest commit with key B9D4F231BD1558AB!)
Diffstat (limited to 'sci-biology')
-rw-r--r-- | sci-biology/seaview/ChangeLog | 5 | ||||
-rw-r--r-- | sci-biology/seaview/seaview-4.3.3.ebuild | 9 |
2 files changed, 8 insertions, 6 deletions
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 <jlec@gentoo.org> seaview-4.3.3.ebuild: + Punt base.eclass 06 Jan 2014; Justin Lecher <jlec@gentoo.org> 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() { |