commit: fb66b9d895eb3280bfdb6be7b64a104c1d8b76a1 Author: Lorand Jakab <lojakab <AT> cisco <DOT> com> AuthorDate: Mon Sep 19 10:25:58 2016 +0000 Commit: Patrice Clement <monsieurp <AT> gentoo <DOT> org> CommitDate: Tue Oct 4 19:05:31 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fb66b9d8
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 <AT> gentoo.org> app-pda/ideviceinstaller/Manifest | 1 + .../ideviceinstaller/ideviceinstaller-1.1.0.ebuild | 26 ++++++++++++++++++++++ 2 files changed, 27 insertions(+) diff --git a/app-pda/ideviceinstaller/Manifest b/app-pda/ideviceinstaller/Manifest index 6aecfcd..100c52b 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 00000000..44614a7 --- /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 +}
