From: "Ian Stakenvicius (axs)" <axs@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] gentoo-x86 commit in app-pda/usbmuxd: ChangeLog usbmuxd-1.0.8-r1.ebuild
Date: Tue, 11 Dec 2012 16:05:23 +0000 (UTC) [thread overview]
Message-ID: <20121211160523.5E83C2171D@flycatcher.gentoo.org> (raw)
axs 12/12/11 16:05:23
Modified: ChangeLog usbmuxd-1.0.8-r1.ebuild
Log:
droped has_version udev entirely and only use udev.eclass (cleaner virtualization)
(Portage version: 2.1.11.33/cvs/Linux x86_64, signed Manifest commit with key 2B6559ED)
Revision Changes Path
1.29 app-pda/usbmuxd/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-pda/usbmuxd/ChangeLog?rev=1.29&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-pda/usbmuxd/ChangeLog?rev=1.29&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-pda/usbmuxd/ChangeLog?r1=1.28&r2=1.29
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-pda/usbmuxd/ChangeLog,v
retrieving revision 1.28
retrieving revision 1.29
diff -u -r1.28 -r1.29
--- ChangeLog 11 Dec 2012 14:07:15 -0000 1.28
+++ ChangeLog 11 Dec 2012 16:05:23 -0000 1.29
@@ -1,6 +1,10 @@
# ChangeLog for app-pda/usbmuxd
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-pda/usbmuxd/ChangeLog,v 1.28 2012/12/11 14:07:15 axs Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-pda/usbmuxd/ChangeLog,v 1.29 2012/12/11 16:05:23 axs Exp $
+
+ 11 Dec 2012; Ian Stakenvicius <axs@gentoo.org> usbmuxd-1.0.8-r1.ebuild:
+ droped has_version udev entirely and only use udev.eclass (cleaner
+ virtualization)
11 Dec 2012; Ian Stakenvicius <axs@gentoo.org> usbmuxd-1.0.8-r1.ebuild:
virtualized references to sys-fs/udev
1.5 app-pda/usbmuxd/usbmuxd-1.0.8-r1.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-pda/usbmuxd/usbmuxd-1.0.8-r1.ebuild?rev=1.5&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-pda/usbmuxd/usbmuxd-1.0.8-r1.ebuild?rev=1.5&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-pda/usbmuxd/usbmuxd-1.0.8-r1.ebuild?r1=1.4&r2=1.5
Index: usbmuxd-1.0.8-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-pda/usbmuxd/usbmuxd-1.0.8-r1.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- usbmuxd-1.0.8-r1.ebuild 11 Dec 2012 14:07:15 -0000 1.4
+++ usbmuxd-1.0.8-r1.ebuild 11 Dec 2012 16:05:23 -0000 1.5
@@ -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/app-pda/usbmuxd/usbmuxd-1.0.8-r1.ebuild,v 1.4 2012/12/11 14:07:15 axs Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-pda/usbmuxd/usbmuxd-1.0.8-r1.ebuild,v 1.5 2012/12/11 16:05:23 axs Exp $
EAPI=4
inherit cmake-utils user udev
@@ -26,8 +26,7 @@
}
src_configure() {
- # note: if package needs /usr mounted for rules to succeed, rules should always install to /usr
- if has_version virtual/udev; then
+ if [[ $(udev_get_udevdir) != "/lib/udev" ]]; then
sed -i -e "/rules/s:/lib/udev:$(udev_get_udevdir):" udev/CMakeLists.txt || die
fi
next reply other threads:[~2012-12-11 16:05 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-12-11 16:05 Ian Stakenvicius (axs) [this message]
-- strict thread matches above, loose matches on Subject: below --
2014-08-03 12:20 [gentoo-commits] gentoo-x86 commit in app-pda/usbmuxd: ChangeLog usbmuxd-1.0.8-r1.ebuild Samuli Suominen (ssuominen)
2012-12-11 14:07 Ian Stakenvicius (axs)
2012-11-03 7:23 Samuli Suominen (ssuominen)
2012-11-03 7:16 Samuli Suominen (ssuominen)
2012-08-10 17:41 Samuli Suominen (ssuominen)
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=20121211160523.5E83C2171D@flycatcher.gentoo.org \
--to=axs@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