diff options
author | Arthur Zamarin <arthurzam@gentoo.org> | 2023-12-15 22:45:18 +0200 |
---|---|---|
committer | Arthur Zamarin <arthurzam@gentoo.org> | 2023-12-15 22:46:12 +0200 |
commit | 5974034ba7fb08a0a165b241cc530a9ed05172e8 (patch) | |
tree | 870367597fedf729337387f0282ff650682594ab /media-gfx | |
parent | dev-python/cython: Stabilize 3.0.6 amd64, #919986 (diff) | |
download | gentoo-5974034ba7fb08a0a165b241cc530a9ed05172e8.tar.gz gentoo-5974034ba7fb08a0a165b241cc530a9ed05172e8.tar.bz2 gentoo-5974034ba7fb08a0a165b241cc530a9ed05172e8.zip |
media-gfx/grub-splashes: treeclean
Closes: https://bugs.gentoo.org/912684
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'media-gfx')
-rw-r--r-- | media-gfx/grub-splashes/Manifest | 3 | ||||
-rw-r--r-- | media-gfx/grub-splashes/grub-splashes-20091109.ebuild | 39 | ||||
-rw-r--r-- | media-gfx/grub-splashes/metadata.xml | 5 |
3 files changed, 0 insertions, 47 deletions
diff --git a/media-gfx/grub-splashes/Manifest b/media-gfx/grub-splashes/Manifest deleted file mode 100644 index d0eda4ae7e83..000000000000 --- a/media-gfx/grub-splashes/Manifest +++ /dev/null @@ -1,3 +0,0 @@ -DIST 49074-natural_gentoo-8.0.tar.gz 278632 BLAKE2B 3318f98c80cc9be652fae4e6f1152dc01692c40e5fd4144009407bca176266e408787f12f2f304873fb84c7c3522905cfcdafc8a3c3e9bd70174d3b1e8f714f0 SHA512 49ede8f41139e2b0e88e173ac9157566c71abec567275aa582db81b3455eddeb3c48b61a66a10ff93bd421c9b45527278debd03c1c93040aa74c81356f280870 -DIST 98478-gentoo-splash.xpm.gz 18681 BLAKE2B 65969e247cd7c348c4a1c3cd4de5e4d3c4e888eefa11166b1be75272c66b2c7d88beda3bd25581c52d3f7325dc4821f15350bd826f5974444b48ccca19424ea0 SHA512 ea3b6d284e5d41462dede7705a2aa5b6655c1f6aae630cd508dc653391c741cf0a3f487e5694e50769e23696c16279280f89325cfdb47994d8d7210eb447117d -DIST grub-splashes-0.1.tar.gz 180413 BLAKE2B 4007da6ee3ce221ca6027354c611bdfe54645b484bedeaa84664a82fccadb46a4de2b3bd0b3c9a8eef4af2fce9df23481e9e2f9a18e1999be28245a4a50a3e37 SHA512 af96ff45778ccf062d26ac1fd0ea9cf47678faf9c0891040580e0563ef5591fc9b2c34d338568b77c0683d7c8814b89ff7d62dec582fb714ae503a86ff6b84be diff --git a/media-gfx/grub-splashes/grub-splashes-20091109.ebuild b/media-gfx/grub-splashes/grub-splashes-20091109.ebuild deleted file mode 100644 index f9e3edde5ce0..000000000000 --- a/media-gfx/grub-splashes/grub-splashes-20091109.ebuild +++ /dev/null @@ -1,39 +0,0 @@ -# Copyright 1999-2019 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -inherit mount-boot - -DESCRIPTION="Collection of grub splashes" -HOMEPAGE="https://dev.gentoo.org/~welp/grub-splashes.xml" -SRC_URI="mirror://gentoo/${PN}-0.1.tar.gz - http://www.kde-look.org/CONTENT/content-files/49074-natural_gentoo-8.0.tar.gz - http://www.kde-look.org/CONTENT/content-files/98478-gentoo-splash.xpm.gz" - -LICENSE="GPL-2 Artistic-2" -SLOT="0" -KEYWORDS="amd64 x86" -IUSE="" - -S="${WORKDIR}" - -src_unpack() { - unpack ${A} - cd "${S}" - cp "${DISTDIR}"/98478-gentoo-splash.xpm.gz gentoo-blue.xpm.gz -} - -src_install() { - insinto /boot/grub - find . -name '*.xpm.gz' -exec doins {} \; -} - -pkg_postinst() { - elog "Please note that this ebuild makes the assumption that you're" - elog "using /boot/grub/ for your grub configuration." - elog "" - elog "To use your new grub splashes edit your /boot/grub/grub.conf" - elog "You can see available splash screens by running" - elog "\`ls /boot/grub/ | grep xpm\`" -} diff --git a/media-gfx/grub-splashes/metadata.xml b/media-gfx/grub-splashes/metadata.xml deleted file mode 100644 index 85e4ed814fa2..000000000000 --- a/media-gfx/grub-splashes/metadata.xml +++ /dev/null @@ -1,5 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd"> -<pkgmetadata> -<!-- maintainer-needed --> -</pkgmetadata> |