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 5E98E1382C5 for ; Sat, 1 May 2021 19:42:46 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 665AAE0D17; Sat, 1 May 2021 19:42:45 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 29283E0D16 for ; Sat, 1 May 2021 19:42:45 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 974E7335CD8 for ; Sat, 1 May 2021 19:42:43 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 23E11735 for ; Sat, 1 May 2021 19:42:42 +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: <1619898144.078c0218dd17470951f46666d9c6ce219be321e7.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.0.ebuild X-VCS-Directories: net-libs/dleyna-connector-dbus/ X-VCS-Committer: mattst88 X-VCS-Committer-Name: Matt Turner X-VCS-Revision: 078c0218dd17470951f46666d9c6ce219be321e7 X-VCS-Branch: master Date: Sat, 1 May 2021 19:42:42 +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: eb146dbb-0e80-4f70-9d7f-8b2a08472dbc X-Archives-Hash: c93d3f2ead1838f424545cb787ce7509 commit: 078c0218dd17470951f46666d9c6ce219be321e7 Author: Matt Turner gentoo org> AuthorDate: Sat May 1 19:22:13 2021 +0000 Commit: Matt Turner gentoo org> CommitDate: Sat May 1 19:42:24 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=078c0218 net-libs/dleyna-connector-dbus: Version bump to 0.4.0 Signed-off-by: Matt Turner gentoo.org> net-libs/dleyna-connector-dbus/Manifest | 1 + .../dleyna-connector-dbus-0.4.0.ebuild | 23 ++++++++++++++++++++++ 2 files changed, 24 insertions(+) diff --git a/net-libs/dleyna-connector-dbus/Manifest b/net-libs/dleyna-connector-dbus/Manifest index 2643ad0192c..0e635349004 100644 --- a/net-libs/dleyna-connector-dbus/Manifest +++ b/net-libs/dleyna-connector-dbus/Manifest @@ -1 +1,2 @@ DIST dleyna-connector-dbus-0.3.0.tar.gz 17306 BLAKE2B b019066f31d6e050b130164e9b3a9dd8e29317db1f93e85c257e1f6f6af7c3310d2fb685d99f12d6eaa00ba983e6e1e88b6d6ae2bf533b117bde16b6d36bde32 SHA512 f1edba6a835575daadb0cc544e0ce5e89bde278d2fbb6802211d3e064e478a3dcb88a2b6d6cbc6b2794a63daf64d33f50795ec67bcd8f00281dbcabcbdbc0468 +DIST dleyna-connector-dbus-0.4.0.tar.gz 15046 BLAKE2B 644d9f0703d4675e5173306deffb6b7f300e36b1472d3d31f78d3dac98fa682819b3002e902260e5fe307d1a3060142fb764d3e5e2297362b1a0f0fb154492d5 SHA512 03ad706291549db56c0ad3121a6ecc5f1ecacf0bfa34956a397f8b0682b57fd6f847b0dc73ac5e30684f0ffde38b7b717dcccb00a0498f89b3ccc31e196e279e diff --git a/net-libs/dleyna-connector-dbus/dleyna-connector-dbus-0.4.0.ebuild b/net-libs/dleyna-connector-dbus/dleyna-connector-dbus-0.4.0.ebuild new file mode 100644 index 00000000000..777d06bfd47 --- /dev/null +++ b/net-libs/dleyna-connector-dbus/dleyna-connector-dbus-0.4.0.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 ~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"