summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'app-emulation')
-rw-r--r--app-emulation/vmips/vmips-1.3.1.ebuild11
-rw-r--r--app-emulation/vmips/vmips-1.3.ebuild11
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 62f4b86c8487..0430de4046a4 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 66fdf3eff294..d640ab369f7e 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"