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 <[email protected]> + 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)
