* [gentoo-commits] gentoo-x86 commit in app-pda/libimobiledevice: ChangeLog libimobiledevice-1.1.4-r4.ebuild
@ 2013-02-23 8:46 Samuli Suominen (ssuominen)
0 siblings, 0 replies; 3+ messages in thread
From: Samuli Suominen (ssuominen) @ 2013-02-23 8:46 UTC (permalink / raw
To: gentoo-commits
ssuominen 13/02/23 08:46:39
Modified: ChangeLog
Added: libimobiledevice-1.1.4-r4.ebuild
Log:
Add patch to avoid multi-byte characters from being stripped
(Portage version: 2.2.0_alpha163/cvs/Linux x86_64, signed Manifest commit with key 4868F14D)
Revision Changes Path
1.41 app-pda/libimobiledevice/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-pda/libimobiledevice/ChangeLog?rev=1.41&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-pda/libimobiledevice/ChangeLog?rev=1.41&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-pda/libimobiledevice/ChangeLog?r1=1.40&r2=1.41
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-pda/libimobiledevice/ChangeLog,v
retrieving revision 1.40
retrieving revision 1.41
diff -u -r1.40 -r1.41
--- ChangeLog 2 Feb 2013 22:23:16 -0000 1.40
+++ ChangeLog 23 Feb 2013 08:46:39 -0000 1.41
@@ -1,6 +1,14 @@
# ChangeLog for app-pda/libimobiledevice
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-pda/libimobiledevice/ChangeLog,v 1.40 2013/02/02 22:23:16 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-pda/libimobiledevice/ChangeLog,v 1.41 2013/02/23 08:46:39 ssuominen Exp $
+
+*libimobiledevice-1.1.4-r4 (23 Feb 2013)
+
+ 23 Feb 2013; Samuli Suominen <ssuominen@gentoo.org>
+ +libimobiledevice-1.1.4-r4.ebuild,
+ +files/libimobiledevice-1.1.4-property_list_service-do-not-strip-non-ASCII-ch
+ aract.patch:
+ Add patch to avoid multi-byte characters from being stripped
02 Feb 2013; Agostino Sarubbo <ago@gentoo.org>
libimobiledevice-1.1.4-r2.ebuild:
1.1 app-pda/libimobiledevice/libimobiledevice-1.1.4-r4.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-pda/libimobiledevice/libimobiledevice-1.1.4-r4.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-pda/libimobiledevice/libimobiledevice-1.1.4-r4.ebuild?rev=1.1&content-type=text/plain
Index: libimobiledevice-1.1.4-r4.ebuild
===================================================================
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-pda/libimobiledevice/libimobiledevice-1.1.4-r4.ebuild,v 1.1 2013/02/23 08:46:39 ssuominen Exp $
EAPI=5
inherit autotools eutils
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 ~ppc ~ppc64 ~x86"
IUSE="gnutls"
RDEPEND=">=app-pda/libplist-1.8-r1
>=app-pda/usbmuxd-1.0.8
gnutls? (
dev-libs/libgcrypt
>=dev-libs/libtasn1-1.1
>=net-libs/gnutls-2.2.0
)
!gnutls? ( dev-libs/openssl:0 )"
DEPEND="${RDEPEND}
virtual/pkgconfig"
DOCS="AUTHORS NEWS README"
src_prepare() {
epatch \
"${FILESDIR}"/${P}-openssl.patch \
"${FILESDIR}"/${P}-HOME-segfault.patch \
"${FILESDIR}"/${P}-property_list_service-do-not-strip-non-ASCII-charact.patch
eautoreconf
}
src_configure() {
# Disable python support wrt #451044, look at -1.1.4-r2
# from Attic if you need to restore it.
local myconf
use gnutls && myconf='--disable-openssl'
econf \
--disable-static \
--without-cython \
${myconf}
}
src_install() {
default
dohtml docs/html/*
prune_libtool_files --all
}
^ permalink raw reply [flat|nested] 3+ messages in thread
* [gentoo-commits] gentoo-x86 commit in app-pda/libimobiledevice: ChangeLog libimobiledevice-1.1.4-r4.ebuild
@ 2013-02-23 8:48 Samuli Suominen (ssuominen)
0 siblings, 0 replies; 3+ messages in thread
From: Samuli Suominen (ssuominen) @ 2013-02-23 8:48 UTC (permalink / raw
To: gentoo-commits
ssuominen 13/02/23 08:48:19
Modified: ChangeLog libimobiledevice-1.1.4-r4.ebuild
Log:
Restore ~arm keywording (#449220) since -r2 was mistakenly keyworded instead of -r3.
(Portage version: 2.2.0_alpha163/cvs/Linux x86_64, signed Manifest commit with key 4868F14D)
Revision Changes Path
1.42 app-pda/libimobiledevice/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-pda/libimobiledevice/ChangeLog?rev=1.42&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-pda/libimobiledevice/ChangeLog?rev=1.42&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-pda/libimobiledevice/ChangeLog?r1=1.41&r2=1.42
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-pda/libimobiledevice/ChangeLog,v
retrieving revision 1.41
retrieving revision 1.42
diff -u -r1.41 -r1.42
--- ChangeLog 23 Feb 2013 08:46:39 -0000 1.41
+++ ChangeLog 23 Feb 2013 08:48:19 -0000 1.42
@@ -1,6 +1,11 @@
# ChangeLog for app-pda/libimobiledevice
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-pda/libimobiledevice/ChangeLog,v 1.41 2013/02/23 08:46:39 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-pda/libimobiledevice/ChangeLog,v 1.42 2013/02/23 08:48:19 ssuominen Exp $
+
+ 23 Feb 2013; Samuli Suominen <ssuominen@gentoo.org>
+ libimobiledevice-1.1.4-r4.ebuild:
+ Restore ~arm keywording (#449220) since -r2 was mistakenly keyworded instead
+ of -r3.
*libimobiledevice-1.1.4-r4 (23 Feb 2013)
1.2 app-pda/libimobiledevice/libimobiledevice-1.1.4-r4.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-pda/libimobiledevice/libimobiledevice-1.1.4-r4.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-pda/libimobiledevice/libimobiledevice-1.1.4-r4.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-pda/libimobiledevice/libimobiledevice-1.1.4-r4.ebuild?r1=1.1&r2=1.2
Index: libimobiledevice-1.1.4-r4.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-pda/libimobiledevice/libimobiledevice-1.1.4-r4.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- libimobiledevice-1.1.4-r4.ebuild 23 Feb 2013 08:46:39 -0000 1.1
+++ libimobiledevice-1.1.4-r4.ebuild 23 Feb 2013 08:48:19 -0000 1.2
@@ -1,6 +1,6 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-pda/libimobiledevice/libimobiledevice-1.1.4-r4.ebuild,v 1.1 2013/02/23 08:46:39 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-pda/libimobiledevice/libimobiledevice-1.1.4-r4.ebuild,v 1.2 2013/02/23 08:48:19 ssuominen Exp $
EAPI=5
inherit autotools eutils
@@ -11,7 +11,7 @@
LICENSE="GPL-2 LGPL-2.1"
SLOT="0"
-KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
+KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86"
IUSE="gnutls"
RDEPEND=">=app-pda/libplist-1.8-r1
^ permalink raw reply [flat|nested] 3+ messages in thread
* [gentoo-commits] gentoo-x86 commit in app-pda/libimobiledevice: ChangeLog libimobiledevice-1.1.4-r4.ebuild
@ 2014-07-26 12:24 Samuli Suominen (ssuominen)
0 siblings, 0 replies; 3+ messages in thread
From: Samuli Suominen (ssuominen) @ 2014-07-26 12:24 UTC (permalink / raw
To: gentoo-commits
ssuominen 14/07/26 12:24:05
Modified: ChangeLog
Removed: libimobiledevice-1.1.4-r4.ebuild
Log:
old
(Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 4868F14D)
Revision Changes Path
1.55 app-pda/libimobiledevice/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-pda/libimobiledevice/ChangeLog?rev=1.55&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-pda/libimobiledevice/ChangeLog?rev=1.55&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-pda/libimobiledevice/ChangeLog?r1=1.54&r2=1.55
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-pda/libimobiledevice/ChangeLog,v
retrieving revision 1.54
retrieving revision 1.55
diff -u -r1.54 -r1.55
--- ChangeLog 30 May 2014 18:37:31 -0000 1.54
+++ ChangeLog 26 Jul 2014 12:24:05 -0000 1.55
@@ -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.54 2014/05/30 18:37:31 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-pda/libimobiledevice/ChangeLog,v 1.55 2014/07/26 12:24:05 ssuominen Exp $
+
+ 26 Jul 2014; Samuli Suominen <ssuominen@gentoo.org>
+ -files/libimobiledevice-1.1.4-HOME-segfault.patch,
+ -files/libimobiledevice-1.1.4-openssl.patch, -files/libimobiledevice-1.1.4-pro
+ perty_list_service-do-not-strip-non-ASCII-charact.patch,
+ -libimobiledevice-1.1.4-r4.ebuild:
+ old
30 May 2014; Samuli Suominen <ssuominen@gentoo.org>
libimobiledevice-1.1.6.ebuild:
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2014-07-26 12:24 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-02-23 8:48 [gentoo-commits] gentoo-x86 commit in app-pda/libimobiledevice: ChangeLog libimobiledevice-1.1.4-r4.ebuild Samuli Suominen (ssuominen)
-- strict thread matches above, loose matches on Subject: below --
2014-07-26 12:24 Samuli Suominen (ssuominen)
2013-02-23 8:46 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