summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPeter Weller <welp@gentoo.org>2007-10-24 21:09:59 +0000
committerPeter Weller <welp@gentoo.org>2007-10-24 21:09:59 +0000
commit250276c000bb0b1b42ac17ba223f67228f9188d6 (patch)
tree5f6533f19d7443410e411bb3d8e4f72be2fd7f8c /media-gfx/grub-splashes
parentVersion bump and remove old. (diff)
downloadgentoo-2-250276c000bb0b1b42ac17ba223f67228f9188d6.tar.gz
gentoo-2-250276c000bb0b1b42ac17ba223f67228f9188d6.tar.bz2
gentoo-2-250276c000bb0b1b42ac17ba223f67228f9188d6.zip
Fix grammatical error in elog
(Portage version: 2.1.3.16)
Diffstat (limited to 'media-gfx/grub-splashes')
-rw-r--r--media-gfx/grub-splashes/ChangeLog5
-rw-r--r--media-gfx/grub-splashes/grub-splashes-0.1.ebuild4
2 files changed, 6 insertions, 3 deletions
diff --git a/media-gfx/grub-splashes/ChangeLog b/media-gfx/grub-splashes/ChangeLog
index 936bbd741a7e..31390115a362 100644
--- a/media-gfx/grub-splashes/ChangeLog
+++ b/media-gfx/grub-splashes/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for media-gfx/grub-splashes
# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-gfx/grub-splashes/ChangeLog,v 1.5 2007/10/24 19:09:59 welp Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-gfx/grub-splashes/ChangeLog,v 1.6 2007/10/24 21:09:59 welp Exp $
+
+ 24 Oct 2007; <welp@gentoo.org> grub-splashes-0.1.ebuild:
+ Fix grammatical error in elog
24 Oct 2007; <welp@gentoo.org> metadata.xml:
Fixed metadata.xml
diff --git a/media-gfx/grub-splashes/grub-splashes-0.1.ebuild b/media-gfx/grub-splashes/grub-splashes-0.1.ebuild
index e3b85c6c7aa1..d87528c28d9d 100644
--- a/media-gfx/grub-splashes/grub-splashes-0.1.ebuild
+++ b/media-gfx/grub-splashes/grub-splashes-0.1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2007 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.3 2007/09/20 20:58:46 welp Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-gfx/grub-splashes/grub-splashes-0.1.ebuild,v 1.4 2007/10/24 21:09:59 welp Exp $
DESCRIPTION="Collection of grub splashes"
HOMEPAGE="http://dev.gentoo.org/~welp/grub-splashes.xml"
@@ -29,7 +29,7 @@ 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 your new grub splashes edit your /boot/grub/grub.conf"
+ 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\`"
}