public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in app-pda/libimobiledevice: ChangeLog libimobiledevice-1.0.2.ebuild
@ 2010-07-14 15:07 Thilo Bangert (bangert)
  0 siblings, 0 replies; 6+ messages in thread
From: Thilo Bangert (bangert) @ 2010-07-14 15:07 UTC (permalink / raw
  To: gentoo-commits

bangert     10/07/14 15:07:16

  Modified:             ChangeLog
  Added:                libimobiledevice-1.0.2.ebuild
  Log:
  version bump (#326173) - thanks Chris Slycord
  (Portage version: 2.2_rc67/cvs/Linux i686)

Revision  Changes    Path
1.5                  app-pda/libimobiledevice/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-pda/libimobiledevice/ChangeLog,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- ChangeLog	28 May 2010 16:01:59 -0000	1.4
+++ ChangeLog	14 Jul 2010 15:07:16 -0000	1.5
@@ -1,6 +1,12 @@
 # ChangeLog for app-pda/libimobiledevice
 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-pda/libimobiledevice/ChangeLog,v 1.4 2010/05/28 16:01:59 bangert Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-pda/libimobiledevice/ChangeLog,v 1.5 2010/07/14 15:07:16 bangert Exp $
+
+*libimobiledevice-1.0.2 (14 Jul 2010)
+
+  14 Jul 2010; Thilo Bangert <bangert@gentoo.org>
+  +libimobiledevice-1.0.2.ebuild:
+  version bump (#326173)
 
 *libimobiledevice-1.0.1 (28 May 2010)
 



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

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

Index: libimobiledevice-1.0.2.ebuild
===================================================================
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-pda/libimobiledevice/libimobiledevice-1.0.2.ebuild,v 1.1 2010/07/14 15:07:16 bangert Exp $

EAPI=3

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 ~x86"
IUSE="python"

DEPEND="dev-util/pkgconfig
	${RDEPEND}"
RDEPEND=">=app-pda/libplist-1.3
	>=app-pda/usbmuxd-1.0.3
	>=dev-libs/glib-2.14.1
	dev-libs/libgcrypt
	net-libs/gnutls
	sys-fs/fuse
	virtual/libusb:0
	!app-pda/libiphone"

src_configure() {
	econf $(use_with python swig)
}

src_install() {
	make DESTDIR="${D}" install || die
	dodoc README NEWS
}






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

* [gentoo-commits] gentoo-x86 commit in app-pda/libimobiledevice: ChangeLog libimobiledevice-1.0.2.ebuild
@ 2010-07-23 18:12 Samuli Suominen (ssuominen)
  0 siblings, 0 replies; 6+ messages in thread
From: Samuli Suominen (ssuominen) @ 2010-07-23 18:12 UTC (permalink / raw
  To: gentoo-commits

ssuominen    10/07/23 18:12:31

  Modified:             ChangeLog libimobiledevice-1.0.2.ebuild
  Log:
  Keyword ~ppc64 wrt #325839.
  (Portage version: 2.2_rc67/cvs/Linux x86_64)

Revision  Changes    Path
1.6                  app-pda/libimobiledevice/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-pda/libimobiledevice/ChangeLog,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- ChangeLog	14 Jul 2010 15:07:16 -0000	1.5
+++ ChangeLog	23 Jul 2010 18:12:31 -0000	1.6
@@ -1,6 +1,10 @@
 # ChangeLog for app-pda/libimobiledevice
 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-pda/libimobiledevice/ChangeLog,v 1.5 2010/07/14 15:07:16 bangert Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-pda/libimobiledevice/ChangeLog,v 1.6 2010/07/23 18:12:31 ssuominen Exp $
+
+  23 Jul 2010; Samuli Suominen <ssuominen@gentoo.org>
+  libimobiledevice-1.0.2.ebuild:
+  Keyword ~ppc64 wrt #325839.
 
 *libimobiledevice-1.0.2 (14 Jul 2010)
 



1.2                  app-pda/libimobiledevice/libimobiledevice-1.0.2.ebuild

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

Index: libimobiledevice-1.0.2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-pda/libimobiledevice/libimobiledevice-1.0.2.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- libimobiledevice-1.0.2.ebuild	14 Jul 2010 15:07:16 -0000	1.1
+++ libimobiledevice-1.0.2.ebuild	23 Jul 2010 18:12:31 -0000	1.2
@@ -1,6 +1,6 @@
 # Copyright 1999-2010 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-pda/libimobiledevice/libimobiledevice-1.0.2.ebuild,v 1.1 2010/07/14 15:07:16 bangert Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-pda/libimobiledevice/libimobiledevice-1.0.2.ebuild,v 1.2 2010/07/23 18:12:31 ssuominen Exp $
 
 EAPI=3
 
@@ -9,7 +9,7 @@
 SRC_URI="http://www.libimobiledevice.org/downloads/${P}.tar.bz2"
 LICENSE="GPL-2 LGPL-2.1"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="~amd64 ~ppc64 ~x86"
 IUSE="python"
 
 DEPEND="dev-util/pkgconfig






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

* [gentoo-commits] gentoo-x86 commit in app-pda/libimobiledevice: ChangeLog libimobiledevice-1.0.2.ebuild
@ 2010-07-31 11:11 Pacho Ramos (pacho)
  0 siblings, 0 replies; 6+ messages in thread
From: Pacho Ramos (pacho) @ 2010-07-31 11:11 UTC (permalink / raw
  To: gentoo-commits

pacho       10/07/31 11:11:12

  Modified:             ChangeLog libimobiledevice-1.0.2.ebuild
  Log:
  amd64 stable, bug 327909
  (Portage version: 2.1.8.3/cvs/Linux x86_64)

Revision  Changes    Path
1.7                  app-pda/libimobiledevice/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-pda/libimobiledevice/ChangeLog,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- ChangeLog	23 Jul 2010 18:12:31 -0000	1.6
+++ ChangeLog	31 Jul 2010 11:11:11 -0000	1.7
@@ -1,6 +1,9 @@
 # ChangeLog for app-pda/libimobiledevice
 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-pda/libimobiledevice/ChangeLog,v 1.6 2010/07/23 18:12:31 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-pda/libimobiledevice/ChangeLog,v 1.7 2010/07/31 11:11:11 pacho Exp $
+
+  31 Jul 2010; Pacho Ramos <pacho@gentoo.org> libimobiledevice-1.0.2.ebuild:
+  amd64 stable, bug 327909
 
   23 Jul 2010; Samuli Suominen <ssuominen@gentoo.org>
   libimobiledevice-1.0.2.ebuild:



1.3                  app-pda/libimobiledevice/libimobiledevice-1.0.2.ebuild

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

Index: libimobiledevice-1.0.2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-pda/libimobiledevice/libimobiledevice-1.0.2.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- libimobiledevice-1.0.2.ebuild	23 Jul 2010 18:12:31 -0000	1.2
+++ libimobiledevice-1.0.2.ebuild	31 Jul 2010 11:11:11 -0000	1.3
@@ -1,6 +1,6 @@
 # Copyright 1999-2010 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-pda/libimobiledevice/libimobiledevice-1.0.2.ebuild,v 1.2 2010/07/23 18:12:31 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-pda/libimobiledevice/libimobiledevice-1.0.2.ebuild,v 1.3 2010/07/31 11:11:11 pacho Exp $
 
 EAPI=3
 
@@ -9,7 +9,7 @@
 SRC_URI="http://www.libimobiledevice.org/downloads/${P}.tar.bz2"
 LICENSE="GPL-2 LGPL-2.1"
 SLOT="0"
-KEYWORDS="~amd64 ~ppc64 ~x86"
+KEYWORDS="amd64 ~ppc64 ~x86"
 IUSE="python"
 
 DEPEND="dev-util/pkgconfig






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

* [gentoo-commits] gentoo-x86 commit in app-pda/libimobiledevice: ChangeLog libimobiledevice-1.0.2.ebuild
@ 2010-08-01  9:46 Christian Faulhammer (fauli)
  0 siblings, 0 replies; 6+ messages in thread
From: Christian Faulhammer (fauli) @ 2010-08-01  9:46 UTC (permalink / raw
  To: gentoo-commits

fauli       10/08/01 09:46:38

  Modified:             ChangeLog libimobiledevice-1.0.2.ebuild
  Log:
  stable x86, bug 327909
  (Portage version: 2.1.8.3/cvs/Linux i686)

Revision  Changes    Path
1.8                  app-pda/libimobiledevice/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-pda/libimobiledevice/ChangeLog,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- ChangeLog	31 Jul 2010 11:11:11 -0000	1.7
+++ ChangeLog	1 Aug 2010 09:46:38 -0000	1.8
@@ -1,6 +1,10 @@
 # ChangeLog for app-pda/libimobiledevice
 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-pda/libimobiledevice/ChangeLog,v 1.7 2010/07/31 11:11:11 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-pda/libimobiledevice/ChangeLog,v 1.8 2010/08/01 09:46:38 fauli Exp $
+
+  01 Aug 2010; Christian Faulhammer <fauli@gentoo.org>
+  libimobiledevice-1.0.2.ebuild:
+  stable x86, bug 327909
 
   31 Jul 2010; Pacho Ramos <pacho@gentoo.org> libimobiledevice-1.0.2.ebuild:
   amd64 stable, bug 327909



1.4                  app-pda/libimobiledevice/libimobiledevice-1.0.2.ebuild

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

Index: libimobiledevice-1.0.2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-pda/libimobiledevice/libimobiledevice-1.0.2.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- libimobiledevice-1.0.2.ebuild	31 Jul 2010 11:11:11 -0000	1.3
+++ libimobiledevice-1.0.2.ebuild	1 Aug 2010 09:46:38 -0000	1.4
@@ -1,6 +1,6 @@
 # Copyright 1999-2010 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-pda/libimobiledevice/libimobiledevice-1.0.2.ebuild,v 1.3 2010/07/31 11:11:11 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-pda/libimobiledevice/libimobiledevice-1.0.2.ebuild,v 1.4 2010/08/01 09:46:38 fauli Exp $
 
 EAPI=3
 
@@ -9,7 +9,7 @@
 SRC_URI="http://www.libimobiledevice.org/downloads/${P}.tar.bz2"
 LICENSE="GPL-2 LGPL-2.1"
 SLOT="0"
-KEYWORDS="amd64 ~ppc64 ~x86"
+KEYWORDS="amd64 ~ppc64 x86"
 IUSE="python"
 
 DEPEND="dev-util/pkgconfig






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

* [gentoo-commits] gentoo-x86 commit in app-pda/libimobiledevice: ChangeLog libimobiledevice-1.0.2.ebuild
@ 2010-09-11 10:46 Gysbert Wassenaar (nixnut)
  0 siblings, 0 replies; 6+ messages in thread
From: Gysbert Wassenaar (nixnut) @ 2010-09-11 10:46 UTC (permalink / raw
  To: gentoo-commits

nixnut      10/09/11 10:46:20

  Modified:             ChangeLog libimobiledevice-1.0.2.ebuild
  Log:
  ~ppc added
  (Portage version: 2.1.8.3/cvs/Linux ppc)

Revision  Changes    Path
1.9                  app-pda/libimobiledevice/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-pda/libimobiledevice/ChangeLog,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- ChangeLog	1 Aug 2010 09:46:38 -0000	1.8
+++ ChangeLog	11 Sep 2010 10:46:20 -0000	1.9
@@ -1,6 +1,9 @@
 # ChangeLog for app-pda/libimobiledevice
 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-pda/libimobiledevice/ChangeLog,v 1.8 2010/08/01 09:46:38 fauli Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-pda/libimobiledevice/ChangeLog,v 1.9 2010/09/11 10:46:20 nixnut Exp $
+
+  11 Sep 2010; <nixnut@gentoo.org> libimobiledevice-1.0.2.ebuild:
+  ~ppc added
 
   01 Aug 2010; Christian Faulhammer <fauli@gentoo.org>
   libimobiledevice-1.0.2.ebuild:



1.5                  app-pda/libimobiledevice/libimobiledevice-1.0.2.ebuild

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

Index: libimobiledevice-1.0.2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-pda/libimobiledevice/libimobiledevice-1.0.2.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- libimobiledevice-1.0.2.ebuild	1 Aug 2010 09:46:38 -0000	1.4
+++ libimobiledevice-1.0.2.ebuild	11 Sep 2010 10:46:20 -0000	1.5
@@ -1,6 +1,6 @@
 # Copyright 1999-2010 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-pda/libimobiledevice/libimobiledevice-1.0.2.ebuild,v 1.4 2010/08/01 09:46:38 fauli Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-pda/libimobiledevice/libimobiledevice-1.0.2.ebuild,v 1.5 2010/09/11 10:46:20 nixnut Exp $
 
 EAPI=3
 
@@ -9,7 +9,7 @@
 SRC_URI="http://www.libimobiledevice.org/downloads/${P}.tar.bz2"
 LICENSE="GPL-2 LGPL-2.1"
 SLOT="0"
-KEYWORDS="amd64 ~ppc64 x86"
+KEYWORDS="amd64 ~ppc ~ppc64 x86"
 IUSE="python"
 
 DEPEND="dev-util/pkgconfig






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

* [gentoo-commits] gentoo-x86 commit in app-pda/libimobiledevice: ChangeLog libimobiledevice-1.0.2.ebuild
@ 2010-09-16 17:44 Joseph Jezak (josejx)
  0 siblings, 0 replies; 6+ messages in thread
From: Joseph Jezak (josejx) @ 2010-09-16 17:44 UTC (permalink / raw
  To: gentoo-commits

josejx      10/09/16 17:44:38

  Modified:             ChangeLog libimobiledevice-1.0.2.ebuild
  Log:
  Removed ~ppc until we get it working correctly.
  (Portage version: 2.1.8.3/cvs/Linux x86_64)

Revision  Changes    Path
1.10                 app-pda/libimobiledevice/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-pda/libimobiledevice/ChangeLog,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- ChangeLog	11 Sep 2010 10:46:20 -0000	1.9
+++ ChangeLog	16 Sep 2010 17:44:38 -0000	1.10
@@ -1,6 +1,10 @@
 # ChangeLog for app-pda/libimobiledevice
 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-pda/libimobiledevice/ChangeLog,v 1.9 2010/09/11 10:46:20 nixnut Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-pda/libimobiledevice/ChangeLog,v 1.10 2010/09/16 17:44:38 josejx Exp $
+
+  16 Sep 2010; Joseph Jezak <josejx@gentoo.org>
+  libimobiledevice-1.0.2.ebuild:
+  Removed ~ppc until we get it working correctly.
 
   11 Sep 2010; <nixnut@gentoo.org> libimobiledevice-1.0.2.ebuild:
   ~ppc added



1.6                  app-pda/libimobiledevice/libimobiledevice-1.0.2.ebuild

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

Index: libimobiledevice-1.0.2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-pda/libimobiledevice/libimobiledevice-1.0.2.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- libimobiledevice-1.0.2.ebuild	11 Sep 2010 10:46:20 -0000	1.5
+++ libimobiledevice-1.0.2.ebuild	16 Sep 2010 17:44:38 -0000	1.6
@@ -1,6 +1,6 @@
 # Copyright 1999-2010 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-pda/libimobiledevice/libimobiledevice-1.0.2.ebuild,v 1.5 2010/09/11 10:46:20 nixnut Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-pda/libimobiledevice/libimobiledevice-1.0.2.ebuild,v 1.6 2010/09/16 17:44:38 josejx Exp $
 
 EAPI=3
 
@@ -9,7 +9,7 @@
 SRC_URI="http://www.libimobiledevice.org/downloads/${P}.tar.bz2"
 LICENSE="GPL-2 LGPL-2.1"
 SLOT="0"
-KEYWORDS="amd64 ~ppc ~ppc64 x86"
+KEYWORDS="amd64 ~ppc64 x86"
 IUSE="python"
 
 DEPEND="dev-util/pkgconfig






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

end of thread, other threads:[~2010-09-16 17:44 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-09-16 17:44 [gentoo-commits] gentoo-x86 commit in app-pda/libimobiledevice: ChangeLog libimobiledevice-1.0.2.ebuild Joseph Jezak (josejx)
  -- strict thread matches above, loose matches on Subject: below --
2010-09-11 10:46 Gysbert Wassenaar (nixnut)
2010-08-01  9:46 Christian Faulhammer (fauli)
2010-07-31 11:11 Pacho Ramos (pacho)
2010-07-23 18:12 Samuli Suominen (ssuominen)
2010-07-14 15:07 Thilo Bangert (bangert)

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