diff options
author | Samuli Suominen <ssuominen@gentoo.org> | 2014-05-30 11:30:51 +0000 |
---|---|---|
committer | Samuli Suominen <ssuominen@gentoo.org> | 2014-05-30 11:30:51 +0000 |
commit | ba06ae9f75e622f21e5bf7c223ed248e83955930 (patch) | |
tree | 5f188f100aadbca83345c1031c9ff69d0150396c /app-pda | |
parent | Mask dev-java/ibm-jdk-bin:1.5 due to CVE-2012-1721. (diff) | |
download | gentoo-2-ba06ae9f75e622f21e5bf7c223ed248e83955930.tar.gz gentoo-2-ba06ae9f75e622f21e5bf7c223ed248e83955930.tar.bz2 gentoo-2-ba06ae9f75e622f21e5bf7c223ed248e83955930.zip |
Semi-initial commit
(Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 4868F14D)
Diffstat (limited to 'app-pda')
-rw-r--r-- | app-pda/libusbmuxd/ChangeLog | 9 | ||||
-rw-r--r-- | app-pda/libusbmuxd/libusbmuxd-1.0.9.ebuild | 33 | ||||
-rw-r--r-- | app-pda/libusbmuxd/metadata.xml | 5 |
3 files changed, 47 insertions, 0 deletions
diff --git a/app-pda/libusbmuxd/ChangeLog b/app-pda/libusbmuxd/ChangeLog new file mode 100644 index 000000000000..3a943b63fbfb --- /dev/null +++ b/app-pda/libusbmuxd/ChangeLog @@ -0,0 +1,9 @@ +# ChangeLog for app-pda/libusbmuxd +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-pda/libusbmuxd/ChangeLog,v 1.1 2014/05/30 11:30:51 ssuominen Exp $ + +*libusbmuxd-1.0.9 (30 May 2014) + + 30 May 2014; Samuli Suominen <ssuominen@gentoo.org> +libusbmuxd-1.0.9.ebuild: + Initial commit (upstream separated libusbmuxd from usbmuxd) wrt #505576 + diff --git a/app-pda/libusbmuxd/libusbmuxd-1.0.9.ebuild b/app-pda/libusbmuxd/libusbmuxd-1.0.9.ebuild new file mode 100644 index 000000000000..0fca21e6205d --- /dev/null +++ b/app-pda/libusbmuxd/libusbmuxd-1.0.9.ebuild @@ -0,0 +1,33 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/app-pda/libusbmuxd/libusbmuxd-1.0.9.ebuild,v 1.1 2014/05/30 11:30:51 ssuominen Exp $ + +EAPI=5 +inherit autotools-utils + +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" + +# tools/iproxy.c is GPL-2+, everything else is LGPL-2.1+ +LICENSE="GPL-2+ LGPL-2.1+" +SLOT="0/2" # based on SONAME of libusbmuxd.so +KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86" +IUSE="kernel_linux static-libs" + +RDEPEND=">=app-pda/libplist-1.11:= + virtual/libusb:1 + !=app-pda/usbmuxd-1.0.9 + !<app-pda/usbmuxd-1.0.8_p1" +DEPEND="${RDEPEND} + virtual/os-headers + virtual/pkgconfig" + +DOCS=( AUTHORS README ) + +src_configure() { + local myeconfargs=( $(use_enable static-libs static) ) + use kernel_linux || myeconfargs+=( --without-inotify ) + + autotools-utils_src_configure +} diff --git a/app-pda/libusbmuxd/metadata.xml b/app-pda/libusbmuxd/metadata.xml new file mode 100644 index 000000000000..228404d3a4b2 --- /dev/null +++ b/app-pda/libusbmuxd/metadata.xml @@ -0,0 +1,5 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> +<herd>pda</herd> +</pkgmetadata> |