remove ios ebuilds in favor of upstream

This commit is contained in:
Anton Schubert 2019-12-21 13:51:43 +01:00
parent 615b888a3b
commit 2a3ada6d29
12 changed files with 0 additions and 499 deletions

View file

@ -1 +0,0 @@
EBUILD ipheth-pair-9999.ebuild 840 SHA256 969d3df5d71a8f1b66644a5acb3090e0799597688ebd87611736cc9207e49509 SHA512 064e9e23e3553acf5b167d59265c7465f274b96228e7763471c18d729615c589243fa9c9e860616e5a8c85e1b622e00e869d2c646eb230fa7ecfce30c76ff0a1 WHIRLPOOL 2d120c3ab64878b13f11adfc472645f006dbc4c87846b3a8d0b134352494a2dd056cb0ec9c69a23783b3d6ff95269803dd863c738701f282cdd0b9808a60b8ec

View file

@ -1,41 +0,0 @@
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $
EAPI="5"
inherit autotools eutils git-2 udev
DESCRIPTION="iPhone USB Ethernet Driver for Linux pairing helper"
HOMEPAGE="http://giagio.com/wiki/moin.cgi/iPhoneEthernetDriver"
SRC_URI=""
EGIT_REPO_URI="git://github.com/dgiagio/ipheth.git/"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64"
IUSE="udev"
RDEPEND="app-pda/libimobiledevice"
DEPEND="${RDEPEND}"
src_compile() {
emake -C ipheth-pair || die
}
src_install() {
exeinto /lib/udev
doexe ${WORKDIR}/${P}/${PN}/${PN}
udev_dorules "${WORKDIR}/${P}/${PN}"/90-iphone-tether.rules
if ! use udev; then
rm "${ED}"/$(get_udevdir)/rules.d/90-iphone-tether.rules
rmdir -p "${ED}"/$(get_udevdir)/rules.d
fi
}
pkg_postinst() {
if use udev; then
udev_reload
fi
}

View file

@ -1,4 +0,0 @@
DIST libimobiledevice-1.2.0.tar.bz2 631495 SHA256 786b0de0875053bf61b5531a86ae8119e320edab724fc62fe2150cc931f11037 SHA512 0de5f768aeb5d62445892855d84ceaff776f6667733c351ed6c34bf9d500802762d1a06e5efdf57f33cafc9ee788041cd9b6748fb9bad6c2e4ae2f9b9aa93589 WHIRLPOOL ca0d709fcc844811fa19b1b149afd81c15f75c213384789b1bc1a4ec838f12ffa33c6f78753befd4eae81156cb1c002d24e7ddc50a59f374164c33ddfd37ddb6
EBUILD libimobiledevice-1.2.0.ebuild 1722 SHA256 7f259ac8233042f47b93f9a03ed2b228953f825e5dfef45586eecdc915aaf946 SHA512 88f8ea3d3aef7b4d7828eb105f80f200d832643485108b01dec44867edb3912ce5d8fb0ef0483a8b957d2e71310540d39582a47848f23553b062744a5f1feb6a WHIRLPOOL 51453657d9dd9e156d0adcb3c43f37d68a5d6f6f8b9b9bbb59dfc1398751425afda18a1e1c67fdf92fa91bf3b53a53afc9dd0e57ad8c8de101146981802532d6
EBUILD libimobiledevice-9999.ebuild 1150 SHA256 f440ce129b6616d68bb64a3d3748f27d6b9f84340771b8a912493ba8d13fe3e1 SHA512 6248f20208dcc697a6c1d45cff50331bf9c23371b5d9b97b4ed276b5e3e1993911d4c7d36df8eb7f7cbf253f5192f2f2878b2f5c4a0842a2b063e3004f24a5f4 WHIRLPOOL d152c2c726f65ac8d0c86189bca6824deefab67c2bf726758aa11d9f903c4f2853e7692ac4f10f1222fb9ff58eb5a9b729c9ceecfdba3e43deb78309e5d83be0
MISC metadata.xml 140 SHA256 46e94927a74c45d5fd3e380fdc946886e83bc28a0a51b4f57b0a360428a5cf4b SHA512 fea2d8570514bac76535850a58a9fb50946a315efd0448cbb3fb0d543acc203541fb3431bd4c3ca82e057f2bd4fcd763da81d07dccfd4a788aedc9aa825d6296 WHIRLPOOL 78baff9ed584f9e1f978667c5b19ba0a66fe2793cacd56c2afbb9fd22fad28d6d012c3d976e8ad30aa4ddd63614cc990bb3a89a2052b3271e4cfd77003d5158e

View file

@ -1,66 +0,0 @@
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $
EAPI=5
PYTHON_COMPAT=( python{2_7,3_2,3_3,3_4} )
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/libusbmuxd-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/*
if use python; then
insinto /usr/include/${PN}/cython
doins cython/imobiledevice.pxd
fi
}

View file

@ -1,43 +0,0 @@
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $
EAPI=5
PYTHON_COMPAT=( python{2_7,3_2,3_3,3_4} )
AUTOTOOLS_PRUNE_LIBTOOL_FILES=all
inherit autotools multilib python-r1 git-r3
DESCRIPTION="Support library to communicate with Apple iPhone/iPod Touch devices"
HOMEPAGE="http://www.libimobiledevice.org/"
SRC_URI=""
EGIT_REPO_URI="https://github.com/libimobiledevice/libimobiledevice.git"
# 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"
#ISUE="python"
IUSE="gnutls python static-libs"
RDEPEND=">=app-pda/libplist-1.11:=[python?,${PYTHON_USEDEP}]
>=app-pda/libusbmuxd-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 )
src_prepare() {
eautoreconf
}

View file

@ -1,5 +0,0 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
</pkgmetadata>

View file

@ -1,56 +0,0 @@
# ChangeLog for app-pda/libplist
# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
# (auto-generated from git log)
*libplist-1.11 (09 Aug 2015)
09 Aug 2015; Robin H. Johnson <robbat2@gentoo.org> +libplist-1.11.ebuild,
+metadata.xml:
proj/gentoo: Initial commit
This commit represents a new era for Gentoo:
Storing the gentoo-x86 tree in Git, as converted from CVS.
This commit is the start of the NEW history.
Any historical data is intended to be grafted onto this point.
Creation process:
1. Take final CVS checkout snapshot
2. Remove ALL ChangeLog* files
3. Transform all Manifests to thin
4. Remove empty Manifests
5. Convert all stale $Header$/$Id$ CVS keywords to non-expanded Git $Id$
5.1. Do not touch files with -kb/-ko keyword flags.
Signed-off-by: Robin H. Johnson <robbat2@gentoo.org>
X-Thanks: Alec Warner <antarus@gentoo.org> - did the GSoC 2006 migration
tests
X-Thanks: Robin H. Johnson <robbat2@gentoo.org> - infra guy, herding this
project
X-Thanks: Nguyen Thai Ngoc Duy <pclouds@gentoo.org> - Former Gentoo
developer, wrote Git features for the migration
X-Thanks: Brian Harring <ferringb@gentoo.org> - wrote much python to improve
cvs2svn
X-Thanks: Rich Freeman <rich0@gentoo.org> - validation scripts
X-Thanks: Patrick Lauer <patrick@gentoo.org> - Gentoo dev, running new 2014
work in migration
X-Thanks: Michał Górny <mgorny@gentoo.org> - scripts, QA, nagging
X-Thanks: All of other Gentoo developers - many ideas and lots of paint on
the bikeshed
24 Aug 2015; Justin Lecher <jlec@gentoo.org> metadata.xml:
Use https by default
Convert all URLs for sites supporting encrypted connections from http to
https
Signed-off-by: Justin Lecher <jlec@gentoo.org>
24 Aug 2015; Mike Gilbert <floppym@gentoo.org> metadata.xml:
Revert DOCTYPE SYSTEM https changes in metadata.xml
repoman does not yet accept the https version.
This partially reverts eaaface92ee81f30a6ac66fe7acbcc42c00dc450.
Bug: https://bugs.gentoo.org/552720

View file

@ -1,165 +0,0 @@
# ChangeLog for app-pda/libplist
# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
# $Header: /var/cvsroot/gentoo-x86/app-pda/libplist/ChangeLog,v 1.43 2015/04/08 07:30:37 mgorny Exp $
08 Apr 2015; Michał Górny <mgorny@gentoo.org> libplist-1.11.ebuild:
Remove old Python implementations
27 Nov 2014; Pacho Ramos <pacho@gentoo.org> libplist-1.11.ebuild:
Support python 3.4
03 Aug 2014; Samuli Suominen <ssuominen@gentoo.org> -libplist-1.10.ebuild:
old
03 Aug 2014; Samuli Suominen <ssuominen@gentoo.org> libplist-1.11.ebuild:
amd64/x86 stable wrt #518160
24 May 2014; Davide Pesavento <pesa@gentoo.org> metadata.xml:
Drop maintainership.
06 Apr 2014; Samuli Suominen <ssuominen@gentoo.org> libplist-1.11.ebuild:
Install missing /usr/include/plist/cython/plist.pxd as required by
libimobiledevice for building it's cython bindings.
06 Apr 2014; Samuli Suominen <ssuominen@gentoo.org> libplist-1.11.ebuild:
Use subslot 0/2 for SONAME of libplist.so
*libplist-1.11 (06 Apr 2014)
06 Apr 2014; Samuli Suominen <ssuominen@gentoo.org> +libplist-1.11.ebuild:
Version bump.
06 Apr 2014; Samuli Suominen <ssuominen@gentoo.org> -libplist-1.8-r1.ebuild,
metadata.xml:
old
24 Nov 2013; Agostino Sarubbo <ago@gentoo.org> libplist-1.10.ebuild:
Stable for x86, wrt bug #491444
23 Nov 2013; Pacho Ramos <pacho@gentoo.org> libplist-1.10.ebuild:
amd64 stable, bug #491444
*libplist-1.10 (11 May 2013)
11 May 2013; Samuli Suominen <ssuominen@gentoo.org> +libplist-1.10.ebuild:
Version bump.
10 May 2013; Patrick Lauer <patrick@gentoo.org> metadata.xml:
Remove unused flag description from metadata
02 Feb 2013; Agostino Sarubbo <ago@gentoo.org> libplist-1.8-r1.ebuild:
Add ~arm, wrt bug #449220
31 Dec 2012; Agostino Sarubbo <ago@gentoo.org> libplist-1.8-r1.ebuild:
Add ~ppc, wrt bug #449220
03 Nov 2012; Samuli Suominen <ssuominen@gentoo.org> -libplist-1.8.ebuild:
old
16 Aug 2012; Johannes Huber <johu@gentoo.org> libplist-1.8-r1.ebuild:
Stable for x86, wrt bug #423155
11 Aug 2012; Agostino Sarubbo <ago@gentoo.org> libplist-1.8-r1.ebuild:
Stable for amd64, wrt bug #423155
16 May 2012; Alexis Ballier <aballier@gentoo.org> libplist-1.8-r1.ebuild:
keyword ~amd64-fbsd
31 Mar 2012; Davide Pesavento <pesa@gentoo.org> libplist-1.8-r1.ebuild:
Raise cython dep to avoid bug 410349.
*libplist-1.8-r1 (31 Mar 2012)
31 Mar 2012; Samuli Suominen <ssuominen@gentoo.org> +libplist-1.8-r1.ebuild:
USE="python" is for building Cython based python binding for compability with
libimobiledevice >= 1.1.2
25 Mar 2012; Davide Pesavento <pesa@gentoo.org>
-files/libplist-1.4-gcc46.patch, -libplist-1.4.ebuild, metadata.xml:
Remove old.
15 Mar 2012; Jeff Horelick <jdhore@gentoo.org> libplist-1.8.ebuild:
marked x86 per bug 407577
11 Mar 2012; Agostino Sarubbo <ago@gentoo.org> libplist-1.8.ebuild:
Stable for amd64, wrt bug #407577
01 Mar 2012; Davide Pesavento <pesa@gentoo.org> libplist-1.8.ebuild:
Force the number of jobs to 1 (bug #406365 by Chris Slycord)
*libplist-1.8 (10 Feb 2012)
10 Feb 2012; Davide Pesavento <pesa@gentoo.org> +libplist-1.8.ebuild,
metadata.xml:
Version bump (bug #402985). Implement src_test(). Take maintainership.
06 Nov 2011; Samuli Suominen <ssuominen@gentoo.org> -libplist-1.3.ebuild:
old
22 May 2011; Christian Faulhammer <fauli@gentoo.org> libplist-1.4.ebuild:
stable x86, bug 364829
27 Apr 2011; Christoph Mende <angelos@gentoo.org> libplist-1.4.ebuild:
Stable on amd64 wrt bug #364829
25 Apr 2011; Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>
libplist-1.3.ebuild:
Fix deprecation warnings.
17 Apr 2011; Samuli Suominen <ssuominen@gentoo.org> libplist-1.4.ebuild,
+files/libplist-1.4-gcc46.patch:
Fix building with recent toolchain wrt #363109 by Andrew John Hughes.
*libplist-1.4 (29 Mar 2011)
29 Mar 2011; Samuli Suominen <ssuominen@gentoo.org> +libplist-1.4.ebuild:
Version bump.
23 Jul 2010; Samuli Suominen <ssuominen@gentoo.org> libplist-1.3.ebuild:
Keyword ~ppc64 wrt #325839.
23 Jul 2010; Markus Meier <maekke@gentoo.org> libplist-1.3.ebuild:
amd64 stable, bug #327913
23 Jul 2010; Christian Faulhammer <fauli@gentoo.org> libplist-1.3.ebuild:
stable x86, bug 327913
02 Jun 2010; Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>
libplist-0.12.ebuild, libplist-0.13.ebuild, libplist-1.1.ebuild,
libplist-1.2.ebuild, libplist-1.3.ebuild:
Delete calls to deprecated python_version(). Properly call
python_mod_cleanup().
*libplist-1.3 (28 May 2010)
28 May 2010; Thilo Bangert <bangert@gentoo.org> +libplist-1.3.ebuild:
version bump - fix python deprecation stuff (#314061)
28 May 2010; Markus Meier <maekke@gentoo.org> libplist-1.2.ebuild:
add ~x86, bug #313691
*libplist-1.2 (21 Jan 2010)
21 Jan 2010; <chainsaw@gentoo.org> +libplist-1.2.ebuild:
Version bump, contains support for XML entities and carries warning fixes.
*libplist-1.1 (14 Dec 2009)
14 Dec 2009; <chainsaw@gentoo.org> +libplist-1.1.ebuild:
Version bump. With thanks to Tomas "scarabeus" Chvatal.
*libplist-0.13 (18 Jul 2009)
18 Jul 2009; <chainsaw@gentoo.org> +libplist-0.13.ebuild:
Version bump, adds support for deep copy & setters.
09 Jun 2009; Tomas Chvatal <scarabeus@gentoo.org> libplist-0.12.ebuild,
-files/libplist-0.12-rpath.patch:
Clean up the build to use cmake features directly.
*libplist-0.12 (08 Jun 2009)
08 Jun 2009; <chainsaw@gentoo.org> +libplist-0.12.ebuild,
+files/libplist-0.12-rpath.patch, +metadata.xml:
Initial commit. Ebuild greatly enhanced by Samuli Suominen
<ssuominen@gentoo.org>, with thanks.

View file

@ -1,7 +0,0 @@
DIST libplist-1.11.tar.bz2 355365 SHA256 28e1518eeea054f4eec9a1c93d9575d56193b290c53c1b753773a5e0add95235 SHA512 1c415670877c7091ded541dc36a6bc91132f714a0d3590090ead40ed972e0e076285441d3d219827cc425bc41fcbc101825e937620b7b4f2c1afe4bef8487fa2 WHIRLPOOL a2c74d3454b80696ab45922fe410833912554588d9ed5c177cbed1865bd98099b29a20ab6cf14a0b7c98de59d082fd15392915a94f33d27b16109300a0de2e4c
DIST libplist-1.12.tar.bz2 384321 SHA256 0effdedcb3de128c4930d8c03a3854c74c426c16728b8ab5f0a5b6bdc0b644be SHA512 8af40d8f457ca9a8a9061e9429698c696200714cc05dcbe981e900106c52cd5222edb9dd8d8976bccd0c8997508ed14fb2e10f0ed29383f2ad4f7c5eb7eec0b3 WHIRLPOOL 7d3c4f7822683018b5b0e794d509b9cf5a703605ed772df849ad9ebba6e8191f2eb629444c07d2dcb265520d24c94f13287f200fec34779c9e6fe029536183a7
EBUILD libplist-1.11.ebuild 1297 SHA256 b6d15e9e637bd6378ba343f6b08fa9af1f0a4061b8379ceb4f8fbbf6a2f2808a SHA512 01da2cad71cd184a51eb414c60c4781ca5a8db2e0bc33d50dce6cf0ba1e5b11c0e36ad19b638e2d38c29779da215baf29591d4b0b7bc6ec5fa6a6b35d2ff217c WHIRLPOOL 727a769d6e8ff272fb9a107de3968a68fc240b9fe05e1da6c4f361cb8d3cd49b6486b5421e783f03e900ddb6d7e171d5339f10347fdf4a62a7136f56f95297e9
EBUILD libplist-1.12.ebuild 1297 SHA256 b6d15e9e637bd6378ba343f6b08fa9af1f0a4061b8379ceb4f8fbbf6a2f2808a SHA512 01da2cad71cd184a51eb414c60c4781ca5a8db2e0bc33d50dce6cf0ba1e5b11c0e36ad19b638e2d38c29779da215baf29591d4b0b7bc6ec5fa6a6b35d2ff217c WHIRLPOOL 727a769d6e8ff272fb9a107de3968a68fc240b9fe05e1da6c4f361cb8d3cd49b6486b5421e783f03e900ddb6d7e171d5339f10347fdf4a62a7136f56f95297e9
MISC ChangeLog 2050 SHA256 2446606279ac6cbaa029282bc15fd6c88f21b3db718f45ceaf232ebaf8f3118d SHA512 d04b198f8af82e713cfe30a69d33781ddd5464ba5d4044459bb2fb910b104006158fd342c4dc99822e932e0109c35204a56d62c59e4d1468cf3bc7c0e6adf6e2 WHIRLPOOL 678dd3298e41d22f9e317e2b6acf1b2346380640c6c10add91dc8d125afaa0a2e4bcdf917c7062f8c50bf9dc2f6ed9d36e2076831a1ddaa29d45dcf4508c7402
MISC ChangeLog-2015 5691 SHA256 80e7b81e7fe641d1fb4e95c9b7ee8a0211dbaf55a8d0fbaca97fc85d2111425f SHA512 e247b80462e5bb6289f65a1dc55638c9a318d745ab48b70f00525c257480d6e81833c2243c32bab3133950dfbb3b9d3caba81db60c4b7cd971a350148e751ba5 WHIRLPOOL 75c229798ac7b546ed200fddcda0fd549814df4c8bbb66babc603f504c85801a94f4ee97ba37278a39d4b73d7f4e1014c8018fbe12e6f8df9980b15a8e01521d
MISC metadata.xml 157 SHA256 56846545c7061ba6a21ebd55e593cc7082940b7bd9049024204fb7ae26943708 SHA512 05ab01d7073a8f2d514feddc1cdd5f0f92135cf1e8bd1c68d339a0ce3637ab286e7fe07c09a5d8cfaf2f8cc26e3da32398186ac88c70efb33eb2d6424763e0bf WHIRLPOOL ad73e58d030106b96f7526a4cdf06ce8d1105ecee466adb39a1f4dd070cf63c6189b3106fb6df0a322d33c775e28c21958817ab2a4c610def020d79093d113c0

View file

@ -1,53 +0,0 @@
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
EAPI=5
PYTHON_COMPAT=( python{2_7,3_3,3_4} )
AUTOTOOLS_PRUNE_LIBTOOL_FILES=all
inherit autotools-utils python-r1
DESCRIPTION="Support library to deal with Apple Property Lists (Binary & XML)"
HOMEPAGE="http://www.libimobiledevice.org/"
SRC_URI="http://www.libimobiledevice.org/downloads/${P}.tar.bz2"
LICENSE="GPL-2 LGPL-2.1"
SLOT="0/2" # based on SONAME of libplist.so
KEYWORDS="amd64 ~arm ~ppc ~ppc64 x86 ~amd64-fbsd"
IUSE="python static-libs"
RDEPEND=">=dev-libs/libxml2-2.7.8"
DEPEND="${RDEPEND}
virtual/pkgconfig
python? (
${PYTHON_DEPS}
>=dev-python/cython-0.17[${PYTHON_USEDEP}]
)"
REQUIRED_USE="${PYTHON_REQUIRED_USE}"
DOCS=( AUTHORS NEWS README )
MAKEOPTS+=" -j1" #406365
RESTRICT="test" # TODO: src_test() was dropped from 1.10 (cmake) -> 1.11 (autotools)
src_configure() {
local myeconfargs=( $(use_enable static-libs static) )
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
if use python; then
insinto /usr/include/plist/cython
doins cython/plist.pxd
fi
}

View file

@ -1,53 +0,0 @@
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
EAPI=5
PYTHON_COMPAT=( python{2_7,3_3,3_4} )
AUTOTOOLS_PRUNE_LIBTOOL_FILES=all
inherit autotools-utils python-r1
DESCRIPTION="Support library to deal with Apple Property Lists (Binary & XML)"
HOMEPAGE="http://www.libimobiledevice.org/"
SRC_URI="http://www.libimobiledevice.org/downloads/${P}.tar.bz2"
LICENSE="GPL-2 LGPL-2.1"
SLOT="0/2" # based on SONAME of libplist.so
KEYWORDS="amd64 ~arm ~ppc ~ppc64 x86 ~amd64-fbsd"
IUSE="python static-libs"
RDEPEND=">=dev-libs/libxml2-2.7.8"
DEPEND="${RDEPEND}
virtual/pkgconfig
python? (
${PYTHON_DEPS}
>=dev-python/cython-0.17[${PYTHON_USEDEP}]
)"
REQUIRED_USE="${PYTHON_REQUIRED_USE}"
DOCS=( AUTHORS NEWS README )
MAKEOPTS+=" -j1" #406365
RESTRICT="test" # TODO: src_test() was dropped from 1.10 (cmake) -> 1.11 (autotools)
src_configure() {
local myeconfargs=( $(use_enable static-libs static) )
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
if use python; then
insinto /usr/include/plist/cython
doins cython/plist.pxd
fi
}

View file

@ -1,5 +0,0 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<herd>pda</herd>
</pkgmetadata>