mirror of
https://github.com/pentoo/pentoo-overlay
synced 2026-05-01 11:11:08 +02:00
libplist: cleanups
This commit is contained in:
parent
7d487a3324
commit
bfa75e1b52
8 changed files with 12 additions and 124 deletions
|
|
@ -1,5 +1,9 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
|
||||
<pkgmetadata>
|
||||
<herd>pda</herd>
|
||||
<!-- maintainer-needed -->
|
||||
<upstream>
|
||||
<bugs-to>https://github.com/libimobiledevice/libplist/issues</bugs-to>
|
||||
<remote-id type="github">libimobiledevice/libplist</remote-id>
|
||||
</upstream>
|
||||
</pkgmetadata>
|
||||
|
|
|
|||
|
|
@ -1,4 +1,2 @@
|
|||
DIST libusbmuxd-1.0.10.tar.bz2 292649 BLAKE2B 7ec9a576cb20f7e87cf1f31e57e66100c496e5809142d225df9b3cc295a71546bed2d90f41df3144f7316ce0aec5f08fad850c528e27f336bf96e9578bcffd04 SHA512 180cde2e9d0860d07d29813e68abf8ca807f75e98424b50acfc1ce941ba4260922959e1047a7d2bc754470c08ed55d0a15c9367487bd41c635a52b4fbf8ff535
|
||||
DIST libusbmuxd-1.1.0_pre20190118.tar.gz 38771 BLAKE2B 082609ee72b68629b5eded757e3f90df707c6822f512b7c76c8742f25a676d95261a76ca048664451b6e9fb6fe7041262ab65f1da00ecd1b7751c44eb9e471da SHA512 c7ade150c3afc580e816aed59a49928b39c883231c231c854d2b64e9b2b92881bb838cd2b61604fdc1950d7497d0297c0a133ae26a25f87f8c1b66e4f26c8398
|
||||
DIST libusbmuxd-1.1.0_pre20190328.tar.gz 40839 BLAKE2B e422cafb88ec8d0f55dfebb2a25436eeed75546ac90af88ac19d6d2072baa9f2a5819ca0b4ac4b12b3c939f6bf42617533dfd0f2b17f2614c929b24397166716 SHA512 95a9b81150aa72c829285cf69834b383011ac891c87386048b5b4cdde03074b14e01f000ae5e19dac55edf2e634b96f95f6a14de88b19361194b73ddb9bff3c8
|
||||
DIST libusbmuxd-2.0.0.tar.gz 42107 BLAKE2B 1e913c595b546b9d1768f1c6af303bd674571fdbdbefaaa7c2554c01b6c0ffea66ddf9535d32631fe7a5f864a0e5044d092ff9567c5c54b2c47a57b6517a9936 SHA512 5e071210b548eac18c1356e41d5a71f961acdc5546cf6857884f218ade69d9700149133af68ead2ee23b2751a594d2d2d7d98048b3ecc29549a81a9aa3bafb80
|
||||
|
|
|
|||
|
|
@ -1,33 +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.12:=
|
||||
virtual/libusb:1
|
||||
!=app-pda/usbmuxd-1.0.9
|
||||
!<app-pda/usbmuxd-1.0.8_p1"
|
||||
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
|
||||
}
|
||||
|
|
@ -1,40 +0,0 @@
|
|||
# Copyright 1999-2018 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=6
|
||||
inherit autotools git-r3
|
||||
|
||||
EGIT_REPO_URI="https://github.com/libimobiledevice/libusbmuxd.git"
|
||||
EGIT_COMMIT="c724e70fb52ba45291dc73a2e369c0c5bae0ec2e"
|
||||
|
||||
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.12:=
|
||||
virtual/libusb:1
|
||||
!=app-pda/usbmuxd-1.0.9
|
||||
!<app-pda/usbmuxd-1.0.8_p1"
|
||||
DEPEND="${RDEPEND}
|
||||
virtual/os-headers
|
||||
virtual/pkgconfig"
|
||||
|
||||
DOCS=( AUTHORS README )
|
||||
|
||||
src_prepare() {
|
||||
eautoreconf
|
||||
eapply_user
|
||||
}
|
||||
|
||||
src_configure() {
|
||||
local myeconfargs=( $(use_enable static-libs static) )
|
||||
use kernel_linux || myeconfargs+=( --without-inotify )
|
||||
|
||||
econf "${myeconfargs[@]}"
|
||||
}
|
||||
|
|
@ -1,41 +0,0 @@
|
|||
# Copyright 1999-2019 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=6
|
||||
inherit autotools
|
||||
|
||||
HASH_COMMIT="c75605d862cd1c312494f6c715246febc26b2e05"
|
||||
|
||||
DESCRIPTION="USB multiplex daemon for use with Apple iPhone/iPod Touch devices"
|
||||
HOMEPAGE="http://www.libimobiledevice.org/"
|
||||
SRC_URI="https://github.com/libimobiledevice/libusbmuxd/archive/${HASH_COMMIT}.tar.gz -> ${P}.tar.gz"
|
||||
|
||||
# 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.12:=
|
||||
virtual/libusb:1
|
||||
!=app-pda/usbmuxd-1.0.9
|
||||
!<app-pda/usbmuxd-1.0.8_p1"
|
||||
DEPEND="${RDEPEND}
|
||||
virtual/os-headers
|
||||
virtual/pkgconfig"
|
||||
|
||||
DOCS=( AUTHORS README )
|
||||
|
||||
S="${WORKDIR}/${PN}-${HASH_COMMIT}"
|
||||
|
||||
src_prepare() {
|
||||
eautoreconf
|
||||
eapply_user
|
||||
}
|
||||
|
||||
src_configure() {
|
||||
local myeconfargs=( $(use_enable static-libs static) )
|
||||
use kernel_linux || myeconfargs+=( --without-inotify )
|
||||
|
||||
econf "${myeconfargs[@]}"
|
||||
}
|
||||
|
|
@ -1,4 +1,4 @@
|
|||
# Copyright 1999-2019 Pentoo Authors
|
||||
# Copyright 1999-2019 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=6
|
||||
|
|
@ -18,7 +18,7 @@ IUSE="kernel_linux static-libs"
|
|||
|
||||
RDEPEND=">=app-pda/libplist-1.12:=
|
||||
virtual/libusb:1
|
||||
!=app-pda/usbmuxd-1.0.9
|
||||
!=app-pda/usbmuxd-1.0.9*
|
||||
!<app-pda/usbmuxd-1.0.8_p1"
|
||||
DEPEND="${RDEPEND}
|
||||
virtual/os-headers
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
# Copyright 1999-2019 Pentoo Authors
|
||||
# Copyright 1999-2019 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=6
|
||||
|
|
@ -10,13 +10,13 @@ SRC_URI="https://github.com/libimobiledevice/libusbmuxd/archive/${PV}.tar.gz ->
|
|||
|
||||
# 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
|
||||
SLOT="0/6.0.0" # based on SONAME of libusbmuxd.so
|
||||
KEYWORDS="amd64 ~arm ~ppc ~ppc64 x86"
|
||||
IUSE="kernel_linux static-libs"
|
||||
|
||||
RDEPEND=">=app-pda/libplist-2.1:=
|
||||
RDEPEND=">=app-pda/libplist-2.1.0:=
|
||||
virtual/libusb:1
|
||||
!=app-pda/usbmuxd-1.0.9
|
||||
!=app-pda/usbmuxd-1.0.9*
|
||||
!<app-pda/usbmuxd-1.0.8_p1"
|
||||
DEPEND="${RDEPEND}
|
||||
virtual/os-headers
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
|
||||
<pkgmetadata>
|
||||
<herd>pda</herd>
|
||||
<!-- maintainer-needed -->
|
||||
</pkgmetadata>
|
||||
|
|
|
|||
Loading…
Reference in a new issue