public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in app-pda/libimobiledevice: libimobiledevice-1.1.1.ebuild ChangeLog
@ 2011-06-15 18:53 Samuli Suominen (ssuominen)
  0 siblings, 0 replies; 6+ messages in thread
From: Samuli Suominen (ssuominen) @ 2011-06-15 18:53 UTC (permalink / raw
  To: gentoo-commits

ssuominen    11/06/15 18:53:57

  Modified:             ChangeLog
  Added:                libimobiledevice-1.1.1.ebuild
  Log:
  Version bump.
  
  (Portage version: 2.2.0_alpha40/cvs/Linux x86_64)

Revision  Changes    Path
1.17                 app-pda/libimobiledevice/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-pda/libimobiledevice/ChangeLog?rev=1.17&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-pda/libimobiledevice/ChangeLog?rev=1.17&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-pda/libimobiledevice/ChangeLog?r1=1.16&r2=1.17

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-pda/libimobiledevice/ChangeLog,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -r1.16 -r1.17
--- ChangeLog	9 Apr 2011 08:46:24 -0000	1.16
+++ ChangeLog	15 Jun 2011 18:53:57 -0000	1.17
@@ -1,6 +1,12 @@
 # ChangeLog for app-pda/libimobiledevice
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-pda/libimobiledevice/ChangeLog,v 1.16 2011/04/09 08:46:24 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-pda/libimobiledevice/ChangeLog,v 1.17 2011/06/15 18:53:57 ssuominen Exp $
+
+*libimobiledevice-1.1.1 (15 Jun 2011)
+
+  15 Jun 2011; Samuli Suominen <ssuominen@gentoo.org>
+  +libimobiledevice-1.1.1.ebuild:
+  Version bump.
 
   09 Apr 2011; Samuli Suominen <ssuominen@gentoo.org>
   libimobiledevice-1.1.0.ebuild:



1.1                  app-pda/libimobiledevice/libimobiledevice-1.1.1.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-pda/libimobiledevice/libimobiledevice-1.1.1.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-pda/libimobiledevice/libimobiledevice-1.1.1.ebuild?rev=1.1&content-type=text/plain

Index: libimobiledevice-1.1.1.ebuild
===================================================================
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-pda/libimobiledevice/libimobiledevice-1.1.1.ebuild,v 1.1 2011/06/15 18:53:57 ssuominen Exp $

EAPI=3
PYTHON_DEPEND="python? 2:2.6"

inherit python

DESCRIPTION="Support library to communicate with Apple iPhone/iPod Touch devices"
HOMEPAGE="http://www.libimobiledevice.org/"
SRC_URI="http://www.libimobiledevice.org/downloads/${P}.tar.bz2"

LICENSE="GPL-2 LGPL-2.1"
SLOT="0"
KEYWORDS="~amd64 ~ppc64 ~x86"
IUSE="python static-libs"

RDEPEND=">=app-pda/libplist-0.15
	>=app-pda/usbmuxd-0.1.4
	>=dev-libs/glib-2.14.1
	dev-libs/libgcrypt
	>=dev-libs/libtasn1-1.1
	>=net-libs/gnutls-1.6.3
	sys-fs/fuse
	virtual/libusb:1"
DEPEND="${RDEPEND}
	dev-util/pkgconfig
	python? ( >=dev-lang/swig-2.0.0 )"

pkg_setup() {
	if use python; then
		python_set_active_version 2
		python_pkg_setup
	fi
}

src_prepare() {
	sed -i -e 's:1.3.21:2.0.0:g' configure || die

	rm -f py-compile
	ln -s $(type -P true) py-compile
}

src_configure() {
	# --with-swig is same as --without-swig wrt #361029

	local myconf
	use python || myconf="--without-swig"

	econf \
		--disable-dependency-tracking \
		$(use_enable static-libs static) \
		${myconf}
}

src_install() {
	emake DESTDIR="${D}" install || die

	dodoc AUTHORS NEWS README
	dohtml docs/html/*

	find "${D}" -name '*.la' -exec rm -f {} +
}

pkg_postinst() {
	use python && python_mod_optimize imobiledevice
}

pkg_postrm() {
	use python && python_mod_cleanup imobiledevice
}






^ permalink raw reply	[flat|nested] 6+ messages in thread

* [gentoo-commits] gentoo-x86 commit in app-pda/libimobiledevice: libimobiledevice-1.1.1.ebuild ChangeLog
@ 2011-09-27 13:40 Samuli Suominen (ssuominen)
  0 siblings, 0 replies; 6+ messages in thread
From: Samuli Suominen (ssuominen) @ 2011-09-27 13:40 UTC (permalink / raw
  To: gentoo-commits

ssuominen    11/09/27 13:40:47

  Modified:             libimobiledevice-1.1.1.ebuild ChangeLog
  Log:
  Raise dev-libs/glib requirement (required for GStatBuf) wrt #377493 by Paul B. Henson
  
  (Portage version: 2.2.0_alpha59/cvs/Linux x86_64)

Revision  Changes    Path
1.2                  app-pda/libimobiledevice/libimobiledevice-1.1.1.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-pda/libimobiledevice/libimobiledevice-1.1.1.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-pda/libimobiledevice/libimobiledevice-1.1.1.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-pda/libimobiledevice/libimobiledevice-1.1.1.ebuild?r1=1.1&r2=1.2

Index: libimobiledevice-1.1.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-pda/libimobiledevice/libimobiledevice-1.1.1.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- libimobiledevice-1.1.1.ebuild	15 Jun 2011 18:53:57 -0000	1.1
+++ libimobiledevice-1.1.1.ebuild	27 Sep 2011 13:40:47 -0000	1.2
@@ -1,6 +1,6 @@
 # Copyright 1999-2011 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-pda/libimobiledevice/libimobiledevice-1.1.1.ebuild,v 1.1 2011/06/15 18:53:57 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-pda/libimobiledevice/libimobiledevice-1.1.1.ebuild,v 1.2 2011/09/27 13:40:47 ssuominen Exp $
 
 EAPI=3
 PYTHON_DEPEND="python? 2:2.6"
@@ -18,7 +18,7 @@
 
 RDEPEND=">=app-pda/libplist-0.15
 	>=app-pda/usbmuxd-0.1.4
-	>=dev-libs/glib-2.14.1
+	>=dev-libs/glib-2.28.6
 	dev-libs/libgcrypt
 	>=dev-libs/libtasn1-1.1
 	>=net-libs/gnutls-1.6.3



1.18                 app-pda/libimobiledevice/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-pda/libimobiledevice/ChangeLog?rev=1.18&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-pda/libimobiledevice/ChangeLog?rev=1.18&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-pda/libimobiledevice/ChangeLog?r1=1.17&r2=1.18

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-pda/libimobiledevice/ChangeLog,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -r1.17 -r1.18
--- ChangeLog	15 Jun 2011 18:53:57 -0000	1.17
+++ ChangeLog	27 Sep 2011 13:40:47 -0000	1.18
@@ -1,6 +1,11 @@
 # ChangeLog for app-pda/libimobiledevice
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-pda/libimobiledevice/ChangeLog,v 1.17 2011/06/15 18:53:57 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-pda/libimobiledevice/ChangeLog,v 1.18 2011/09/27 13:40:47 ssuominen Exp $
+
+  27 Sep 2011; Samuli Suominen <ssuominen@gentoo.org>
+  libimobiledevice-1.1.1.ebuild:
+  Raise dev-libs/glib requirement (required for GStatBuf) wrt #377493 by Paul
+  B. Henson
 
 *libimobiledevice-1.1.1 (15 Jun 2011)
 






^ permalink raw reply	[flat|nested] 6+ messages in thread

* [gentoo-commits] gentoo-x86 commit in app-pda/libimobiledevice: libimobiledevice-1.1.1.ebuild ChangeLog
@ 2011-10-01 19:56 Markos Chandras (hwoarang)
  0 siblings, 0 replies; 6+ messages in thread
From: Markos Chandras (hwoarang) @ 2011-10-01 19:56 UTC (permalink / raw
  To: gentoo-commits

hwoarang    11/10/01 19:56:35

  Modified:             libimobiledevice-1.1.1.ebuild ChangeLog
  Log:
  Stable on amd64 wrt bug #384655
  
  (Portage version: 2.2.0_alpha59/cvs/Linux x86_64)

Revision  Changes    Path
1.3                  app-pda/libimobiledevice/libimobiledevice-1.1.1.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-pda/libimobiledevice/libimobiledevice-1.1.1.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-pda/libimobiledevice/libimobiledevice-1.1.1.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-pda/libimobiledevice/libimobiledevice-1.1.1.ebuild?r1=1.2&r2=1.3

Index: libimobiledevice-1.1.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-pda/libimobiledevice/libimobiledevice-1.1.1.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- libimobiledevice-1.1.1.ebuild	27 Sep 2011 13:40:47 -0000	1.2
+++ libimobiledevice-1.1.1.ebuild	1 Oct 2011 19:56:35 -0000	1.3
@@ -1,6 +1,6 @@
 # Copyright 1999-2011 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-pda/libimobiledevice/libimobiledevice-1.1.1.ebuild,v 1.2 2011/09/27 13:40:47 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-pda/libimobiledevice/libimobiledevice-1.1.1.ebuild,v 1.3 2011/10/01 19:56:35 hwoarang Exp $
 
 EAPI=3
 PYTHON_DEPEND="python? 2:2.6"
@@ -13,7 +13,7 @@
 
 LICENSE="GPL-2 LGPL-2.1"
 SLOT="0"
-KEYWORDS="~amd64 ~ppc64 ~x86"
+KEYWORDS="amd64 ~ppc64 ~x86"
 IUSE="python static-libs"
 
 RDEPEND=">=app-pda/libplist-0.15



1.19                 app-pda/libimobiledevice/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-pda/libimobiledevice/ChangeLog?rev=1.19&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-pda/libimobiledevice/ChangeLog?rev=1.19&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-pda/libimobiledevice/ChangeLog?r1=1.18&r2=1.19

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-pda/libimobiledevice/ChangeLog,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -r1.18 -r1.19
--- ChangeLog	27 Sep 2011 13:40:47 -0000	1.18
+++ ChangeLog	1 Oct 2011 19:56:35 -0000	1.19
@@ -1,6 +1,10 @@
 # ChangeLog for app-pda/libimobiledevice
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-pda/libimobiledevice/ChangeLog,v 1.18 2011/09/27 13:40:47 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-pda/libimobiledevice/ChangeLog,v 1.19 2011/10/01 19:56:35 hwoarang Exp $
+
+  01 Oct 2011; Markos Chandras <hwoarang@gentoo.org>
+  libimobiledevice-1.1.1.ebuild:
+  Stable on amd64 wrt bug #384655
 
   27 Sep 2011; Samuli Suominen <ssuominen@gentoo.org>
   libimobiledevice-1.1.1.ebuild:






^ permalink raw reply	[flat|nested] 6+ messages in thread

* [gentoo-commits] gentoo-x86 commit in app-pda/libimobiledevice: libimobiledevice-1.1.1.ebuild ChangeLog
@ 2011-10-04 13:41 Andreas Schuerch (nativemad)
  0 siblings, 0 replies; 6+ messages in thread
From: Andreas Schuerch (nativemad) @ 2011-10-04 13:41 UTC (permalink / raw
  To: gentoo-commits

nativemad    11/10/04 13:41:24

  Modified:             libimobiledevice-1.1.1.ebuild ChangeLog
  Log:
  x86 stable, bug 384655
  
  (Portage version: 2.1.10.11/cvs/Linux i686)

Revision  Changes    Path
1.4                  app-pda/libimobiledevice/libimobiledevice-1.1.1.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-pda/libimobiledevice/libimobiledevice-1.1.1.ebuild?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-pda/libimobiledevice/libimobiledevice-1.1.1.ebuild?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-pda/libimobiledevice/libimobiledevice-1.1.1.ebuild?r1=1.3&r2=1.4

Index: libimobiledevice-1.1.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-pda/libimobiledevice/libimobiledevice-1.1.1.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- libimobiledevice-1.1.1.ebuild	1 Oct 2011 19:56:35 -0000	1.3
+++ libimobiledevice-1.1.1.ebuild	4 Oct 2011 13:41:24 -0000	1.4
@@ -1,6 +1,6 @@
 # Copyright 1999-2011 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-pda/libimobiledevice/libimobiledevice-1.1.1.ebuild,v 1.3 2011/10/01 19:56:35 hwoarang Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-pda/libimobiledevice/libimobiledevice-1.1.1.ebuild,v 1.4 2011/10/04 13:41:24 nativemad Exp $
 
 EAPI=3
 PYTHON_DEPEND="python? 2:2.6"
@@ -13,7 +13,7 @@
 
 LICENSE="GPL-2 LGPL-2.1"
 SLOT="0"
-KEYWORDS="amd64 ~ppc64 ~x86"
+KEYWORDS="amd64 ~ppc64 x86"
 IUSE="python static-libs"
 
 RDEPEND=">=app-pda/libplist-0.15



1.20                 app-pda/libimobiledevice/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-pda/libimobiledevice/ChangeLog?rev=1.20&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-pda/libimobiledevice/ChangeLog?rev=1.20&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-pda/libimobiledevice/ChangeLog?r1=1.19&r2=1.20

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-pda/libimobiledevice/ChangeLog,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -r1.19 -r1.20
--- ChangeLog	1 Oct 2011 19:56:35 -0000	1.19
+++ ChangeLog	4 Oct 2011 13:41:24 -0000	1.20
@@ -1,6 +1,10 @@
 # ChangeLog for app-pda/libimobiledevice
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-pda/libimobiledevice/ChangeLog,v 1.19 2011/10/01 19:56:35 hwoarang Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-pda/libimobiledevice/ChangeLog,v 1.20 2011/10/04 13:41:24 nativemad Exp $
+
+  04 Oct 2011; Andreas Schuerch <nativemad@gentoo.org>
+  libimobiledevice-1.1.1.ebuild:
+  x86 stable, see bug 384655
 
   01 Oct 2011; Markos Chandras <hwoarang@gentoo.org>
   libimobiledevice-1.1.1.ebuild:






^ permalink raw reply	[flat|nested] 6+ messages in thread

* [gentoo-commits] gentoo-x86 commit in app-pda/libimobiledevice: libimobiledevice-1.1.1.ebuild ChangeLog
@ 2011-11-13 11:37 Samuli Suominen (ssuominen)
  0 siblings, 0 replies; 6+ messages in thread
From: Samuli Suominen (ssuominen) @ 2011-11-13 11:37 UTC (permalink / raw
  To: gentoo-commits

ssuominen    11/11/13 11:37:54

  Modified:             libimobiledevice-1.1.1.ebuild ChangeLog
  Log:
  Missing USE python depend for libplist wrt #390315 by Moritz Schlarb
  
  (Portage version: 2.2.0_alpha73/cvs/Linux x86_64)

Revision  Changes    Path
1.5                  app-pda/libimobiledevice/libimobiledevice-1.1.1.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-pda/libimobiledevice/libimobiledevice-1.1.1.ebuild?rev=1.5&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-pda/libimobiledevice/libimobiledevice-1.1.1.ebuild?rev=1.5&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-pda/libimobiledevice/libimobiledevice-1.1.1.ebuild?r1=1.4&r2=1.5

Index: libimobiledevice-1.1.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-pda/libimobiledevice/libimobiledevice-1.1.1.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- libimobiledevice-1.1.1.ebuild	4 Oct 2011 13:41:24 -0000	1.4
+++ libimobiledevice-1.1.1.ebuild	13 Nov 2011 11:37:54 -0000	1.5
@@ -1,6 +1,6 @@
 # Copyright 1999-2011 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-pda/libimobiledevice/libimobiledevice-1.1.1.ebuild,v 1.4 2011/10/04 13:41:24 nativemad Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-pda/libimobiledevice/libimobiledevice-1.1.1.ebuild,v 1.5 2011/11/13 11:37:54 ssuominen Exp $
 
 EAPI=3
 PYTHON_DEPEND="python? 2:2.6"
@@ -16,7 +16,7 @@
 KEYWORDS="amd64 ~ppc64 x86"
 IUSE="python static-libs"
 
-RDEPEND=">=app-pda/libplist-0.15
+RDEPEND=">=app-pda/libplist-1.4[python?]
 	>=app-pda/usbmuxd-0.1.4
 	>=dev-libs/glib-2.28.6
 	dev-libs/libgcrypt



1.22                 app-pda/libimobiledevice/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-pda/libimobiledevice/ChangeLog?rev=1.22&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-pda/libimobiledevice/ChangeLog?rev=1.22&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-pda/libimobiledevice/ChangeLog?r1=1.21&r2=1.22

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-pda/libimobiledevice/ChangeLog,v
retrieving revision 1.21
retrieving revision 1.22
diff -u -r1.21 -r1.22
--- ChangeLog	6 Nov 2011 17:59:55 -0000	1.21
+++ ChangeLog	13 Nov 2011 11:37:54 -0000	1.22
@@ -1,6 +1,10 @@
 # ChangeLog for app-pda/libimobiledevice
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-pda/libimobiledevice/ChangeLog,v 1.21 2011/11/06 17:59:55 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-pda/libimobiledevice/ChangeLog,v 1.22 2011/11/13 11:37:54 ssuominen Exp $
+
+  13 Nov 2011; Samuli Suominen <ssuominen@gentoo.org>
+  libimobiledevice-1.1.1.ebuild:
+  Missing USE python depend for libplist wrt #390315 by Moritz Schlarb
 
   06 Nov 2011; Samuli Suominen <ssuominen@gentoo.org>
   -libimobiledevice-1.0.2.ebuild, -libimobiledevice-1.0.6.ebuild,






^ permalink raw reply	[flat|nested] 6+ messages in thread

* [gentoo-commits] gentoo-x86 commit in app-pda/libimobiledevice: libimobiledevice-1.1.1.ebuild ChangeLog
@ 2012-04-03  4:35 Samuli Suominen (ssuominen)
  0 siblings, 0 replies; 6+ messages in thread
From: Samuli Suominen (ssuominen) @ 2012-04-03  4:35 UTC (permalink / raw
  To: gentoo-commits

ssuominen    12/04/03 04:35:14

  Modified:             libimobiledevice-1.1.1.ebuild ChangeLog
  Log:
  Pull in correct version of libplist for people mixing arch with ~arch.
  
  (Portage version: 2.2.0_alpha96/cvs/Linux x86_64)

Revision  Changes    Path
1.6                  app-pda/libimobiledevice/libimobiledevice-1.1.1.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-pda/libimobiledevice/libimobiledevice-1.1.1.ebuild?rev=1.6&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-pda/libimobiledevice/libimobiledevice-1.1.1.ebuild?rev=1.6&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-pda/libimobiledevice/libimobiledevice-1.1.1.ebuild?r1=1.5&r2=1.6

Index: libimobiledevice-1.1.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-pda/libimobiledevice/libimobiledevice-1.1.1.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- libimobiledevice-1.1.1.ebuild	13 Nov 2011 11:37:54 -0000	1.5
+++ libimobiledevice-1.1.1.ebuild	3 Apr 2012 04:35:14 -0000	1.6
@@ -1,6 +1,6 @@
-# Copyright 1999-2011 Gentoo Foundation
+# Copyright 1999-2012 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-pda/libimobiledevice/libimobiledevice-1.1.1.ebuild,v 1.5 2011/11/13 11:37:54 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-pda/libimobiledevice/libimobiledevice-1.1.1.ebuild,v 1.6 2012/04/03 04:35:14 ssuominen Exp $
 
 EAPI=3
 PYTHON_DEPEND="python? 2:2.6"
@@ -16,7 +16,8 @@
 KEYWORDS="amd64 ~ppc64 x86"
 IUSE="python static-libs"
 
-RDEPEND=">=app-pda/libplist-1.4[python?]
+RDEPEND=">=app-pda/libplist-1.4
+	python? ( =app-pda/libplist-1.8[python] )
 	>=app-pda/usbmuxd-0.1.4
 	>=dev-libs/glib-2.28.6
 	dev-libs/libgcrypt



1.24                 app-pda/libimobiledevice/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-pda/libimobiledevice/ChangeLog?rev=1.24&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-pda/libimobiledevice/ChangeLog?rev=1.24&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-pda/libimobiledevice/ChangeLog?r1=1.23&r2=1.24

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-pda/libimobiledevice/ChangeLog,v
retrieving revision 1.23
retrieving revision 1.24
diff -u -r1.23 -r1.24
--- ChangeLog	31 Mar 2012 15:35:02 -0000	1.23
+++ ChangeLog	3 Apr 2012 04:35:14 -0000	1.24
@@ -1,6 +1,10 @@
 # ChangeLog for app-pda/libimobiledevice
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-pda/libimobiledevice/ChangeLog,v 1.23 2012/03/31 15:35:02 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-pda/libimobiledevice/ChangeLog,v 1.24 2012/04/03 04:35:14 ssuominen Exp $
+
+  03 Apr 2012; Samuli Suominen <ssuominen@gentoo.org>
+  libimobiledevice-1.1.1.ebuild:
+  Pull in correct version of libplist for people mixing arch with ~arch.
 
 *libimobiledevice-1.1.2 (31 Mar 2012)
 






^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2012-04-03  4:35 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-04-03  4:35 [gentoo-commits] gentoo-x86 commit in app-pda/libimobiledevice: libimobiledevice-1.1.1.ebuild ChangeLog Samuli Suominen (ssuominen)
  -- strict thread matches above, loose matches on Subject: below --
2011-11-13 11:37 Samuli Suominen (ssuominen)
2011-10-04 13:41 Andreas Schuerch (nativemad)
2011-10-01 19:56 Markos Chandras (hwoarang)
2011-09-27 13:40 Samuli Suominen (ssuominen)
2011-06-15 18:53 Samuli Suominen (ssuominen)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox