Gentoo Archives: gentoo-commits

From: David Seifert <soap@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-emulation/vmips/
Date: Fri, 26 May 2017 10:00:55
Message-Id: 1495792519.fb3ac12e5a3c4481e59bd0d23532f6d7d95059b4.soap@gentoo
1 commit: fb3ac12e5a3c4481e59bd0d23532f6d7d95059b4
2 Author: David Seifert <soap <AT> gentoo <DOT> org>
3 AuthorDate: Fri May 26 09:55:19 2017 +0000
4 Commit: David Seifert <soap <AT> gentoo <DOT> org>
5 CommitDate: Fri May 26 09:55:19 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fb3ac12e
7
8 app-emulation/vmips: Port to EAPI 6
9
10 Package-Manager: Portage-2.3.6, Repoman-2.3.2
11
12 app-emulation/vmips/vmips-1.3.1.ebuild | 11 +++++------
13 app-emulation/vmips/vmips-1.3.ebuild | 11 +++++------
14 2 files changed, 10 insertions(+), 12 deletions(-)
15
16 diff --git a/app-emulation/vmips/vmips-1.3.1.ebuild b/app-emulation/vmips/vmips-1.3.1.ebuild
17 index 62f4b86c848..0430de4046a 100644
18 --- a/app-emulation/vmips/vmips-1.3.1.ebuild
19 +++ b/app-emulation/vmips/vmips-1.3.1.ebuild
20 @@ -1,16 +1,15 @@
21 -# Copyright 1999-2005 Gentoo Foundation
22 +# Copyright 1999-2017 Gentoo Foundation
23 # Distributed under the terms of the GNU General Public License v2
24
25 +EAPI=6
26 +
27 DESCRIPTION="A virtual machine simulator based on a MIPS R3000 processor"
28 HOMEPAGE="http://vmips.sourceforge.net/"
29 SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
30 +
31 LICENSE="GPL-2"
32 SLOT="0"
33 KEYWORDS="~ppc"
34 IUSE=""
35 -DEPEND="app-emulation/vmips-cross-bin"
36
37 -src_install() {
38 - make install DESTDIR=${D} || die "make install failed"
39 - dodoc README AUTHORS COPYING NEWS THANKS VERSION
40 -}
41 +DEPEND="app-emulation/vmips-cross-bin"
42
43 diff --git a/app-emulation/vmips/vmips-1.3.ebuild b/app-emulation/vmips/vmips-1.3.ebuild
44 index 66fdf3eff29..d640ab369f7 100644
45 --- a/app-emulation/vmips/vmips-1.3.ebuild
46 +++ b/app-emulation/vmips/vmips-1.3.ebuild
47 @@ -1,16 +1,15 @@
48 -# Copyright 1999-2005 Gentoo Foundation
49 +# Copyright 1999-2017 Gentoo Foundation
50 # Distributed under the terms of the GNU General Public License v2
51
52 +EAPI=6
53 +
54 DESCRIPTION="A virtual machine simulator based on a MIPS R3000 processor"
55 HOMEPAGE="http://vmips.sourceforge.net/"
56 SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
57 +
58 LICENSE="GPL-2"
59 SLOT="0"
60 KEYWORDS="ppc"
61 IUSE=""
62 -DEPEND="app-emulation/vmips-cross-bin"
63
64 -src_install() {
65 - make install DESTDIR=${D} || die "make install failed"
66 - dodoc README AUTHORS COPYING NEWS THANKS VERSION
67 -}
68 +DEPEND="app-emulation/vmips-cross-bin"