* [gentoo-commits] gentoo-x86 commit in app-pda/libimobiledevice: libimobiledevice-1.1.6.ebuild ChangeLog
@ 2014-04-06 8:52 Samuli Suominen (ssuominen)
0 siblings, 0 replies; 7+ messages in thread
From: Samuli Suominen (ssuominen) @ 2014-04-06 8:52 UTC (permalink / raw
To: gentoo-commits
ssuominen 14/04/06 08:52:53
Modified: ChangeLog
Added: libimobiledevice-1.1.6.ebuild
Log:
Version bump wrt #505576 by Anton Bolshakov for iOS7 support wrt #498342 by Peter Volkov
(Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 4868F14D)
Revision Changes Path
1.51 app-pda/libimobiledevice/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-pda/libimobiledevice/ChangeLog?rev=1.51&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-pda/libimobiledevice/ChangeLog?rev=1.51&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-pda/libimobiledevice/ChangeLog?r1=1.50&r2=1.51
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-pda/libimobiledevice/ChangeLog,v
retrieving revision 1.50
retrieving revision 1.51
diff -u -r1.50 -r1.51
--- ChangeLog 1 Mar 2014 22:19:35 -0000 1.50
+++ ChangeLog 6 Apr 2014 08:52:53 -0000 1.51
@@ -1,6 +1,13 @@
# ChangeLog for app-pda/libimobiledevice
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-pda/libimobiledevice/ChangeLog,v 1.50 2014/03/01 22:19:35 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-pda/libimobiledevice/ChangeLog,v 1.51 2014/04/06 08:52:53 ssuominen Exp $
+
+*libimobiledevice-1.1.6 (06 Apr 2014)
+
+ 06 Apr 2014; Samuli Suominen <ssuominen@gentoo.org>
+ +libimobiledevice-1.1.6.ebuild:
+ Version bump wrt #505576 by Anton Bolshakov for iOS7 support wrt #498342 by
+ Peter Volkov
01 Mar 2014; Michał Górny <mgorny@gentoo.org>
libimobiledevice-1.1.4-r4.ebuild, libimobiledevice-1.1.5.ebuild:
1.1 app-pda/libimobiledevice/libimobiledevice-1.1.6.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-pda/libimobiledevice/libimobiledevice-1.1.6.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-pda/libimobiledevice/libimobiledevice-1.1.6.ebuild?rev=1.1&content-type=text/plain
Index: libimobiledevice-1.1.6.ebuild
===================================================================
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-pda/libimobiledevice/libimobiledevice-1.1.6.ebuild,v 1.1 2014/04/06 08:52:53 ssuominen Exp $
EAPI=5
PYTHON_COMPAT=( python{2_7,3_2,3_3} )
AUTOTOOLS_PRUNE_LIBTOOL_FILES=all
inherit autotools-utils multilib python-r1
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"
# While COPYING* doesn't mention 'or any later version', all the headers do, hence use +
LICENSE="GPL-2+ LGPL-2.1+"
SLOT="0/4" # based on SONAME of libimobiledevice.so
KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86"
IUSE="gnutls python static-libs"
RDEPEND=">=app-pda/libplist-1.11:=[python?,${PYTHON_USEDEP}]
>=app-pda/usbmuxd-1.0.9:=
gnutls? (
dev-libs/libgcrypt:0
>=dev-libs/libtasn1-1.1
>=net-libs/gnutls-2.2.0
)
!gnutls? ( dev-libs/openssl:0 )"
DEPEND="${RDEPEND}
virtual/pkgconfig
python? (
${PYTHON_DEPS}
>=dev-python/cython-0.17[${PYTHON_USEDEP}]
)"
REQUIRED_USE="${PYTHON_REQUIRED_USE}"
DOCS=( AUTHORS NEWS README )
pkg_setup() {
# Prevent linking to the installed copy
if has_version "<${CATEGORY}/${P}"; then
rm -f "${EROOT}"/usr/$(get_libdir)/${PN}$(get_libname)
fi
}
src_configure() {
local myeconfargs=( $(use_enable static-libs static) )
use gnutls && myeconfargs+=( --disable-openssl )
use python || myeconfargs+=( --without-cython )
python_foreach_impl autotools-utils_src_configure
}
src_compile() {
python_foreach_impl autotools-utils_src_compile
}
src_install() {
python_foreach_impl autotools-utils_src_install
dohtml docs/html/*
}
^ permalink raw reply [flat|nested] 7+ messages in thread
* [gentoo-commits] gentoo-x86 commit in app-pda/libimobiledevice: libimobiledevice-1.1.6.ebuild ChangeLog
@ 2014-04-06 9:11 Samuli Suominen (ssuominen)
0 siblings, 0 replies; 7+ messages in thread
From: Samuli Suominen (ssuominen) @ 2014-04-06 9:11 UTC (permalink / raw
To: gentoo-commits
ssuominen 14/04/06 09:11:48
Modified: libimobiledevice-1.1.6.ebuild ChangeLog
Log:
Install missing /usr/include/libimobiledevice/cython/imobiledevice.pxd by hand since the build system doesn't do it.
(Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 4868F14D)
Revision Changes Path
1.2 app-pda/libimobiledevice/libimobiledevice-1.1.6.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-pda/libimobiledevice/libimobiledevice-1.1.6.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-pda/libimobiledevice/libimobiledevice-1.1.6.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-pda/libimobiledevice/libimobiledevice-1.1.6.ebuild?r1=1.1&r2=1.2
Index: libimobiledevice-1.1.6.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-pda/libimobiledevice/libimobiledevice-1.1.6.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- libimobiledevice-1.1.6.ebuild 6 Apr 2014 08:52:53 -0000 1.1
+++ libimobiledevice-1.1.6.ebuild 6 Apr 2014 09:11:48 -0000 1.2
@@ -1,6 +1,6 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-pda/libimobiledevice/libimobiledevice-1.1.6.ebuild,v 1.1 2014/04/06 08:52:53 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-pda/libimobiledevice/libimobiledevice-1.1.6.ebuild,v 1.2 2014/04/06 09:11:48 ssuominen Exp $
EAPI=5
PYTHON_COMPAT=( python{2_7,3_2,3_3} )
@@ -58,4 +58,9 @@
src_install() {
python_foreach_impl autotools-utils_src_install
dohtml docs/html/*
+
+ if use python; then
+ insinto /usr/include/${PN}/cython
+ doins cython/imobiledevice.pxd
+ fi
}
1.52 app-pda/libimobiledevice/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-pda/libimobiledevice/ChangeLog?rev=1.52&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-pda/libimobiledevice/ChangeLog?rev=1.52&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-pda/libimobiledevice/ChangeLog?r1=1.51&r2=1.52
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-pda/libimobiledevice/ChangeLog,v
retrieving revision 1.51
retrieving revision 1.52
diff -u -r1.51 -r1.52
--- ChangeLog 6 Apr 2014 08:52:53 -0000 1.51
+++ ChangeLog 6 Apr 2014 09:11:48 -0000 1.52
@@ -1,6 +1,11 @@
# ChangeLog for app-pda/libimobiledevice
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-pda/libimobiledevice/ChangeLog,v 1.51 2014/04/06 08:52:53 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-pda/libimobiledevice/ChangeLog,v 1.52 2014/04/06 09:11:48 ssuominen Exp $
+
+ 06 Apr 2014; Samuli Suominen <ssuominen@gentoo.org>
+ libimobiledevice-1.1.6.ebuild:
+ Install missing /usr/include/libimobiledevice/cython/imobiledevice.pxd by hand
+ since the build system doesn't do it.
*libimobiledevice-1.1.6 (06 Apr 2014)
^ permalink raw reply [flat|nested] 7+ messages in thread
* [gentoo-commits] gentoo-x86 commit in app-pda/libimobiledevice: libimobiledevice-1.1.6.ebuild ChangeLog
@ 2014-05-30 11:33 Samuli Suominen (ssuominen)
0 siblings, 0 replies; 7+ messages in thread
From: Samuli Suominen (ssuominen) @ 2014-05-30 11:33 UTC (permalink / raw
To: gentoo-commits
ssuominen 14/05/30 11:33:13
Modified: libimobiledevice-1.1.6.ebuild ChangeLog
Log:
Pull in libusbmuxd instead of usbmuxd wrt #505576
(Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 4868F14D)
Revision Changes Path
1.3 app-pda/libimobiledevice/libimobiledevice-1.1.6.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-pda/libimobiledevice/libimobiledevice-1.1.6.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-pda/libimobiledevice/libimobiledevice-1.1.6.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-pda/libimobiledevice/libimobiledevice-1.1.6.ebuild?r1=1.2&r2=1.3
Index: libimobiledevice-1.1.6.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-pda/libimobiledevice/libimobiledevice-1.1.6.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- libimobiledevice-1.1.6.ebuild 6 Apr 2014 09:11:48 -0000 1.2
+++ libimobiledevice-1.1.6.ebuild 30 May 2014 11:33:13 -0000 1.3
@@ -1,6 +1,6 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-pda/libimobiledevice/libimobiledevice-1.1.6.ebuild,v 1.2 2014/04/06 09:11:48 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-pda/libimobiledevice/libimobiledevice-1.1.6.ebuild,v 1.3 2014/05/30 11:33:13 ssuominen Exp $
EAPI=5
PYTHON_COMPAT=( python{2_7,3_2,3_3} )
@@ -17,8 +17,9 @@
KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86"
IUSE="gnutls python static-libs"
+# Drop || ( ) and =app-pda/usbmuxd-1.0.9 with next release like 1.1.7, temporary hack
RDEPEND=">=app-pda/libplist-1.11:=[python?,${PYTHON_USEDEP}]
- >=app-pda/usbmuxd-1.0.9:=
+ || ( >=app-pda/libusbmuxd-1.0.9:= =app-pda/usbmuxd-1.0.9 )
gnutls? (
dev-libs/libgcrypt:0
>=dev-libs/libtasn1-1.1
1.53 app-pda/libimobiledevice/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-pda/libimobiledevice/ChangeLog?rev=1.53&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-pda/libimobiledevice/ChangeLog?rev=1.53&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-pda/libimobiledevice/ChangeLog?r1=1.52&r2=1.53
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-pda/libimobiledevice/ChangeLog,v
retrieving revision 1.52
retrieving revision 1.53
diff -u -r1.52 -r1.53
--- ChangeLog 6 Apr 2014 09:11:48 -0000 1.52
+++ ChangeLog 30 May 2014 11:33:13 -0000 1.53
@@ -1,6 +1,10 @@
# ChangeLog for app-pda/libimobiledevice
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-pda/libimobiledevice/ChangeLog,v 1.52 2014/04/06 09:11:48 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-pda/libimobiledevice/ChangeLog,v 1.53 2014/05/30 11:33:13 ssuominen Exp $
+
+ 30 May 2014; Samuli Suominen <ssuominen@gentoo.org>
+ libimobiledevice-1.1.6.ebuild:
+ Pull in libusbmuxd instead of usbmuxd wrt #505576
06 Apr 2014; Samuli Suominen <ssuominen@gentoo.org>
libimobiledevice-1.1.6.ebuild:
^ permalink raw reply [flat|nested] 7+ messages in thread
* [gentoo-commits] gentoo-x86 commit in app-pda/libimobiledevice: libimobiledevice-1.1.6.ebuild ChangeLog
@ 2014-05-30 18:37 Samuli Suominen (ssuominen)
0 siblings, 0 replies; 7+ messages in thread
From: Samuli Suominen (ssuominen) @ 2014-05-30 18:37 UTC (permalink / raw
To: gentoo-commits
ssuominen 14/05/30 18:37:31
Modified: libimobiledevice-1.1.6.ebuild ChangeLog
Log:
Remove now useless || ( ) hack that allowed usbmuxd instead of libusbmuxd before the package was moved over.
(Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 4868F14D)
Revision Changes Path
1.4 app-pda/libimobiledevice/libimobiledevice-1.1.6.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-pda/libimobiledevice/libimobiledevice-1.1.6.ebuild?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-pda/libimobiledevice/libimobiledevice-1.1.6.ebuild?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-pda/libimobiledevice/libimobiledevice-1.1.6.ebuild?r1=1.3&r2=1.4
Index: libimobiledevice-1.1.6.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-pda/libimobiledevice/libimobiledevice-1.1.6.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- libimobiledevice-1.1.6.ebuild 30 May 2014 11:33:13 -0000 1.3
+++ libimobiledevice-1.1.6.ebuild 30 May 2014 18:37:31 -0000 1.4
@@ -1,6 +1,6 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-pda/libimobiledevice/libimobiledevice-1.1.6.ebuild,v 1.3 2014/05/30 11:33:13 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-pda/libimobiledevice/libimobiledevice-1.1.6.ebuild,v 1.4 2014/05/30 18:37:31 ssuominen Exp $
EAPI=5
PYTHON_COMPAT=( python{2_7,3_2,3_3} )
@@ -17,9 +17,8 @@
KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86"
IUSE="gnutls python static-libs"
-# Drop || ( ) and =app-pda/usbmuxd-1.0.9 with next release like 1.1.7, temporary hack
RDEPEND=">=app-pda/libplist-1.11:=[python?,${PYTHON_USEDEP}]
- || ( >=app-pda/libusbmuxd-1.0.9:= =app-pda/usbmuxd-1.0.9 )
+ >=app-pda/libusbmuxd-1.0.9:=
gnutls? (
dev-libs/libgcrypt:0
>=dev-libs/libtasn1-1.1
1.54 app-pda/libimobiledevice/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-pda/libimobiledevice/ChangeLog?rev=1.54&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-pda/libimobiledevice/ChangeLog?rev=1.54&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-pda/libimobiledevice/ChangeLog?r1=1.53&r2=1.54
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-pda/libimobiledevice/ChangeLog,v
retrieving revision 1.53
retrieving revision 1.54
diff -u -r1.53 -r1.54
--- ChangeLog 30 May 2014 11:33:13 -0000 1.53
+++ ChangeLog 30 May 2014 18:37:31 -0000 1.54
@@ -1,6 +1,11 @@
# ChangeLog for app-pda/libimobiledevice
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-pda/libimobiledevice/ChangeLog,v 1.53 2014/05/30 11:33:13 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-pda/libimobiledevice/ChangeLog,v 1.54 2014/05/30 18:37:31 ssuominen Exp $
+
+ 30 May 2014; Samuli Suominen <ssuominen@gentoo.org>
+ libimobiledevice-1.1.6.ebuild:
+ Remove now useless || ( ) hack that allowed usbmuxd instead of libusbmuxd
+ before the package was moved over.
30 May 2014; Samuli Suominen <ssuominen@gentoo.org>
libimobiledevice-1.1.6.ebuild:
^ permalink raw reply [flat|nested] 7+ messages in thread
* [gentoo-commits] gentoo-x86 commit in app-pda/libimobiledevice: libimobiledevice-1.1.6.ebuild ChangeLog
@ 2014-08-03 12:08 Samuli Suominen (ssuominen)
0 siblings, 0 replies; 7+ messages in thread
From: Samuli Suominen (ssuominen) @ 2014-08-03 12:08 UTC (permalink / raw
To: gentoo-commits
ssuominen 14/08/03 12:08:45
Modified: libimobiledevice-1.1.6.ebuild ChangeLog
Log:
amd64/x86 stable wrt #518160
(Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 4868F14D)
Revision Changes Path
1.5 app-pda/libimobiledevice/libimobiledevice-1.1.6.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-pda/libimobiledevice/libimobiledevice-1.1.6.ebuild?rev=1.5&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-pda/libimobiledevice/libimobiledevice-1.1.6.ebuild?rev=1.5&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-pda/libimobiledevice/libimobiledevice-1.1.6.ebuild?r1=1.4&r2=1.5
Index: libimobiledevice-1.1.6.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-pda/libimobiledevice/libimobiledevice-1.1.6.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- libimobiledevice-1.1.6.ebuild 30 May 2014 18:37:31 -0000 1.4
+++ libimobiledevice-1.1.6.ebuild 3 Aug 2014 12:08:45 -0000 1.5
@@ -1,6 +1,6 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-pda/libimobiledevice/libimobiledevice-1.1.6.ebuild,v 1.4 2014/05/30 18:37:31 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-pda/libimobiledevice/libimobiledevice-1.1.6.ebuild,v 1.5 2014/08/03 12:08:45 ssuominen Exp $
EAPI=5
PYTHON_COMPAT=( python{2_7,3_2,3_3} )
@@ -14,7 +14,7 @@
# While COPYING* doesn't mention 'or any later version', all the headers do, hence use +
LICENSE="GPL-2+ LGPL-2.1+"
SLOT="0/4" # based on SONAME of libimobiledevice.so
-KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86"
+KEYWORDS="amd64 ~arm ~ppc ~ppc64 x86"
IUSE="gnutls python static-libs"
RDEPEND=">=app-pda/libplist-1.11:=[python?,${PYTHON_USEDEP}]
1.56 app-pda/libimobiledevice/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-pda/libimobiledevice/ChangeLog?rev=1.56&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-pda/libimobiledevice/ChangeLog?rev=1.56&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-pda/libimobiledevice/ChangeLog?r1=1.55&r2=1.56
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-pda/libimobiledevice/ChangeLog,v
retrieving revision 1.55
retrieving revision 1.56
diff -u -r1.55 -r1.56
--- ChangeLog 26 Jul 2014 12:24:05 -0000 1.55
+++ ChangeLog 3 Aug 2014 12:08:45 -0000 1.56
@@ -1,6 +1,10 @@
# ChangeLog for app-pda/libimobiledevice
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-pda/libimobiledevice/ChangeLog,v 1.55 2014/07/26 12:24:05 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-pda/libimobiledevice/ChangeLog,v 1.56 2014/08/03 12:08:45 ssuominen Exp $
+
+ 03 Aug 2014; Samuli Suominen <ssuominen@gentoo.org>
+ libimobiledevice-1.1.6.ebuild:
+ amd64/x86 stable wrt #518160
26 Jul 2014; Samuli Suominen <ssuominen@gentoo.org>
-files/libimobiledevice-1.1.4-HOME-segfault.patch,
^ permalink raw reply [flat|nested] 7+ messages in thread
* [gentoo-commits] gentoo-x86 commit in app-pda/libimobiledevice: libimobiledevice-1.1.6.ebuild ChangeLog
@ 2014-11-27 13:18 Pacho Ramos (pacho)
0 siblings, 0 replies; 7+ messages in thread
From: Pacho Ramos (pacho) @ 2014-11-27 13:18 UTC (permalink / raw
To: gentoo-commits
pacho 14/11/27 13:18:42
Modified: libimobiledevice-1.1.6.ebuild ChangeLog
Log:
Support python 3.4
(Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key A188FBD4)
Revision Changes Path
1.6 app-pda/libimobiledevice/libimobiledevice-1.1.6.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-pda/libimobiledevice/libimobiledevice-1.1.6.ebuild?rev=1.6&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-pda/libimobiledevice/libimobiledevice-1.1.6.ebuild?rev=1.6&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-pda/libimobiledevice/libimobiledevice-1.1.6.ebuild?r1=1.5&r2=1.6
Index: libimobiledevice-1.1.6.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-pda/libimobiledevice/libimobiledevice-1.1.6.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- libimobiledevice-1.1.6.ebuild 3 Aug 2014 12:08:45 -0000 1.5
+++ libimobiledevice-1.1.6.ebuild 27 Nov 2014 13:18:42 -0000 1.6
@@ -1,9 +1,9 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-pda/libimobiledevice/libimobiledevice-1.1.6.ebuild,v 1.5 2014/08/03 12:08:45 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-pda/libimobiledevice/libimobiledevice-1.1.6.ebuild,v 1.6 2014/11/27 13:18:42 pacho Exp $
EAPI=5
-PYTHON_COMPAT=( python{2_7,3_2,3_3} )
+PYTHON_COMPAT=( python{2_7,3_2,3_3,3_4} )
AUTOTOOLS_PRUNE_LIBTOOL_FILES=all
inherit autotools-utils multilib python-r1
1.58 app-pda/libimobiledevice/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-pda/libimobiledevice/ChangeLog?rev=1.58&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-pda/libimobiledevice/ChangeLog?rev=1.58&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-pda/libimobiledevice/ChangeLog?r1=1.57&r2=1.58
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-pda/libimobiledevice/ChangeLog,v
retrieving revision 1.57
retrieving revision 1.58
diff -u -r1.57 -r1.58
--- ChangeLog 3 Aug 2014 12:19:40 -0000 1.57
+++ ChangeLog 27 Nov 2014 13:18:42 -0000 1.58
@@ -1,6 +1,9 @@
# ChangeLog for app-pda/libimobiledevice
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-pda/libimobiledevice/ChangeLog,v 1.57 2014/08/03 12:19:40 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-pda/libimobiledevice/ChangeLog,v 1.58 2014/11/27 13:18:42 pacho Exp $
+
+ 27 Nov 2014; Pacho Ramos <pacho@gentoo.org> libimobiledevice-1.1.6.ebuild:
+ Support python 3.4
03 Aug 2014; Samuli Suominen <ssuominen@gentoo.org>
-files/libimobiledevice-1.1.5-cython.patch, -libimobiledevice-1.1.5.ebuild:
^ permalink raw reply [flat|nested] 7+ messages in thread
* [gentoo-commits] gentoo-x86 commit in app-pda/libimobiledevice: libimobiledevice-1.1.6.ebuild ChangeLog
@ 2015-04-08 7:30 Michal Gorny (mgorny)
0 siblings, 0 replies; 7+ messages in thread
From: Michal Gorny (mgorny) @ 2015-04-08 7:30 UTC (permalink / raw
To: gentoo-commits
mgorny 15/04/08 07:30:37
Modified: libimobiledevice-1.1.6.ebuild ChangeLog
Log:
Remove old Python implementations
(Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key EFB4464E!)
Revision Changes Path
1.7 app-pda/libimobiledevice/libimobiledevice-1.1.6.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-pda/libimobiledevice/libimobiledevice-1.1.6.ebuild?rev=1.7&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-pda/libimobiledevice/libimobiledevice-1.1.6.ebuild?rev=1.7&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-pda/libimobiledevice/libimobiledevice-1.1.6.ebuild?r1=1.6&r2=1.7
Index: libimobiledevice-1.1.6.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-pda/libimobiledevice/libimobiledevice-1.1.6.ebuild,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- libimobiledevice-1.1.6.ebuild 27 Nov 2014 13:18:42 -0000 1.6
+++ libimobiledevice-1.1.6.ebuild 8 Apr 2015 07:30:37 -0000 1.7
@@ -1,9 +1,9 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-pda/libimobiledevice/libimobiledevice-1.1.6.ebuild,v 1.6 2014/11/27 13:18:42 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-pda/libimobiledevice/libimobiledevice-1.1.6.ebuild,v 1.7 2015/04/08 07:30:37 mgorny Exp $
EAPI=5
-PYTHON_COMPAT=( python{2_7,3_2,3_3,3_4} )
+PYTHON_COMPAT=( python{2_7,3_3,3_4} )
AUTOTOOLS_PRUNE_LIBTOOL_FILES=all
inherit autotools-utils multilib python-r1
1.59 app-pda/libimobiledevice/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-pda/libimobiledevice/ChangeLog?rev=1.59&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-pda/libimobiledevice/ChangeLog?rev=1.59&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-pda/libimobiledevice/ChangeLog?r1=1.58&r2=1.59
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-pda/libimobiledevice/ChangeLog,v
retrieving revision 1.58
retrieving revision 1.59
diff -u -r1.58 -r1.59
--- ChangeLog 27 Nov 2014 13:18:42 -0000 1.58
+++ ChangeLog 8 Apr 2015 07:30:37 -0000 1.59
@@ -1,6 +1,9 @@
# ChangeLog for app-pda/libimobiledevice
-# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-pda/libimobiledevice/ChangeLog,v 1.58 2014/11/27 13:18:42 pacho Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/app-pda/libimobiledevice/ChangeLog,v 1.59 2015/04/08 07:30:37 mgorny Exp $
+
+ 08 Apr 2015; Michał Górny <mgorny@gentoo.org> libimobiledevice-1.1.6.ebuild:
+ Remove old Python implementations
27 Nov 2014; Pacho Ramos <pacho@gentoo.org> libimobiledevice-1.1.6.ebuild:
Support python 3.4
^ permalink raw reply [flat|nested] 7+ messages in thread
end of thread, other threads:[~2015-04-08 7:32 UTC | newest]
Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-05-30 18:37 [gentoo-commits] gentoo-x86 commit in app-pda/libimobiledevice: libimobiledevice-1.1.6.ebuild ChangeLog Samuli Suominen (ssuominen)
-- strict thread matches above, loose matches on Subject: below --
2015-04-08 7:30 Michal Gorny (mgorny)
2014-11-27 13:18 Pacho Ramos (pacho)
2014-08-03 12:08 Samuli Suominen (ssuominen)
2014-05-30 11:33 Samuli Suominen (ssuominen)
2014-04-06 9:11 Samuli Suominen (ssuominen)
2014-04-06 8:52 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