summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatt Turner <mattst88@gentoo.org>2022-11-16 15:45:32 -0500
committerMatt Turner <mattst88@gentoo.org>2022-11-16 16:17:17 -0500
commitf8b9a08d3ffe40c4a755e6407e16c3936d6f8889 (patch)
treec437f109a15754db5b6f2bf6a196a98a23a73770 /net-libs/dleyna
parentdev-util/gnome-builder: Drop x86 keywords (diff)
downloadgentoo-f8b9a08d3ffe40c4a755e6407e16c3936d6f8889.tar.gz
gentoo-f8b9a08d3ffe40c4a755e6407e16c3936d6f8889.tar.bz2
gentoo-f8b9a08d3ffe40c4a755e6407e16c3936d6f8889.zip
net-libs/dleyna: Drop old versions
Signed-off-by: Matt Turner <mattst88@gentoo.org>
Diffstat (limited to 'net-libs/dleyna')
-rw-r--r--net-libs/dleyna/Manifest1
-rw-r--r--net-libs/dleyna/dleyna-0.8.0.ebuild50
2 files changed, 0 insertions, 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
-}