summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSamuli Suominen <ssuominen@gentoo.org>2013-05-11 22:07:17 +0000
committerSamuli Suominen <ssuominen@gentoo.org>2013-05-11 22:07:17 +0000
commit572b5f879a5dcbe33a419439fbe1d1fef6352ebe (patch)
tree3f2646c47a1ac5f1a85794d627c1888b7a35ba4a /app-pda
parentUse subslot operator for the libplist and libimobiledevice dependencies. (diff)
downloadgentoo-2-572b5f879a5dcbe33a419439fbe1d1fef6352ebe.tar.gz
gentoo-2-572b5f879a5dcbe33a419439fbe1d1fef6352ebe.tar.bz2
gentoo-2-572b5f879a5dcbe33a419439fbe1d1fef6352ebe.zip
Use subslot operator for the libplist and libimobiledevice dependencies.
(Portage version: 2.2.0_alpha174/cvs/Linux x86_64, signed Manifest commit with key 4868F14D)
Diffstat (limited to 'app-pda')
-rw-r--r--app-pda/ideviceinstaller/ChangeLog9
-rw-r--r--app-pda/ideviceinstaller/ideviceinstaller-1.0.1.ebuild10
2 files changed, 11 insertions, 8 deletions
diff --git a/app-pda/ideviceinstaller/ChangeLog b/app-pda/ideviceinstaller/ChangeLog
index cbe612008971..2b35dd2d31ab 100644
--- a/app-pda/ideviceinstaller/ChangeLog
+++ b/app-pda/ideviceinstaller/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for app-pda/ideviceinstaller
-# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-pda/ideviceinstaller/ChangeLog,v 1.6 2012/08/16 22:01:58 johu Exp $
+# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/app-pda/ideviceinstaller/ChangeLog,v 1.7 2013/05/11 22:07:17 ssuominen Exp $
+
+ 11 May 2013; Samuli Suominen <ssuominen@gentoo.org>
+ ideviceinstaller-1.0.1.ebuild:
+ Use subslot operator for the libplist and libimobiledevice dependencies.
16 Aug 2012; Johannes Huber <johu@gentoo.org> ideviceinstaller-1.0.1.ebuild:
Stable for x86, wrt bug #423155
@@ -26,4 +30,3 @@
29 Mar 2011; Samuli Suominen <ssuominen@gentoo.org>
+ideviceinstaller-1.0.0.ebuild, +files/ideviceinstaller-1.0.0-libgen_h.patch:
Initial commit wrt #348529 by "nando.sm".
-
diff --git a/app-pda/ideviceinstaller/ideviceinstaller-1.0.1.ebuild b/app-pda/ideviceinstaller/ideviceinstaller-1.0.1.ebuild
index b8bbc0ff1c11..94824681bbb1 100644
--- a/app-pda/ideviceinstaller/ideviceinstaller-1.0.1.ebuild
+++ b/app-pda/ideviceinstaller/ideviceinstaller-1.0.1.ebuild
@@ -1,8 +1,8 @@
-# Copyright 1999-2012 Gentoo Foundation
+# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-pda/ideviceinstaller/ideviceinstaller-1.0.1.ebuild,v 1.3 2012/08/16 22:01:58 johu Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-pda/ideviceinstaller/ideviceinstaller-1.0.1.ebuild,v 1.4 2013/05/11 22:07:17 ssuominen Exp $
-EAPI=4
+EAPI=5
DESCRIPTION="A tool to interact with the installation_proxy of an Apple's iDevice"
HOMEPAGE="http://www.libimobiledevice.org/"
@@ -13,8 +13,8 @@ SLOT="0"
KEYWORDS="amd64 x86"
IUSE=""
-RDEPEND=">=app-pda/libimobiledevice-1.1.4
- >=app-pda/libplist-1.8
+RDEPEND=">=app-pda/libimobiledevice-1.1.4:=
+ >=app-pda/libplist-1.8:=
>=dev-libs/libzip-0.8"
DEPEND="${RDEPEND}
virtual/pkgconfig"