public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in sys-fs/udev: udev-171-r1.ebuild ChangeLog udev-9999.ebuild
@ 2011-06-08  6:10 William Hubbs (williamh)
  0 siblings, 0 replies; 3+ messages in thread
From: William Hubbs (williamh) @ 2011-06-08  6:10 UTC (permalink / raw
  To: gentoo-commits

williamh    11/06/08 06:10:41

  Modified:             udev-171-r1.ebuild ChangeLog udev-9999.ebuild
  Log:
  Do not force the acl, gudev, hwdb or keymap use flags on since these
  were bringing in dependencies a minimal system does not need.
  Thanks to Matt Turner for pointing this out.
  
  (Portage version: 2.2.0_alpha38/cvs/Linux i686)

Revision  Changes    Path
1.2                  sys-fs/udev/udev-171-r1.ebuild

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

Index: udev-171-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-fs/udev/udev-171-r1.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- udev-171-r1.ebuild	7 Jun 2011 20:23:45 -0000	1.1
+++ udev-171-r1.ebuild	8 Jun 2011 06:10:41 -0000	1.2
@@ -1,6 +1,6 @@
 # Copyright 1999-2011 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-fs/udev/udev-171-r1.ebuild,v 1.1 2011/06/07 20:23:45 zzam Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-fs/udev/udev-171-r1.ebuild,v 1.2 2011/06/08 06:10:41 williamh Exp $
 
 EAPI="1"
 
@@ -28,7 +28,7 @@
 LICENSE="GPL-2"
 SLOT="0"
 KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86"
-IUSE="selinux test debug +rule_generator +hwdb +acl +gudev introspection +keymap floppy edd action_modeswitch"
+IUSE="selinux test debug +rule_generator hwdb acl gudev introspection keymap floppy edd action_modeswitch"
 
 COMMON_DEPEND="selinux? ( sys-libs/libselinux )
 	acl? ( sys-apps/acl dev-libs/glib:2 )



1.584                sys-fs/udev/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-fs/udev/ChangeLog,v
retrieving revision 1.583
retrieving revision 1.584
diff -u -r1.583 -r1.584
--- ChangeLog	7 Jun 2011 20:23:45 -0000	1.583
+++ ChangeLog	8 Jun 2011 06:10:41 -0000	1.584
@@ -1,6 +1,12 @@
 # ChangeLog for sys-fs/udev
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-fs/udev/ChangeLog,v 1.583 2011/06/07 20:23:45 zzam Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-fs/udev/ChangeLog,v 1.584 2011/06/08 06:10:41 williamh Exp $
+
+  08 Jun 2011; William Hubbs <williamh@gentoo.org> udev-171-r1.ebuild,
+  udev-9999.ebuild:
+  Do not force the acl, gudev, hwdb or keymap use flags on since these were
+  bringing in dependencies a minimal system does not need. Thanks to Matt
+  Turner for pointing this out.
 
 *udev-171-r1 (07 Jun 2011)
 



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

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

Index: udev-9999.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-fs/udev/udev-9999.ebuild,v
retrieving revision 1.42
retrieving revision 1.43
diff -u -r1.42 -r1.43
--- udev-9999.ebuild	7 Jun 2011 06:05:21 -0000	1.42
+++ udev-9999.ebuild	8 Jun 2011 06:10:41 -0000	1.43
@@ -1,6 +1,6 @@
 # Copyright 1999-2011 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.42 2011/06/07 06:05:21 williamh Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-fs/udev/udev-9999.ebuild,v 1.43 2011/06/08 06:10:41 williamh Exp $
 
 EAPI=4
 
@@ -37,7 +37,7 @@
 
 LICENSE="GPL-2"
 SLOT="0"
-IUSE="selinux test debug +rule_generator +hwdb +acl +gudev introspection +keymap floppy edd action_modeswitch"
+IUSE="selinux test debug +rule_generator hwdb acl gudev introspection keymap floppy edd action_modeswitch"
 
 COMMON_DEPEND="selinux? ( sys-libs/libselinux )
 	acl? ( sys-apps/acl dev-libs/glib:2 )






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

* [gentoo-commits] gentoo-x86 commit in sys-fs/udev: udev-171-r1.ebuild ChangeLog udev-9999.ebuild
@ 2011-06-09 13:10 Matthias Schwarzott (zzam)
  0 siblings, 0 replies; 3+ messages in thread
From: Matthias Schwarzott (zzam) @ 2011-06-09 13:10 UTC (permalink / raw
  To: gentoo-commits

zzam        11/06/09 13:10:46

  Modified:             udev-171-r1.ebuild ChangeLog udev-9999.ebuild
  Log:
  Do no longer tell the user to re-emerge HAL in case of problems.
  
  (Portage version: 2.1.10/cvs/Linux x86_64)

Revision  Changes    Path
1.3                  sys-fs/udev/udev-171-r1.ebuild

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

Index: udev-171-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-fs/udev/udev-171-r1.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- udev-171-r1.ebuild	8 Jun 2011 06:10:41 -0000	1.2
+++ udev-171-r1.ebuild	9 Jun 2011 13:10:45 -0000	1.3
@@ -1,6 +1,6 @@
 # Copyright 1999-2011 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-fs/udev/udev-171-r1.ebuild,v 1.2 2011/06/08 06:10:41 williamh Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-fs/udev/udev-171-r1.ebuild,v 1.3 2011/06/09 13:10:45 zzam Exp $
 
 EAPI="1"
 
@@ -494,11 +494,6 @@
 			einfo "Removed unneeded file 64-device-mapper.rules"
 	fi
 
-	# requested in bug #275974, added 2009/09/05
-	ewarn
-	ewarn "If after the udev update removable devices or CD/DVD drives"
-	ewarn "stop working, try re-emerging HAL before filling a bug report"
-
 	# requested in Bug #225033:
 	elog
 	elog "persistent-net does assigning fixed names to network devices."



1.588                sys-fs/udev/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-fs/udev/ChangeLog,v
retrieving revision 1.587
retrieving revision 1.588
diff -u -r1.587 -r1.588
--- ChangeLog	9 Jun 2011 12:53:59 -0000	1.587
+++ ChangeLog	9 Jun 2011 13:10:45 -0000	1.588
@@ -1,6 +1,10 @@
 # ChangeLog for sys-fs/udev
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-fs/udev/ChangeLog,v 1.587 2011/06/09 12:53:59 zzam Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-fs/udev/ChangeLog,v 1.588 2011/06/09 13:10:45 zzam Exp $
+
+  09 Jun 2011; Matthias Schwarzott <zzam@gentoo.org> udev-171-r1.ebuild,
+  udev-9999.ebuild:
+  Do no longer tell the user to re-emerge HAL in case of problems.
 
   09 Jun 2011; Matthias Schwarzott <zzam@gentoo.org> -udev-162.ebuild,
   -udev-163.ebuild, -udev-164.ebuild, -udev-164-r1.ebuild, -udev-167.ebuild,



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

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

Index: udev-9999.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-fs/udev/udev-9999.ebuild,v
retrieving revision 1.44
retrieving revision 1.45
diff -u -r1.44 -r1.45
--- udev-9999.ebuild	8 Jun 2011 15:30:14 -0000	1.44
+++ udev-9999.ebuild	9 Jun 2011 13:10:45 -0000	1.45
@@ -1,6 +1,6 @@
 # Copyright 1999-2011 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.44 2011/06/08 15:30:14 williamh Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-fs/udev/udev-9999.ebuild,v 1.45 2011/06/09 13:10:45 zzam Exp $
 
 EAPI=4
 
@@ -494,11 +494,6 @@
 			einfo "Removed unneeded file 64-device-mapper.rules"
 	fi
 
-	# requested in bug #275974, added 2009/09/05
-	ewarn
-	ewarn "If after the udev update removable devices or CD/DVD drives"
-	ewarn "stop working, try re-emerging HAL before filling a bug report"
-
 	# requested in Bug #225033:
 	elog
 	elog "persistent-net does assigning fixed names to network devices."






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

* [gentoo-commits] gentoo-x86 commit in sys-fs/udev: udev-171-r1.ebuild ChangeLog udev-9999.ebuild
@ 2011-06-13 20:15 William Hubbs (williamh)
  0 siblings, 0 replies; 3+ messages in thread
From: William Hubbs (williamh) @ 2011-06-13 20:15 UTC (permalink / raw
  To: gentoo-commits

williamh    11/06/13 20:15:44

  Modified:             udev-171-r1.ebuild ChangeLog udev-9999.ebuild
  Log:
  Update glibc requirement to 2.10 for bug #370691.
  
  (Portage version: 2.2.0_alpha40/cvs/Linux i686)

Revision  Changes    Path
1.6                  sys-fs/udev/udev-171-r1.ebuild

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

Index: udev-171-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-fs/udev/udev-171-r1.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- udev-171-r1.ebuild	9 Jun 2011 21:14:40 -0000	1.5
+++ udev-171-r1.ebuild	13 Jun 2011 20:15:44 -0000	1.6
@@ -1,6 +1,6 @@
 # Copyright 1999-2011 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-fs/udev/udev-171-r1.ebuild,v 1.5 2011/06/09 21:14:40 zzam Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-fs/udev/udev-171-r1.ebuild,v 1.6 2011/06/13 20:15:44 williamh Exp $
 
 EAPI="1"
 
@@ -41,7 +41,7 @@
 	introspection? ( dev-libs/gobject-introspection )
 	action_modeswitch? ( virtual/libusb:0 )
 	>=sys-apps/util-linux-2.16
-	>=sys-libs/glibc-2.9"
+	>=sys-libs/glibc-2.10"
 
 DEPEND="${COMMON_DEPEND}
 	keymap? ( dev-util/gperf )



1.593                sys-fs/udev/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-fs/udev/ChangeLog,v
retrieving revision 1.592
retrieving revision 1.593
diff -u -r1.592 -r1.593
--- ChangeLog	11 Jun 2011 12:05:06 -0000	1.592
+++ ChangeLog	13 Jun 2011 20:15:44 -0000	1.593
@@ -1,6 +1,10 @@
 # ChangeLog for sys-fs/udev
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-fs/udev/ChangeLog,v 1.592 2011/06/11 12:05:06 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-fs/udev/ChangeLog,v 1.593 2011/06/13 20:15:44 williamh Exp $
+
+  13 Jun 2011; William Hubbs <williamh@gentoo.org> udev-171-r1.ebuild,
+  udev-9999.ebuild:
+  Update glibc requirement to 2.10 for bug #370691.
 
   11 Jun 2011; Markus Meier <maekke@gentoo.org> udev-164-r2.ebuild:
   arm stable, bug #352827



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

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

Index: udev-9999.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-fs/udev/udev-9999.ebuild,v
retrieving revision 1.46
retrieving revision 1.47
diff -u -r1.46 -r1.47
--- udev-9999.ebuild	9 Jun 2011 13:18:21 -0000	1.46
+++ udev-9999.ebuild	13 Jun 2011 20:15:44 -0000	1.47
@@ -1,6 +1,6 @@
 # Copyright 1999-2011 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.46 2011/06/09 13:18:21 zzam Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-fs/udev/udev-9999.ebuild,v 1.47 2011/06/13 20:15:44 williamh Exp $
 
 EAPI=4
 
@@ -45,7 +45,7 @@
 	introspection? ( dev-libs/gobject-introspection )
 	action_modeswitch? ( virtual/libusb:0 )
 	>=sys-apps/util-linux-2.16
-	>=sys-libs/glibc-2.9"
+	>=sys-libs/glibc-2.10"
 
 DEPEND="${COMMON_DEPEND}
 	keymap? ( dev-util/gperf )






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

end of thread, other threads:[~2011-06-13 20:16 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-06-13 20:15 [gentoo-commits] gentoo-x86 commit in sys-fs/udev: udev-171-r1.ebuild ChangeLog udev-9999.ebuild William Hubbs (williamh)
  -- strict thread matches above, loose matches on Subject: below --
2011-06-09 13:10 Matthias Schwarzott (zzam)
2011-06-08  6:10 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