diff options
author | Lorand Jakab <lojakab@cisco.com> | 2016-09-19 13:25:58 +0300 |
---|---|---|
committer | Patrice Clement <monsieurp@gentoo.org> | 2016-10-04 21:05:31 +0200 |
commit | fb66b9d895eb3280bfdb6be7b64a104c1d8b76a1 (patch) | |
tree | dc3bf3b45442e644485865d9aa652349c2d78760 /app-pda/ideviceinstaller/ideviceinstaller-1.1.0.ebuild | |
parent | net-analyzer/netdata: version bump to 1.4.0. (diff) | |
download | gentoo-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/ideviceinstaller-1.1.0.ebuild')
-rw-r--r-- | app-pda/ideviceinstaller/ideviceinstaller-1.1.0.ebuild | 26 |
1 files changed, 26 insertions, 0 deletions
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 +} |