public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in sys-fs/udev: udev-197-r2.ebuild ChangeLog
@ 2013-01-14 18:08 William Hubbs (williamh)
  0 siblings, 0 replies; 4+ messages in thread
From: William Hubbs (williamh) @ 2013-01-14 18:08 UTC (permalink / raw
  To: gentoo-commits

williamh    13/01/14 18:08:01

  Modified:             udev-197-r2.ebuild ChangeLog
  Log:
  Add an example of the command needed to re-emerge packages with files in /usr/lib/udev for bug #451266.
  
  (Portage version: 2.2.0_alpha151/cvs/Linux i686, signed Manifest commit with key 0x30C46538)

Revision  Changes    Path
1.4                  sys-fs/udev/udev-197-r2.ebuild

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

Index: udev-197-r2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-fs/udev/udev-197-r2.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- udev-197-r2.ebuild	13 Jan 2013 20:56:57 -0000	1.3
+++ udev-197-r2.ebuild	14 Jan 2013 18:08:01 -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-197-r2.ebuild,v 1.3 2013/01/13 20:56:57 williamh Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-fs/udev/udev-197-r2.ebuild,v 1.4 2013/01/14 18:08:01 williamh Exp $
 
 EAPI=4
 
@@ -390,20 +390,23 @@
 			ewarn "they are disabled by default on live systems."
 			ewarn "Please see the contents of ${net_rules} for more"
 			ewarn "information on this feature."
-			ewarn
 	fi
 	if [[ -d ${ROOT}usr/lib/udev ]]
 	then
+			ewarn
 		ewarn "Please re-emerge all packages on your system which install"
 		ewarn "rules and helpers in /usr/lib/udev. They should now be in"
 		ewarn "/lib/udev."
 		ewarn
+		ewarn "One way to do this is to run the following command:"
+		ewarn "emerge -1av \$(equery -q belongs -n /usr/lib/udev | xargs)"
 	fi
 
 	ewarn
 	ewarn "You need to restart udev as soon as possible to make the upgrade go"
 	ewarn "into effect."
 	ewarn "The method you use to do this depends on your init system."
+	ewarn
 
 	preserve_old_lib_notify /$(get_libdir)/libudev.so.0
 



1.760                sys-fs/udev/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-fs/udev/ChangeLog,v
retrieving revision 1.759
retrieving revision 1.760
diff -u -r1.759 -r1.760
--- ChangeLog	13 Jan 2013 20:56:57 -0000	1.759
+++ ChangeLog	14 Jan 2013 18:08:01 -0000	1.760
@@ -1,6 +1,10 @@
 # ChangeLog for sys-fs/udev
 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-fs/udev/ChangeLog,v 1.759 2013/01/13 20:56:57 williamh Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-fs/udev/ChangeLog,v 1.760 2013/01/14 18:08:01 williamh Exp $
+
+  14 Jan 2013; William Hubbs <williamh@gentoo.org> udev-197-r2.ebuild:
+  Add an example of the command needed to re-emerge packages with files in
+  /usr/lib/udev for bug #451266.
 
   13 Jan 2013; William Hubbs <williamh@gentoo.org> udev-197-r2.ebuild,
   udev-9999.ebuild:





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

* [gentoo-commits] gentoo-x86 commit in sys-fs/udev: udev-197-r2.ebuild ChangeLog
@ 2013-01-14 20:58 William Hubbs (williamh)
  0 siblings, 0 replies; 4+ messages in thread
From: William Hubbs (williamh) @ 2013-01-14 20:58 UTC (permalink / raw
  To: gentoo-commits

williamh    13/01/14 20:58:54

  Modified:             udev-197-r2.ebuild ChangeLog
  Log:
  update the emerge procedure for udev consumers to use qfile. Thanks to Paul Varner for explaining why this is the better option.
  
  (Portage version: 2.2.0_alpha151/cvs/Linux i686, signed Manifest commit with key 0x30C46538)

Revision  Changes    Path
1.5                  sys-fs/udev/udev-197-r2.ebuild

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

Index: udev-197-r2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-fs/udev/udev-197-r2.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- udev-197-r2.ebuild	14 Jan 2013 18:08:01 -0000	1.4
+++ udev-197-r2.ebuild	14 Jan 2013 20:58:54 -0000	1.5
@@ -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-197-r2.ebuild,v 1.4 2013/01/14 18:08:01 williamh Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-fs/udev/udev-197-r2.ebuild,v 1.5 2013/01/14 20:58:54 williamh Exp $
 
 EAPI=4
 
@@ -399,7 +399,8 @@
 		ewarn "/lib/udev."
 		ewarn
 		ewarn "One way to do this is to run the following command:"
-		ewarn "emerge -1av \$(equery -q belongs -n /usr/lib/udev | xargs)"
+		ewarn "emerge -av1 \$(qfile -q -S -C /usr/lib/udev)"
+		ewarn "Note that qfile can be found in app-portage/portage-utils"
 	fi
 
 	ewarn



1.761                sys-fs/udev/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-fs/udev/ChangeLog,v
retrieving revision 1.760
retrieving revision 1.761
diff -u -r1.760 -r1.761
--- ChangeLog	14 Jan 2013 18:08:01 -0000	1.760
+++ ChangeLog	14 Jan 2013 20:58:54 -0000	1.761
@@ -1,6 +1,10 @@
 # ChangeLog for sys-fs/udev
 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-fs/udev/ChangeLog,v 1.760 2013/01/14 18:08:01 williamh Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-fs/udev/ChangeLog,v 1.761 2013/01/14 20:58:54 williamh Exp $
+
+  14 Jan 2013; William Hubbs <williamh@gentoo.org> udev-197-r2.ebuild:
+  update the emerge procedure for udev consumers to use qfile. Thanks to Paul
+  Varner for explaining why this is the better option.
 
   14 Jan 2013; William Hubbs <williamh@gentoo.org> udev-197-r2.ebuild:
   Add an example of the command needed to re-emerge packages with files in





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

* [gentoo-commits] gentoo-x86 commit in sys-fs/udev: udev-197-r2.ebuild ChangeLog
@ 2013-01-15 15:27 William Hubbs (williamh)
  0 siblings, 0 replies; 4+ messages in thread
From: William Hubbs (williamh) @ 2013-01-15 15:27 UTC (permalink / raw
  To: gentoo-commits

williamh    13/01/15 15:27:26

  Modified:             udev-197-r2.ebuild ChangeLog
  Log:
  Allow udev to compile correctly with gcc 4.5 and >=glibc-2.16 for bug #451110, thanks to vapier.
  
  (Portage version: 2.2.0_alpha152/cvs/Linux i686, signed Manifest commit with key 0x30C46538)

Revision  Changes    Path
1.6                  sys-fs/udev/udev-197-r2.ebuild

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

Index: udev-197-r2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-fs/udev/udev-197-r2.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- udev-197-r2.ebuild	14 Jan 2013 20:58:54 -0000	1.5
+++ udev-197-r2.ebuild	15 Jan 2013 15:27:26 -0000	1.6
@@ -1,12 +1,12 @@
 # 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-197-r2.ebuild,v 1.5 2013/01/14 20:58:54 williamh Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-fs/udev/udev-197-r2.ebuild,v 1.6 2013/01/15 15:27:26 williamh Exp $
 
 EAPI=4
 
 KV_min=2.6.39
 
-inherit autotools eutils linux-info multilib systemd
+inherit autotools eutils linux-info multilib systemd versionator
 
 if [[ ${PV} = 9999* ]]
 then
@@ -132,6 +132,10 @@
 	# apply user patches
 	epatch_user
 
+	# compile with older versions of gcc #451110
+	version_is_at_least 4.6 $(gcc-version) || \
+		sed -i 's:static_assert:alsdjflkasjdfa:' src/shared/macro.h
+
 	# change rules back to group uucp instead of dialout for now
 	sed -e 's/GROUP="dialout"/GROUP="uucp"/' \
 		-i rules/*.rules \



1.762                sys-fs/udev/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-fs/udev/ChangeLog,v
retrieving revision 1.761
retrieving revision 1.762
diff -u -r1.761 -r1.762
--- ChangeLog	14 Jan 2013 20:58:54 -0000	1.761
+++ ChangeLog	15 Jan 2013 15:27:26 -0000	1.762
@@ -1,6 +1,10 @@
 # ChangeLog for sys-fs/udev
 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-fs/udev/ChangeLog,v 1.761 2013/01/14 20:58:54 williamh Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-fs/udev/ChangeLog,v 1.762 2013/01/15 15:27:26 williamh Exp $
+
+  15 Jan 2013; William Hubbs <williamh@gentoo.org> udev-197-r2.ebuild:
+  Allow udev to compile correctly with gcc 4.5 and >=glibc-2.16 for bug #451110,
+  thanks to vapier.
 
   14 Jan 2013; William Hubbs <williamh@gentoo.org> udev-197-r2.ebuild:
   update the emerge procedure for udev consumers to use qfile. Thanks to Paul





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

* [gentoo-commits] gentoo-x86 commit in sys-fs/udev: udev-197-r2.ebuild ChangeLog
@ 2013-01-15 15:30 William Hubbs (williamh)
  0 siblings, 0 replies; 4+ messages in thread
From: William Hubbs (williamh) @ 2013-01-15 15:30 UTC (permalink / raw
  To: gentoo-commits

williamh    13/01/15 15:30:55

  Modified:             udev-197-r2.ebuild ChangeLog
  Log:
  add toolchain-funcs to inherit call since we use gcc-version
  
  (Portage version: 2.2.0_alpha152/cvs/Linux i686, signed Manifest commit with key 0x30C46538)

Revision  Changes    Path
1.7                  sys-fs/udev/udev-197-r2.ebuild

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

Index: udev-197-r2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-fs/udev/udev-197-r2.ebuild,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- udev-197-r2.ebuild	15 Jan 2013 15:27:26 -0000	1.6
+++ udev-197-r2.ebuild	15 Jan 2013 15:30:55 -0000	1.7
@@ -1,12 +1,12 @@
 # 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-197-r2.ebuild,v 1.6 2013/01/15 15:27:26 williamh Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-fs/udev/udev-197-r2.ebuild,v 1.7 2013/01/15 15:30:55 williamh Exp $
 
 EAPI=4
 
 KV_min=2.6.39
 
-inherit autotools eutils linux-info multilib systemd versionator
+inherit autotools eutils linux-info multilib systemd toolchain-funcs versionator
 
 if [[ ${PV} = 9999* ]]
 then



1.763                sys-fs/udev/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-fs/udev/ChangeLog,v
retrieving revision 1.762
retrieving revision 1.763
diff -u -r1.762 -r1.763
--- ChangeLog	15 Jan 2013 15:27:26 -0000	1.762
+++ ChangeLog	15 Jan 2013 15:30:55 -0000	1.763
@@ -1,6 +1,9 @@
 # ChangeLog for sys-fs/udev
 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-fs/udev/ChangeLog,v 1.762 2013/01/15 15:27:26 williamh Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-fs/udev/ChangeLog,v 1.763 2013/01/15 15:30:55 williamh Exp $
+
+  15 Jan 2013; William Hubbs <williamh@gentoo.org> udev-197-r2.ebuild:
+  add toolchain-funcs to inherit call since we use gcc-version
 
   15 Jan 2013; William Hubbs <williamh@gentoo.org> udev-197-r2.ebuild:
   Allow udev to compile correctly with gcc 4.5 and >=glibc-2.16 for bug #451110,





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

end of thread, other threads:[~2013-01-15 15:30 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-01-15 15:30 [gentoo-commits] gentoo-x86 commit in sys-fs/udev: udev-197-r2.ebuild ChangeLog William Hubbs (williamh)
  -- strict thread matches above, loose matches on Subject: below --
2013-01-15 15:27 William Hubbs (williamh)
2013-01-14 20:58 William Hubbs (williamh)
2013-01-14 18:08 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