public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in sys-fs/udev: udev-198-r1.ebuild udev-9999.ebuild
@ 2013-03-11 12:07 Samuli Suominen (ssuominen)
  0 siblings, 0 replies; 4+ messages in thread
From: Samuli Suominen (ssuominen) @ 2013-03-11 12:07 UTC (permalink / raw
  To: gentoo-commits

ssuominen    13/03/11 12:07:22

  Modified:             udev-198-r1.ebuild udev-9999.ebuild
  Log:
  fix comments
  
  (Portage version: 2.2.0_alpha166/cvs/Linux x86_64, signed Manifest commit with key 4868F14D)

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

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

Index: udev-198-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-fs/udev/udev-198-r1.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- udev-198-r1.ebuild	11 Mar 2013 12:04:49 -0000	1.3
+++ udev-198-r1.ebuild	11 Mar 2013 12:07:22 -0000	1.4
@@ -1,6 +1,6 @@
 # Copyright 1999-2013 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-fs/udev/udev-198-r1.ebuild,v 1.3 2013/03/11 12:04:49 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-fs/udev/udev-198-r1.ebuild,v 1.4 2013/03/11 12:07:22 ssuominen Exp $
 
 EAPI=4
 
@@ -200,7 +200,7 @@
 		sed -i -e '/error.*secure_getenv/s:.*:#define secure_getenv(x) NULL:' src/shared/missing.h || die
 	fi
 
-	# This will link udevd(8) to systemd-udevd.service(8) manpage
+	# link udevd(8) to systemd-udevd.service(8) manpage
 	echo '.so systemd-udevd.service.8' > "${T}"/udevd.8
 }
 
@@ -373,7 +373,7 @@
 	find "${ED}/$(systemd_get_unitdir)" -name '*.service' -exec \
 		sed -i -e "/ExecStart/s:/lib/systemd:$(systemd_get_utildir):" {} +
 
-	# This is linking to systemd-udevd.8, see src_prepare()
+	# see src_prepare() where this is created
 	doman "${T}"/udevd.8
 }
 



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

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/udev/udev-9999.ebuild?rev=1.191&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/udev/udev-9999.ebuild?rev=1.191&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/udev/udev-9999.ebuild?r1=1.190&r2=1.191

Index: udev-9999.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-fs/udev/udev-9999.ebuild,v
retrieving revision 1.190
retrieving revision 1.191
diff -u -r1.190 -r1.191
--- udev-9999.ebuild	11 Mar 2013 12:04:49 -0000	1.190
+++ udev-9999.ebuild	11 Mar 2013 12:07:22 -0000	1.191
@@ -1,6 +1,6 @@
 # Copyright 1999-2013 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.190 2013/03/11 12:04:49 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-fs/udev/udev-9999.ebuild,v 1.191 2013/03/11 12:07:22 ssuominen Exp $
 
 EAPI=4
 
@@ -200,7 +200,7 @@
 		sed -i -e '/error.*secure_getenv/s:.*:#define secure_getenv(x) NULL:' src/shared/missing.h || die
 	fi
 
-	# This will link udevd(8) to systemd-udevd.service(8) manpage
+	# link udevd(8) to systemd-udevd.service(8) manpage
 	echo '.so systemd-udevd.service.8' > "${T}"/udevd.8
 }
 
@@ -373,7 +373,7 @@
 	find "${ED}/$(systemd_get_unitdir)" -name '*.service' -exec \
 		sed -i -e "/ExecStart/s:/lib/systemd:$(systemd_get_utildir):" {} +
 
-	# This is linking to systemd-udevd.8, see src_prepare()
+	# see src_prepare() where this is created
 	doman "${T}"/udevd.8
 }
 





^ permalink raw reply	[flat|nested] 4+ messages in thread

* [gentoo-commits] gentoo-x86 commit in sys-fs/udev: udev-198-r1.ebuild udev-9999.ebuild
@ 2013-03-11 18:41 William Hubbs (williamh)
  0 siblings, 0 replies; 4+ messages in thread
From: William Hubbs (williamh) @ 2013-03-11 18:41 UTC (permalink / raw
  To: gentoo-commits

williamh    13/03/11 18:41:40

  Modified:             udev-198-r1.ebuild udev-9999.ebuild
  Log:
  Chutzpah pointed out to me that there are still parallel make issues, so add -j1 back to the install phase.
  
  (Portage version: 2.2.0_alpha166/cvs/Linux i686, signed Manifest commit with key 0x30C46538)

Revision  Changes    Path
1.10                 sys-fs/udev/udev-198-r1.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/udev/udev-198-r1.ebuild?rev=1.10&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/udev/udev-198-r1.ebuild?rev=1.10&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/udev/udev-198-r1.ebuild?r1=1.9&r2=1.10

Index: udev-198-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-fs/udev/udev-198-r1.ebuild,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- udev-198-r1.ebuild	11 Mar 2013 14:32:47 -0000	1.9
+++ udev-198-r1.ebuild	11 Mar 2013 18:41:40 -0000	1.10
@@ -1,6 +1,6 @@
 # Copyright 1999-2013 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-fs/udev/udev-198-r1.ebuild,v 1.9 2013/03/11 14:32:47 williamh Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-fs/udev/udev-198-r1.ebuild,v 1.10 2013/03/11 18:41:40 williamh Exp $
 
 EAPI=4
 
@@ -332,7 +332,7 @@
 				$(sysconfdir)/udev/hwdb.d'
 		dist_bashcompletion_DATA="shell-completion/bash/udevadm"
 	)
-	emake DESTDIR="${D}" "${targets[@]}"
+	emake -j1 DESTDIR="${D}" "${targets[@]}"
 	if use doc; then
 		emake -C docs/libudev DESTDIR="${D}" install
 		use gudev && emake -C docs/gudev DESTDIR="${D}" install



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

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/udev/udev-9999.ebuild?rev=1.197&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/udev/udev-9999.ebuild?rev=1.197&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/udev/udev-9999.ebuild?r1=1.196&r2=1.197

Index: udev-9999.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-fs/udev/udev-9999.ebuild,v
retrieving revision 1.196
retrieving revision 1.197
diff -u -r1.196 -r1.197
--- udev-9999.ebuild	11 Mar 2013 14:32:47 -0000	1.196
+++ udev-9999.ebuild	11 Mar 2013 18:41:40 -0000	1.197
@@ -1,6 +1,6 @@
 # Copyright 1999-2013 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.196 2013/03/11 14:32:47 williamh Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-fs/udev/udev-9999.ebuild,v 1.197 2013/03/11 18:41:40 williamh Exp $
 
 EAPI=4
 
@@ -332,7 +332,7 @@
 				$(sysconfdir)/udev/hwdb.d'
 		dist_bashcompletion_DATA="shell-completion/bash/udevadm"
 	)
-	emake DESTDIR="${D}" "${targets[@]}"
+	emake -j1 DESTDIR="${D}" "${targets[@]}"
 	if use doc; then
 		emake -C docs/libudev DESTDIR="${D}" install
 		use gudev && emake -C docs/gudev DESTDIR="${D}" install





^ permalink raw reply	[flat|nested] 4+ messages in thread

* [gentoo-commits] gentoo-x86 commit in sys-fs/udev: udev-198-r1.ebuild udev-9999.ebuild
@ 2013-03-13 22:42 Samuli Suominen (ssuominen)
  0 siblings, 0 replies; 4+ messages in thread
From: Samuli Suominen (ssuominen) @ 2013-03-13 22:42 UTC (permalink / raw
  To: gentoo-commits

ssuominen    13/03/13 22:42:21

  Modified:             udev-198-r1.ebuild udev-9999.ebuild
  Log:
  revert part of last commit, just a message
  
  (Portage version: 2.2.0_alpha166/cvs/Linux x86_64, signed Manifest commit with key 4868F14D)

Revision  Changes    Path
1.12                 sys-fs/udev/udev-198-r1.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/udev/udev-198-r1.ebuild?rev=1.12&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/udev/udev-198-r1.ebuild?rev=1.12&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/udev/udev-198-r1.ebuild?r1=1.11&r2=1.12

Index: udev-198-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-fs/udev/udev-198-r1.ebuild,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- udev-198-r1.ebuild	13 Mar 2013 21:57:35 -0000	1.11
+++ udev-198-r1.ebuild	13 Mar 2013 22:42:21 -0000	1.12
@@ -1,6 +1,6 @@
 # Copyright 1999-2013 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-fs/udev/udev-198-r1.ebuild,v 1.11 2013/03/13 21:57:35 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-fs/udev/udev-198-r1.ebuild,v 1.12 2013/03/13 22:42:21 ssuominen Exp $
 
 EAPI=4
 
@@ -458,9 +458,7 @@
 			ewarn
 			ewarn "File ${old_rules} is from old udev installation but if you still use it,"
 			ewarn "rename it to something else starting with 70- to silence this deprecation"
-			ewarn "warning. This may conflict with the predictable network interface naming."
-			ewarn "Don't rename to kernel reserved namespace like eth0 or wlan1, instead use"
-			ewarn "free namespace like net0, network1, internet2, ..."
+			ewarn "warning."
 		fi
 	done
 



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

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/udev/udev-9999.ebuild?rev=1.199&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/udev/udev-9999.ebuild?rev=1.199&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/udev/udev-9999.ebuild?r1=1.198&r2=1.199

Index: udev-9999.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-fs/udev/udev-9999.ebuild,v
retrieving revision 1.198
retrieving revision 1.199
diff -u -r1.198 -r1.199
--- udev-9999.ebuild	13 Mar 2013 21:57:35 -0000	1.198
+++ udev-9999.ebuild	13 Mar 2013 22:42:21 -0000	1.199
@@ -1,6 +1,6 @@
 # Copyright 1999-2013 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.198 2013/03/13 21:57:35 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-fs/udev/udev-9999.ebuild,v 1.199 2013/03/13 22:42:21 ssuominen Exp $
 
 EAPI=4
 
@@ -458,9 +458,7 @@
 			ewarn
 			ewarn "File ${old_rules} is from old udev installation but if you still use it,"
 			ewarn "rename it to something else starting with 70- to silence this deprecation"
-			ewarn "warning. This may conflict with the predictable network interface naming."
-			ewarn "Don't rename to kernel reserved namespace like eth0 or wlan1, instead use"
-			ewarn "free namespace like net0, network1, internet2, ..."
+			ewarn "warning."
 		fi
 	done
 





^ permalink raw reply	[flat|nested] 4+ messages in thread

* [gentoo-commits] gentoo-x86 commit in sys-fs/udev: udev-198-r1.ebuild udev-9999.ebuild
@ 2013-03-13 23:48 William Hubbs (williamh)
  0 siblings, 0 replies; 4+ messages in thread
From: William Hubbs (williamh) @ 2013-03-13 23:48 UTC (permalink / raw
  To: gentoo-commits

williamh    13/03/13 23:48:41

  Modified:             udev-198-r1.ebuild udev-9999.ebuild
  Log:
  typo fix
  
  (Portage version: 2.2.0_alpha166/cvs/Linux i686, signed Manifest commit with key 0x30C46538)

Revision  Changes    Path
1.13                 sys-fs/udev/udev-198-r1.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/udev/udev-198-r1.ebuild?rev=1.13&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/udev/udev-198-r1.ebuild?rev=1.13&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/udev/udev-198-r1.ebuild?r1=1.12&r2=1.13

Index: udev-198-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-fs/udev/udev-198-r1.ebuild,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- udev-198-r1.ebuild	13 Mar 2013 22:42:21 -0000	1.12
+++ udev-198-r1.ebuild	13 Mar 2013 23:48:41 -0000	1.13
@@ -1,6 +1,6 @@
 # Copyright 1999-2013 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-fs/udev/udev-198-r1.ebuild,v 1.12 2013/03/13 22:42:21 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-fs/udev/udev-198-r1.ebuild,v 1.13 2013/03/13 23:48:41 williamh Exp $
 
 EAPI=4
 
@@ -465,7 +465,7 @@
 	if has_version sys-apps/biosdevname; then
 		ewarn
 		ewarn "You have sys-apps/biosdevname installed which has been deprecated"
-		ewarn "in favour of the predictable network interface names."
+		ewarn "in favor of the predictable network interface names."
 	fi
 
 	ewarn



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

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/udev/udev-9999.ebuild?rev=1.200&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/udev/udev-9999.ebuild?rev=1.200&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/udev/udev-9999.ebuild?r1=1.199&r2=1.200

Index: udev-9999.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-fs/udev/udev-9999.ebuild,v
retrieving revision 1.199
retrieving revision 1.200
diff -u -r1.199 -r1.200
--- udev-9999.ebuild	13 Mar 2013 22:42:21 -0000	1.199
+++ udev-9999.ebuild	13 Mar 2013 23:48:41 -0000	1.200
@@ -1,6 +1,6 @@
 # Copyright 1999-2013 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.199 2013/03/13 22:42:21 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-fs/udev/udev-9999.ebuild,v 1.200 2013/03/13 23:48:41 williamh Exp $
 
 EAPI=4
 
@@ -465,7 +465,7 @@
 	if has_version sys-apps/biosdevname; then
 		ewarn
 		ewarn "You have sys-apps/biosdevname installed which has been deprecated"
-		ewarn "in favour of the predictable network interface names."
+		ewarn "in favor of the predictable network interface names."
 	fi
 
 	ewarn





^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2013-03-13 23:48 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-03-11 12:07 [gentoo-commits] gentoo-x86 commit in sys-fs/udev: udev-198-r1.ebuild udev-9999.ebuild Samuli Suominen (ssuominen)
  -- strict thread matches above, loose matches on Subject: below --
2013-03-11 18:41 William Hubbs (williamh)
2013-03-13 22:42 Samuli Suominen (ssuominen)
2013-03-13 23:48 William Hubbs (williamh)

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