diff options
author | 2012-04-12 14:28:15 +0000 | |
---|---|---|
committer | 2012-04-12 14:28:15 +0000 | |
commit | f523a4ba4bd4b9f1264b2ef6fe6a73411c3100b3 (patch) | |
tree | 7a3a8a94036caebad1c9efc79ffca2992ee7405b /app-pda/usbmuxd | |
parent | Fix description text (diff) | |
download | gentoo-2-f523a4ba4bd4b9f1264b2ef6fe6a73411c3100b3.tar.gz gentoo-2-f523a4ba4bd4b9f1264b2ef6fe6a73411c3100b3.tar.bz2 gentoo-2-f523a4ba4bd4b9f1264b2ef6fe6a73411c3100b3.zip |
Version bump (as required by libimobiledevice >= 1.1.4)
(Portage version: 2.2.0_alpha100/cvs/Linux x86_64)
Diffstat (limited to 'app-pda/usbmuxd')
-rw-r--r-- | app-pda/usbmuxd/ChangeLog | 7 | ||||
-rw-r--r-- | app-pda/usbmuxd/usbmuxd-1.0.8.ebuild | 27 |
2 files changed, 33 insertions, 1 deletions
diff --git a/app-pda/usbmuxd/ChangeLog b/app-pda/usbmuxd/ChangeLog index 1547c4941a0e..1ab0d0178da8 100644 --- a/app-pda/usbmuxd/ChangeLog +++ b/app-pda/usbmuxd/ChangeLog @@ -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.15 2012/01/23 14:11:36 tomka Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-pda/usbmuxd/ChangeLog,v 1.16 2012/04/12 14:28:15 ssuominen Exp $ + +*usbmuxd-1.0.8 (12 Apr 2012) + + 12 Apr 2012; Samuli Suominen <ssuominen@gentoo.org> +usbmuxd-1.0.8.ebuild: + Version bump (as required by libimobiledevice >= 1.1.4) 23 Jan 2012; Thomas Kahle <tomka@gentoo.org> usbmuxd-1.0.7-r1.ebuild: x86 stable per bug 399409 diff --git a/app-pda/usbmuxd/usbmuxd-1.0.8.ebuild b/app-pda/usbmuxd/usbmuxd-1.0.8.ebuild new file mode 100644 index 000000000000..6febd6af097b --- /dev/null +++ b/app-pda/usbmuxd/usbmuxd-1.0.8.ebuild @@ -0,0 +1,27 @@ +# 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.ebuild,v 1.1 2012/04/12 14:28:15 ssuominen Exp $ + +EAPI=4 +inherit cmake-utils eutils + +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" + +pkg_setup() { + enewgroup plugdev + enewuser usbmux -1 -1 -1 "usb,plugdev" +} + +DOCS="AUTHORS README README.devel" |