Package-Manager: portage-2.2.26
Signed-off-by: Justin Lecher <jlec@gentoo.org>
-# 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"
RDEPEND="${CDEPEND}"
S="${WORKDIR}"
+
+src_prepare() {
+ default
+ eautoreconf
+}