[gentoo-commits] repo/gentoo:master commit in: sys-boot/cromwell-bin/

2024-05-16 Thread Arthur Zamarin
commit: 814b452f0402ea61abd742f6c16ed3e17809641b
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Fri May 17 06:49:05 2024 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Fri May 17 06:49:05 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=814b452f

sys-boot/cromwell-bin: drop 2.40-r1, EAPI6--

Closes: https://bugs.gentoo.org/932017
Signed-off-by: Arthur Zamarin  gentoo.org>

 sys-boot/cromwell-bin/cromwell-bin-2.40-r1.ebuild | 27 ---
 1 file changed, 27 deletions(-)

diff --git a/sys-boot/cromwell-bin/cromwell-bin-2.40-r1.ebuild 
b/sys-boot/cromwell-bin/cromwell-bin-2.40-r1.ebuild
deleted file mode 100644
index d7a77b8d098e..
--- a/sys-boot/cromwell-bin/cromwell-bin-2.40-r1.ebuild
+++ /dev/null
@@ -1,27 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit mount-boot
-
-DESCRIPTION="Xbox boot loader precompiled binaries from xbox-linux.org"
-HOMEPAGE="https://sourceforge.net/projects/xbox-linux/";
-SRC_URI="https://downloads.sourceforge.net/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 cromwell{,_1024}.bin xromwell.xbe
-}



[gentoo-commits] repo/gentoo:master commit in: sys-boot/cromwell-bin/

2024-05-16 Thread Arthur Zamarin
commit: 33afb88f71965b968ad03b988cb7e8afd65fc98e
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Fri May 17 06:48:16 2024 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Fri May 17 06:48:16 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=33afb88f

sys-boot/cromwell-bin: Stabilize 2.40-r2 x86, #932017

Signed-off-by: Arthur Zamarin  gentoo.org>

 sys-boot/cromwell-bin/cromwell-bin-2.40-r2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-boot/cromwell-bin/cromwell-bin-2.40-r2.ebuild 
b/sys-boot/cromwell-bin/cromwell-bin-2.40-r2.ebuild
index 76eda9612b1c..5613715edf70 100644
--- a/sys-boot/cromwell-bin/cromwell-bin-2.40-r2.ebuild
+++ b/sys-boot/cromwell-bin/cromwell-bin-2.40-r2.ebuild
@@ -12,7 +12,7 @@ S="${WORKDIR}/cromwell-${PV}"
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="-* ~x86"
+KEYWORDS="-* x86"
 RESTRICT="${RESTRICT} strip"
 
 src_install() {



[gentoo-commits] repo/gentoo:master commit in: sys-boot/cromwell-bin/

2024-03-18 Thread Conrad Kostecki
commit: 4aa08381c1578f1e2d47890fd527d33df481a4ec
Author: Michael Mair-Keimberger  levelnine  at>
AuthorDate: Sun Mar 17 18:28:03 2024 +
Commit: Conrad Kostecki  gentoo  org>
CommitDate: Mon Mar 18 20:00:12 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4aa08381

sys-boot/cromwell-bin: EAPI8 bump

Signed-off-by: Michael Mair-Keimberger  levelnine.at>
Closes: https://github.com/gentoo/gentoo/pull/35803
Signed-off-by: Conrad Kostecki  gentoo.org>

 sys-boot/cromwell-bin/cromwell-bin-2.40-r2.ebuild | 21 +
 1 file changed, 21 insertions(+)

diff --git a/sys-boot/cromwell-bin/cromwell-bin-2.40-r2.ebuild 
b/sys-boot/cromwell-bin/cromwell-bin-2.40-r2.ebuild
new file mode 100644
index ..62059734f721
--- /dev/null
+++ b/sys-boot/cromwell-bin/cromwell-bin-2.40-r2.ebuild
@@ -0,0 +1,21 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit mount-boot
+
+DESCRIPTION="Xbox boot loader precompiled binaries from xbox-linux.org"
+HOMEPAGE="https://sourceforge.net/projects/xbox-linux/";
+SRC_URI="mirror://sourceforge/xbox-linux/cromwell-${PV}.tar.gz"
+S="${WORKDIR}/cromwell-${PV}"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="-* ~x86"
+RESTRICT="${RESTRICT} strip"
+
+src_install() {
+   insinto /boot/${PN}
+   doins cromwell{,_1024}.bin xromwell.xbe
+}



[gentoo-commits] repo/gentoo:master commit in: sys-boot/cromwell/

2020-10-24 Thread David Seifert
commit: a4d5afce5c8f5632cc612a73e244ef22c685d933
Author: David Seifert  gentoo  org>
AuthorDate: Sat Oct 24 15:39:44 2020 +
Commit: David Seifert  gentoo  org>
CommitDate: Sat Oct 24 15:39:44 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a4d5afce

sys-boot/cromwell: Port to EAPI 7

Closes: https://bugs.gentoo.org/742122
Package-Manager: Portage-3.0.8, Repoman-3.0.2
Signed-off-by: David Seifert  gentoo.org>

 sys-boot/cromwell/cromwell-2.40-r3.ebuild | 17 ++---
 1 file changed, 10 insertions(+), 7 deletions(-)

diff --git a/sys-boot/cromwell/cromwell-2.40-r3.ebuild 
b/sys-boot/cromwell/cromwell-2.40-r3.ebuild
index 7ce7e1fd24b..e5c32e94d69 100644
--- a/sys-boot/cromwell/cromwell-2.40-r3.ebuild
+++ b/sys-boot/cromwell/cromwell-2.40-r3.ebuild
@@ -1,29 +1,32 @@
-# Copyright 1999-2012 Gentoo Foundation
+# Copyright 1999-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI="4"
+EAPI=7
 
-inherit eutils mount-boot toolchain-funcs flag-o-matic
+inherit mount-boot toolchain-funcs flag-o-matic
 
 DESCRIPTION="Xbox boot loader"
 HOMEPAGE="http://www.xbox-linux.org/wiki/Cromwell";
-SRC_URI="mirror://gentoo/${P}.tar.bz2
+SRC_URI="
+   mirror://gentoo/${P}.tar.bz2
mirror://gentoo/${PF}-cvs-fixes.patch.lzma"
 
 LICENSE="GPL-2"
 SLOT="0"
 KEYWORDS="-* x86"
-IUSE=""
 RESTRICT="strip"
 
 src_prepare() {
-   epatch "${WORKDIR}"/${PF}-cvs-fixes.patch
-   epatch "${FILESDIR}"/${P}-gcc-4.6.patch #363535
+   eapply "${WORKDIR}"/${PF}-cvs-fixes.patch
+   eapply "${FILESDIR}"/${P}-gcc-4.6.patch #363535
+   eapply_user
+
sed -i 's:-Werror:-m32:' Makefile Rules.make || die
sed -i '/^EXTRA_CFLAGS/s:$: -m32:' Rules.make boot_rom/Makefile || die
sed -i \
-e '/^bin.imagebld:/,$s:\:${CC}:' \
Makefile || die
+
append-flags -m32
 }
 



[gentoo-commits] repo/gentoo:master commit in: sys-boot/cromwell-bin/

2017-12-21 Thread Michael Palimaka
commit: ebf8635ce81f31976f5425bc37d74eb6afc50e21
Author: Michael Palimaka  gentoo  org>
AuthorDate: Thu Dec 21 08:54:01 2017 +
Commit: Michael Palimaka  gentoo  org>
CommitDate: Thu Dec 21 09:07:32 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ebf8635c

sys-boot/cromwell-bin: remove 2.31-r1

Package-Manager: Portage-2.3.14, Repoman-2.3.6

 sys-boot/cromwell-bin/Manifest|  1 -
 sys-boot/cromwell-bin/cromwell-bin-2.31-r1.ebuild | 27 ---
 2 files changed, 28 deletions(-)

diff --git a/sys-boot/cromwell-bin/Manifest b/sys-boot/cromwell-bin/Manifest
index d147505e178..4b5a97deb49 100644
--- a/sys-boot/cromwell-bin/Manifest
+++ b/sys-boot/cromwell-bin/Manifest
@@ -1,2 +1 @@
-DIST cromwell-2.31.tar.gz 543461 BLAKE2B 
0743c538ec7475d843dad384c55b7b2cc8cf326f83fc141292c76f4e5331a180ef1250ac255bda98e877aa44e2b8f026f072cf7ab147c102b88e7058893830c2
 SHA512 
ec39a3584957b0e1e4e7df976b9ddda45e710afb6f1bc34388d2dcbfa08ed133234b7bc46c1cf2d9663def939823b524d4a56cb1eceefdb8135d566abc4ee375
 DIST cromwell-2.40.tar.gz 541204 BLAKE2B 
b10db3a636c3638aeac71747f9b217acbeab52d19733c6581c369762ff339fd1eb5e6392be9e409f6e278a72b989ba84d81f000f6e1ff2d5ade00b6ce75f7d91
 SHA512 
492441ea24f8b17b3de2c896b03d823d7a97eac85c07768ea4490c0351c71e80f697caf8b469852213763b8a38a058475f8b78f51523197d10a006deaf461f24

diff --git a/sys-boot/cromwell-bin/cromwell-bin-2.31-r1.ebuild 
b/sys-boot/cromwell-bin/cromwell-bin-2.31-r1.ebuild
deleted file mode 100644
index 98553790ab1..000
--- a/sys-boot/cromwell-bin/cromwell-bin-2.31-r1.ebuild
+++ /dev/null
@@ -1,27 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit mount-boot
-
-DESCRIPTION="Xbox boot loader precompiled binaries from xbox-linux.org"
-HOMEPAGE="https://sourceforge.net/projects/xbox-linux/";
-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 image{,_1024}.bin default.xbe
-}



[gentoo-commits] repo/gentoo:master commit in: sys-boot/cromwell-bin/

2017-01-04 Thread David Seifert
commit: 7f3aee53ee9bb9a570f7a6ea8321425619aaa35e
Author: Wim Muskee  gmail  com>
AuthorDate: Fri Dec 23 15:24:52 2016 +
Commit: David Seifert  gentoo  org>
CommitDate: Wed Jan  4 11:40:29 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7f3aee53

sys-boot/cromwell-bin: update HOMEPAGE, #472076

Closes: https://github.com/gentoo/gentoo/pull/3222

 sys-boot/cromwell-bin/cromwell-bin-2.31.ebuild | 4 ++--
 sys-boot/cromwell-bin/cromwell-bin-2.40.ebuild | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/sys-boot/cromwell-bin/cromwell-bin-2.31.ebuild 
b/sys-boot/cromwell-bin/cromwell-bin-2.31.ebuild
index c40840e..79016b6 100644
--- a/sys-boot/cromwell-bin/cromwell-bin-2.31.ebuild
+++ b/sys-boot/cromwell-bin/cromwell-bin-2.31.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2011 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
@@ -7,7 +7,7 @@ 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="http://www.xbox-linux.org";
+HOMEPAGE="https://sourceforge.net/projects/xbox-linux/";
 RESTRICT="${RESTRICT} strip"
 DEPEND=""
 SLOT="0"

diff --git a/sys-boot/cromwell-bin/cromwell-bin-2.40.ebuild 
b/sys-boot/cromwell-bin/cromwell-bin-2.40.ebuild
index 55d26c0..9cfa586 100644
--- a/sys-boot/cromwell-bin/cromwell-bin-2.40.ebuild
+++ b/sys-boot/cromwell-bin/cromwell-bin-2.40.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2011 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
@@ -7,7 +7,7 @@ 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="http://www.xbox-linux.org";
+HOMEPAGE="https://sourceforge.net/projects/xbox-linux/";
 RESTRICT="${RESTRICT} strip"
 DEPEND=""
 SLOT="0"



[gentoo-commits] repo/gentoo:master commit in: sys-boot/cromwell-bin/

2017-01-04 Thread David Seifert
commit: eccf574f16c76954aea90e08575b04eb13229e69
Author: David Seifert  gentoo  org>
AuthorDate: Wed Jan  4 11:35:52 2017 +
Commit: David Seifert  gentoo  org>
CommitDate: Wed Jan  4 11:40:32 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=eccf574f

sys-boot/cromwell-bin: Port to EAPI=6

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 ...ll-bin-2.31.ebuild => cromwell-bin-2.31-r1.ebuild} | 19 ---
 ...ll-bin-2.40.ebuild => cromwell-bin-2.40-r1.ebuild} | 19 ---
 2 files changed, 24 insertions(+), 14 deletions(-)

diff --git a/sys-boot/cromwell-bin/cromwell-bin-2.31.ebuild 
b/sys-boot/cromwell-bin/cromwell-bin-2.31-r1.ebuild
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 79016b6..bb8a047 100644
--- a/sys-boot/cromwell-bin/cromwell-bin-2.31.ebuild
+++ b/sys-boot/cromwell-bin/cromwell-bin-2.31-r1.ebuild
@@ -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
 }

diff --git a/sys-boot/cromwell-bin/cromwell-bin-2.40.ebuild 
b/sys-boot/cromwell-bin/cromwell-bin-2.40-r1.ebuild
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 9cfa586..7e08e63 100644
--- a/sys-boot/cromwell-bin/cromwell-bin-2.40.ebuild
+++ b/sys-boot/cromwell-bin/cromwell-bin-2.40-r1.ebuild
@@ -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
 }