Gentoo Archives: gentoo-commits

From: Andreas Sturmlechner <asturm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-boot/plymouth/
Date: Mon, 03 May 2021 20:59:25
Message-Id: 1620075549.fff967bfe2aac64c1eba6f7d8e514717e89f67a1.asturm@gentoo
1 commit: fff967bfe2aac64c1eba6f7d8e514717e89f67a1
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Mon May 3 20:43:53 2021 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Mon May 3 20:59:09 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fff967bf
7
8 sys-boot/plymouth: Drop 0.9.3-r1, EAPI6--
9
10 Bug: https://bugs.gentoo.org/736416
11 Package-Manager: Portage-3.0.18, Repoman-3.0.3
12 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
13
14 sys-boot/plymouth/Manifest | 1 -
15 sys-boot/plymouth/metadata.xml | 1 -
16 sys-boot/plymouth/plymouth-0.9.3-r1.ebuild | 104 -----------------------------
17 3 files changed, 106 deletions(-)
18
19 diff --git a/sys-boot/plymouth/Manifest b/sys-boot/plymouth/Manifest
20 index 090ffac2de5..15fafdde46e 100644
21 --- a/sys-boot/plymouth/Manifest
22 +++ b/sys-boot/plymouth/Manifest
23 @@ -1,3 +1,2 @@
24 DIST gentoo-logo.png 14501 BLAKE2B e7236c16b96a2d35a6f062b89bc0a6c6fc696a803b7da734ff9ae255fcd65e549d9bc3d510c283e235a770f42edcbdffc1d5cc4c2fcdec9cc931eb0acf504859 SHA512 059a555931b6d2a910bcd887f5ea0cc17c6edf2d2d45c03a1fec1bdda0138ba6bca6bdf90a65c6520a3f8f1b51ecf6f7956098f45ed6c1276f29c835e729163c
25 -DIST plymouth-0.9.3.tar.xz 1102724 BLAKE2B 7ee17cc785e6197cc9488afe6ceae27541992872813a9f937211930f653207d77c1a331cb093156af5ec9502a04cf1f9e4123c42e07931eaf270fefedcc03700 SHA512 d7b9ba97485cdac7ad6bcaf5a7f1a9c84ece54b8d46d5efce4170294c0aa6571656d7d9957b53aed9c1e51d4d525714f54b7dbb08d8ec0b196a1a4419fd186ed
26 DIST plymouth-0.9.5.tar.xz 1186200 BLAKE2B 8fd073703773fcf7f3e26454c860f094fb4b3d712c56c9df6716ef11815a79f7d5b078ab6c6567b76421026d84a086f95865bf9f3e4ae6363cb1ffc2caa68537 SHA512 686220e8d5b1a8be298156786d979d0e3fb9e010b930d0e8082a2bb152cf07c1bf493d820c243838a1771ee859dc0b4723bd9f10ee434a94a096ce9236c36ce9
27
28 diff --git a/sys-boot/plymouth/metadata.xml b/sys-boot/plymouth/metadata.xml
29 index fdd04fcdecb..89aaf6b7dc5 100644
30 --- a/sys-boot/plymouth/metadata.xml
31 +++ b/sys-boot/plymouth/metadata.xml
32 @@ -6,7 +6,6 @@
33 <name>Matthew Thode</name>
34 </maintainer>
35 <use>
36 - <flag name="gdm">Enables smooth transition to GDM</flag>
37 <flag name="libkms">Provides abstraction to the DRM drivers (intel,
38 nouveau and vmwgfx at this moment)</flag>
39 <flag name="pango">Adds support for printing text on splash screen and
40
41 diff --git a/sys-boot/plymouth/plymouth-0.9.3-r1.ebuild b/sys-boot/plymouth/plymouth-0.9.3-r1.ebuild
42 deleted file mode 100644
43 index a27ceaae523..00000000000
44 --- a/sys-boot/plymouth/plymouth-0.9.3-r1.ebuild
45 +++ /dev/null
46 @@ -1,104 +0,0 @@
47 -# Copyright 1999-2020 Gentoo Authors
48 -# Distributed under the terms of the GNU General Public License v2
49 -
50 -EAPI=6
51 -
52 -SRC_URI="https://dev.gentoo.org/~aidecoe/distfiles/${CATEGORY}/${PN}/gentoo-logo.png"
53 -
54 -if [[ ${PV} == 9999 ]]; then
55 - EGIT_REPO_URI="git://anongit.freedesktop.org/plymouth"
56 - inherit git-r3
57 -else
58 - SRC_URI="${SRC_URI} https://www.freedesktop.org/software/plymouth/releases/${P}.tar.xz"
59 -fi
60 -
61 -inherit autotools readme.gentoo-r1 systemd toolchain-funcs
62 -
63 -DESCRIPTION="Graphical boot animation (splash) and logger"
64 -HOMEPAGE="https://cgit.freedesktop.org/plymouth/"
65 -
66 -LICENSE="GPL-2"
67 -SLOT="0"
68 -[[ ${PV} == 9999 ]] || \
69 -KEYWORDS="~alpha amd64 arm ~ia64 ppc ppc64 sparc x86"
70 -IUSE="debug gdm +gtk +libkms +pango static-libs"
71 -
72 -CDEPEND="
73 - >=media-libs/libpng-1.2.16:=
74 - gtk? (
75 - dev-libs/glib:2
76 - >=x11-libs/gtk+-3.14:3
77 - x11-libs/cairo )
78 - libkms? ( x11-libs/libdrm[libkms] )
79 - pango? ( >=x11-libs/pango-1.21 )
80 -"
81 -DEPEND="${CDEPEND}
82 - app-text/docbook-xsl-stylesheets
83 - dev-libs/libxslt
84 - virtual/pkgconfig
85 -"
86 -# Block due bug #383067
87 -RDEPEND="${CDEPEND}
88 - virtual/udev
89 - !<sys-kernel/dracut-0.37-r3
90 -"
91 -
92 -DOC_CONTENTS="
93 - Follow the following instructions to set up Plymouth:\n
94 - https://wiki.gentoo.org/wiki/Plymouth#Configuration
95 -"
96 -
97 -PATCHES=(
98 - "${FILESDIR}"/0.9.3-glibc-sysmacros.patch
99 -)
100 -
101 -src_prepare() {
102 - default
103 - eautoreconf
104 -}
105 -
106 -src_configure() {
107 - local myconf=(
108 - --with-system-root-install=no
109 - --localstatedir=/var
110 - --without-rhgb-compat-link
111 - --enable-documentation
112 - --enable-systemd-integration
113 - --with-systemdunitdir="$(systemd_get_systemunitdir)"
114 - $(use_enable !static-libs shared)
115 - $(use_enable static-libs static)
116 - $(use_enable debug tracing)
117 - $(use_enable gtk gtk)
118 - $(use_enable libkms drm)
119 - $(use_enable pango)
120 - $(use_enable gdm gdm-transition)
121 - )
122 - econf "${myconf[@]}"
123 -}
124 -
125 -src_install() {
126 - default
127 -
128 - insinto /usr/share/plymouth
129 - newins "${DISTDIR}"/gentoo-logo.png bizcom.png
130 -
131 - # Install compatibility symlinks as some rdeps hardcode the paths
132 - dosym /usr/bin/plymouth /bin/plymouth
133 - dosym /usr/sbin/plymouth-set-default-theme /sbin/plymouth-set-default-theme
134 - dosym /usr/sbin/plymouthd /sbin/plymouthd
135 -
136 - readme.gentoo_create_doc
137 -
138 - # looks like make install create /var/run/plymouth
139 - # this is not needed for systemd, same should hold for openrc
140 - # so remove
141 - rm -rf "${D}"/var/run
142 -}
143 -
144 -pkg_postinst() {
145 - readme.gentoo_print_elog
146 - if ! has_version "sys-kernel/dracut" && ! has_version "sys-kernel/genkernel-next[plymouth]"; then
147 - ewarn "If you want initramfs builder with plymouth support, please emerge"
148 - ewarn "sys-kernel/dracut or sys-kernel/genkernel-next[plymouth]."
149 - fi
150 -}