commit:     fb3ac12e5a3c4481e59bd0d23532f6d7d95059b4
Author:     David Seifert <soap <AT> gentoo <DOT> org>
AuthorDate: Fri May 26 09:55:19 2017 +0000
Commit:     David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Fri May 26 09:55:19 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fb3ac12e

app-emulation/vmips: Port to EAPI 6

Package-Manager: Portage-2.3.6, Repoman-2.3.2

 app-emulation/vmips/vmips-1.3.1.ebuild | 11 +++++------
 app-emulation/vmips/vmips-1.3.ebuild   | 11 +++++------
 2 files changed, 10 insertions(+), 12 deletions(-)

diff --git a/app-emulation/vmips/vmips-1.3.1.ebuild 
b/app-emulation/vmips/vmips-1.3.1.ebuild
index 62f4b86c848..0430de4046a 100644
--- a/app-emulation/vmips/vmips-1.3.1.ebuild
+++ b/app-emulation/vmips/vmips-1.3.1.ebuild
@@ -1,16 +1,15 @@
-# Copyright 1999-2005 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
+EAPI=6
+
 DESCRIPTION="A virtual machine simulator based on a MIPS R3000 processor"
 HOMEPAGE="http://vmips.sourceforge.net/";
 SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
+
 LICENSE="GPL-2"
 SLOT="0"
 KEYWORDS="~ppc"
 IUSE=""
-DEPEND="app-emulation/vmips-cross-bin"
 
-src_install() {
-       make install DESTDIR=${D} || die "make install failed"
-       dodoc README AUTHORS COPYING NEWS THANKS VERSION
-}
+DEPEND="app-emulation/vmips-cross-bin"

diff --git a/app-emulation/vmips/vmips-1.3.ebuild 
b/app-emulation/vmips/vmips-1.3.ebuild
index 66fdf3eff29..d640ab369f7 100644
--- a/app-emulation/vmips/vmips-1.3.ebuild
+++ b/app-emulation/vmips/vmips-1.3.ebuild
@@ -1,16 +1,15 @@
-# Copyright 1999-2005 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
+EAPI=6
+
 DESCRIPTION="A virtual machine simulator based on a MIPS R3000 processor"
 HOMEPAGE="http://vmips.sourceforge.net/";
 SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
+
 LICENSE="GPL-2"
 SLOT="0"
 KEYWORDS="ppc"
 IUSE=""
-DEPEND="app-emulation/vmips-cross-bin"
 
-src_install() {
-       make install DESTDIR=${D} || die "make install failed"
-       dodoc README AUTHORS COPYING NEWS THANKS VERSION
-}
+DEPEND="app-emulation/vmips-cross-bin"

Reply via email to