diff options
author | Michael Januszewski <spock@gentoo.org> | 2005-07-18 20:21:21 +0000 |
---|---|---|
committer | Michael Januszewski <spock@gentoo.org> | 2005-07-18 20:21:21 +0000 |
commit | d9f7c433260b60ff7ba8ea9203d07b4ecdfe0b4e (patch) | |
tree | be9bd3fdd2740d109d637d2358c2d46950edff74 /media-gfx/splashutils | |
parent | . (diff) | |
download | historical-d9f7c433260b60ff7ba8ea9203d07b4ecdfe0b4e.tar.gz historical-d9f7c433260b60ff7ba8ea9203d07b4ecdfe0b4e.tar.bz2 historical-d9f7c433260b60ff7ba8ea9203d07b4ecdfe0b4e.zip |
Fixed trailing whitespace errors.
Package-Manager: portage-1.589-cvs
Diffstat (limited to 'media-gfx/splashutils')
-rw-r--r-- | media-gfx/splashutils/Manifest | 8 | ||||
-rw-r--r-- | media-gfx/splashutils/splashutils-1.1.9.8.ebuild | 10 |
2 files changed, 9 insertions, 9 deletions
diff --git a/media-gfx/splashutils/Manifest b/media-gfx/splashutils/Manifest index 7a36745e5ec2..37d1c9a3097a 100644 --- a/media-gfx/splashutils/Manifest +++ b/media-gfx/splashutils/Manifest @@ -1,7 +1,7 @@ -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 -MD5 63d706b4d331d6c91ce6dae86adff587 splashutils-1.1.9.8.ebuild 6294 +MD5 e3369aa34c21ed7f717cf5efd0edaf22 splashutils-1.1.9.8.ebuild 6289 MD5 1409e15605d9e85ecd9e151911beacfd splashutils-1.1.9.6-r1.ebuild 6008 MD5 13b41917218dff90a78e1d3a582b86f7 splashutils-0.9.1.ebuild 3195 MD5 d0432e12ee1e700736e8510a45a72679 ChangeLog 9006 @@ -14,7 +14,7 @@ MD5 d4d393d10196781338f83d0a795065ae files/digest-splashutils-0.9.1 378 -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.1 (GNU/Linux) -iD8DBQFC3A7+chej4aZK9/cRApqSAKCEFqFstcrDhhZhXvwOUc8M8O8fkACfeuGX -kd/w/FBweKGwQllFwHMBc/o= -=7qej +iD8DBQFC3A9Xchej4aZK9/cRAmkNAJ9AYmw8lOoxIemyRb8IQIsgOgZwYACfdDQo +WUt/Q70NM3y4OhmzbmelRbg= +=OguU -----END PGP SIGNATURE----- diff --git a/media-gfx/splashutils/splashutils-1.1.9.8.ebuild b/media-gfx/splashutils/splashutils-1.1.9.8.ebuild index b015fa5cee4f..76426178e162 100644 --- a/media-gfx/splashutils/splashutils-1.1.9.8.ebuild +++ b/media-gfx/splashutils/splashutils-1.1.9.8.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-gfx/splashutils/splashutils-1.1.9.8.ebuild,v 1.1 2005/07/18 20:19:35 spock Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-gfx/splashutils/splashutils-1.1.9.8.ebuild,v 1.2 2005/07/18 20:21:21 spock Exp $ inherit multilib linux-mod @@ -105,7 +105,7 @@ src_unpack() { # Use tty16 as the default silent tty. sed -i -e 's/#define TTY_SILENT.*/#define TTY_SILENT 16/' ${S}/splash.h - + # Setup the kernel object directory echo "KRNLOBJ = ${KV_OUT_DIR}" >> ${S}/libs/klibc-${V_KLIBC}/MCONFIG } @@ -143,7 +143,7 @@ src_install() { insinto /usr/share/${PN} doins ${SG}/initrd.splash - + insinto /sbin doins ${SG}/splash-functions.sh @@ -159,7 +159,7 @@ src_install() { pkg_postinst() { ebegin "Checking whether /dev/tty1 is in place" mount --bind / ${T} - + if [[ ! -c ${T}/dev/tty1 ]]; then eend 1 ewarn "It appears that the /dev/tty1 character device doesn't exist on" @@ -182,7 +182,7 @@ pkg_postinst() { ewarn " http://www.gentoo.org/doc/en/udev-guide.xml" echo "" fi - + ewarn "If you upgrade your kernel from pre-2.6.12 to 2.6.12 or higher, please" ewarn "make sure that you remerge this package and rebuild your initrds. You" ewarn "can use the splash_geninitramfs script to do that." |