public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in sys-fs/udev: udev-146-r1.ebuild udev-145-r1.ebuild udev-9999.ebuild ChangeLog udev-145-r3.ebuild udev-146.ebuild udev-145-r2.ebuild
@ 2009-10-29 19:41 Matthias Schwarzott (zzam)
  0 siblings, 0 replies; only message in thread
From: Matthias Schwarzott (zzam) @ 2009-10-29 19:41 UTC (permalink / raw
  To: gentoo-commits

zzam        09/10/29 19:41:58

  Modified:             udev-146-r1.ebuild udev-145-r1.ebuild
                        udev-9999.ebuild ChangeLog udev-145-r3.ebuild
                        udev-146.ebuild udev-145-r2.ebuild
  Log:
  Fix grammar, Bug #290961.
  (Portage version: 2.2_rc46/cvs/Linux i686)

Revision  Changes    Path
1.4                  sys-fs/udev/udev-146-r1.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-fs/udev/udev-146-r1.ebuild?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-fs/udev/udev-146-r1.ebuild?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-fs/udev/udev-146-r1.ebuild?r1=1.3&r2=1.4

Index: udev-146-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-fs/udev/udev-146-r1.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- udev-146-r1.ebuild	21 Oct 2009 08:27:35 -0000	1.3
+++ udev-146-r1.ebuild	29 Oct 2009 19:41:57 -0000	1.4
@@ -1,6 +1,6 @@
 # Copyright 1999-2009 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-fs/udev/udev-146-r1.ebuild,v 1.3 2009/10/21 08:27:35 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-fs/udev/udev-146-r1.ebuild,v 1.4 2009/10/29 19:41:57 zzam Exp $
 
 EAPI="1"
 
@@ -97,7 +97,7 @@
 	# 2.6.30.4 -> 2.6.30 is all we check
 	udev_check_KV
 	case "$?" in
-		2)	einfo "Your kernel version (${KV_FULL}) is new enough to run ${P} reliable." ;;
+		2)	einfo "Your kernel version (${KV_FULL}) is new enough to run ${P} reliably." ;;
 		1)	ewarn "Your kernel version (${KV_FULL}) is new enough to run ${P},"
 			ewarn "but it may be unreliable in some cases."
 			ebeep ;;



1.8                  sys-fs/udev/udev-145-r1.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-fs/udev/udev-145-r1.ebuild?rev=1.8&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-fs/udev/udev-145-r1.ebuild?rev=1.8&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-fs/udev/udev-145-r1.ebuild?r1=1.7&r2=1.8

Index: udev-145-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-fs/udev/udev-145-r1.ebuild,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- udev-145-r1.ebuild	2 Oct 2009 11:30:20 -0000	1.7
+++ udev-145-r1.ebuild	29 Oct 2009 19:41:57 -0000	1.8
@@ -1,6 +1,6 @@
 # Copyright 1999-2009 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-fs/udev/udev-145-r1.ebuild,v 1.7 2009/10/02 11:30:20 zzam Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-fs/udev/udev-145-r1.ebuild,v 1.8 2009/10/29 19:41:57 zzam Exp $
 
 EAPI="1"
 
@@ -91,7 +91,7 @@
 	# 2.6.30.4 -> 2.6.30 is all we check
 	udev_check_KV
 	case "$?" in
-		2)	einfo "Your kernel version (${KV_FULL}) is new enough to run ${P} reliable." ;;
+		2)	einfo "Your kernel version (${KV_FULL}) is new enough to run ${P} reliably." ;;
 		1)	ewarn "Your kernel version (${KV_FULL}) is new enough to run ${P},"
 			ewarn "but it may be unreliable in some cases."
 			ebeep ;;



1.19                 sys-fs/udev/udev-9999.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-fs/udev/udev-9999.ebuild?rev=1.19&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-fs/udev/udev-9999.ebuild?rev=1.19&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-fs/udev/udev-9999.ebuild?r1=1.18&r2=1.19

Index: udev-9999.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-fs/udev/udev-9999.ebuild,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -r1.18 -r1.19
--- udev-9999.ebuild	20 Oct 2009 19:04:32 -0000	1.18
+++ udev-9999.ebuild	29 Oct 2009 19:41:57 -0000	1.19
@@ -1,6 +1,6 @@
 # Copyright 1999-2009 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-fs/udev/udev-9999.ebuild,v 1.18 2009/10/20 19:04:32 zzam Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-fs/udev/udev-9999.ebuild,v 1.19 2009/10/29 19:41:57 zzam Exp $
 
 EAPI="1"
 
@@ -94,7 +94,7 @@
 	# 2.6.30.4 -> 2.6.30 is all we check
 	udev_check_KV
 	case "$?" in
-		2)	einfo "Your kernel version (${KV_FULL}) is new enough to run ${P} reliable." ;;
+		2)	einfo "Your kernel version (${KV_FULL}) is new enough to run ${P} reliably." ;;
 		1)	ewarn "Your kernel version (${KV_FULL}) is new enough to run ${P},"
 			ewarn "but it may be unreliable in some cases."
 			ebeep ;;



1.503                sys-fs/udev/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-fs/udev/ChangeLog?rev=1.503&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-fs/udev/ChangeLog?rev=1.503&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-fs/udev/ChangeLog?r1=1.502&r2=1.503

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-fs/udev/ChangeLog,v
retrieving revision 1.502
retrieving revision 1.503
diff -u -r1.502 -r1.503
--- ChangeLog	21 Oct 2009 08:27:35 -0000	1.502
+++ ChangeLog	29 Oct 2009 19:41:57 -0000	1.503
@@ -1,6 +1,11 @@
 # ChangeLog for sys-fs/udev
 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-fs/udev/ChangeLog,v 1.502 2009/10/21 08:27:35 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-fs/udev/ChangeLog,v 1.503 2009/10/29 19:41:57 zzam Exp $
+
+  29 Oct 2009; Matthias Schwarzott <zzam@gentoo.org> udev-145-r1.ebuild,
+  udev-145-r2.ebuild, udev-145-r3.ebuild, udev-146.ebuild,
+  udev-146-r1.ebuild, udev-9999.ebuild:
+  Fix grammar, Bug #290961.
 
   21 Oct 2009; Jeroen Roovers <jer@gentoo.org> udev-146-r1.ebuild:
   Stable for HPPA (bug #286074).



1.2                  sys-fs/udev/udev-145-r3.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-fs/udev/udev-145-r3.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-fs/udev/udev-145-r3.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-fs/udev/udev-145-r3.ebuild?r1=1.1&r2=1.2

Index: udev-145-r3.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-fs/udev/udev-145-r3.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- udev-145-r3.ebuild	2 Oct 2009 11:40:26 -0000	1.1
+++ udev-145-r3.ebuild	29 Oct 2009 19:41:57 -0000	1.2
@@ -1,6 +1,6 @@
 # Copyright 1999-2009 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-fs/udev/udev-145-r3.ebuild,v 1.1 2009/10/02 11:40:26 zzam Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-fs/udev/udev-145-r3.ebuild,v 1.2 2009/10/29 19:41:57 zzam Exp $
 
 EAPI="1"
 
@@ -97,7 +97,7 @@
 	# 2.6.30.4 -> 2.6.30 is all we check
 	udev_check_KV
 	case "$?" in
-		2)	einfo "Your kernel version (${KV_FULL}) is new enough to run ${P} reliable." ;;
+		2)	einfo "Your kernel version (${KV_FULL}) is new enough to run ${P} reliably." ;;
 		1)	ewarn "Your kernel version (${KV_FULL}) is new enough to run ${P},"
 			ewarn "but it may be unreliable in some cases."
 			ebeep ;;



1.4                  sys-fs/udev/udev-146.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-fs/udev/udev-146.ebuild?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-fs/udev/udev-146.ebuild?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-fs/udev/udev-146.ebuild?r1=1.3&r2=1.4

Index: udev-146.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-fs/udev/udev-146.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- udev-146.ebuild	2 Oct 2009 11:30:20 -0000	1.3
+++ udev-146.ebuild	29 Oct 2009 19:41:57 -0000	1.4
@@ -1,6 +1,6 @@
 # Copyright 1999-2009 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-fs/udev/udev-146.ebuild,v 1.3 2009/10/02 11:30:20 zzam Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-fs/udev/udev-146.ebuild,v 1.4 2009/10/29 19:41:57 zzam Exp $
 
 EAPI="1"
 
@@ -94,7 +94,7 @@
 	# 2.6.30.4 -> 2.6.30 is all we check
 	udev_check_KV
 	case "$?" in
-		2)	einfo "Your kernel version (${KV_FULL}) is new enough to run ${P} reliable." ;;
+		2)	einfo "Your kernel version (${KV_FULL}) is new enough to run ${P} reliably." ;;
 		1)	ewarn "Your kernel version (${KV_FULL}) is new enough to run ${P},"
 			ewarn "but it may be unreliable in some cases."
 			ebeep ;;



1.3                  sys-fs/udev/udev-145-r2.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-fs/udev/udev-145-r2.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-fs/udev/udev-145-r2.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-fs/udev/udev-145-r2.ebuild?r1=1.2&r2=1.3

Index: udev-145-r2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-fs/udev/udev-145-r2.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- udev-145-r2.ebuild	2 Oct 2009 11:30:20 -0000	1.2
+++ udev-145-r2.ebuild	29 Oct 2009 19:41:57 -0000	1.3
@@ -1,6 +1,6 @@
 # Copyright 1999-2009 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-fs/udev/udev-145-r2.ebuild,v 1.2 2009/10/02 11:30:20 zzam Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-fs/udev/udev-145-r2.ebuild,v 1.3 2009/10/29 19:41:57 zzam Exp $
 
 EAPI="1"
 
@@ -97,7 +97,7 @@
 	# 2.6.30.4 -> 2.6.30 is all we check
 	udev_check_KV
 	case "$?" in
-		2)	einfo "Your kernel version (${KV_FULL}) is new enough to run ${P} reliable." ;;
+		2)	einfo "Your kernel version (${KV_FULL}) is new enough to run ${P} reliably." ;;
 		1)	ewarn "Your kernel version (${KV_FULL}) is new enough to run ${P},"
 			ewarn "but it may be unreliable in some cases."
 			ebeep ;;






^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2009-10-29 19:42 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-10-29 19:41 [gentoo-commits] gentoo-x86 commit in sys-fs/udev: udev-146-r1.ebuild udev-145-r1.ebuild udev-9999.ebuild ChangeLog udev-145-r3.ebuild udev-146.ebuild udev-145-r2.ebuild Matthias Schwarzott (zzam)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox