* [gentoo-commits] repo/gentoo:master commit in: sys-boot/milo/
@ 2017-11-27 11:24 David Seifert
0 siblings, 0 replies; 6+ messages in thread
From: David Seifert @ 2017-11-27 11:24 UTC (permalink / raw
To: gentoo-commits
commit: c711ef8e0391a4149393e52ae81cb840e616c0a5
Author: David Seifert <soap <AT> gentoo <DOT> org>
AuthorDate: Mon Nov 27 10:44:44 2017 +0000
Commit: David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Mon Nov 27 11:20:32 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c711ef8e
sys-boot/milo: [QA] Do not install 'LICENSE'
Package-Manager: Portage-2.3.16, Repoman-2.3.6
sys-boot/milo/milo-2.4.18.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/sys-boot/milo/milo-2.4.18.ebuild b/sys-boot/milo/milo-2.4.18.ebuild
index 9c58de22f09..13fc8aca315 100644
--- a/sys-boot/milo/milo-2.4.18.ebuild
+++ b/sys-boot/milo/milo-2.4.18.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2011 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
inherit flag-o-matic eutils
@@ -213,7 +213,7 @@ src_install() {
cd ${S}/Documentation
- dodoc ChangeLog filesystem Nikita.Todo README.milo Todo LICENSE README.BSD Stuff WhatIsMilo \
+ dodoc ChangeLog filesystem Nikita.Todo README.milo Todo README.BSD Stuff WhatIsMilo \
${FILESDIR}/README-gentoo ${FILESDIR}/mkserial_no.c ${DISTDIR}/MILO-HOWTO
}
^ permalink raw reply related [flat|nested] 6+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: sys-boot/milo/
@ 2019-10-05 18:56 Michał Górny
0 siblings, 0 replies; 6+ messages in thread
From: Michał Górny @ 2019-10-05 18:56 UTC (permalink / raw
To: gentoo-commits
commit: 292d1d9d143238ffa2e2b4cff961a350af1e3d85
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Mon Sep 30 06:49:03 2019 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sat Oct 5 18:54:07 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=292d1d9d
sys-boot/milo: Inline mirror://kernel
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
sys-boot/milo/milo-2.4.18.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/sys-boot/milo/milo-2.4.18.ebuild b/sys-boot/milo/milo-2.4.18.ebuild
index e34f2de4ec8..3902314970f 100644
--- a/sys-boot/milo/milo-2.4.18.ebuild
+++ b/sys-boot/milo/milo-2.4.18.ebuild
@@ -27,7 +27,7 @@ ldmilo_patch="20010430"
# linload.exe :- linload utility (ldmilo equivalent for non-ruffians).
SRC_URI="http://www.suse.de/~stepan/source/milo-${milo_version}.tar.bz2
- mirror://kernel/linux/kernel/v2.2/linux-${kernel_version}.tar.bz2
+ https://www.kernel.org/pub/linux/kernel/v2.2/linux-${kernel_version}.tar.bz2
https://dev.gentoo.org/~taviso/milo/ldmilo-patched-${ldmilo_patch}
http://ftp.namesys.com/pub/reiserfs-for-2.2/linux-2.2.20-reiserfs-3.5.35.diff.bz2
https://dev.gentoo.org/~taviso/milo/linload.exe
^ permalink raw reply related [flat|nested] 6+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: sys-boot/milo/
@ 2019-11-13 6:53 Matt Turner
0 siblings, 0 replies; 6+ messages in thread
From: Matt Turner @ 2019-11-13 6:53 UTC (permalink / raw
To: gentoo-commits
commit: 870fda96e30afeaf24a7b0159be2401454030958
Author: Matt Turner <mattst88 <AT> gentoo <DOT> org>
AuthorDate: Wed Nov 13 06:51:12 2019 +0000
Commit: Matt Turner <mattst88 <AT> gentoo <DOT> org>
CommitDate: Wed Nov 13 06:53:14 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=870fda96
sys-boot/milo: Port to EAPI=7
Closes: https://bugs.gentoo.org/697180
Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org>
sys-boot/milo/milo-2.4.18.ebuild | 17 +++++++++--------
1 file changed, 9 insertions(+), 8 deletions(-)
diff --git a/sys-boot/milo/milo-2.4.18.ebuild b/sys-boot/milo/milo-2.4.18.ebuild
index 3902314970f..e6bee2b3f6c 100644
--- a/sys-boot/milo/milo-2.4.18.ebuild
+++ b/sys-boot/milo/milo-2.4.18.ebuild
@@ -1,7 +1,7 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI=0
+EAPI=7
inherit flag-o-matic eutils
@@ -87,12 +87,16 @@ src_unpack() {
# unpack everything the kernel and milo sources
unpack linux-${kernel_version}.tar.bz2
unpack milo-${milo_version}.tar.bz2
+ unpack linux-2.2.20-reiserfs-3.5.35.diff.bz2
+}
+src_prepare() {
# gcc3 fixes, and some tweaks to get a build, also
# reiserfs support for the kernel (and milo).
- cd ${WORKDIR}/linux; epatch "${FILESDIR}"/linux-${kernel_version}-gcc3-milo.diff || die
- cd ${WORKDIR}/linux; epatch "${DISTDIR}"/linux-2.2.20-reiserfs-3.5.35.diff.bz2 || die
- cd ${S}; epatch "${FILESDIR}"/milo-${milo_version}-gcc3-gentoo.diff || die
+ cd ${WORKDIR}/linux; eapply "${FILESDIR}"/linux-${kernel_version}-gcc3-milo.diff || die
+ cd ${WORKDIR}/linux; eapply "${WORKDIR}"/linux-2.2.20-reiserfs-3.5.35.diff || die
+ cd ${S}; eapply "${FILESDIR}"/milo-${milo_version}-gcc3-gentoo.diff || die
+ eapply_user
}
src_compile() {
@@ -149,9 +153,6 @@ src_compile() {
einfo "i will use it instead of the default."
ewarn
- einfon "continuing in 10 seconds ..."
- epause 10
-
# get kernel configured
cp ${custom_milo_kernel_config:-${S}/Documentation/config/linux-2.2.19-SuSE.config} \
${WORKDIR}/linux/.config
^ permalink raw reply related [flat|nested] 6+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: sys-boot/milo/
@ 2022-08-11 11:13 Sam James
0 siblings, 0 replies; 6+ messages in thread
From: Sam James @ 2022-08-11 11:13 UTC (permalink / raw
To: gentoo-commits
commit: 41c1621d8cc415fabf5889265af5712ddd48619f
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Thu Aug 11 11:12:33 2022 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Thu Aug 11 11:13:10 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=41c1621d
sys-boot/milo: fix UnquotedVariable
Signed-off-by: Sam James <sam <AT> gentoo.org>
sys-boot/milo/milo-2.4.18.ebuild | 39 +++++++++++++++++++--------------------
1 file changed, 19 insertions(+), 20 deletions(-)
diff --git a/sys-boot/milo/milo-2.4.18.ebuild b/sys-boot/milo/milo-2.4.18.ebuild
index 0501252aa338..a4c3e71f8328 100644
--- a/sys-boot/milo/milo-2.4.18.ebuild
+++ b/sys-boot/milo/milo-2.4.18.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
@@ -93,9 +93,9 @@ src_unpack() {
src_prepare() {
# gcc3 fixes, and some tweaks to get a build, also
# reiserfs support for the kernel (and milo).
- cd ${WORKDIR}/linux; eapply "${FILESDIR}"/linux-${kernel_version}-gcc3-milo.diff || die
- cd ${WORKDIR}/linux; eapply "${WORKDIR}"/linux-2.2.20-reiserfs-3.5.35.diff || die
- cd ${S}; eapply "${FILESDIR}"/milo-${milo_version}-gcc3-gentoo.diff || die
+ cd "${WORKDIR}"/linux; eapply "${FILESDIR}"/linux-${kernel_version}-gcc3-milo.diff || die
+ cd "${WORKDIR}"/linux; eapply "${WORKDIR}"/linux-2.2.20-reiserfs-3.5.35.diff || die
+ cd "${S}"; eapply "${FILESDIR}"/milo-${milo_version}-gcc3-gentoo.diff || die
eapply_user
}
@@ -138,7 +138,7 @@ src_compile() {
die "${MILO_IMAGE} not supported, or not recognised."
fi
- sed -i "s!__MILO_ARCHES__!${MILO_ARCH}!g" ${S}/tools/scripts/build
+ sed -i "s!__MILO_ARCHES__!${MILO_ARCH}!g" "${S}"/tools/scripts/build
ewarn
ewarn "seriously, this is going to take a while, go get some coffee..."
@@ -154,9 +154,9 @@ src_compile() {
ewarn
# get kernel configured
- cp ${custom_milo_kernel_config:-${S}/Documentation/config/linux-2.2.19-SuSE.config} \
- ${WORKDIR}/linux/.config
- cd ${WORKDIR}/linux; yes n | make oldconfig || die "unable to configure kernel."
+ cp ${custom_milo_kernel_config:-"${S}"/Documentation/config/linux-2.2.19-SuSE.config} \
+ "${WORKDIR}"/linux/.config
+ cd "${WORKDIR}"/linux; yes n | make oldconfig || die "unable to configure kernel."
# we're building a generic kernel that defaults to ev5, but theres no
# reason why we cant tweak the instruction set.
@@ -165,7 +165,7 @@ src_compile() {
mcpu_flag="`get-flag mcpu`"
if [ ! -z "${mcpu_flag}" ]; then
sed -i "s/\(CFLAGS := \$(CFLAGS) \)-mcpu=ev5$/\1-mcpu=${mcpu_flag:-ev5}/g" \
- ${WORKDIR}/linux/arch/alpha/Makefile
+ "${WORKDIR}"/linux/arch/alpha/Makefile
fi
# build the generic linux kernel, of course if you have
@@ -173,11 +173,11 @@ src_compile() {
# to hack it (or the .config used here).
einfo "building a generic kernel for use with milo..."
unset CC DISTCC_HOSTS; make dep vmlinux || die "unable to build generic kernel for milo."
- cat ${FILESDIR}/objstrip.c > ${WORKDIR}/linux/arch/alpha/boot/tools/objstrip.c
+ cat "${FILESDIR}"/objstrip.c > "${WORKDIR}"/linux/arch/alpha/boot/tools/objstrip.c
# make the objstrip utility.
- gcc ${WORKDIR}/linux/arch/alpha/boot/tools/objstrip.c -o \
- ${WORKDIR}/linux/arch/alpha/boot/tools/objstrip || die "couldnt build objstrip."
+ gcc "${WORKDIR}"/linux/arch/alpha/boot/tools/objstrip.c -o \
+ "${WORKDIR}"/linux/arch/alpha/boot/tools/objstrip || die "couldnt build objstrip."
einfo "kernel build complete."
einfo "building milo images..."
@@ -191,20 +191,19 @@ src_compile() {
append-flags -DMILO_SERIAL_NUMBER1="${milo_serial_number1:-0x002174616572475f}"
# the Makefile missed this :-/
- cd ${S}/tools/common; make || die "couldnt make commonlib."
+ cd "${S}"/tools/common; make || die "couldnt make commonlib."
# build all the milo images.
- cd ${S}; tools/scripts/build || die "failed to build milo images."
+ cd "${S}"; tools/scripts/build || die "failed to build milo images."
# put the ldmilo utility there.
- cp ${DISTDIR}/ldmilo-patched-${ldmilo_patch} ${S}/binaries/ldmilo.exe
- cp ${DISTDIR}/linload.exe ${S}/binaries/linload.exe
+ cp "${DISTDIR}"/ldmilo-patched-${ldmilo_patch} "${S}"/binaries/ldmilo.exe
+ cp "${DISTDIR}"/linload.exe "${S}"/binaries/linload.exe
}
src_install() {
-
- cd ${S}; dodir /opt/milo
+ cd "${S}"; dodir /opt/milo
insinto /opt/milo
einfo "Installing MILO images..."
@@ -214,10 +213,10 @@ src_install() {
doins ${i}
done
- cd ${S}/Documentation
+ cd "${S}"/Documentation
dodoc ChangeLog filesystem Nikita.Todo README.milo Todo README.BSD Stuff WhatIsMilo \
- ${FILESDIR}/README-gentoo ${FILESDIR}/mkserial_no.c ${DISTDIR}/MILO-HOWTO
+ "${FILESDIR}"/README-gentoo "${FILESDIR}"/mkserial_no.c "${DISTDIR}"/MILO-HOWTO
}
^ permalink raw reply related [flat|nested] 6+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: sys-boot/milo/
@ 2022-12-07 13:52 David Seifert
0 siblings, 0 replies; 6+ messages in thread
From: David Seifert @ 2022-12-07 13:52 UTC (permalink / raw
To: gentoo-commits
commit: 8ac506583d298921c1d50f194dc666354ab4e33a
Author: David Seifert <soap <AT> gentoo <DOT> org>
AuthorDate: Wed Dec 7 13:51:52 2022 +0000
Commit: David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Wed Dec 7 13:51:52 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8ac50658
sys-boot/milo: remove sys-apps/sed from DEPEND
Signed-off-by: David Seifert <soap <AT> gentoo.org>
sys-boot/milo/milo-2.4.18.ebuild | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/sys-boot/milo/milo-2.4.18.ebuild b/sys-boot/milo/milo-2.4.18.ebuild
index a4c3e71f8328..9ee907054222 100644
--- a/sys-boot/milo/milo-2.4.18.ebuild
+++ b/sys-boot/milo/milo-2.4.18.ebuild
@@ -48,8 +48,7 @@ SLOT="0"
KEYWORDS="-* ~alpha"
IUSE=""
-DEPEND="sys-apps/kbd
- >=sys-apps/sed-4"
+DEPEND="sys-apps/kbd"
RDEPEND="sys-fs/mtools"
S=${WORKDIR}/milo-${milo_version}
^ permalink raw reply related [flat|nested] 6+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: sys-boot/milo/
@ 2024-08-05 7:18 Joonas Niilola
0 siblings, 0 replies; 6+ messages in thread
From: Joonas Niilola @ 2024-08-05 7:18 UTC (permalink / raw
To: gentoo-commits
commit: 2294a79400323c0cfe06e8a129b6cc1d81eaf29a
Author: Filip Kobierski <fkobi <AT> pm <DOT> me>
AuthorDate: Tue Jul 30 12:23:50 2024 +0000
Commit: Joonas Niilola <juippis <AT> gentoo <DOT> org>
CommitDate: Mon Aug 5 07:10:05 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2294a794
sys-boot/milo: remove empty IUSE
Signed-off-by: Filip Kobierski <fkobi <AT> pm.me>
Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>
sys-boot/milo/milo-2.4.18.ebuild | 7 ++-----
1 file changed, 2 insertions(+), 5 deletions(-)
diff --git a/sys-boot/milo/milo-2.4.18.ebuild b/sys-boot/milo/milo-2.4.18.ebuild
index 9ee907054222..b5eb77a8628e 100644
--- a/sys-boot/milo/milo-2.4.18.ebuild
+++ b/sys-boot/milo/milo-2.4.18.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2022 Gentoo Authors
+# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
@@ -32,6 +32,7 @@ SRC_URI="http://www.suse.de/~stepan/source/milo-${milo_version}.tar.bz2
http://ftp.namesys.com/pub/reiserfs-for-2.2/linux-2.2.20-reiserfs-3.5.35.diff.bz2
https://dev.gentoo.org/~taviso/milo/linload.exe
http://www.ibiblio.org/pub/Linux/docs/HOWTO/MILO-HOWTO"
+S="${WORKDIR}/milo-${milo_version}"
#
# milo license is dec palcode license, dec bios emulation license, and gpl-2 rolled
@@ -44,15 +45,11 @@ SRC_URI="http://www.suse.de/~stepan/source/milo-${milo_version}.tar.bz2
LICENSE="MILO"
SLOT="0"
-
KEYWORDS="-* ~alpha"
-IUSE=""
DEPEND="sys-apps/kbd"
RDEPEND="sys-fs/mtools"
-S=${WORKDIR}/milo-${milo_version}
-
# You can change the default MILO serial
# number here, the MILO default is "Linux_is_Great!".
# There are some below that i have made you can
^ permalink raw reply related [flat|nested] 6+ messages in thread
end of thread, other threads:[~2024-08-05 7:18 UTC | newest]
Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-08-11 11:13 [gentoo-commits] repo/gentoo:master commit in: sys-boot/milo/ Sam James
-- strict thread matches above, loose matches on Subject: below --
2024-08-05 7:18 Joonas Niilola
2022-12-07 13:52 David Seifert
2019-11-13 6:53 Matt Turner
2019-10-05 18:56 Michał Górny
2017-11-27 11:24 David Seifert
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox