mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
app-emulation/vmips: Port to EAPI 6
Package-Manager: Portage-2.3.6, Repoman-2.3.2
This commit is contained in:
@@ -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"
|
||||
|
||||
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user