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: Fri, 10 Aug 2012 17:41:51 +0000 (UTC) [thread overview]
Message-ID: <20120810174151.17C702004B@flycatcher.gentoo.org> (raw)
ssuominen 12/08/10 17:41:51
Modified: ChangeLog
Added: usbmuxd-1.0.8-r1.ebuild
Log:
Query udev.pc pkg-config file for correct udevdir.
(Portage version: 2.2.0_alpha120/cvs/Linux x86_64)
Revision Changes Path
1.22 app-pda/usbmuxd/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-pda/usbmuxd/ChangeLog?rev=1.22&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-pda/usbmuxd/ChangeLog?rev=1.22&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-pda/usbmuxd/ChangeLog?r1=1.21&r2=1.22
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-pda/usbmuxd/ChangeLog,v
retrieving revision 1.21
retrieving revision 1.22
diff -u -r1.21 -r1.22
--- ChangeLog 2 Jun 2012 07:00:09 -0000 1.21
+++ ChangeLog 10 Aug 2012 17:41:50 -0000 1.22
@@ -1,6 +1,11 @@
# 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.21 2012/06/02 07:00:09 zmedico Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-pda/usbmuxd/ChangeLog,v 1.22 2012/08/10 17:41:50 ssuominen Exp $
+
+*usbmuxd-1.0.8-r1 (10 Aug 2012)
+
+ 10 Aug 2012; Samuli Suominen <ssuominen@gentoo.org> +usbmuxd-1.0.8-r1.ebuild:
+ Query udev.pc pkg-config file for correct udevdir.
02 Jun 2012; Zac Medico <zmedico@gentoo.org> usbmuxd-1.0.7-r1.ebuild:
inherit user for enewgroup and enewuser
1.1 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.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-pda/usbmuxd/usbmuxd-1.0.8-r1.ebuild?rev=1.1&content-type=text/plain
Index: usbmuxd-1.0.8-r1.ebuild
===================================================================
# 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.1 2012/08/10 17:41:50 ssuominen Exp $
EAPI=4
inherit cmake-utils user toolchain-funcs
DESCRIPTION="USB multiplex daemon for use with Apple iPhone/iPod Touch devices"
HOMEPAGE="http://www.libimobiledevice.org/"
SRC_URI="http://www.libimobiledevice.org/downloads/${P}.tar.bz2"
LICENSE="GPL-2 GPL-3 LGPL-2.1"
SLOT="0"
KEYWORDS="~amd64 ~ppc64 ~x86"
IUSE=""
RDEPEND=">=app-pda/libplist-1.8-r1
virtual/libusb:1"
DEPEND="${RDEPEND}
virtual/os-headers
virtual/pkgconfig"
pkg_setup() {
enewgroup plugdev
enewuser usbmux -1 -1 -1 "usb,plugdev"
}
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
fi
cmake-utils_src_configure
}
DOCS="AUTHORS README README.devel"
next reply other threads:[~2012-08-10 17:42 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-08-10 17:41 Samuli Suominen (ssuominen) [this message]
-- strict thread matches above, loose matches on Subject: below --
2012-11-03 7:16 [gentoo-commits] gentoo-x86 commit in app-pda/usbmuxd: ChangeLog usbmuxd-1.0.8-r1.ebuild Samuli Suominen (ssuominen)
2012-11-03 7:23 Samuli Suominen (ssuominen)
2012-12-11 14:07 Ian Stakenvicius (axs)
2012-12-11 16:05 Ian Stakenvicius (axs)
2014-08-03 12:20 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=20120810174151.17C702004B@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