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.1.4-r3.ebuild
@ 2013-01-16 18:41 Samuli Suominen (ssuominen)
  0 siblings, 0 replies; only message in thread
From: Samuli Suominen (ssuominen) @ 2013-01-16 18:41 UTC (permalink / raw
  To: gentoo-commits

ssuominen    13/01/16 18:41:10

  Modified:             ChangeLog
  Added:                libimobiledevice-1.1.4-r3.ebuild
  Log:
  Remove python support because it's unused and broken wrt #451044 by Michelangelo Scopelliti
  
  (Portage version: 2.2.0_alpha151/cvs/Linux x86_64, signed Manifest commit with key 4868F14D)

Revision  Changes    Path
1.39                 app-pda/libimobiledevice/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-pda/libimobiledevice/ChangeLog,v
retrieving revision 1.38
retrieving revision 1.39
diff -u -r1.38 -r1.39
--- ChangeLog	31 Dec 2012 14:16:44 -0000	1.38
+++ ChangeLog	16 Jan 2013 18:41:10 -0000	1.39
@@ -1,6 +1,13 @@
 # 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.38 2012/12/31 14:16:44 ago Exp $
+# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/app-pda/libimobiledevice/ChangeLog,v 1.39 2013/01/16 18:41:10 ssuominen Exp $
+
+*libimobiledevice-1.1.4-r3 (16 Jan 2013)
+
+  16 Jan 2013; Samuli Suominen <ssuominen@gentoo.org>
+  +libimobiledevice-1.1.4-r3.ebuild:
+  Remove python support because it's unused and broken wrt #451044 by
+  Michelangelo Scopelliti
 
   31 Dec 2012; Agostino Sarubbo <ago@gentoo.org>
   libimobiledevice-1.1.4-r2.ebuild:



1.1                  app-pda/libimobiledevice/libimobiledevice-1.1.4-r3.ebuild

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

Index: libimobiledevice-1.1.4-r3.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-r3.ebuild,v 1.1 2013/01/16 18:41:10 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

	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] only message in thread

only message in thread, other threads:[~2013-01-16 18:41 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-01-16 18:41 [gentoo-commits] gentoo-x86 commit in app-pda/libimobiledevice: ChangeLog libimobiledevice-1.1.4-r3.ebuild 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