diff options
author | Justin Lecher <jlec@gentoo.org> | 2015-12-25 12:05:54 +0100 |
---|---|---|
committer | Justin Lecher <jlec@gentoo.org> | 2015-12-25 12:44:51 +0100 |
commit | 3091393072e75e598e35a8ff323ddb6f283858ff (patch) | |
tree | e34028d0b6bb6a5e9042dd67d0174292c69b5334 /sci-libs/libmems | |
parent | sci-libs/libmems: Drop old (diff) | |
download | gentoo-3091393072e75e598e35a8ff323ddb6f283858ff.tar.gz gentoo-3091393072e75e598e35a8ff323ddb6f283858ff.tar.bz2 gentoo-3091393072e75e598e35a8ff323ddb6f283858ff.zip |
sci-libs/libmems: Bump to EAPI=6
Package-Manager: portage-2.2.26
Signed-off-by: Justin Lecher <jlec@gentoo.org>
Diffstat (limited to 'sci-libs/libmems')
-rw-r--r-- | sci-libs/libmems/libmems-9999.ebuild | 16 |
1 files changed, 9 insertions, 7 deletions
diff --git a/sci-libs/libmems/libmems-9999.ebuild b/sci-libs/libmems/libmems-9999.ebuild index ff9052c10cfb..98938e3cd183 100644 --- a/sci-libs/libmems/libmems-9999.ebuild +++ b/sci-libs/libmems/libmems-9999.ebuild @@ -1,18 +1,15 @@ -# Copyright 1999-2012 Gentoo Foundation +# Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ -EAPI=4 +EAPI=6 -AUTOTOOLS_AUTORECONF=yes - -ESVN_REPO_URI="https://mauve.svn.sourceforge.net/svnroot/mauve/libMems/trunk" - -inherit autotools-utils subversion +inherit autotools subversion DESCRIPTION="Library for sci-biology/mauve" HOMEPAGE="http://gel.ahabs.wisc.edu/mauve/" SRC_URI="" +ESVN_REPO_URI="https://mauve.svn.sourceforge.net/svnroot/mauve/libMems/trunk" SLOT="0" LICENSE="GPL-2" @@ -28,3 +25,8 @@ DEPEND="${CDEPEND} RDEPEND="${CDEPEND}" S="${WORKDIR}" + +src_prepare() { + default + eautoreconf +} |