public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Samuli Suominen (ssuominen)" <ssuominen@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: Sat,  3 Nov 2012 07:23:05 +0000 (UTC)	[thread overview]
Message-ID: <20121103072305.1EDBB215F3@flycatcher.gentoo.org> (raw)

ssuominen    12/11/03 07:23:05

  Modified:             ChangeLog usbmuxd-1.0.8-r1.ebuild
  Log:
  Make use of udev.eclass and the udev_get_udevdir function.
  
  (Portage version: 2.2.0_alpha142/cvs/Linux x86_64, signed Manifest commit with key 4868F14D)

Revision  Changes    Path
1.27                 app-pda/usbmuxd/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-pda/usbmuxd/ChangeLog?rev=1.27&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-pda/usbmuxd/ChangeLog?rev=1.27&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-pda/usbmuxd/ChangeLog?r1=1.26&r2=1.27

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-pda/usbmuxd/ChangeLog,v
retrieving revision 1.26
retrieving revision 1.27
diff -u -r1.26 -r1.27
--- ChangeLog	3 Nov 2012 07:17:34 -0000	1.26
+++ ChangeLog	3 Nov 2012 07:23:04 -0000	1.27
@@ -1,6 +1,9 @@
 # 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.26 2012/11/03 07:17:34 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-pda/usbmuxd/ChangeLog,v 1.27 2012/11/03 07:23:04 ssuominen Exp $
+
+  03 Nov 2012; Samuli Suominen <ssuominen@gentoo.org> usbmuxd-1.0.8-r1.ebuild:
+  Make use of udev.eclass and the udev_get_udevdir function.
 
   03 Nov 2012; Samuli Suominen <ssuominen@gentoo.org> -usbmuxd-1.0.7-r1.ebuild,
   -files/usbmuxd-1.0.7-receive_packet_overflow.patch, -usbmuxd-1.0.8.ebuild:



1.3                  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.3&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-pda/usbmuxd/usbmuxd-1.0.8-r1.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-pda/usbmuxd/usbmuxd-1.0.8-r1.ebuild?r1=1.2&r2=1.3

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.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- usbmuxd-1.0.8-r1.ebuild	3 Nov 2012 07:16:40 -0000	1.2
+++ usbmuxd-1.0.8-r1.ebuild	3 Nov 2012 07:23:04 -0000	1.3
@@ -1,9 +1,9 @@
 # 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.2 2012/11/03 07:16:40 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-pda/usbmuxd/usbmuxd-1.0.8-r1.ebuild,v 1.3 2012/11/03 07:23:04 ssuominen Exp $
 
 EAPI=4
-inherit cmake-utils user toolchain-funcs
+inherit cmake-utils user udev
 
 DESCRIPTION="USB multiplex daemon for use with Apple iPhone/iPod Touch devices"
 HOMEPAGE="http://www.libimobiledevice.org/"
@@ -27,8 +27,7 @@
 
 src_configure() {
 	if has_version sys-fs/udev; then
-		local udevdir="$($(tc-getPKG_CONFIG) --variable=udevdir udev)"
-		sed -i -e "/rules/s:/lib/udev:${udevdir}:" udev/CMakeLists.txt || die
+		sed -i -e "/rules/s:/lib/udev:$(udev_get_udevdir):" udev/CMakeLists.txt || die
 	fi
 
 	cmake-utils_src_configure





             reply	other threads:[~2012-11-03  7:23 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-11-03  7:23 Samuli Suominen (ssuominen) [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 16:05 Ian Stakenvicius (axs)
2012-12-11 14:07 Ian Stakenvicius (axs)
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=20121103072305.1EDBB215F3@flycatcher.gentoo.org \
    --to=ssuominen@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