public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: sys-boot/cromwell-bin/
@ 2017-01-04 11:40 David Seifert
  0 siblings, 0 replies; 6+ messages in thread
From: David Seifert @ 2017-01-04 11:40 UTC (permalink / raw
  To: gentoo-commits

commit:     7f3aee53ee9bb9a570f7a6ea8321425619aaa35e
Author:     Wim Muskee <wimmuskee <AT> gmail <DOT> com>
AuthorDate: Fri Dec 23 15:24:52 2016 +0000
Commit:     David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Wed Jan  4 11:40:29 2017 +0000
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"


^ permalink raw reply related	[flat|nested] 6+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: sys-boot/cromwell-bin/
@ 2017-01-04 11:40 David Seifert
  0 siblings, 0 replies; 6+ messages in thread
From: David Seifert @ 2017-01-04 11:40 UTC (permalink / raw
  To: gentoo-commits

commit:     eccf574f16c76954aea90e08575b04eb13229e69
Author:     David Seifert <soap <AT> gentoo <DOT> org>
AuthorDate: Wed Jan  4 11:35:52 2017 +0000
Commit:     David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Wed Jan  4 11:40:32 2017 +0000
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
 }


^ permalink raw reply related	[flat|nested] 6+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: sys-boot/cromwell-bin/
@ 2017-12-21  9:07 Michael Palimaka
  0 siblings, 0 replies; 6+ messages in thread
From: Michael Palimaka @ 2017-12-21  9:07 UTC (permalink / raw
  To: gentoo-commits

commit:     ebf8635ce81f31976f5425bc37d74eb6afc50e21
Author:     Michael Palimaka <kensington <AT> gentoo <DOT> org>
AuthorDate: Thu Dec 21 08:54:01 2017 +0000
Commit:     Michael Palimaka <kensington <AT> gentoo <DOT> org>
CommitDate: Thu Dec 21 09:07:32 2017 +0000
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..00000000000
--- 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
-}


^ permalink raw reply related	[flat|nested] 6+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: sys-boot/cromwell-bin/
@ 2024-03-18 20:00 Conrad Kostecki
  0 siblings, 0 replies; 6+ messages in thread
From: Conrad Kostecki @ 2024-03-18 20:00 UTC (permalink / raw
  To: gentoo-commits

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

sys-boot/cromwell-bin: EAPI8 bump

Signed-off-by: Michael Mair-Keimberger <mmk <AT> levelnine.at>
Closes: https://github.com/gentoo/gentoo/pull/35803
Signed-off-by: Conrad Kostecki <conikost <AT> 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 000000000000..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
+}


^ permalink raw reply related	[flat|nested] 6+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: sys-boot/cromwell-bin/
@ 2024-05-17  6:48 Arthur Zamarin
  0 siblings, 0 replies; 6+ messages in thread
From: Arthur Zamarin @ 2024-05-17  6:48 UTC (permalink / raw
  To: gentoo-commits

commit:     33afb88f71965b968ad03b988cb7e8afd65fc98e
Author:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Fri May 17 06:48:16 2024 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Fri May 17 06:48:16 2024 +0000
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 <arthurzam <AT> 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() {


^ permalink raw reply related	[flat|nested] 6+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: sys-boot/cromwell-bin/
@ 2024-05-17  6:49 Arthur Zamarin
  0 siblings, 0 replies; 6+ messages in thread
From: Arthur Zamarin @ 2024-05-17  6:49 UTC (permalink / raw
  To: gentoo-commits

commit:     814b452f0402ea61abd742f6c16ed3e17809641b
Author:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Fri May 17 06:49:05 2024 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Fri May 17 06:49:05 2024 +0000
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 <arthurzam <AT> 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..000000000000
--- 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
-}


^ permalink raw reply related	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2024-05-17  6:49 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-05-17  6:48 [gentoo-commits] repo/gentoo:master commit in: sys-boot/cromwell-bin/ Arthur Zamarin
  -- strict thread matches above, loose matches on Subject: below --
2024-05-17  6:49 Arthur Zamarin
2024-03-18 20:00 Conrad Kostecki
2017-12-21  9:07 Michael Palimaka
2017-01-04 11:40 David Seifert
2017-01-04 11:40 David Seifert

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox