From eb000da7c1daada1463cc9e32727c7e14101bbcf Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Sun, 17 Sep 2017 19:09:41 +0100 Subject: make mrproper --- app-pda/libimobiledevice/Manifest | 1 - .../libimobiledevice/libimobiledevice-1.2.0.ebuild | 66 ------------------ app-pda/libplist/Manifest | 1 - app-pda/libplist/libplist-2.0.0.ebuild | 81 ---------------------- app-pda/libusbmuxd/Manifest | 1 - app-pda/libusbmuxd/libusbmuxd-1.0.10.ebuild | 31 --------- app-pda/usbmuxd/Manifest | 1 - app-pda/usbmuxd/usbmuxd-1.1.0.ebuild | 33 --------- 8 files changed, 215 deletions(-) delete mode 100644 app-pda/libimobiledevice/Manifest delete mode 100644 app-pda/libimobiledevice/libimobiledevice-1.2.0.ebuild delete mode 100644 app-pda/libplist/Manifest delete mode 100644 app-pda/libplist/libplist-2.0.0.ebuild delete mode 100644 app-pda/libusbmuxd/Manifest delete mode 100644 app-pda/libusbmuxd/libusbmuxd-1.0.10.ebuild delete mode 100644 app-pda/usbmuxd/Manifest delete mode 100644 app-pda/usbmuxd/usbmuxd-1.1.0.ebuild (limited to 'app-pda') diff --git a/app-pda/libimobiledevice/Manifest b/app-pda/libimobiledevice/Manifest deleted file mode 100644 index c8733929..00000000 --- a/app-pda/libimobiledevice/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST libimobiledevice-1.2.0.tar.bz2 631495 SHA256 786b0de0875053bf61b5531a86ae8119e320edab724fc62fe2150cc931f11037 SHA512 0de5f768aeb5d62445892855d84ceaff776f6667733c351ed6c34bf9d500802762d1a06e5efdf57f33cafc9ee788041cd9b6748fb9bad6c2e4ae2f9b9aa93589 WHIRLPOOL ca0d709fcc844811fa19b1b149afd81c15f75c213384789b1bc1a4ec838f12ffa33c6f78753befd4eae81156cb1c002d24e7ddc50a59f374164c33ddfd37ddb6 diff --git a/app-pda/libimobiledevice/libimobiledevice-1.2.0.ebuild b/app-pda/libimobiledevice/libimobiledevice-1.2.0.ebuild deleted file mode 100644 index 5b208e7b..00000000 --- a/app-pda/libimobiledevice/libimobiledevice-1.2.0.ebuild +++ /dev/null @@ -1,66 +0,0 @@ -# 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.6 2014/11/27 13:18:42 pacho Exp $ - -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.10:= - 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 -} diff --git a/app-pda/libplist/Manifest b/app-pda/libplist/Manifest deleted file mode 100644 index 23105db5..00000000 --- a/app-pda/libplist/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST libplist-2.0.0.tar.bz2 421405 SHA256 3a7e9694c2d9a85174ba1fa92417cfabaea7f6d19631e544948dc7e17e82f602 SHA512 81508bf6773483528816725c3b5b868563b84fd7810999404072e5ea9efa7fc9f11ef997f32208e4421aa26b15edd0c65f87c67c1472e8c4e356f1e9fe7740ee WHIRLPOOL cfea767321dda602722281f189dae708969c7471bc4b9388638b671257f3808358e1227cdf29cba7751cb715a8ec92fccb1c0dd5c8d150ebac19fdf8633c6339 diff --git a/app-pda/libplist/libplist-2.0.0.ebuild b/app-pda/libplist/libplist-2.0.0.ebuild deleted file mode 100644 index 249dd496..00000000 --- a/app-pda/libplist/libplist-2.0.0.ebuild +++ /dev/null @@ -1,81 +0,0 @@ -# Copyright 1999-2017 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 -PYTHON_COMPAT=( python{2_7,3_4,3_5} ) -inherit autotools eutils 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/3" # based on SONAME of libplist.so -KEYWORDS="amd64 ~arm ~ppc ~ppc64 x86 ~amd64-fbsd" -IUSE="python static-libs" - -RDEPEND="python? ( ${PYTHON_DEPS} )" -DEPEND="${RDEPEND} - virtual/pkgconfig - python? ( >=dev-python/cython-0.17[${PYTHON_USEDEP}] )" - -REQUIRED_USE="${PYTHON_REQUIRED_USE}" - -DOCS=( AUTHORS NEWS README ) - -RESTRICT="test" # TODO: src_test() was dropped from 1.10 (cmake) -> 1.11 (autotools) - -BUILD_DIR="${S}_build" - -src_configure() { - local ECONF_SOURCE=${S} - local myeconfargs=( $(use_enable static-libs static) ) - - do_configure() { - mkdir -p "${BUILD_DIR}" || die - pushd "${BUILD_DIR}" >/dev/null || die - econf "${myeconfargs[@]}" "${@}" - popd >/dev/null || die - } - - do_configure_python() { - PYTHON_LDFLAGS="$(python_get_LIBS)" do_configure "$@" - } - - do_configure --without-cython - use python && python_foreach_impl do_configure_python -} - -src_compile() { - python_compile() { - emake -C "${BUILD_DIR}"/cython -j1 \ - VPATH="${S}/cython:${native_builddir}/cython" \ - plist_la_LIBADD="${native_builddir}/src/libplist.la" - } - - local native_builddir=${BUILD_DIR} - pushd "${BUILD_DIR}" >/dev/null || die - emake -j1 - use python && python_foreach_impl python_compile - popd >/dev/null || die -} - -src_install() { - python_install() { - emake -C "${BUILD_DIR}/cython" -j1 \ - VPATH="${S}/cython:${native_builddir}/cython" \ - DESTDIR="${D}" install - } - - local native_builddir=${BUILD_DIR} - pushd "${BUILD_DIR}" >/dev/null || die - emake -j1 DESTDIR="${D}" install - use python && python_foreach_impl python_install - popd >/dev/null || die - - if use python ; then - insinto /usr/include/plist/cython - doins cython/plist.pxd - fi - prune_libtool_files --all -} diff --git a/app-pda/libusbmuxd/Manifest b/app-pda/libusbmuxd/Manifest deleted file mode 100644 index f31a6808..00000000 --- a/app-pda/libusbmuxd/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST libusbmuxd-1.0.10.tar.bz2 292649 SHA256 1aa21391265d2284ac3ccb7cf278126d10d354878589905b35e8102104fec9f2 SHA512 180cde2e9d0860d07d29813e68abf8ca807f75e98424b50acfc1ce941ba4260922959e1047a7d2bc754470c08ed55d0a15c9367487bd41c635a52b4fbf8ff535 WHIRLPOOL 4f7344084da1d5e36476b3b67584d7ccbaefebed81f82ac9bf2ce000b666860d5508e173d3f06bb0508f7803fd54686665fc5aa8d7aed7c8425c886ac27869fe diff --git a/app-pda/libusbmuxd/libusbmuxd-1.0.10.ebuild b/app-pda/libusbmuxd/libusbmuxd-1.0.10.ebuild deleted file mode 100644 index f3b79356..00000000 --- a/app-pda/libusbmuxd/libusbmuxd-1.0.10.ebuild +++ /dev/null @@ -1,31 +0,0 @@ -# Copyright 1999-2014 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-pda/libusbmuxd/libusbmuxd-1.0.9.ebuild,v 1.2 2014/08/03 12:08:23 ssuominen Exp $ - -EAPI=5 -inherit autotools-utils - -DESCRIPTION="USB multiplex daemon for use with Apple iPhone/iPod Touch devices" -HOMEPAGE="http://www.libimobiledevice.org/" -SRC_URI="http://www.libimobiledevice.org/downloads/${P}.tar.bz2" - -# tools/iproxy.c is GPL-2+, everything else is LGPL-2.1+ -LICENSE="GPL-2+ LGPL-2.1+" -SLOT="0/2" # based on SONAME of libusbmuxd.so -KEYWORDS="amd64 ~arm ~ppc ~ppc64 x86" -IUSE="kernel_linux static-libs" - -RDEPEND=">=app-pda/libplist-1.11:= - virtual/libusb:1" -DEPEND="${RDEPEND} - virtual/os-headers - virtual/pkgconfig" - -DOCS=( AUTHORS README ) - -src_configure() { - local myeconfargs=( $(use_enable static-libs static) ) - use kernel_linux || myeconfargs+=( --without-inotify ) - - autotools-utils_src_configure -} diff --git a/app-pda/usbmuxd/Manifest b/app-pda/usbmuxd/Manifest deleted file mode 100644 index b9cfc94f..00000000 --- a/app-pda/usbmuxd/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST usbmuxd-1.1.0.tar.bz2 321897 SHA256 3e8948b4fe4250ee5c4bd41ccd1b83c09b8a6f5518a7d131a66fd38bd461b42d SHA512 66aa0c40e912bf596b819098b87d88e9cf30b2e6352e607eeb778bd4f23bf9bb123fb6a6ecca2d4e4be3171e35d66200d632d2c9c80b1f2462bb45be8aa6912d WHIRLPOOL e960c466fa00b99a233dd78433adf32d0fbaa4f758bd71be2e98eb45eb5b8c89eb1d75fc5dfcc3b330d3a9610d686efca74ca0636bfb7035470b01c85e309716 diff --git a/app-pda/usbmuxd/usbmuxd-1.1.0.ebuild b/app-pda/usbmuxd/usbmuxd-1.1.0.ebuild deleted file mode 100644 index b9d43f60..00000000 --- a/app-pda/usbmuxd/usbmuxd-1.1.0.ebuild +++ /dev/null @@ -1,33 +0,0 @@ -# Copyright 1999-2014 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 -AUTOTOOLS_AUTORECONF=1 -inherit autotools-utils udev user - -DESCRIPTION="USB multiplex daemon for use with Apple iPhone/iPod Touch devices" -HOMEPAGE="http://www.libimobiledevice.org/" -SRC_URI="http://www.libimobiledevice.org/downloads/${P}.tar.bz2" -#SRC_URI="http://dev.gentoo.org/~ssuominen/${P}.tar.xz" - -# src/utils.h is LGPL-2.1+, rest is found in COPYING* -LICENSE="GPL-2 GPL-3 LGPL-2.1+" -SLOT="0" -KEYWORDS="amd64 ~arm ~ppc ~ppc64 x86" -IUSE="" - -RDEPEND=">=app-pda/libplist-1.11 - virtual/libusb:1" -DEPEND="${RDEPEND} - >=app-pda/libimobiledevice-1.2.0 - virtual/os-headers - virtual/pkgconfig" - -pkg_setup() { - enewgroup plugdev - enewuser usbmux -1 -1 -1 "usb,plugdev" -} - -src_install() { - autotools-utils_src_install udevrulesdir="$(get_udevdir)"/rules.d -} -- cgit v1.2.3