public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Ben Kohler" <bkohler@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: app-misc/livecd-tools/
Date: Thu, 22 Aug 2024 18:42:20 +0000 (UTC)	[thread overview]
Message-ID: <1724352135.b01e14ada4fc51a754ee17a918b046ff0a4d63b6.bkohler@gentoo> (raw)

commit:     b01e14ada4fc51a754ee17a918b046ff0a4d63b6
Author:     Ian Jordan <immoloism <AT> gmail <DOT> com>
AuthorDate: Wed Jul 31 21:44:47 2024 +0000
Commit:     Ben Kohler <bkohler <AT> gentoo <DOT> org>
CommitDate: Thu Aug 22 18:42:15 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b01e14ad

app-misc/livecd-tools: update livebuild

Match livebuild to 2.11

Signed-off-by: Ian Jordan <immoloism <AT> gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/37827
Signed-off-by: Ben Kohler <bkohler <AT> gentoo.org>

 app-misc/livecd-tools/livecd-tools-9999.ebuild | 20 +++++++++++++-------
 1 file changed, 13 insertions(+), 7 deletions(-)

diff --git a/app-misc/livecd-tools/livecd-tools-9999.ebuild b/app-misc/livecd-tools/livecd-tools-9999.ebuild
index d9caac398248..b088e11e6125 100644
--- a/app-misc/livecd-tools/livecd-tools-9999.ebuild
+++ b/app-misc/livecd-tools/livecd-tools-9999.ebuild
@@ -1,10 +1,12 @@
 # Copyright 1999-2024 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=7
+EAPI=8
 
 inherit linux-info
 
+KEYMAP_VER=v1.0.0
+
 if [[ ${PV} == "9999" ]]; then
 	EGIT_REPO_URI="https://anongit.gentoo.org/proj/livecd-tools.git"
 	inherit git-r3
@@ -15,18 +17,14 @@ fi
 
 DESCRIPTION="Gentoo LiveCD tools for autoconfiguration of hardware"
 HOMEPAGE="https://gitweb.gentoo.org/proj/livecd-tools.git/"
-
-SLOT="0"
 LICENSE="GPL-2"
+SLOT="0"
 
 RDEPEND="
 	dev-util/dialog
 	media-sound/alsa-utils
 	net-dialup/mingetty
-	|| (
-		sys-apps/openrc
-		sys-apps/openrc-navi
-	)
+	sys-apps/openrc
 	sys-apps/pciutils
 "
 
@@ -45,4 +43,12 @@ src_install() {
 	dosbin net-setup
 	into /
 	dosbin livecd-functions.sh
+	# Add the keymap hook for dracut
+	insinto /usr/lib/dracut/modules.d
+	doins -r dracut/90dokeymap
+	insinto /lib
+	doins -r lib/keymaps
+	# Copying Genkernel's hack to create /mnt/gentoo until a cleaner
+	# solution is created.
+	keepdir /mnt/gentoo
 }


             reply	other threads:[~2024-08-22 18:42 UTC|newest]

Thread overview: 33+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-08-22 18:42 Ben Kohler [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-08-22 18:42 [gentoo-commits] repo/gentoo:master commit in: app-misc/livecd-tools/ Ben Kohler
2024-07-21  0:31 Sam James
2022-10-01  1:02 Sam James
2022-05-19 11:14 WANG Xuerui
2022-05-19 11:14 WANG Xuerui
2021-09-23  1:07 Matt Turner
2021-07-29  4:09 Georgy Yakovlev
2021-07-29  4:09 Georgy Yakovlev
2021-07-25  4:14 Georgy Yakovlev
2021-07-25  4:14 Georgy Yakovlev
2021-05-22  4:06 Matt Turner
2021-03-04 14:54 Ben Kohler
2020-11-19 19:05 Matt Turner
2020-11-06  1:06 Matt Turner
2020-11-06  1:06 Matt Turner
2020-11-04 22:50 Matt Turner
2020-11-04 22:50 Matt Turner
2019-09-27 16:30 Matt Turner
2019-09-27 16:30 Matt Turner
2018-10-24 15:57 William Hubbs
2018-10-23 23:03 William Hubbs
2018-05-25 20:43 William Hubbs
2017-04-22 10:45 Jeroen Roovers
2017-02-26  2:28 William Hubbs
2017-02-25 19:36 William Hubbs
2017-02-25  0:59 Robin H. Johnson
2016-07-09  8:57 Patrice Clement
2016-07-09  4:52 William Hubbs
2015-12-16 22:32 William Hubbs
2015-12-16 19:51 William Hubbs
2015-12-16 19:51 William Hubbs
2015-09-16  3:54 Jeroen Roovers

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1724352135.b01e14ada4fc51a754ee17a918b046ff0a4d63b6.bkohler@gentoo \
    --to=bkohler@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox