* [gentoo-commits] gentoo-x86 commit in sys-fs/udev: udev-187-r1.ebuild udev-9999.ebuild ChangeLog
@ 2012-08-03 21:29 William Hubbs (williamh)
0 siblings, 0 replies; 2+ messages in thread
From: William Hubbs (williamh) @ 2012-08-03 21:29 UTC (permalink / raw
To: gentoo-commits
williamh 12/08/03 21:29:17
Modified: udev-187-r1.ebuild udev-9999.ebuild ChangeLog
Log:
Add a warning for bug #429466 wrt the /lib/udev->/usr/lib/udev
migration.
(Portage version: 2.2.0_alpha120/cvs/Linux i686)
Revision Changes Path
1.2 sys-fs/udev/udev-187-r1.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/udev/udev-187-r1.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/udev/udev-187-r1.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/udev/udev-187-r1.ebuild?r1=1.1&r2=1.2
Index: udev-187-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-fs/udev/udev-187-r1.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- udev-187-r1.ebuild 3 Aug 2012 00:57:06 -0000 1.1
+++ udev-187-r1.ebuild 3 Aug 2012 21:29:16 -0000 1.2
@@ -1,6 +1,6 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-fs/udev/udev-187-r1.ebuild,v 1.1 2012/08/03 00:57:06 williamh Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-fs/udev/udev-187-r1.ebuild,v 1.2 2012/08/03 21:29:16 williamh Exp $
EAPI=4
@@ -381,6 +381,17 @@
ewarn "If you are using standalone udev, consolekithandles this"
ewarn "functionality."
+ if [ -d ${ROOT}/lib/udev ]
+ then
+ ewarn
+ ewarn "This version of udev moves the files that were installed in"
+ ewarn "/lib/udev to /usr/lib/udev."
+ ewarn "We include a backward compatibility patch for gentoo to"
+ ewarn "allow the rules in /lib/udev/rules.d to be read. However,"
+ ewarn "bugs should be filed against packages that are installing"
+ ewarn "files in /lib/udev so they can be fixed."
+ fi
+
ewarn
ewarn "You need to restart udev as soon as possible to make the upgrade go"
ewarn "into affect."
1.102 sys-fs/udev/udev-9999.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/udev/udev-9999.ebuild?rev=1.102&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/udev/udev-9999.ebuild?rev=1.102&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/udev/udev-9999.ebuild?r1=1.101&r2=1.102
Index: udev-9999.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-fs/udev/udev-9999.ebuild,v
retrieving revision 1.101
retrieving revision 1.102
diff -u -r1.101 -r1.102
--- udev-9999.ebuild 3 Aug 2012 00:57:06 -0000 1.101
+++ udev-9999.ebuild 3 Aug 2012 21:29:16 -0000 1.102
@@ -1,6 +1,6 @@
# Copyright 1999-2012 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.101 2012/08/03 00:57:06 williamh Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-fs/udev/udev-9999.ebuild,v 1.102 2012/08/03 21:29:16 williamh Exp $
EAPI=4
@@ -381,6 +381,17 @@
ewarn "If you are using standalone udev, consolekithandles this"
ewarn "functionality."
+ if [ -d ${ROOT}/lib/udev ]
+ then
+ ewarn
+ ewarn "This version of udev moves the files that were installed in"
+ ewarn "/lib/udev to /usr/lib/udev."
+ ewarn "We include a backward compatibility patch for gentoo to"
+ ewarn "allow the rules in /lib/udev/rules.d to be read. However,"
+ ewarn "bugs should be filed against packages that are installing"
+ ewarn "files in /lib/udev so they can be fixed."
+ fi
+
ewarn
ewarn "You need to restart udev as soon as possible to make the upgrade go"
ewarn "into affect."
1.704 sys-fs/udev/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/udev/ChangeLog?rev=1.704&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/udev/ChangeLog?rev=1.704&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/udev/ChangeLog?r1=1.703&r2=1.704
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-fs/udev/ChangeLog,v
retrieving revision 1.703
retrieving revision 1.704
diff -u -r1.703 -r1.704
--- ChangeLog 3 Aug 2012 00:57:06 -0000 1.703
+++ ChangeLog 3 Aug 2012 21:29:16 -0000 1.704
@@ -1,6 +1,10 @@
# ChangeLog for sys-fs/udev
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-fs/udev/ChangeLog,v 1.703 2012/08/03 00:57:06 williamh Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-fs/udev/ChangeLog,v 1.704 2012/08/03 21:29:16 williamh Exp $
+
+ 03 Aug 2012; William Hubbs <williamh@gentoo.org> udev-187-r1.ebuild,
+ udev-9999.ebuild:
+ Add a warning for bug #429466 wrt the /lib/udev->/usr/lib/udev migration.
*udev-187-r1 (03 Aug 2012)
^ permalink raw reply [flat|nested] 2+ messages in thread
* [gentoo-commits] gentoo-x86 commit in sys-fs/udev: udev-187-r1.ebuild udev-9999.ebuild ChangeLog
@ 2012-08-04 16:09 William Hubbs (williamh)
0 siblings, 0 replies; 2+ messages in thread
From: William Hubbs (williamh) @ 2012-08-04 16:09 UTC (permalink / raw
To: gentoo-commits
williamh 12/08/04 16:09:32
Modified: udev-187-r1.ebuild udev-9999.ebuild ChangeLog
Log:
fix if statements
(Portage version: 2.2.0_alpha120/cvs/Linux i686)
Revision Changes Path
1.3 sys-fs/udev/udev-187-r1.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/udev/udev-187-r1.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/udev/udev-187-r1.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/udev/udev-187-r1.ebuild?r1=1.2&r2=1.3
Index: udev-187-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-fs/udev/udev-187-r1.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- udev-187-r1.ebuild 3 Aug 2012 21:29:16 -0000 1.2
+++ udev-187-r1.ebuild 4 Aug 2012 16:09:32 -0000 1.3
@@ -1,6 +1,6 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-fs/udev/udev-187-r1.ebuild,v 1.2 2012/08/03 21:29:16 williamh Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-fs/udev/udev-187-r1.ebuild,v 1.3 2012/08/04 16:09:32 williamh Exp $
EAPI=4
@@ -129,7 +129,7 @@
-i rules/*.rules \
|| die "failed to change group dialout to uucp"
- if [ ! -e configure ]
+ if [[ ! -e configure ]]
then
if use doc
then
@@ -381,7 +381,7 @@
ewarn "If you are using standalone udev, consolekithandles this"
ewarn "functionality."
- if [ -d ${ROOT}/lib/udev ]
+ if [[ -d ${ROOT}lib/udev ]]
then
ewarn
ewarn "This version of udev moves the files that were installed in"
1.103 sys-fs/udev/udev-9999.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/udev/udev-9999.ebuild?rev=1.103&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/udev/udev-9999.ebuild?rev=1.103&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/udev/udev-9999.ebuild?r1=1.102&r2=1.103
Index: udev-9999.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-fs/udev/udev-9999.ebuild,v
retrieving revision 1.102
retrieving revision 1.103
diff -u -r1.102 -r1.103
--- udev-9999.ebuild 3 Aug 2012 21:29:16 -0000 1.102
+++ udev-9999.ebuild 4 Aug 2012 16:09:32 -0000 1.103
@@ -1,6 +1,6 @@
# Copyright 1999-2012 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.102 2012/08/03 21:29:16 williamh Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-fs/udev/udev-9999.ebuild,v 1.103 2012/08/04 16:09:32 williamh Exp $
EAPI=4
@@ -129,7 +129,7 @@
-i rules/*.rules \
|| die "failed to change group dialout to uucp"
- if [ ! -e configure ]
+ if [[ ! -e configure ]]
then
if use doc
then
@@ -381,7 +381,7 @@
ewarn "If you are using standalone udev, consolekithandles this"
ewarn "functionality."
- if [ -d ${ROOT}/lib/udev ]
+ if [[ -d ${ROOT}lib/udev ]]
then
ewarn
ewarn "This version of udev moves the files that were installed in"
1.705 sys-fs/udev/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/udev/ChangeLog?rev=1.705&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/udev/ChangeLog?rev=1.705&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/udev/ChangeLog?r1=1.704&r2=1.705
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-fs/udev/ChangeLog,v
retrieving revision 1.704
retrieving revision 1.705
diff -u -r1.704 -r1.705
--- ChangeLog 3 Aug 2012 21:29:16 -0000 1.704
+++ ChangeLog 4 Aug 2012 16:09:32 -0000 1.705
@@ -1,6 +1,10 @@
# ChangeLog for sys-fs/udev
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-fs/udev/ChangeLog,v 1.704 2012/08/03 21:29:16 williamh Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-fs/udev/ChangeLog,v 1.705 2012/08/04 16:09:32 williamh Exp $
+
+ 04 Aug 2012; William Hubbs <williamh@gentoo.org> udev-187-r1.ebuild,
+ udev-9999.ebuild:
+ fix if statements
03 Aug 2012; William Hubbs <williamh@gentoo.org> udev-187-r1.ebuild,
udev-9999.ebuild:
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2012-08-04 16:09 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-08-03 21:29 [gentoo-commits] gentoo-x86 commit in sys-fs/udev: udev-187-r1.ebuild udev-9999.ebuild ChangeLog William Hubbs (williamh)
-- strict thread matches above, loose matches on Subject: below --
2012-08-04 16:09 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