sys-boot/cromwell-bin: Port to EAPI=6
authorDavid Seifert <soap@gentoo.org>
Wed, 4 Jan 2017 11:35:52 +0000 (13:35 +0200)
committerDavid Seifert <soap@gentoo.org>
Wed, 4 Jan 2017 11:40:32 +0000 (13:40 +0200)
Package-Manager: Portage-2.3.3, Repoman-2.3.1

sys-boot/cromwell-bin/cromwell-bin-2.31-r1.ebuild [moved from sys-boot/cromwell-bin/cromwell-bin-2.31.ebuild with 81% similarity]
sys-boot/cromwell-bin/cromwell-bin-2.40-r1.ebuild [moved from sys-boot/cromwell-bin/cromwell-bin-2.40.ebuild with 80% similarity]

similarity index 81%
rename from sys-boot/cromwell-bin/cromwell-bin-2.31.ebuild
rename to sys-boot/cromwell-bin/cromwell-bin-2.31-r1.ebuild
index 79016b6601f8f690d1a63d5b4a40b40c213c872d..bb8a0479ed89d471862d6d27981d81916658add1 100644 (file)
@@ -1,23 +1,28 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
+EAPI=6
+
 inherit mount-boot
 
-IUSE=""
 DESCRIPTION="Xbox boot loader precompiled binaries from xbox-linux.org"
-SRC_URI="mirror://sourceforge/xbox-linux/cromwell-${PV}.tar.gz"
 HOMEPAGE="https://sourceforge.net/projects/xbox-linux/"
-RESTRICT="${RESTRICT} strip"
-DEPEND=""
-SLOT="0"
+SRC_URI="mirror://sourceforge/xbox-linux/cromwell-${PV}.tar.gz"
 LICENSE="GPL-2"
+
+SLOT="0"
 KEYWORDS="-* x86"
+IUSE=""
+RESTRICT="${RESTRICT} strip"
+
+DEPEND=""
+RDEPEND=""
 
 S=${WORKDIR}/cromwell
 
 src_install () {
        dodir /boot/${PN}
        insinto /boot/${PN}
-       doins ${S}/image.bin ${S}/image_1024.bin ${S}/default.xbe || die
+       doins image{,_1024}.bin default.xbe
 }
similarity index 80%
rename from sys-boot/cromwell-bin/cromwell-bin-2.40.ebuild
rename to sys-boot/cromwell-bin/cromwell-bin-2.40-r1.ebuild
index 9cfa58614e68a4682737e5b5e4fb765ef110eda2..7e08e63a21ae494a4cd75b3d03e3404781c0c19a 100644 (file)
@@ -1,23 +1,28 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
+EAPI=6
+
 inherit mount-boot
 
-IUSE=""
 DESCRIPTION="Xbox boot loader precompiled binaries from xbox-linux.org"
-SRC_URI="mirror://sourceforge/xbox-linux/cromwell-${PV}.tar.gz"
 HOMEPAGE="https://sourceforge.net/projects/xbox-linux/"
-RESTRICT="${RESTRICT} strip"
-DEPEND=""
-SLOT="0"
+SRC_URI="mirror://sourceforge/xbox-linux/cromwell-${PV}.tar.gz"
 LICENSE="GPL-2"
+
+SLOT="0"
 KEYWORDS="-* x86"
+IUSE=""
+RESTRICT="${RESTRICT} strip"
+
+DEPEND=""
+RDEPEND=""
 
 S=${WORKDIR}/cromwell-${PV}
 
 src_install () {
        dodir /boot/${PN}
        insinto /boot/${PN}
-       doins ${S}/cromwell.bin ${S}/cromwell_1024.bin ${S}/xromwell.xbe || die
+       doins cromwell{,_1024}.bin xromwell.xbe
 }