From: "William Hubbs (williamh)" <williamh@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] gentoo-x86 commit in sys-fs/udev: udev-187.ebuild udev-9999.ebuild ChangeLog
Date: Wed, 1 Aug 2012 18:56:23 +0000 (UTC) [thread overview]
Message-ID: <20120801185623.F1A212004B@flycatcher.gentoo.org> (raw)
williamh 12/08/01 18:56:23
Modified: udev-187.ebuild udev-9999.ebuild ChangeLog
Log:
fix calls to preserve_old_lib and preserve_old_lib_notify
(Portage version: 2.2.0_alpha120/cvs/Linux i686)
Revision Changes Path
1.2 sys-fs/udev/udev-187.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/udev/udev-187.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/udev/udev-187.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/udev/udev-187.ebuild?r1=1.1&r2=1.2
Index: udev-187.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-fs/udev/udev-187.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- udev-187.ebuild 1 Aug 2012 17:13:47 -0000 1.1
+++ udev-187.ebuild 1 Aug 2012 18:56:23 -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.ebuild,v 1.1 2012/08/01 17:13:47 williamh Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-fs/udev/udev-187.ebuild,v 1.2 2012/08/01 18:56:23 williamh Exp $
EAPI=4
@@ -303,7 +303,7 @@
/usr/share/gtk-doc/html/${htmldir}
fi
done
- preserve_old_lib libudev.so.0
+ preserve_old_lib /usr/$(get_libdir)/libudev.so.0
}
# This function determines if a directory is a mount point.
@@ -391,7 +391,7 @@
ewarn "generator. If you need persistent names for these devices,"
ewarn "place udev rules for them in ${ROOT}etc/udev/rules.d."
- preserve_old_lib_notify libudev.so.0
+ preserve_old_lib_notify /usr/$(get_libdir)/libudev.so.0
elog
elog "For more information on udev on Gentoo, writing udev rules, and"
1.100 sys-fs/udev/udev-9999.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/udev/udev-9999.ebuild?rev=1.100&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/udev/udev-9999.ebuild?rev=1.100&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/udev/udev-9999.ebuild?r1=1.99&r2=1.100
Index: udev-9999.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-fs/udev/udev-9999.ebuild,v
retrieving revision 1.99
retrieving revision 1.100
diff -u -r1.99 -r1.100
--- udev-9999.ebuild 1 Aug 2012 17:13:47 -0000 1.99
+++ udev-9999.ebuild 1 Aug 2012 18:56:23 -0000 1.100
@@ -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.99 2012/08/01 17:13:47 williamh Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-fs/udev/udev-9999.ebuild,v 1.100 2012/08/01 18:56:23 williamh Exp $
EAPI=4
@@ -303,7 +303,7 @@
/usr/share/gtk-doc/html/${htmldir}
fi
done
- preserve_old_lib libudev.so.0
+ preserve_old_lib /usr/$(get_libdir)/libudev.so.0
}
# This function determines if a directory is a mount point.
@@ -391,7 +391,7 @@
ewarn "generator. If you need persistent names for these devices,"
ewarn "place udev rules for them in ${ROOT}etc/udev/rules.d."
- preserve_old_lib_notify libudev.so.0
+ preserve_old_lib_notify /usr/$(get_libdir)/libudev.so.0
elog
elog "For more information on udev on Gentoo, writing udev rules, and"
1.702 sys-fs/udev/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/udev/ChangeLog?rev=1.702&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/udev/ChangeLog?rev=1.702&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/udev/ChangeLog?r1=1.701&r2=1.702
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-fs/udev/ChangeLog,v
retrieving revision 1.701
retrieving revision 1.702
diff -u -r1.701 -r1.702
--- ChangeLog 1 Aug 2012 17:13:47 -0000 1.701
+++ ChangeLog 1 Aug 2012 18:56:23 -0000 1.702
@@ -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.701 2012/08/01 17:13:47 williamh Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-fs/udev/ChangeLog,v 1.702 2012/08/01 18:56:23 williamh Exp $
+
+ 01 Aug 2012; William Hubbs <williamh@gentoo.org> udev-187.ebuild,
+ udev-9999.ebuild:
+ fix calls to preserve_old_lib and preserve_old_lib_notify
*udev-187 (01 Aug 2012)
reply other threads:[~2012-08-01 18:56 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20120801185623.F1A212004B@flycatcher.gentoo.org \
--to=williamh@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox