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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 501B6158020 for ; Wed, 16 Nov 2022 21:17:43 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 9AEE3E087E; Wed, 16 Nov 2022 21:17:42 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 85958E0871 for ; Wed, 16 Nov 2022 21:17:42 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id B1BD9340D6F for ; Wed, 16 Nov 2022 21:17:41 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 218B373B for ; Wed, 16 Nov 2022 21:17:40 +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: <1668633437.f8b9a08d3ffe40c4a755e6407e16c3936d6f8889.mattst88@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-libs/dleyna/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-libs/dleyna/Manifest net-libs/dleyna/dleyna-0.8.0.ebuild X-VCS-Directories: net-libs/dleyna/ X-VCS-Committer: mattst88 X-VCS-Committer-Name: Matt Turner X-VCS-Revision: f8b9a08d3ffe40c4a755e6407e16c3936d6f8889 X-VCS-Branch: master Date: Wed, 16 Nov 2022 21:17:40 +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: 7126ea6d-2dee-4bda-acfa-36ca0ecbea48 X-Archives-Hash: e69e7d504b2aa74458993b06d20a23ad commit: f8b9a08d3ffe40c4a755e6407e16c3936d6f8889 Author: Matt Turner gentoo org> AuthorDate: Wed Nov 16 20:45:32 2022 +0000 Commit: Matt Turner gentoo org> CommitDate: Wed Nov 16 21:17:17 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f8b9a08d net-libs/dleyna: Drop old versions Signed-off-by: Matt Turner gentoo.org> net-libs/dleyna/Manifest | 1 - net-libs/dleyna/dleyna-0.8.0.ebuild | 50 ------------------------------------- 2 files changed, 51 deletions(-) diff --git a/net-libs/dleyna/Manifest b/net-libs/dleyna/Manifest index 38685b4c8180..ce9605a2d526 100644 --- a/net-libs/dleyna/Manifest +++ b/net-libs/dleyna/Manifest @@ -1,2 +1 @@ -DIST dLeyna-v0.8.0.tar.bz2 146281 BLAKE2B 89fc24ed4dcc19b35f317c4760c82877dd829b144cc7f466a0ed22274131238f1058f0aeb53f56639802d808f06028ed9026115002f32d48ef493ff3a986f53f SHA512 f5f78cd5edf40550ea25ae408a910d7d9bbffb4d03539d2e6ee037204761e424f54a15e6da2083f3d4782728509ae58558e709cd7f6074a327dbcf2b5c677d6d DIST dLeyna-v0.8.1.tar.bz2 146410 BLAKE2B a26ebc01df4a8d5cefeb900001e06605d4dffe6beebd6df650e9425048b787edb7dd144399fd66916dee360bc6bb3cf1071e24464ec52d0cdce36e5440272e41 SHA512 9b93ddb0b1a7a29d99da875aba1ae0e3e9c61d003353e4705cbf4274449af6c4ca454e68fe4d618749b7ff7cd215ad3361b07575494dadd8be34c589b8e48641 diff --git a/net-libs/dleyna/dleyna-0.8.0.ebuild b/net-libs/dleyna/dleyna-0.8.0.ebuild deleted file mode 100644 index 43c3563b859d..000000000000 --- a/net-libs/dleyna/dleyna-0.8.0.ebuild +++ /dev/null @@ -1,50 +0,0 @@ -# Copyright 2022 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -inherit meson - -DESCRIPTION="A set of services and D-Bus APIs to simplify access to UPnP/DLNA media devices" -HOMEPAGE="https://gitlab.gnome.org/World/dLeyna" -SRC_URI="https://gitlab.gnome.org/World/dLeyna/-/archive/v${PV}/dLeyna-v${PV}.tar.bz2" - -LICENSE="LGPL-2.1" -SLOT="1.0/6" # soname of libdleyna-core-1.0.so -KEYWORDS="amd64 ~arm64 ~riscv x86" - -RDEPEND=" - >=dev-libs/glib-2.28:2 - >=net-libs/gssdp-1.6.0:1.6= - >=net-libs/gupnp-1.6.0:1.6= - >=net-libs/gupnp-av-0.12.9:0= - >=media-libs/gupnp-dlna-0.9.4:2.0= - >=net-libs/libsoup-3.0:3.0 - dev-libs/libxml2 - - !net-libs/dleyna-connector-dbus - !net-libs/dleyna-core - !net-libs/dleyna-renderer - !net-misc/dleyna-server -" -DEPEND="${RDEPEND}" -BDEPEND=" - dev-python/docutils - virtual/pkgconfig -" - -S="${WORKDIR}"/dLeyna-v${PV} - -src_prepare() { - default - sed -i -e "s/'rst2man'/'rst2man', 'rst2man.py'/g" doc/meson.build || die -} - -src_configure() { - local emesonargs=( - -Ddbus_service_dir="${EPREFIX}/usr/share/dbus-1/services" - -Dman_pages=true - -Ddocs=false - ) - meson_src_configure -}