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 91EEC15800A for ; Sun, 16 Jul 2023 23:01:27 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A65EEE089C; Sun, 16 Jul 2023 23:01:26 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (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 pigeon.gentoo.org (Postfix) with ESMTPS id 8A44DE089C for ; Sun, 16 Jul 2023 23:01:26 +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 8FBEC340D5E for ; Sun, 16 Jul 2023 23:01:25 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 9B7E0137 for ; Sun, 16 Jul 2023 23:01:23 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1689548284.5cf8794fe97a25cf7cc6fb168049fcb1e0563e41.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-misc/dleyna-server/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-misc/dleyna-server/dleyna-server-0.7.2.ebuild X-VCS-Directories: net-misc/dleyna-server/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 5cf8794fe97a25cf7cc6fb168049fcb1e0563e41 X-VCS-Branch: master Date: Sun, 16 Jul 2023 23:01:23 +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: ac41af62-037a-462e-a97f-21564438c1be X-Archives-Hash: b9afa458b70d200966996ba35052c55b commit: 5cf8794fe97a25cf7cc6fb168049fcb1e0563e41 Author: Sam James gentoo org> AuthorDate: Sun Jul 16 22:58:04 2023 +0000 Commit: Sam James gentoo org> CommitDate: Sun Jul 16 22:58:04 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5cf8794f net-misc/dleyna-server: update HOMEPAGE Signed-off-by: Sam James gentoo.org> net-misc/dleyna-server/dleyna-server-0.7.2.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/net-misc/dleyna-server/dleyna-server-0.7.2.ebuild b/net-misc/dleyna-server/dleyna-server-0.7.2.ebuild index d94c132858d8..2d719fef5441 100644 --- a/net-misc/dleyna-server/dleyna-server-0.7.2.ebuild +++ b/net-misc/dleyna-server/dleyna-server-0.7.2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -6,7 +6,7 @@ EAPI=7 inherit meson DESCRIPTION="Service that allows to discover and manipulate DLNA Digital Media servers (DMS)" -HOMEPAGE="https://github.com/phako/dleyna-server" +HOMEPAGE="https://gitlab.gnome.org/World/dLeyna/ https://github.com/phako/dleyna-server" SRC_URI="https://github.com/phako/${PN}/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz" LICENSE="LGPL-2.1"