summaryrefslogtreecommitdiff
path: root/sci-libs/libmems/libmems-9999.ebuild
diff options
context:
space:
mode:
authorJustin Lecher <jlec@gentoo.org>2015-12-25 12:05:54 +0100
committerJustin Lecher <jlec@gentoo.org>2015-12-25 12:44:51 +0100
commit3091393072e75e598e35a8ff323ddb6f283858ff (patch)
treee34028d0b6bb6a5e9042dd67d0174292c69b5334 /sci-libs/libmems/libmems-9999.ebuild
parented3b6ab5a4cee65f11f68a91f8abb883fcedc6ef (diff)
downloadgentoo-3091393072e75e598e35a8ff323ddb6f283858ff.tar.gz
gentoo-3091393072e75e598e35a8ff323ddb6f283858ff.tar.xz
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/libmems-9999.ebuild')
-rw-r--r--sci-libs/libmems/libmems-9999.ebuild16
1 files changed, 9 insertions, 7 deletions
diff --git a/sci-libs/libmems/libmems-9999.ebuild b/sci-libs/libmems/libmems-9999.ebuild
index ff9052c10cf..98938e3cd18 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
+}