summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLorand Jakab <lojakab@cisco.com>2016-09-19 13:25:58 +0300
committerPatrice Clement <monsieurp@gentoo.org>2016-10-04 21:05:31 +0200
commitfb66b9d895eb3280bfdb6be7b64a104c1d8b76a1 (patch)
treedc3bf3b45442e644485865d9aa652349c2d78760 /app-pda/ideviceinstaller
parentnet-analyzer/netdata: version bump to 1.4.0. (diff)
downloadgentoo-fb66b9d895eb3280bfdb6be7b64a104c1d8b76a1.tar.gz
gentoo-fb66b9d895eb3280bfdb6be7b64a104c1d8b76a1.tar.bz2
gentoo-fb66b9d895eb3280bfdb6be7b64a104c1d8b76a1.zip
app-pda/ideviceinstaller: version bump to 1.1.0.
Gentoo-Bug: https://bugs.gentoo.org/593664 Closes: https://github.com/gentoo/gentoo/pull/2361 Signed-off-by: Patrice Clement <monsieurp@gentoo.org>
Diffstat (limited to 'app-pda/ideviceinstaller')
-rw-r--r--app-pda/ideviceinstaller/Manifest1
-rw-r--r--app-pda/ideviceinstaller/ideviceinstaller-1.1.0.ebuild26
2 files changed, 27 insertions, 0 deletions
diff --git a/app-pda/ideviceinstaller/Manifest b/app-pda/ideviceinstaller/Manifest
index 6aecfcd896f3..100c52b08e12 100644
--- a/app-pda/ideviceinstaller/Manifest
+++ b/app-pda/ideviceinstaller/Manifest
@@ -1 +1,2 @@
DIST ideviceinstaller-1.0.1.tar.bz2 259871 SHA256 e2e5dc41c08cce7cec9edaf4596322f424d5195c255d3c1b957b81b45529b4f5 SHA512 dcdd8c076ef6392122fe0154467b42e244728050d955a27eaf80b637729fb14c06e2d05a3d027f9dd3878758045f1112d1eb20f3bbcc86a7289e7eae26c90d19 WHIRLPOOL 5d98b6a9d5e2b4ac820e48624be87d7e6f0fc576f3157e39776689d0289665cc84741eedf9c6024125c3731e67811495a8c35ca5efc94ec39d5fdc91ce34b0b7
+DIST ideviceinstaller-1.1.0.tar.bz2 272210 SHA256 0821b8d3ca6153d9bf82ceba2706f7bd0e3f07b90a138d79c2448e42362e2f53 SHA512 8bf5dc30b8fa2f0c171ec3705db8d8d143d2520b2875fc05d9d325bd4f1ffdf29230557e57f3e824654ab3bb71bbaf9019aa573d4b1cce29a9c75bf15024d623 WHIRLPOOL ae6b166c81f32cbce14f3fd9a54d21cce3a380fbe1219a7b4db02566d5605f894f760f5674df338dd239dec553234c9d25bd806f36309939fefd4641ab910d8d
diff --git a/app-pda/ideviceinstaller/ideviceinstaller-1.1.0.ebuild b/app-pda/ideviceinstaller/ideviceinstaller-1.1.0.ebuild
new file mode 100644
index 000000000000..44614a7bf5e6
--- /dev/null
+++ b/app-pda/ideviceinstaller/ideviceinstaller-1.1.0.ebuild
@@ -0,0 +1,26 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+DESCRIPTION="A tool to interact with the installation_proxy of an Apple's iDevice"
+HOMEPAGE="http://www.libimobiledevice.org/"
+SRC_URI="http://www.libimobiledevice.org/downloads/${P}.tar.bz2"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+RDEPEND=">=app-pda/libimobiledevice-1.1.4:=
+ >=app-pda/libplist-1.8:=
+ >=dev-libs/libzip-0.8"
+DEPEND="${RDEPEND}
+ virtual/pkgconfig"
+
+DOCS=( AUTHORS NEWS README )
+
+src_prepare() {
+ sed -i -e 's:-Werror -g::' configure || die
+}