Gentoo Archives: gentoo-commits

From: Justin Lecher <jlec@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sci-libs/libmems/
Date: Fri, 25 Dec 2015 11:45:06
Message-Id: 1451043891.3091393072e75e598e35a8ff323ddb6f283858ff.jlec@gentoo
1 commit: 3091393072e75e598e35a8ff323ddb6f283858ff
2 Author: Justin Lecher <jlec <AT> gentoo <DOT> org>
3 AuthorDate: Fri Dec 25 11:05:54 2015 +0000
4 Commit: Justin Lecher <jlec <AT> gentoo <DOT> org>
5 CommitDate: Fri Dec 25 11:44:51 2015 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=30913930
7
8 sci-libs/libmems: Bump to EAPI=6
9
10 Package-Manager: portage-2.2.26
11 Signed-off-by: Justin Lecher <jlec <AT> gentoo.org>
12
13 sci-libs/libmems/libmems-9999.ebuild | 16 +++++++++-------
14 1 file changed, 9 insertions(+), 7 deletions(-)
15
16 diff --git a/sci-libs/libmems/libmems-9999.ebuild b/sci-libs/libmems/libmems-9999.ebuild
17 index ff9052c..98938e3 100644
18 --- a/sci-libs/libmems/libmems-9999.ebuild
19 +++ b/sci-libs/libmems/libmems-9999.ebuild
20 @@ -1,18 +1,15 @@
21 -# Copyright 1999-2012 Gentoo Foundation
22 +# Copyright 1999-2015 Gentoo Foundation
23 # Distributed under the terms of the GNU General Public License v2
24 # $Id$
25
26 -EAPI=4
27 +EAPI=6
28
29 -AUTOTOOLS_AUTORECONF=yes
30 -
31 -ESVN_REPO_URI="https://mauve.svn.sourceforge.net/svnroot/mauve/libMems/trunk"
32 -
33 -inherit autotools-utils subversion
34 +inherit autotools subversion
35
36 DESCRIPTION="Library for sci-biology/mauve"
37 HOMEPAGE="http://gel.ahabs.wisc.edu/mauve/"
38 SRC_URI=""
39 +ESVN_REPO_URI="https://mauve.svn.sourceforge.net/svnroot/mauve/libMems/trunk"
40
41 SLOT="0"
42 LICENSE="GPL-2"
43 @@ -28,3 +25,8 @@ DEPEND="${CDEPEND}
44 RDEPEND="${CDEPEND}"
45
46 S="${WORKDIR}"
47 +
48 +src_prepare() {
49 + default
50 + eautoreconf
51 +}