From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 0B94B15807A for ; Fri, 10 Sep 2021 01:25:20 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7BF6DE0857; Fri, 10 Sep 2021 01:25:17 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 81EE8E084A for ; Fri, 10 Sep 2021 01:25:15 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 3814234447B for ; Fri, 10 Sep 2021 01:25:14 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B473535 for ; Fri, 10 Sep 2021 01:25:12 +0000 (UTC) From: "Matt Turner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Matt Turner" Message-ID: <1631236925.8d175972ff6a346165d5d3646dd0f1a30c9958ae.mattst88@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-libs/dleyna-connector-dbus/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-libs/dleyna-connector-dbus/Manifest net-libs/dleyna-connector-dbus/dleyna-connector-dbus-0.4.1.ebuild X-VCS-Directories: net-libs/dleyna-connector-dbus/ X-VCS-Committer: mattst88 X-VCS-Committer-Name: Matt Turner X-VCS-Revision: 8d175972ff6a346165d5d3646dd0f1a30c9958ae X-VCS-Branch: master Date: Fri, 10 Sep 2021 01:25:12 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 8ea0505e-7bf4-488a-9c72-52b9e74dc6ca X-Archives-Hash: 6b6e3039db0288aeb974812d5762d33d commit: 8d175972ff6a346165d5d3646dd0f1a30c9958ae Author: Matt Turner gentoo org> AuthorDate: Fri Sep 10 01:22:05 2021 +0000 Commit: Matt Turner gentoo org> CommitDate: Fri Sep 10 01:22:05 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8d175972 net-libs/dleyna-connector-dbus: Version bump to 0.4.1 Signed-off-by: Matt Turner gentoo.org> net-libs/dleyna-connector-dbus/Manifest | 1 + .../dleyna-connector-dbus-0.4.1.ebuild | 23 ++++++++++++++++++++++ 2 files changed, 24 insertions(+) diff --git a/net-libs/dleyna-connector-dbus/Manifest b/net-libs/dleyna-connector-dbus/Manifest index ca159ccc379..262621e0f63 100644 --- a/net-libs/dleyna-connector-dbus/Manifest +++ b/net-libs/dleyna-connector-dbus/Manifest @@ -1 +1,2 @@ DIST dleyna-connector-dbus-0.4.0.tar.gz 15046 BLAKE2B 644d9f0703d4675e5173306deffb6b7f300e36b1472d3d31f78d3dac98fa682819b3002e902260e5fe307d1a3060142fb764d3e5e2297362b1a0f0fb154492d5 SHA512 03ad706291549db56c0ad3121a6ecc5f1ecacf0bfa34956a397f8b0682b57fd6f847b0dc73ac5e30684f0ffde38b7b717dcccb00a0498f89b3ccc31e196e279e +DIST dleyna-connector-dbus-0.4.1.tar.gz 15081 BLAKE2B aaff6588da05920b108da5c89c457bc1eeb9d7330ae1c06bc3f95f4d4467c93a6524602cedc455f3db324f0a1fca121d52fdbae135eb57d4fe6face9f86ac680 SHA512 43d9f13304c19bd2fc975283ebc68359d5a7bf174221a8877e31994e393b9c1421440acbbd1b2e9945953c1248e596168aac74b50922080ee6db1b02dac03315 diff --git a/net-libs/dleyna-connector-dbus/dleyna-connector-dbus-0.4.1.ebuild b/net-libs/dleyna-connector-dbus/dleyna-connector-dbus-0.4.1.ebuild new file mode 100644 index 00000000000..ccb8ad30e32 --- /dev/null +++ b/net-libs/dleyna-connector-dbus/dleyna-connector-dbus-0.4.1.ebuild @@ -0,0 +1,23 @@ +# Copyright 1999-2021 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +inherit meson + +DESCRIPTION="utility library for higher level dLeyna libraries" +HOMEPAGE="https://github.com/phako/dleyna-connector-dbus" +SRC_URI="https://github.com/phako/${PN}/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz" + +LICENSE="LGPL-2.1" +SLOT="1.0" +KEYWORDS="~amd64 ~arm64 ~riscv ~x86" + +DEPEND=" + >=dev-libs/glib-2.28:2 + >=net-libs/dleyna-core-0.7.0:1.0= +" +RDEPEND="${DEPEND} + >=sys-apps/dbus-1 +" +BDEPEND="virtual/pkgconfig"