public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Pacho Ramos" <pacho@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: app-pda/libusbmuxd/
Date: Sat, 28 Sep 2019 15:20:03 +0000 (UTC)	[thread overview]
Message-ID: <1569683997.1b38845388556ce2c0a773f80e744e1e3722bf3c.pacho@gentoo> (raw)

commit:     1b38845388556ce2c0a773f80e744e1e3722bf3c
Author:     Pacho Ramos <pacho <AT> gentoo <DOT> org>
AuthorDate: Sat Sep 28 15:15:56 2019 +0000
Commit:     Pacho Ramos <pacho <AT> gentoo <DOT> org>
CommitDate: Sat Sep 28 15:19:57 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1b388453

app-pda/libusbmuxd: Needs to bump subslot, update EAPI

Package-Manager: Portage-2.3.76, Repoman-2.3.17
Signed-off-by: Pacho Ramos <pacho <AT> gentoo.org>

 app-pda/libusbmuxd/libusbmuxd-1.0.10-r1.ebuild | 40 ++++++++++++++++++++++++++
 1 file changed, 40 insertions(+)

diff --git a/app-pda/libusbmuxd/libusbmuxd-1.0.10-r1.ebuild b/app-pda/libusbmuxd/libusbmuxd-1.0.10-r1.ebuild
new file mode 100644
index 00000000000..251892a8863
--- /dev/null
+++ b/app-pda/libusbmuxd/libusbmuxd-1.0.10-r1.ebuild
@@ -0,0 +1,40 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+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/4" # based on SONAME of libusbmuxd.so
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86"
+IUSE="kernel_linux static-libs"
+
+RDEPEND="
+	>=app-pda/libplist-1.11:=
+	virtual/libusb:1
+	!=app-pda/usbmuxd-1.0.9
+	!<app-pda/usbmuxd-1.0.8_p1
+"
+DEPEND="${RDEPEND}"
+BDEPEND="
+	virtual/os-headers
+	virtual/pkgconfig
+"
+
+src_configure() {
+	local myeconfargs=( $(use_enable static-libs static) )
+	use kernel_linux || myeconfargs+=( --without-inotify )
+
+	econf "${myeconfargs[@]}"
+}
+
+src_install() {
+	default
+	if ! use static-libs; then
+		find "${D}" -name '*.la' -type f -delete || die
+	fi
+}


             reply	other threads:[~2019-09-28 15:20 UTC|newest]

Thread overview: 31+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-09-28 15:20 Pacho Ramos [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-10-30 14:41 [gentoo-commits] repo/gentoo:master commit in: app-pda/libusbmuxd/ Sam James
2024-10-30 11:07 Sam James
2024-10-30 11:07 Sam James
2024-09-08  8:00 Petr Vaněk
2024-09-08  8:00 Petr Vaněk
2024-05-28 22:28 Ionen Wolkens
2024-04-19 10:38 Sam James
2024-03-21 17:00 Arthur Zamarin
2022-11-16  5:57 WANG Xuerui
2022-07-29  8:04 Matthew Smith
2022-07-25 18:50 Matthew Smith
2021-08-23 22:59 Marek Szuba
2020-12-20 19:28 Sam James
2020-12-20 19:07 Thomas Deutschmann
2020-12-17 16:41 Agostino Sarubbo
2020-12-17  8:58 Sam James
2020-07-18 10:57 Mart Raudsepp
2020-07-16 12:59 Joonas Niilola
2020-05-09  7:48 Agostino Sarubbo
2020-05-09  7:40 Agostino Sarubbo
2020-05-08 17:11 Agostino Sarubbo
2020-03-21 21:45 James Le Cuirot
2019-12-05  7:47 Pacho Ramos
2019-11-19  7:38 Agostino Sarubbo
2019-09-28 15:20 Pacho Ramos
2019-09-28 15:20 Pacho Ramos
2019-09-18 21:29 Thomas Deutschmann
2019-09-18  3:24 Jason A. Donenfeld
2017-06-19 16:16 Alexis Ballier
2017-05-20 23:46 Michael Weber

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1569683997.1b38845388556ce2c0a773f80e744e1e3722bf3c.pacho@gentoo \
    --to=pacho@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox