public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: net-libs/dleyna/
@ 2022-12-20 16:54 Matt Turner
  0 siblings, 0 replies; 19+ messages in thread
From: Matt Turner @ 2022-12-20 16:54 UTC (permalink / raw
  To: gentoo-commits

commit:     0e9b89db44f2c6023d31567179a9514551567da1
Author:     Guillermo Joandet <gjoandet <AT> gmail <DOT> com>
AuthorDate: Thu Nov 24 11:30:55 2022 +0000
Commit:     Matt Turner <mattst88 <AT> gentoo <DOT> org>
CommitDate: Tue Dec 20 16:54:55 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0e9b89db

net-libs/dleyna: Version bump to 0.8.2

Closes: https://github.com/gentoo/gentoo/pull/28412
Signed-off-by: Guillermo Joandet <gjoandet <AT> gmail.com>
Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org>

 net-libs/dleyna/Manifest            |  1 +
 net-libs/dleyna/dleyna-0.8.2.ebuild | 52 +++++++++++++++++++++++++++++++++++++
 2 files changed, 53 insertions(+)

diff --git a/net-libs/dleyna/Manifest b/net-libs/dleyna/Manifest
index ce9605a2d526..db519b631f9c 100644
--- a/net-libs/dleyna/Manifest
+++ b/net-libs/dleyna/Manifest
@@ -1 +1,2 @@
 DIST dLeyna-v0.8.1.tar.bz2 146410 BLAKE2B a26ebc01df4a8d5cefeb900001e06605d4dffe6beebd6df650e9425048b787edb7dd144399fd66916dee360bc6bb3cf1071e24464ec52d0cdce36e5440272e41 SHA512 9b93ddb0b1a7a29d99da875aba1ae0e3e9c61d003353e4705cbf4274449af6c4ca454e68fe4d618749b7ff7cd215ad3361b07575494dadd8be34c589b8e48641
+DIST dLeyna-v0.8.2.tar.bz2 149691 BLAKE2B c9837da15c18b25c0e9021776cabdcffe52acfaac0f2858ab004b554d9a212ca45cc08f2893383248c5bb5ce57df854d79c329f80511b9f098663326f1badecc SHA512 25a62ad6b623a8d67d90af608d0fa68e4dcef916c5b44f51eb927f6e276555b978414c95f59a680c5938c7b67abe0cc09afa4e58d068f115d73ce6cb40959144

diff --git a/net-libs/dleyna/dleyna-0.8.2.ebuild b/net-libs/dleyna/dleyna-0.8.2.ebuild
new file mode 100644
index 000000000000..6449f06f331b
--- /dev/null
+++ b/net-libs/dleyna/dleyna-0.8.2.ebuild
@@ -0,0 +1,52 @@
+# Copyright 2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+PYTHON_COMPAT=( python3_{8..11} )
+
+inherit meson python-any-r1
+
+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"
+
+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="
+	${PYTHON_DEPS}
+	dev-python/docutils
+	virtual/pkgconfig
+"
+
+S="${WORKDIR}"/dLeyna-v${PV}
+
+src_configure() {
+	local emesonargs=(
+		-Ddbus_service_dir="${EPREFIX}/usr/share/dbus-1/services"
+		-Dman_pages=true
+		-Ddocs=false
+	)
+	meson_src_configure
+}
+
+src_install() {
+	meson_src_install
+	python_optimize
+}


^ permalink raw reply related	[flat|nested] 19+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-libs/dleyna/
@ 2024-04-07  5:55 Arthur Zamarin
  0 siblings, 0 replies; 19+ messages in thread
From: Arthur Zamarin @ 2024-04-07  5:55 UTC (permalink / raw
  To: gentoo-commits

commit:     454bb5fca34c0f7c4c3f98331ee9419f3853dfd2
Author:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Sun Apr  7 05:54:51 2024 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Sun Apr  7 05:55:34 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=454bb5fc

net-libs/dleyna: Stabilize 0.8.3 amd64, #928822

Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>

 net-libs/dleyna/dleyna-0.8.3.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/net-libs/dleyna/dleyna-0.8.3.ebuild b/net-libs/dleyna/dleyna-0.8.3.ebuild
index 07a445b924f5..9fcf483ebc07 100644
--- a/net-libs/dleyna/dleyna-0.8.3.ebuild
+++ b/net-libs/dleyna/dleyna-0.8.3.ebuild
@@ -1,4 +1,4 @@
-# Copyright 2022-2023 Gentoo Authors
+# Copyright 2022-2024 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
@@ -12,7 +12,7 @@ SRC_URI="https://gitlab.gnome.org/World/dLeyna/-/archive/v${PV}/dLeyna-v${PV}.ta
 
 LICENSE="LGPL-2.1"
 SLOT="1.0/6" # soname of libdleyna-core-1.0.so
-KEYWORDS="~amd64 ~arm64 ~loong ~riscv ~x86"
+KEYWORDS="amd64 ~arm64 ~loong ~riscv ~x86"
 REQUIRED_USE="${PYTHON_REQUIRED_USE}"
 
 RDEPEND="


^ permalink raw reply related	[flat|nested] 19+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-libs/dleyna/
@ 2024-04-07  5:55 Arthur Zamarin
  0 siblings, 0 replies; 19+ messages in thread
From: Arthur Zamarin @ 2024-04-07  5:55 UTC (permalink / raw
  To: gentoo-commits

commit:     205b5e2357782da3a065bc67f43d76d39c8bebc6
Author:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Sun Apr  7 05:54:52 2024 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Sun Apr  7 05:55:34 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=205b5e23

net-libs/dleyna: Stabilize 0.8.3 x86, #928822

Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>

 net-libs/dleyna/dleyna-0.8.3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-libs/dleyna/dleyna-0.8.3.ebuild b/net-libs/dleyna/dleyna-0.8.3.ebuild
index 9fcf483ebc07..faaf7d5b1e06 100644
--- a/net-libs/dleyna/dleyna-0.8.3.ebuild
+++ b/net-libs/dleyna/dleyna-0.8.3.ebuild
@@ -12,7 +12,7 @@ SRC_URI="https://gitlab.gnome.org/World/dLeyna/-/archive/v${PV}/dLeyna-v${PV}.ta
 
 LICENSE="LGPL-2.1"
 SLOT="1.0/6" # soname of libdleyna-core-1.0.so
-KEYWORDS="amd64 ~arm64 ~loong ~riscv ~x86"
+KEYWORDS="amd64 ~arm64 ~loong ~riscv x86"
 REQUIRED_USE="${PYTHON_REQUIRED_USE}"
 
 RDEPEND="


^ permalink raw reply related	[flat|nested] 19+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-libs/dleyna/
@ 2023-11-04 22:12 Mart Raudsepp
  0 siblings, 0 replies; 19+ messages in thread
From: Mart Raudsepp @ 2023-11-04 22:12 UTC (permalink / raw
  To: gentoo-commits

commit:     49c94f3c6a713ebd125d3d595f5137976a20a5b5
Author:     Mart Raudsepp <leio <AT> gentoo <DOT> org>
AuthorDate: Sat Nov  4 22:11:23 2023 +0000
Commit:     Mart Raudsepp <leio <AT> gentoo <DOT> org>
CommitDate: Sat Nov  4 22:11:49 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=49c94f3c

net-libs/dleyna: keyword 0.8.3 for ~arm64

Signed-off-by: Mart Raudsepp <leio <AT> gentoo.org>

 net-libs/dleyna/dleyna-0.8.3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-libs/dleyna/dleyna-0.8.3.ebuild b/net-libs/dleyna/dleyna-0.8.3.ebuild
index 8bdb23ceb97f..07a445b924f5 100644
--- a/net-libs/dleyna/dleyna-0.8.3.ebuild
+++ b/net-libs/dleyna/dleyna-0.8.3.ebuild
@@ -12,7 +12,7 @@ SRC_URI="https://gitlab.gnome.org/World/dLeyna/-/archive/v${PV}/dLeyna-v${PV}.ta
 
 LICENSE="LGPL-2.1"
 SLOT="1.0/6" # soname of libdleyna-core-1.0.so
-KEYWORDS="~amd64 ~loong ~riscv ~x86"
+KEYWORDS="~amd64 ~arm64 ~loong ~riscv ~x86"
 REQUIRED_USE="${PYTHON_REQUIRED_USE}"
 
 RDEPEND="


^ permalink raw reply related	[flat|nested] 19+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-libs/dleyna/
@ 2023-10-01 17:43 Pacho Ramos
  0 siblings, 0 replies; 19+ messages in thread
From: Pacho Ramos @ 2023-10-01 17:43 UTC (permalink / raw
  To: gentoo-commits

commit:     25e897e3eec650c72f2be1b614091388bb3406e2
Author:     Guillermo Joandet <gjoandet <AT> gmail <DOT> com>
AuthorDate: Fri Sep 29 21:07:34 2023 +0000
Commit:     Pacho Ramos <pacho <AT> gentoo <DOT> org>
CommitDate: Sun Oct  1 17:42:23 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=25e897e3

net-libs/dleyna: Version bump to 0.8.3

Signed-off-by: Guillermo Joandet <gjoandet <AT> gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/33130
Signed-off-by: Pacho Ramos <pacho <AT> gentoo.org>

 net-libs/dleyna/Manifest            |  1 +
 net-libs/dleyna/dleyna-0.8.3.ebuild | 54 +++++++++++++++++++++++++++++++++++++
 2 files changed, 55 insertions(+)

diff --git a/net-libs/dleyna/Manifest b/net-libs/dleyna/Manifest
index a29944ac1b89..741b06623488 100644
--- a/net-libs/dleyna/Manifest
+++ b/net-libs/dleyna/Manifest
@@ -1 +1,2 @@
 DIST dLeyna-v0.8.2.tar.bz2 149691 BLAKE2B c9837da15c18b25c0e9021776cabdcffe52acfaac0f2858ab004b554d9a212ca45cc08f2893383248c5bb5ce57df854d79c329f80511b9f098663326f1badecc SHA512 25a62ad6b623a8d67d90af608d0fa68e4dcef916c5b44f51eb927f6e276555b978414c95f59a680c5938c7b67abe0cc09afa4e58d068f115d73ce6cb40959144
+DIST dLeyna-v0.8.3.tar.bz2 149796 BLAKE2B e1fc2d1d5fa6178856d5114b55dbaae5a969ab7f2b5716ab70c1359755b21927ed0ecfd8d943520254a1ead2b2db368838787f0954bc312712a8075ea3f94896 SHA512 a62c643467b2f75efb9e794802b3bc183a5f8cfe9b80eeaee627aeaa471d7fb107cf1bde549c274ecd86ca06ad5870a481316e1101647c9d7e6243114b5dd06e

diff --git a/net-libs/dleyna/dleyna-0.8.3.ebuild b/net-libs/dleyna/dleyna-0.8.3.ebuild
new file mode 100644
index 000000000000..8bdb23ceb97f
--- /dev/null
+++ b/net-libs/dleyna/dleyna-0.8.3.ebuild
@@ -0,0 +1,54 @@
+# Copyright 2022-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+PYTHON_COMPAT=( python3_{10..12} )
+
+inherit meson python-single-r1
+
+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 ~loong ~riscv ~x86"
+REQUIRED_USE="${PYTHON_REQUIRED_USE}"
+
+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
+
+	${PYTHON_DEPS}
+
+	!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_configure() {
+	local emesonargs=(
+		-Ddbus_service_dir="${EPREFIX}/usr/share/dbus-1/services"
+		-Dman_pages=true
+		-Ddocs=false
+	)
+	meson_src_configure
+}
+
+src_install() {
+	meson_src_install
+	python_optimize
+}


^ permalink raw reply related	[flat|nested] 19+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-libs/dleyna/
@ 2023-07-27  8:29 WANG Xuerui
  0 siblings, 0 replies; 19+ messages in thread
From: WANG Xuerui @ 2023-07-27  8:29 UTC (permalink / raw
  To: gentoo-commits

commit:     d95b0c05b511973f8d782817314f810f568864a8
Author:     WANG Xuerui <xen0n <AT> gentoo <DOT> org>
AuthorDate: Thu Jul 27 05:39:40 2023 +0000
Commit:     WANG Xuerui <xen0n <AT> gentoo <DOT> org>
CommitDate: Thu Jul 27 08:29:32 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d95b0c05

net-libs/dleyna: keyword 0.8.2 for ~loong

Signed-off-by: WANG Xuerui <xen0n <AT> gentoo.org>

 net-libs/dleyna/dleyna-0.8.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-libs/dleyna/dleyna-0.8.2.ebuild b/net-libs/dleyna/dleyna-0.8.2.ebuild
index 0be4bdcfce23..d54fefa954cd 100644
--- a/net-libs/dleyna/dleyna-0.8.2.ebuild
+++ b/net-libs/dleyna/dleyna-0.8.2.ebuild
@@ -12,7 +12,7 @@ SRC_URI="https://gitlab.gnome.org/World/dLeyna/-/archive/v${PV}/dLeyna-v${PV}.ta
 
 LICENSE="LGPL-2.1"
 SLOT="1.0/6" # soname of libdleyna-core-1.0.so
-KEYWORDS="amd64 ~riscv x86"
+KEYWORDS="amd64 ~loong ~riscv x86"
 REQUIRED_USE="${PYTHON_REQUIRED_USE}"
 
 RDEPEND="


^ permalink raw reply related	[flat|nested] 19+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-libs/dleyna/
@ 2023-06-09  6:58 Arthur Zamarin
  0 siblings, 0 replies; 19+ messages in thread
From: Arthur Zamarin @ 2023-06-09  6:58 UTC (permalink / raw
  To: gentoo-commits

commit:     565588c62d6fbc508d415a294e172ee51b12e436
Author:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Fri Jun  9 06:58:47 2023 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Fri Jun  9 06:58:47 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=565588c6

net-libs/dleyna: Stabilize 0.8.2 x86, #907626

Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>

 net-libs/dleyna/dleyna-0.8.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-libs/dleyna/dleyna-0.8.2.ebuild b/net-libs/dleyna/dleyna-0.8.2.ebuild
index 0b75e4a2f753..5d61120d598d 100644
--- a/net-libs/dleyna/dleyna-0.8.2.ebuild
+++ b/net-libs/dleyna/dleyna-0.8.2.ebuild
@@ -12,7 +12,7 @@ SRC_URI="https://gitlab.gnome.org/World/dLeyna/-/archive/v${PV}/dLeyna-v${PV}.ta
 
 LICENSE="LGPL-2.1"
 SLOT="1.0/6" # soname of libdleyna-core-1.0.so
-KEYWORDS="amd64 ~riscv ~x86"
+KEYWORDS="amd64 ~riscv x86"
 REQUIRED_USE="${PYTHON_REQUIRED_USE}"
 
 RDEPEND="


^ permalink raw reply related	[flat|nested] 19+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-libs/dleyna/
@ 2023-06-09  0:53 Sam James
  0 siblings, 0 replies; 19+ messages in thread
From: Sam James @ 2023-06-09  0:53 UTC (permalink / raw
  To: gentoo-commits

commit:     842f871c8630edead0287ad3d9891f15f71b0678
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Fri Jun  9 00:53:13 2023 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Fri Jun  9 00:53:13 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=842f871c

net-libs/dleyna: Stabilize 0.8.2 amd64, #907626

Signed-off-by: Sam James <sam <AT> gentoo.org>

 net-libs/dleyna/dleyna-0.8.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-libs/dleyna/dleyna-0.8.2.ebuild b/net-libs/dleyna/dleyna-0.8.2.ebuild
index 3b769f662b52..0b75e4a2f753 100644
--- a/net-libs/dleyna/dleyna-0.8.2.ebuild
+++ b/net-libs/dleyna/dleyna-0.8.2.ebuild
@@ -12,7 +12,7 @@ SRC_URI="https://gitlab.gnome.org/World/dLeyna/-/archive/v${PV}/dLeyna-v${PV}.ta
 
 LICENSE="LGPL-2.1"
 SLOT="1.0/6" # soname of libdleyna-core-1.0.so
-KEYWORDS="~amd64 ~riscv ~x86"
+KEYWORDS="amd64 ~riscv ~x86"
 REQUIRED_USE="${PYTHON_REQUIRED_USE}"
 
 RDEPEND="


^ permalink raw reply related	[flat|nested] 19+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-libs/dleyna/
@ 2023-05-03 19:34 Matt Turner
  0 siblings, 0 replies; 19+ messages in thread
From: Matt Turner @ 2023-05-03 19:34 UTC (permalink / raw
  To: gentoo-commits

commit:     068ee37b5d33b41c8d8e2d6daf59a72cb21623cf
Author:     Matt Turner <mattst88 <AT> gentoo <DOT> org>
AuthorDate: Wed May  3 19:33:42 2023 +0000
Commit:     Matt Turner <mattst88 <AT> gentoo <DOT> org>
CommitDate: Wed May  3 19:34:36 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=068ee37b

net-libs/dleyna: Keyword 0.8.2 x86, #905428

Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org>

 net-libs/dleyna/dleyna-0.8.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-libs/dleyna/dleyna-0.8.2.ebuild b/net-libs/dleyna/dleyna-0.8.2.ebuild
index f4c1d6f1941f..3b769f662b52 100644
--- a/net-libs/dleyna/dleyna-0.8.2.ebuild
+++ b/net-libs/dleyna/dleyna-0.8.2.ebuild
@@ -12,7 +12,7 @@ SRC_URI="https://gitlab.gnome.org/World/dLeyna/-/archive/v${PV}/dLeyna-v${PV}.ta
 
 LICENSE="LGPL-2.1"
 SLOT="1.0/6" # soname of libdleyna-core-1.0.so
-KEYWORDS="~amd64 ~riscv"
+KEYWORDS="~amd64 ~riscv ~x86"
 REQUIRED_USE="${PYTHON_REQUIRED_USE}"
 
 RDEPEND="


^ permalink raw reply related	[flat|nested] 19+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-libs/dleyna/
@ 2023-05-03 10:55 Jakov Smolić
  0 siblings, 0 replies; 19+ messages in thread
From: Jakov Smolić @ 2023-05-03 10:55 UTC (permalink / raw
  To: gentoo-commits

commit:     98e614f4d092e566ca701636c16bdfa1698a1f56
Author:     Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
AuthorDate: Wed May  3 10:54:59 2023 +0000
Commit:     Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
CommitDate: Wed May  3 10:54:59 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=98e614f4

net-libs/dleyna: Keyword 0.8.2 riscv, #905428

Signed-off-by: Jakov Smolić <jsmolic <AT> gentoo.org>

 net-libs/dleyna/dleyna-0.8.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-libs/dleyna/dleyna-0.8.2.ebuild b/net-libs/dleyna/dleyna-0.8.2.ebuild
index 2258a2533ea7..f4c1d6f1941f 100644
--- a/net-libs/dleyna/dleyna-0.8.2.ebuild
+++ b/net-libs/dleyna/dleyna-0.8.2.ebuild
@@ -12,7 +12,7 @@ SRC_URI="https://gitlab.gnome.org/World/dLeyna/-/archive/v${PV}/dLeyna-v${PV}.ta
 
 LICENSE="LGPL-2.1"
 SLOT="1.0/6" # soname of libdleyna-core-1.0.so
-KEYWORDS="~amd64"
+KEYWORDS="~amd64 ~riscv"
 REQUIRED_USE="${PYTHON_REQUIRED_USE}"
 
 RDEPEND="


^ permalink raw reply related	[flat|nested] 19+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-libs/dleyna/
@ 2023-01-03 14:08 Matt Turner
  0 siblings, 0 replies; 19+ messages in thread
From: Matt Turner @ 2023-01-03 14:08 UTC (permalink / raw
  To: gentoo-commits

commit:     3b5fd5b2e614ed04f82fc1ee665e1e10a42be1c7
Author:     Matt Turner <mattst88 <AT> gentoo <DOT> org>
AuthorDate: Tue Jan  3 03:58:34 2023 +0000
Commit:     Matt Turner <mattst88 <AT> gentoo <DOT> org>
CommitDate: Tue Jan  3 14:07:52 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3b5fd5b2

net-libs/dleyna: Drop old versions

Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org>

 net-libs/dleyna/Manifest            |  1 -
 net-libs/dleyna/dleyna-0.8.1.ebuild | 45 -------------------------------------
 2 files changed, 46 deletions(-)

diff --git a/net-libs/dleyna/Manifest b/net-libs/dleyna/Manifest
index db519b631f9c..a29944ac1b89 100644
--- a/net-libs/dleyna/Manifest
+++ b/net-libs/dleyna/Manifest
@@ -1,2 +1 @@
-DIST dLeyna-v0.8.1.tar.bz2 146410 BLAKE2B a26ebc01df4a8d5cefeb900001e06605d4dffe6beebd6df650e9425048b787edb7dd144399fd66916dee360bc6bb3cf1071e24464ec52d0cdce36e5440272e41 SHA512 9b93ddb0b1a7a29d99da875aba1ae0e3e9c61d003353e4705cbf4274449af6c4ca454e68fe4d618749b7ff7cd215ad3361b07575494dadd8be34c589b8e48641
 DIST dLeyna-v0.8.2.tar.bz2 149691 BLAKE2B c9837da15c18b25c0e9021776cabdcffe52acfaac0f2858ab004b554d9a212ca45cc08f2893383248c5bb5ce57df854d79c329f80511b9f098663326f1badecc SHA512 25a62ad6b623a8d67d90af608d0fa68e4dcef916c5b44f51eb927f6e276555b978414c95f59a680c5938c7b67abe0cc09afa4e58d068f115d73ce6cb40959144

diff --git a/net-libs/dleyna/dleyna-0.8.1.ebuild b/net-libs/dleyna/dleyna-0.8.1.ebuild
deleted file mode 100644
index a9da0994691e..000000000000
--- a/net-libs/dleyna/dleyna-0.8.1.ebuild
+++ /dev/null
@@ -1,45 +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"
-
-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_configure() {
-	local emesonargs=(
-		-Ddbus_service_dir="${EPREFIX}/usr/share/dbus-1/services"
-		-Dman_pages=true
-		-Ddocs=false
-	)
-	meson_src_configure
-}


^ permalink raw reply related	[flat|nested] 19+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-libs/dleyna/
@ 2022-12-20 17:46 Matt Turner
  0 siblings, 0 replies; 19+ messages in thread
From: Matt Turner @ 2022-12-20 17:46 UTC (permalink / raw
  To: gentoo-commits

commit:     8f087dd0c75c64ec9f2be677a36f0dd8c1ba09cd
Author:     Matt Turner <mattst88 <AT> gentoo <DOT> org>
AuthorDate: Tue Dec 20 17:45:17 2022 +0000
Commit:     Matt Turner <mattst88 <AT> gentoo <DOT> org>
CommitDate: Tue Dec 20 17:45:47 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8f087dd0

net-libs/dleyna: Use python-single-r1

Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org>

 net-libs/dleyna/dleyna-0.8.2.ebuild | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/net-libs/dleyna/dleyna-0.8.2.ebuild b/net-libs/dleyna/dleyna-0.8.2.ebuild
index 322e6e577315..7aa0b52432f2 100644
--- a/net-libs/dleyna/dleyna-0.8.2.ebuild
+++ b/net-libs/dleyna/dleyna-0.8.2.ebuild
@@ -4,7 +4,7 @@
 EAPI=8
 PYTHON_COMPAT=( python3_{8..11} )
 
-inherit meson python-any-r1
+inherit meson python-single-r1
 
 DESCRIPTION="A set of services and D-Bus APIs to simplify access to UPnP/DLNA media devices"
 HOMEPAGE="https://gitlab.gnome.org/World/dLeyna"
@@ -13,6 +13,7 @@ SRC_URI="https://gitlab.gnome.org/World/dLeyna/-/archive/v${PV}/dLeyna-v${PV}.ta
 LICENSE="LGPL-2.1"
 SLOT="1.0/6" # soname of libdleyna-core-1.0.so
 KEYWORDS="~amd64"
+REQUIRED_USE="${PYTHON_REQUIRED_USE}"
 
 RDEPEND="
 	>=dev-libs/glib-2.28:2


^ permalink raw reply related	[flat|nested] 19+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-libs/dleyna/
@ 2022-12-20 16:56 Matt Turner
  0 siblings, 0 replies; 19+ messages in thread
From: Matt Turner @ 2022-12-20 16:56 UTC (permalink / raw
  To: gentoo-commits

commit:     2bd7a983919a8bf7171815f8bef23a495832a17f
Author:     Matt Turner <mattst88 <AT> gentoo <DOT> org>
AuthorDate: Tue Dec 20 16:56:17 2022 +0000
Commit:     Matt Turner <mattst88 <AT> gentoo <DOT> org>
CommitDate: Tue Dec 20 16:56:17 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2bd7a983

net-libs/dleyna: Move PYTHON_DEPS to RDEPEND

Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org>

 net-libs/dleyna/dleyna-0.8.2.ebuild | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/net-libs/dleyna/dleyna-0.8.2.ebuild b/net-libs/dleyna/dleyna-0.8.2.ebuild
index 6449f06f331b..322e6e577315 100644
--- a/net-libs/dleyna/dleyna-0.8.2.ebuild
+++ b/net-libs/dleyna/dleyna-0.8.2.ebuild
@@ -23,6 +23,8 @@ RDEPEND="
 	>=net-libs/libsoup-3.0:3.0
 	dev-libs/libxml2
 
+	${PYTHON_DEPS}
+
 	!net-libs/dleyna-connector-dbus
 	!net-libs/dleyna-core
 	!net-libs/dleyna-renderer
@@ -30,7 +32,6 @@ RDEPEND="
 "
 DEPEND="${RDEPEND}"
 BDEPEND="
-	${PYTHON_DEPS}
 	dev-python/docutils
 	virtual/pkgconfig
 "


^ permalink raw reply related	[flat|nested] 19+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-libs/dleyna/
@ 2022-11-16 21:17 Matt Turner
  0 siblings, 0 replies; 19+ messages in thread
From: Matt Turner @ 2022-11-16 21:17 UTC (permalink / raw
  To: gentoo-commits

commit:     1445b792e6754df60fc47a914b84576331a217be
Author:     Matt Turner <mattst88 <AT> gentoo <DOT> org>
AuthorDate: Wed Nov 16 20:11:12 2022 +0000
Commit:     Matt Turner <mattst88 <AT> gentoo <DOT> org>
CommitDate: Wed Nov 16 21:17:17 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1445b792

net-libs/dleyna: Drop keywords

Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org>

 net-libs/dleyna/dleyna-0.8.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-libs/dleyna/dleyna-0.8.1.ebuild b/net-libs/dleyna/dleyna-0.8.1.ebuild
index 215ae41f05bc..a9da0994691e 100644
--- a/net-libs/dleyna/dleyna-0.8.1.ebuild
+++ b/net-libs/dleyna/dleyna-0.8.1.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://gitlab.gnome.org/World/dLeyna/-/archive/v${PV}/dLeyna-v${PV}.ta
 
 LICENSE="LGPL-2.1"
 SLOT="1.0/6" # soname of libdleyna-core-1.0.so
-KEYWORDS="~amd64 ~arm64 ~riscv ~x86"
+KEYWORDS="~amd64"
 
 RDEPEND="
 	>=dev-libs/glib-2.28:2


^ permalink raw reply related	[flat|nested] 19+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-libs/dleyna/
@ 2022-11-16 21:17 Matt Turner
  0 siblings, 0 replies; 19+ messages in thread
From: Matt Turner @ 2022-11-16 21:17 UTC (permalink / raw
  To: gentoo-commits

commit:     f8b9a08d3ffe40c4a755e6407e16c3936d6f8889
Author:     Matt Turner <mattst88 <AT> gentoo <DOT> org>
AuthorDate: Wed Nov 16 20:45:32 2022 +0000
Commit:     Matt Turner <mattst88 <AT> gentoo <DOT> 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 <mattst88 <AT> 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
-}


^ permalink raw reply related	[flat|nested] 19+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-libs/dleyna/
@ 2022-10-31 14:28 Matt Turner
  0 siblings, 0 replies; 19+ messages in thread
From: Matt Turner @ 2022-10-31 14:28 UTC (permalink / raw
  To: gentoo-commits

commit:     f25f9f807f89456a1c6368c16589a38bb3087efd
Author:     Matt Turner <mattst88 <AT> gentoo <DOT> org>
AuthorDate: Sat Oct 29 21:20:29 2022 +0000
Commit:     Matt Turner <mattst88 <AT> gentoo <DOT> org>
CommitDate: Mon Oct 31 14:27:54 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f25f9f80

net-libs/dleyna: Set remote-id

Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org>

 net-libs/dleyna/metadata.xml | 11 +++++++----
 1 file changed, 7 insertions(+), 4 deletions(-)

diff --git a/net-libs/dleyna/metadata.xml b/net-libs/dleyna/metadata.xml
index f453528b934f..2c3cee540cfe 100644
--- a/net-libs/dleyna/metadata.xml
+++ b/net-libs/dleyna/metadata.xml
@@ -1,8 +1,11 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
 <pkgmetadata>
-	<maintainer type="project">
-		<email>gnome@gentoo.org</email>
-		<name>Gentoo GNOME Desktop</name>
-	</maintainer>
+  <maintainer type="project">
+    <email>gnome@gentoo.org</email>
+    <name>Gentoo GNOME Desktop</name>
+  </maintainer>
+  <upstream>
+    <remote-id type="gnome-gitlab">World/dLeyna</remote-id>
+  </upstream>
 </pkgmetadata>


^ permalink raw reply related	[flat|nested] 19+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-libs/dleyna/
@ 2022-10-29  2:54 Matt Turner
  0 siblings, 0 replies; 19+ messages in thread
From: Matt Turner @ 2022-10-29  2:54 UTC (permalink / raw
  To: gentoo-commits

commit:     4872e3dc0ea451a328ea9b35a2448227c4cf8c35
Author:     Matt Turner <mattst88 <AT> gentoo <DOT> org>
AuthorDate: Sat Oct 29 02:52:40 2022 +0000
Commit:     Matt Turner <mattst88 <AT> gentoo <DOT> org>
CommitDate: Sat Oct 29 02:54:35 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4872e3dc

net-libs/dleyna: Version bump to 0.8.1

Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org>

 net-libs/dleyna/Manifest            |  1 +
 net-libs/dleyna/dleyna-0.8.1.ebuild | 45 +++++++++++++++++++++++++++++++++++++
 2 files changed, 46 insertions(+)

diff --git a/net-libs/dleyna/Manifest b/net-libs/dleyna/Manifest
index 5afc562ad5ae..38685b4c8180 100644
--- a/net-libs/dleyna/Manifest
+++ b/net-libs/dleyna/Manifest
@@ -1 +1,2 @@
 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.1.ebuild b/net-libs/dleyna/dleyna-0.8.1.ebuild
new file mode 100644
index 000000000000..215ae41f05bc
--- /dev/null
+++ b/net-libs/dleyna/dleyna-0.8.1.ebuild
@@ -0,0 +1,45 @@
+# 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_configure() {
+	local emesonargs=(
+		-Ddbus_service_dir="${EPREFIX}/usr/share/dbus-1/services"
+		-Dman_pages=true
+		-Ddocs=false
+	)
+	meson_src_configure
+}


^ permalink raw reply related	[flat|nested] 19+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-libs/dleyna/
@ 2022-10-20  4:16 Sam James
  0 siblings, 0 replies; 19+ messages in thread
From: Sam James @ 2022-10-20  4:16 UTC (permalink / raw
  To: gentoo-commits

commit:     4c3d0aaa82668566fdec2ccdb603b594bb152727
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Thu Oct 20 04:08:07 2022 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Thu Oct 20 04:16:11 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4c3d0aaa

net-libs/dleyna: fix StaticSrcUri

Signed-off-by: Sam James <sam <AT> gentoo.org>

 net-libs/dleyna/dleyna-0.8.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-libs/dleyna/dleyna-0.8.0.ebuild b/net-libs/dleyna/dleyna-0.8.0.ebuild
index 3024942fe634..43c3563b859d 100644
--- a/net-libs/dleyna/dleyna-0.8.0.ebuild
+++ b/net-libs/dleyna/dleyna-0.8.0.ebuild
@@ -7,7 +7,7 @@ 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/v0.8.0/dLeyna-v${PV}.tar.bz2"
+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


^ permalink raw reply related	[flat|nested] 19+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-libs/dleyna/
@ 2022-10-15 19:34 Conrad Kostecki
  0 siblings, 0 replies; 19+ messages in thread
From: Conrad Kostecki @ 2022-10-15 19:34 UTC (permalink / raw
  To: gentoo-commits

commit:     ad13de8b3aaa766b6cb50e4e7442531aa108ad0e
Author:     Conrad Kostecki <conikost <AT> gentoo <DOT> org>
AuthorDate: Sat Oct 15 19:16:57 2022 +0000
Commit:     Conrad Kostecki <conikost <AT> gentoo <DOT> org>
CommitDate: Sat Oct 15 19:33:29 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ad13de8b

net-libs/dleyna: fix QA BadDescription

Signed-off-by: Conrad Kostecki <conikost <AT> gentoo.org>

 net-libs/dleyna/dleyna-0.8.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-libs/dleyna/dleyna-0.8.0.ebuild b/net-libs/dleyna/dleyna-0.8.0.ebuild
index 52fd2e2448ae..3024942fe634 100644
--- a/net-libs/dleyna/dleyna-0.8.0.ebuild
+++ b/net-libs/dleyna/dleyna-0.8.0.ebuild
@@ -5,7 +5,7 @@ EAPI=8
 
 inherit meson
 
-DESCRIPTION="dLeyna is a set of services and D-Bus APIs that aim to simplify access to UPnP and DLNA media devices in a network"
+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/v0.8.0/dLeyna-v${PV}.tar.bz2"
 


^ permalink raw reply related	[flat|nested] 19+ messages in thread

end of thread, other threads:[~2024-04-07  5:55 UTC | newest]

Thread overview: 19+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-12-20 16:54 [gentoo-commits] repo/gentoo:master commit in: net-libs/dleyna/ Matt Turner
  -- strict thread matches above, loose matches on Subject: below --
2024-04-07  5:55 Arthur Zamarin
2024-04-07  5:55 Arthur Zamarin
2023-11-04 22:12 Mart Raudsepp
2023-10-01 17:43 Pacho Ramos
2023-07-27  8:29 WANG Xuerui
2023-06-09  6:58 Arthur Zamarin
2023-06-09  0:53 Sam James
2023-05-03 19:34 Matt Turner
2023-05-03 10:55 Jakov Smolić
2023-01-03 14:08 Matt Turner
2022-12-20 17:46 Matt Turner
2022-12-20 16:56 Matt Turner
2022-11-16 21:17 Matt Turner
2022-11-16 21:17 Matt Turner
2022-10-31 14:28 Matt Turner
2022-10-29  2:54 Matt Turner
2022-10-20  4:16 Sam James
2022-10-15 19:34 Conrad Kostecki

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox