* [gentoo-commits] repo/gentoo:master commit in: sys-boot/bootcreator/
@ 2017-05-26 10:27 David Seifert
0 siblings, 0 replies; 3+ messages in thread
From: David Seifert @ 2017-05-26 10:27 UTC (permalink / raw
To: gentoo-commits
commit: bd9d0922aec4371bbfc2628ce195762d0f3969db
Author: David Seifert <soap <AT> gentoo <DOT> org>
AuthorDate: Fri May 26 10:10:00 2017 +0000
Commit: David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Fri May 26 10:26:45 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bd9d0922
sys-boot/bootcreator: Port to EAPI 6
Package-Manager: Portage-2.3.6, Repoman-2.3.2
sys-boot/bootcreator/bootcreator-1.1.ebuild | 24 +++++++++---------------
sys-boot/bootcreator/bootcreator-1.2.ebuild | 22 ++++++++--------------
2 files changed, 17 insertions(+), 29 deletions(-)
diff --git a/sys-boot/bootcreator/bootcreator-1.1.ebuild b/sys-boot/bootcreator/bootcreator-1.1.ebuild
index 274359223c8..6c39fd7daa6 100644
--- a/sys-boot/bootcreator/bootcreator-1.1.ebuild
+++ b/sys-boot/bootcreator/bootcreator-1.1.ebuild
@@ -1,35 +1,29 @@
-# Copyright 1999-2011 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-inherit eutils
+EAPI=6
DESCRIPTION="Simple generator for Forth based BootMenu scripts for Pegasos machines"
-
HOMEPAGE="http://tbs-software.com/morgoth/projects.html"
SRC_URI="http://tbs-software.com/morgoth/files/bootcreator-src.tar.gz"
+
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="ppc -*"
IUSE=""
-DEPEND=""
-S=${WORKDIR}/${PN}
+DEPEND=""
-src_unpack() {
- unpack ${A}
- cd ${S}
- mv examples/example.bc examples/bootmenu.example
-}
+S=${WORKDIR}
src_compile() {
- cd ${S}
- make all || die "Can't compile bootmenu"
+ emake all
}
src_install() {
- cd ${S}
dosbin src/bootcreator
+ dodoc doc/README
+
insinto /etc
- doins examples/bootmenu.example
- dodoc doc/README doc/COPYING
+ newins examples/example.bc bootmenu.example
}
diff --git a/sys-boot/bootcreator/bootcreator-1.2.ebuild b/sys-boot/bootcreator/bootcreator-1.2.ebuild
index c76c2574951..6c39fd7daa6 100644
--- a/sys-boot/bootcreator/bootcreator-1.2.ebuild
+++ b/sys-boot/bootcreator/bootcreator-1.2.ebuild
@@ -1,35 +1,29 @@
-# Copyright 1999-2011 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-inherit eutils
+EAPI=6
DESCRIPTION="Simple generator for Forth based BootMenu scripts for Pegasos machines"
-
HOMEPAGE="http://tbs-software.com/morgoth/projects.html"
SRC_URI="http://tbs-software.com/morgoth/files/bootcreator-src.tar.gz"
+
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="ppc -*"
IUSE=""
+
DEPEND=""
S=${WORKDIR}
-src_unpack() {
- unpack ${A}
- cd ${S}
- mv examples/example.bc examples/bootmenu.example
-}
-
src_compile() {
- cd ${S}
- make all || die "Can't compile bootmenu"
+ emake all
}
src_install() {
- cd ${S}
dosbin src/bootcreator
+ dodoc doc/README
+
insinto /etc
- doins examples/bootmenu.example
- dodoc doc/README doc/COPYING
+ newins examples/example.bc bootmenu.example
}
^ permalink raw reply related [flat|nested] 3+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: sys-boot/bootcreator/
@ 2020-12-18 9:53 Sergei Trofimovich
0 siblings, 0 replies; 3+ messages in thread
From: Sergei Trofimovich @ 2020-12-18 9:53 UTC (permalink / raw
To: gentoo-commits
commit: bc5b4b7193b6d45c9c46de1438eee8e886082d8c
Author: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
AuthorDate: Fri Dec 18 09:45:39 2020 +0000
Commit: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
CommitDate: Fri Dec 18 09:52:37 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bc5b4b71
sys-boot/bootcreator: drop old
Package-Manager: Portage-3.0.12, Repoman-3.0.2
Signed-off-by: Sergei Trofimovich <slyfox <AT> gentoo.org>
sys-boot/bootcreator/bootcreator-1.1.ebuild | 29 -----------------------------
1 file changed, 29 deletions(-)
diff --git a/sys-boot/bootcreator/bootcreator-1.1.ebuild b/sys-boot/bootcreator/bootcreator-1.1.ebuild
deleted file mode 100644
index 5f9a3fcc145..00000000000
--- a/sys-boot/bootcreator/bootcreator-1.1.ebuild
+++ /dev/null
@@ -1,29 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-DESCRIPTION="Simple generator for Forth based BootMenu scripts for Pegasos machines"
-HOMEPAGE="http://tbs-software.com/morgoth/projects.html"
-SRC_URI="http://tbs-software.com/morgoth/files/bootcreator-src.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="-* ppc"
-IUSE=""
-
-DEPEND=""
-
-S=${WORKDIR}
-
-src_compile() {
- emake all
-}
-
-src_install() {
- dosbin src/bootcreator
- dodoc doc/README
-
- insinto /etc
- newins examples/example.bc bootmenu.example
-}
^ permalink raw reply related [flat|nested] 3+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: sys-boot/bootcreator/
@ 2024-06-11 6:30 Arthur Zamarin
0 siblings, 0 replies; 3+ messages in thread
From: Arthur Zamarin @ 2024-06-11 6:30 UTC (permalink / raw
To: gentoo-commits
commit: 750b3f5e8fb183bfd01b9151a368eab1e576c62b
Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Tue Jun 11 06:29:27 2024 +0000
Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Tue Jun 11 06:29:59 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=750b3f5e
sys-boot/bootcreator: EAPI=8, fix cc, fix license
Closes: https://bugs.gentoo.org/725780
Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>
...{bootcreator-1.2.ebuild => bootcreator-1.2-r1.ebuild} | 16 +++++++---------
1 file changed, 7 insertions(+), 9 deletions(-)
diff --git a/sys-boot/bootcreator/bootcreator-1.2.ebuild b/sys-boot/bootcreator/bootcreator-1.2-r1.ebuild
similarity index 80%
rename from sys-boot/bootcreator/bootcreator-1.2.ebuild
rename to sys-boot/bootcreator/bootcreator-1.2-r1.ebuild
index 5f9a3fcc145e..3b5ce425244f 100644
--- a/sys-boot/bootcreator/bootcreator-1.2.ebuild
+++ b/sys-boot/bootcreator/bootcreator-1.2-r1.ebuild
@@ -1,23 +1,21 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI=6
+EAPI=8
+
+inherit toolchain-funcs
DESCRIPTION="Simple generator for Forth based BootMenu scripts for Pegasos machines"
HOMEPAGE="http://tbs-software.com/morgoth/projects.html"
SRC_URI="http://tbs-software.com/morgoth/files/bootcreator-src.tar.gz"
+S=${WORKDIR}
-LICENSE="GPL-2"
+LICENSE="GPL-2+"
SLOT="0"
KEYWORDS="-* ppc"
-IUSE=""
-
-DEPEND=""
-
-S=${WORKDIR}
src_compile() {
- emake all
+ emake CC="$(tc-getCC)"
}
src_install() {
^ permalink raw reply related [flat|nested] 3+ messages in thread
end of thread, other threads:[~2024-06-11 6:30 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-12-18 9:53 [gentoo-commits] repo/gentoo:master commit in: sys-boot/bootcreator/ Sergei Trofimovich
-- strict thread matches above, loose matches on Subject: below --
2024-06-11 6:30 Arthur Zamarin
2017-05-26 10:27 David Seifert
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox