app-emulation/vmips: Port to EAPI 6

Package-Manager: Portage-2.3.6, Repoman-2.3.2
This commit is contained in:
David Seifert
2017-05-26 11:55:19 +02:00
parent f62b7af3e8
commit fb3ac12e5a
2 changed files with 10 additions and 12 deletions

View File

@@ -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"

View File

@@ -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"