diff options
author | Tomas Chvatal <scarabeus@gentoo.org> | 2012-02-29 08:45:06 +0000 |
---|---|---|
committer | Tomas Chvatal <scarabeus@gentoo.org> | 2012-02-29 08:45:06 +0000 |
commit | 9293f2de9f0525cc246e2c5aa5c0a203a5510a51 (patch) | |
tree | 5971dcc55f2c09c00af49bb95a061876b2313a6b /sys-boot | |
parent | net-mail/notmuch: Removed old revisions of 0.10.2 and 0.11.1. (diff) | |
download | gentoo-2-9293f2de9f0525cc246e2c5aa5c0a203a5510a51.tar.gz gentoo-2-9293f2de9f0525cc246e2c5aa5c0a203a5510a51.tar.bz2 gentoo-2-9293f2de9f0525cc246e2c5aa5c0a203a5510a51.zip |
Rather point people to the wiki than to the stale doc in my devspace.
(Portage version: 2.2.0_alpha89/cvs/Linux x86_64)
Diffstat (limited to 'sys-boot')
-rw-r--r-- | sys-boot/grub/ChangeLog | 6 | ||||
-rw-r--r-- | sys-boot/grub/grub-1.99-r2.ebuild | 4 | ||||
-rw-r--r-- | sys-boot/grub/grub-2.00_beta0.ebuild | 4 | ||||
-rw-r--r-- | sys-boot/grub/grub-9999.ebuild | 4 |
4 files changed, 11 insertions, 7 deletions
diff --git a/sys-boot/grub/ChangeLog b/sys-boot/grub/ChangeLog index 8a718bd222bc..62de701f6e0b 100644 --- a/sys-boot/grub/ChangeLog +++ b/sys-boot/grub/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for sys-boot/grub # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-boot/grub/ChangeLog,v 1.179 2012/02/29 01:54:41 floppym Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-boot/grub/ChangeLog,v 1.180 2012/02/29 08:45:06 scarabeus Exp $ + + 29 Feb 2012; Tomáš Chvátal <scarabeus@gentoo.org> grub-1.99-r2.ebuild, + grub-2.00_beta0.ebuild, grub-9999.ebuild: + Rather point people to the wiki than to the stale doc in my devspace. *grub-2.00_beta0 (29 Feb 2012) diff --git a/sys-boot/grub/grub-1.99-r2.ebuild b/sys-boot/grub/grub-1.99-r2.ebuild index 905e78d04be7..d514ba44acce 100644 --- a/sys-boot/grub/grub-1.99-r2.ebuild +++ b/sys-boot/grub/grub-1.99-r2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-boot/grub/grub-1.99-r2.ebuild,v 1.9 2012/01/30 09:14:59 scarabeus Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-boot/grub/grub-1.99-r2.ebuild,v 1.10 2012/02/29 08:45:06 scarabeus Exp $ EAPI=4 @@ -271,7 +271,7 @@ EOF show_doc_url() { elog elog "For informations how to configure grub-2 please refer to the guide:" - elog " http://dev.gentoo.org/~scarabeus/grub-2-guide.xml" + elog " http://wiki.gentoo.org/wiki/GRUB2" } setup_boot_dir() { diff --git a/sys-boot/grub/grub-2.00_beta0.ebuild b/sys-boot/grub/grub-2.00_beta0.ebuild index e71083dbffd2..1829fc2686a6 100644 --- a/sys-boot/grub/grub-2.00_beta0.ebuild +++ b/sys-boot/grub/grub-2.00_beta0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-boot/grub/grub-2.00_beta0.ebuild,v 1.1 2012/02/29 01:52:22 floppym Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-boot/grub/grub-2.00_beta0.ebuild,v 1.2 2012/02/29 08:45:06 scarabeus Exp $ EAPI=4 @@ -254,5 +254,5 @@ src_install() { pkg_postinst() { # display the link to guide elog "For information on how to configure grub-2 please refer to the guide:" - elog " http://dev.gentoo.org/~scarabeus/grub-2-guide.xml" + elog " http://wiki.gentoo.org/wiki/GRUB2" } diff --git a/sys-boot/grub/grub-9999.ebuild b/sys-boot/grub/grub-9999.ebuild index 19136334da1a..a548e24e4e7a 100644 --- a/sys-boot/grub/grub-9999.ebuild +++ b/sys-boot/grub/grub-9999.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-boot/grub/grub-9999.ebuild,v 1.50 2012/02/29 01:52:22 floppym Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-boot/grub/grub-9999.ebuild,v 1.51 2012/02/29 08:45:06 scarabeus Exp $ EAPI=4 @@ -254,5 +254,5 @@ src_install() { pkg_postinst() { # display the link to guide elog "For information on how to configure grub-2 please refer to the guide:" - elog " http://dev.gentoo.org/~scarabeus/grub-2-guide.xml" + elog " http://wiki.gentoo.org/wiki/GRUB2" } |