public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Matt Turner" <mattst88@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-boot/plymouth/
Date: Mon, 18 Apr 2022 03:18:49 +0000 (UTC)	[thread overview]
Message-ID: <1650251923.4d558066263f70508f0b8acc2e5f35c226d71568.mattst88@gentoo> (raw)

commit:     4d558066263f70508f0b8acc2e5f35c226d71568
Author:     Mike Lothian <mike <AT> fireburn <DOT> co <DOT> uk>
AuthorDate: Sun Apr 17 09:31:45 2022 +0000
Commit:     Matt Turner <mattst88 <AT> gentoo <DOT> org>
CommitDate: Mon Apr 18 03:18:43 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4d558066

sys-boot/plymouth: Remove dependency on libdrm[libkms]

Libkms has been removed and it does not appear to be a hard requirement
to build plymouth.

Signed-off-by: Mike Lothian <mike <AT> fireburn.co.uk>
Closes: https://github.com/gentoo/gentoo/pull/25058
Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org>

 sys-boot/plymouth/metadata.xml                                 |  2 +-
 .../{plymouth-0.9.5-r1.ebuild => plymouth-0.9.5-r2.ebuild}     | 10 +++++-----
 ...pre20211225.ebuild => plymouth-0.9.6_pre20211225-r1.ebuild} |  8 ++++----
 ...{plymouth-22.02.122.ebuild => plymouth-22.02.122-r1.ebuild} |  8 ++++----
 sys-boot/plymouth/plymouth-9999.ebuild                         | 10 +++++-----
 5 files changed, 19 insertions(+), 19 deletions(-)

diff --git a/sys-boot/plymouth/metadata.xml b/sys-boot/plymouth/metadata.xml
index 3c5e3d8bbaf5..5900b9002bfe 100644
--- a/sys-boot/plymouth/metadata.xml
+++ b/sys-boot/plymouth/metadata.xml
@@ -6,7 +6,7 @@
 		<name>Matthew Thode</name>
 	</maintainer>
 	<use>
-		<flag name="libkms">Provides abstraction to the DRM drivers (intel,
+		<flag name="drm">Provides abstraction to the DRM drivers (intel,
 			nouveau and vmwgfx at this moment)</flag>
 		<flag name="pango">Adds support for printing text on splash screen and
 			text prompts, e.g. for password</flag>

diff --git a/sys-boot/plymouth/plymouth-0.9.5-r1.ebuild b/sys-boot/plymouth/plymouth-0.9.5-r2.ebuild
similarity index 93%
rename from sys-boot/plymouth/plymouth-0.9.5-r1.ebuild
rename to sys-boot/plymouth/plymouth-0.9.5-r2.ebuild
index 62560bb5edb7..5dd00723beda 100644
--- a/sys-boot/plymouth/plymouth-0.9.5-r1.ebuild
+++ b/sys-boot/plymouth/plymouth-0.9.5-r2.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
@@ -21,16 +21,16 @@ HOMEPAGE="https://cgit.freedesktop.org/plymouth/"
 
 LICENSE="GPL-2"
 SLOT="0"
-IUSE="debug +gtk +libkms +pango +split-usr static-libs +udev"
+IUSE="debug +drm +gtk +pango +split-usr static-libs +udev"
 
 CDEPEND="
 	>=media-libs/libpng-1.2.16:=
+	drm? ( x11-libs/libdrm )
 	gtk? (
 		dev-libs/glib:2
 		>=x11-libs/gtk+-3.14:3
 		x11-libs/cairo
 	)
-	libkms? ( x11-libs/libdrm[libkms] )
 	pango? ( >=x11-libs/pango-1.21 )
 "
 DEPEND="${CDEPEND}
@@ -71,8 +71,8 @@ src_configure() {
 		$(use_enable !static-libs shared)
 		$(use_enable static-libs static)
 		$(use_enable debug tracing)
-		$(use_enable gtk gtk)
-		$(use_enable libkms drm)
+		$(use_enable drm)
+		$(use_enable gtk)
 		$(use_enable pango)
 		$(use_with udev)
 	)

diff --git a/sys-boot/plymouth/plymouth-0.9.6_pre20211225.ebuild b/sys-boot/plymouth/plymouth-0.9.6_pre20211225-r1.ebuild
similarity index 94%
rename from sys-boot/plymouth/plymouth-0.9.6_pre20211225.ebuild
rename to sys-boot/plymouth/plymouth-0.9.6_pre20211225-r1.ebuild
index 0c17e6c5bc8b..7ee910f6b422 100644
--- a/sys-boot/plymouth/plymouth-0.9.6_pre20211225.ebuild
+++ b/sys-boot/plymouth/plymouth-0.9.6_pre20211225-r1.ebuild
@@ -23,16 +23,16 @@ HOMEPAGE="https://cgit.freedesktop.org/plymouth/"
 
 LICENSE="GPL-2"
 SLOT="0"
-IUSE="debug +gtk +libkms +pango +split-usr static-libs +udev"
+IUSE="debug +drm +gtk +pango +split-usr static-libs +udev"
 
 CDEPEND="
 	>=media-libs/libpng-1.2.16:=
+	drm? ( x11-libs/libdrm )
 	gtk? (
 		dev-libs/glib:2
 		>=x11-libs/gtk+-3.14:3
 		x11-libs/cairo
 	)
-	libkms? ( x11-libs/libdrm[libkms] )
 	pango? ( >=x11-libs/pango-1.21 )
 "
 DEPEND="${CDEPEND}
@@ -73,8 +73,8 @@ src_configure() {
 		$(use_enable !static-libs shared)
 		$(use_enable static-libs static)
 		$(use_enable debug tracing)
-		$(use_enable gtk gtk)
-		$(use_enable libkms drm)
+		$(use_enable drm)
+		$(use_enable gtk)
 		$(use_enable pango)
 		$(use_with udev)
 	)

diff --git a/sys-boot/plymouth/plymouth-22.02.122.ebuild b/sys-boot/plymouth/plymouth-22.02.122-r1.ebuild
similarity index 94%
rename from sys-boot/plymouth/plymouth-22.02.122.ebuild
rename to sys-boot/plymouth/plymouth-22.02.122-r1.ebuild
index 98bb6eb92ea2..e3ad01aa6372 100644
--- a/sys-boot/plymouth/plymouth-22.02.122.ebuild
+++ b/sys-boot/plymouth/plymouth-22.02.122-r1.ebuild
@@ -21,16 +21,16 @@ HOMEPAGE="https://cgit.freedesktop.org/plymouth/"
 
 LICENSE="GPL-2"
 SLOT="0"
-IUSE="debug +gtk +libkms +pango +split-usr static-libs +udev"
+IUSE="debug +drm +gtk +pango +split-usr static-libs +udev"
 
 CDEPEND="
 	>=media-libs/libpng-1.2.16:=
+	drm? ( x11-libs/libdrm )
 	gtk? (
 		dev-libs/glib:2
 		>=x11-libs/gtk+-3.14:3
 		x11-libs/cairo
 	)
-	libkms? ( x11-libs/libdrm[libkms] )
 	pango? ( >=x11-libs/pango-1.21 )
 "
 DEPEND="${CDEPEND}
@@ -71,8 +71,8 @@ src_configure() {
 		$(use_enable !static-libs shared)
 		$(use_enable static-libs static)
 		$(use_enable debug tracing)
-		$(use_enable gtk gtk)
-		$(use_enable libkms drm)
+		$(use_enable drm)
+		$(use_enable gtk)
 		$(use_enable pango)
 		$(use_with udev)
 	)

diff --git a/sys-boot/plymouth/plymouth-9999.ebuild b/sys-boot/plymouth/plymouth-9999.ebuild
index 3f303786005d..e3ad01aa6372 100644
--- a/sys-boot/plymouth/plymouth-9999.ebuild
+++ b/sys-boot/plymouth/plymouth-9999.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
@@ -21,16 +21,16 @@ HOMEPAGE="https://cgit.freedesktop.org/plymouth/"
 
 LICENSE="GPL-2"
 SLOT="0"
-IUSE="debug +gtk +libkms +pango +split-usr static-libs +udev"
+IUSE="debug +drm +gtk +pango +split-usr static-libs +udev"
 
 CDEPEND="
 	>=media-libs/libpng-1.2.16:=
+	drm? ( x11-libs/libdrm )
 	gtk? (
 		dev-libs/glib:2
 		>=x11-libs/gtk+-3.14:3
 		x11-libs/cairo
 	)
-	libkms? ( x11-libs/libdrm[libkms] )
 	pango? ( >=x11-libs/pango-1.21 )
 "
 DEPEND="${CDEPEND}
@@ -71,8 +71,8 @@ src_configure() {
 		$(use_enable !static-libs shared)
 		$(use_enable static-libs static)
 		$(use_enable debug tracing)
-		$(use_enable gtk gtk)
-		$(use_enable libkms drm)
+		$(use_enable drm)
+		$(use_enable gtk)
 		$(use_enable pango)
 		$(use_with udev)
 	)


             reply	other threads:[~2022-04-18  3:18 UTC|newest]

Thread overview: 66+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-04-18  3:18 Matt Turner [this message]
  -- strict thread matches above, loose matches on Subject: below --
2025-07-13  9:45 [gentoo-commits] repo/gentoo:master commit in: sys-boot/plymouth/ Sam James
2025-04-25 10:11 Arthur Zamarin
2025-04-24 15:30 Sam James
2025-04-24 14:31 Sam James
2025-04-23 17:48 Sam James
2025-04-23 17:48 Sam James
2025-04-23 17:48 Sam James
2025-03-10 18:22 Matthew Thode
2025-03-10  7:36 Sam James
2025-03-10  7:34 Sam James
2024-10-21 17:30 Andrew Ammerlaan
2024-10-17 12:57 Andrew Ammerlaan
2024-10-05 14:35 Andrew Ammerlaan
2024-10-05 14:35 Andrew Ammerlaan
2024-09-02  9:21 Sam James
2023-06-28  7:50 Sam James
2022-08-06 17:30 Matthew Thode
2022-06-24  2:23 Matthew Thode
2022-02-04 20:40 Matthew Thode
2022-01-11  5:22 Georgy Yakovlev
2022-01-11  3:50 Sam James
2022-01-11  3:50 Sam James
2022-01-11  3:49 Sam James
2022-01-11  3:49 Sam James
2022-01-11  3:44 Georgy Yakovlev
2022-01-11  3:44 Georgy Yakovlev
2021-12-26  2:59 Matthew Thode
2021-12-26  2:38 Matthew Thode
2021-09-10 22:51 Marek Szuba
2021-05-03 20:59 Andreas Sturmlechner
2020-09-20  8:37 Sergei Trofimovich
2020-09-08 20:42 Matthew Thode
2020-09-04 22:05 Sam James
2020-08-11 14:18 Agostino Sarubbo
2020-08-10 10:22 Agostino Sarubbo
2020-07-31 20:12 Matthew Thode
2020-07-13 18:08 Matthew Thode
2020-07-09 19:05 Matthew Thode
2020-07-08 22:10 Matthew Thode
2020-01-03 19:55 Matthew Thode
2019-05-28  2:35 Aaron Bauman
2019-03-02 23:29 Andreas Sturmlechner
2018-12-06 16:07 Matthew Thode
2018-11-07 16:34 Matthew Thode
2018-11-07 15:49 Matthew Thode
2018-11-06 16:39 Matthew Thode
2018-04-04 17:04 Matt Thode
2018-03-05 20:26 Sergei Trofimovich
2018-02-27 15:03 Lars Wendler
2017-12-21 19:28 Markus Meier
2017-10-27  9:55 Thomas Deutschmann
2017-09-24 17:49 Sergei Trofimovich
2017-09-15 15:38 Tobias Klausmann
2017-09-10 20:46 Sergei Trofimovich
2017-09-10  8:14 Sergei Trofimovich
2017-08-09 22:20 Matt Thode
2017-08-09 22:20 Matt Thode
2017-08-09  6:45 Gilles Dartiguelongue
2017-08-09  3:06 Matt Thode
2017-07-30 10:32 David Seifert
2017-02-23 12:38 Michael Weber
2016-05-26 13:15 Tobias Klausmann
2016-05-17  9:04 Austin English
2016-05-13  8:41 Agostino Sarubbo
2016-04-26 10:38 Sam Jorna

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=1650251923.4d558066263f70508f0b8acc2e5f35c226d71568.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