ChangeLog

# ChangeLog for media-gfx/grub-splashes
# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
# $Header: /var/cvsroot/gentoo-x86/media-gfx/grub-splashes/ChangeLog,v 1.8 2008/05/28 20:08:15 maekke Exp $

28 May 2008; Markus Meier grub-splashes-0.1.ebuild:
amd64/x86 stable, bug #223487

16 Jan 2008; Markus Meier grub-splashes-0.1.ebuild:
make repoman happy

24 Oct 2007; grub-splashes-0.1.ebuild:
Fix grammatical error in elog

24 Oct 2007; metadata.xml:
Fixed metadata.xml

20 Sep 2007; Peter Weller grub-splashes-0.1.ebuild:
Updated HOMEPAGE

20 Sep 2007; Peter Weller grub-splashes-0.1.ebuild:
Use when checking for /boot/grub

04 Jul 2007; Peter Weller ChangeLog:
Initial import

Manifest

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

DIST grub-splashes-0.1.tar.gz 180413 RMD160 35f5633310591667d752b8d0e2a3eab7db0c7304 SHA1 74e5c565c1c941c9179c8379a3fe4f756ed1ad96 SHA256 a3f8e54e215315b91603300e20e2599e5ffcf34358427fe3417dbdf6b5cf74b5
EBUILD grub-splashes-0.1.ebuild 1003 RMD160 b91939583f9178dbf77d5e54fcf827989ca1ff82 SHA1 4803becd39d4cfad5384d21df924cb81a4983a1d SHA256 5cdf00db9776950e9ba8fbba3b7f26281fc4d760f767fc2f870ff9fb5ee3edda
MISC ChangeLog 859 RMD160 3bca06685481b14f0857e84bfee62cec1f61cc2a SHA1 fc59b3caeda1ba34c9dbc938e4f7a1a67bd1000c SHA256 e1159e5ee617a486a7a86df730a9a7249a6de27070e9124b87c0a12cfea243d2
MISC metadata.xml 413 RMD160 bb511404b7ca5d8e76e603c906825ed62c2199ea SHA1 ecce26f267fe66fbafe70af276f1756dc0a7fd00 SHA256 8ef77763d1291121a79114e61bca933126129fa0299f01d8e5383bbd2f7db53b
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v2.0.9 (GNU/Linux)

iEYEARECAAYFAkg9u+EACgkQkKaRLQcq0GLnCACfdqkUGKSCbxoFjZH2z1CLDFpX
tQoAoJWpromUfCG8JzjMw0n2CtwzD5zr
=JuPl
-----END PGP SIGNATURE-----

grub-splashes-0.1.ebuild

# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/media-gfx/grub-splashes/grub-splashes-0.1.ebuild,v 1.6 2008/05/28 20:08:15 maekke Exp $

DESCRIPTION="Collection of grub splashes"
HOMEPAGE="http://dev.gentoo.org/~welp/grub-splashes.xml"
SRC_URI="mirror://gentoo/${P}.tar.gz"

LICENSE="GPL-2"
SLOT="0"
KEYWORDS="amd64 x86 ~x86-fbsd"
IUSE=""

DEPEND="|| ( sys-boot/grub sys-boot/grub-static )"
RDEPEND="${RDEPEND}"

src_install() {
if [[ -d ${ROOT}/boot/grub ]]; then
insinto /boot/grub
doins *.xpm.gz
else
die "/boot/grub/ does not exist, please make sure you have /boot mounted"
fi
}

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\`"
}

metadata.xml





graphics

welp@gentoo.org
Peter Weller
Maintainer


A collection of grub themes provided and maintained by the Gentoo Artwork project