floppym     15/03/17 18:51:49

  Modified:             grub-2.02_beta2-r3.ebuild grub-2.02_beta2-r7.ebuild
                        grub-9999-r1.ebuild ChangeLog
  Log:
  Add postinst message about mdadm.
  
  (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 
0BBEEA1FEA4843A4)

Revision  Changes    Path
1.9                  sys-boot/grub/grub-2.02_beta2-r3.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-boot/grub/grub-2.02_beta2-r3.ebuild?rev=1.9&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-boot/grub/grub-2.02_beta2-r3.ebuild?rev=1.9&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-boot/grub/grub-2.02_beta2-r3.ebuild?r1=1.8&r2=1.9

Index: grub-2.02_beta2-r3.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-boot/grub/grub-2.02_beta2-r3.ebuild,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- grub-2.02_beta2-r3.ebuild   17 Mar 2015 02:07:08 -0000      1.8
+++ grub-2.02_beta2-r3.ebuild   17 Mar 2015 18:51:49 -0000      1.9
@@ -1,6 +1,6 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-boot/grub/grub-2.02_beta2-r3.ebuild,v 
1.8 2015/03/17 02:07:08 floppym Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-boot/grub/grub-2.02_beta2-r3.ebuild,v 
1.9 2015/03/17 18:51:49 floppym Exp $
 
 EAPI=5
 
@@ -304,11 +304,10 @@
        fi
 
        if [[ -z ${REPLACING_VERSIONS} ]]; then
-               if ! has_version sys-boot/os-prober; then
-                       elog "Install sys-boot/os-prober to enable detection of 
other operating systems using grub2-mkconfig."
-               fi
-               if ! has_version dev-libs/libisoburn; then
-                       elog "Install dev-libs/libisoburn to enable creation of 
rescue media using grub2-mkrescue."
-               fi
+               elog
+               elog "You may consider installing the following optional 
packages:"
+               optfeature "Detect other operating systems (grub-mkconfig)" 
sys-boot/os-prober
+               optfeature "Create rescue media (grub-mkrescue)" 
dev-libs/libisoburn
+               optfeature "Enable RAID device detection" sys-fs/mdadm
        fi
 }



1.10                 sys-boot/grub/grub-2.02_beta2-r7.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-boot/grub/grub-2.02_beta2-r7.ebuild?rev=1.10&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-boot/grub/grub-2.02_beta2-r7.ebuild?rev=1.10&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-boot/grub/grub-2.02_beta2-r7.ebuild?r1=1.9&r2=1.10

Index: grub-2.02_beta2-r7.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-boot/grub/grub-2.02_beta2-r7.ebuild,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- grub-2.02_beta2-r7.ebuild   17 Mar 2015 02:07:08 -0000      1.9
+++ grub-2.02_beta2-r7.ebuild   17 Mar 2015 18:51:49 -0000      1.10
@@ -1,6 +1,6 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-boot/grub/grub-2.02_beta2-r7.ebuild,v 
1.9 2015/03/17 02:07:08 floppym Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-boot/grub/grub-2.02_beta2-r7.ebuild,v 
1.10 2015/03/17 18:51:49 floppym Exp $
 
 EAPI=5
 
@@ -317,11 +317,10 @@
        fi
 
        if [[ -z ${REPLACING_VERSIONS} ]]; then
-               if ! has_version sys-boot/os-prober; then
-                       elog "Install sys-boot/os-prober to enable detection of 
other operating systems using grub2-mkconfig."
-               fi
-               if ! has_version dev-libs/libisoburn; then
-                       elog "Install dev-libs/libisoburn to enable creation of 
rescue media using grub2-mkrescue."
-               fi
+               elog
+               elog "You may consider installing the following optional 
packages:"
+               optfeature "Detect other operating systems (grub-mkconfig)" 
sys-boot/os-prober
+               optfeature "Create rescue media (grub-mkrescue)" 
dev-libs/libisoburn
+               optfeature "Enable RAID device detection" sys-fs/mdadm
        fi
 }



1.33                 sys-boot/grub/grub-9999-r1.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-boot/grub/grub-9999-r1.ebuild?rev=1.33&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-boot/grub/grub-9999-r1.ebuild?rev=1.33&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-boot/grub/grub-9999-r1.ebuild?r1=1.32&r2=1.33

Index: grub-9999-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-boot/grub/grub-9999-r1.ebuild,v
retrieving revision 1.32
retrieving revision 1.33
diff -u -r1.32 -r1.33
--- grub-9999-r1.ebuild 17 Mar 2015 02:07:08 -0000      1.32
+++ grub-9999-r1.ebuild 17 Mar 2015 18:51:49 -0000      1.33
@@ -1,6 +1,6 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-boot/grub/grub-9999-r1.ebuild,v 1.32 
2015/03/17 02:07:08 floppym Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-boot/grub/grub-9999-r1.ebuild,v 1.33 
2015/03/17 18:51:49 floppym Exp $
 
 EAPI=5
 
@@ -312,11 +312,10 @@
        fi
 
        if [[ -z ${REPLACING_VERSIONS} ]]; then
-               if ! has_version sys-boot/os-prober; then
-                       elog "Install sys-boot/os-prober to enable detection of 
other operating systems using grub2-mkconfig."
-               fi
-               if ! has_version dev-libs/libisoburn; then
-                       elog "Install dev-libs/libisoburn to enable creation of 
rescue media using grub2-mkrescue."
-               fi
+               elog
+               elog "You may consider installing the following optional 
packages:"
+               optfeature "Detect other operating systems (grub-mkconfig)" 
sys-boot/os-prober
+               optfeature "Create rescue media (grub-mkrescue)" 
dev-libs/libisoburn
+               optfeature "Enable RAID device detection" sys-fs/mdadm
        fi
 }



1.352                sys-boot/grub/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-boot/grub/ChangeLog?rev=1.352&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-boot/grub/ChangeLog?rev=1.352&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-boot/grub/ChangeLog?r1=1.351&r2=1.352

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-boot/grub/ChangeLog,v
retrieving revision 1.351
retrieving revision 1.352
diff -u -r1.351 -r1.352
--- ChangeLog   17 Mar 2015 02:07:08 -0000      1.351
+++ ChangeLog   17 Mar 2015 18:51:49 -0000      1.352
@@ -1,6 +1,10 @@
 # ChangeLog for sys-boot/grub
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-boot/grub/ChangeLog,v 1.351 2015/03/17 
02:07:08 floppym Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-boot/grub/ChangeLog,v 1.352 2015/03/17 
18:51:49 floppym Exp $
+
+  17 Mar 2015; Mike Gilbert <[email protected]> grub-2.02_beta2-r3.ebuild,
+  grub-2.02_beta2-r7.ebuild, grub-9999-r1.ebuild:
+  Add postinst message about mdadm.
 
   17 Mar 2015; Mike Gilbert <[email protected]> grub-2.00_p5107-r2.ebuild,
   grub-2.02_beta2-r3.ebuild, grub-2.02_beta2-r6.ebuild,




Reply via email to