From: "Matt Turner" <mattst88@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: app-misc/livecd-tools/
Date: Fri, 6 Nov 2020 01:06:49 +0000 (UTC) [thread overview]
Message-ID: <1604624801.be7fdea501e4643fcc5ad4f83164cfd4f27ebdb5.mattst88@gentoo> (raw)
commit: be7fdea501e4643fcc5ad4f83164cfd4f27ebdb5
Author: Matt Turner <mattst88 <AT> gentoo <DOT> org>
AuthorDate: Fri Nov 6 01:02:53 2020 +0000
Commit: Matt Turner <mattst88 <AT> gentoo <DOT> org>
CommitDate: Fri Nov 6 01:06:41 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=be7fdea5
app-misc/livecd-tools: EAPI=7 and other updates
- Point HOMEPAGE at gitweb
- Check for CONFIG_SND_PROC_FS for the unmute service
- Drop gawk/sed dependencies since they're part of the base system
- Depend on media-sound/alsa-utils (bug #561498)
Closes: https://bugs.gentoo.org/561498
Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org>
app-misc/livecd-tools/livecd-tools-9999.ebuild | 25 ++++++++++++++-----------
1 file changed, 14 insertions(+), 11 deletions(-)
diff --git a/app-misc/livecd-tools/livecd-tools-9999.ebuild b/app-misc/livecd-tools/livecd-tools-9999.ebuild
index 9f0e8b536c7..0636c87f244 100644
--- a/app-misc/livecd-tools/livecd-tools-9999.ebuild
+++ b/app-misc/livecd-tools/livecd-tools-9999.ebuild
@@ -1,7 +1,9 @@
# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI=6
+EAPI=7
+
+inherit linux-info
if [[ ${PV} == "9999" ]]; then
EGIT_REPO_URI="git://anongit.gentoo.org/proj/livecd-tools.git"
@@ -12,25 +14,26 @@ else
fi
DESCRIPTION="Gentoo LiveCD tools for autoconfiguration of hardware"
-HOMEPAGE="https://wiki.gentoo.org/wiki/No_homepage"
+HOMEPAGE="https://gitweb.gentoo.org/proj/livecd-tools.git/"
SLOT="0"
LICENSE="GPL-2"
-IUSE=""
-RDEPEND="dev-util/dialog
+RDEPEND="
+ dev-util/dialog
+ media-sound/alsa-utils
net-dialup/mingetty
- >=sys-apps/baselayout-2
- >=sys-apps/openrc-0.8.2-r1
+ sys-apps/openrc
sys-apps/pciutils
- sys-apps/gawk
- sys-apps/sed
"
pkg_setup() {
- ewarn "This package is designed for use on the LiveCD only and will do"
- ewarn "unspeakably horrible and unexpected things on a normal system."
- ewarn "YOU HAVE BEEN WARNED!!!"
+ ewarn "This package is designed for use on the LiveCD only and will do"
+ ewarn "unspeakably horrible and unexpected things on a normal system."
+ ewarn "YOU HAVE BEEN WARNED!!!"
+
+ CONFIG_CHECK="~SND_PROC_FS"
+ linux-info_pkg_setup
}
src_install() {
next reply other threads:[~2020-11-06 1:06 UTC|newest]
Thread overview: 33+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-11-06 1:06 Matt Turner [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-08-22 18:42 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-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=1604624801.be7fdea501e4643fcc5ad4f83164cfd4f27ebdb5.mattst88@gentoo \
--to=mattst88@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