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 032A515800A for ; Sun, 16 Jul 2023 23:01:28 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D2A8EE0920; 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 B79E7E0920 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 A8ACA340D5F 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 D5234B5E 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: <1689548330.718a918b4ae74d3be3582b4bf4882a45be9ff7f8.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-libs/dleyna-renderer/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-libs/dleyna-renderer/dleyna-renderer-0.7.2.ebuild X-VCS-Directories: net-libs/dleyna-renderer/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 718a918b4ae74d3be3582b4bf4882a45be9ff7f8 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: 70aafe44-3e4e-440b-a6ed-cb1439fa7df4 X-Archives-Hash: 82dd7a228b91caca152c5b84bdf8227f commit: 718a918b4ae74d3be3582b4bf4882a45be9ff7f8 Author: Sam James gentoo org> AuthorDate: Sun Jul 16 22:58:50 2023 +0000 Commit: Sam James gentoo org> CommitDate: Sun Jul 16 22:58:50 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=718a918b net-libs/dleyna-renderer: update HOMEPAGE Signed-off-by: Sam James gentoo.org> net-libs/dleyna-renderer/dleyna-renderer-0.7.2.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/net-libs/dleyna-renderer/dleyna-renderer-0.7.2.ebuild b/net-libs/dleyna-renderer/dleyna-renderer-0.7.2.ebuild index 804a16ccd15c..b9c461ee4afd 100644 --- a/net-libs/dleyna-renderer/dleyna-renderer-0.7.2.ebuild +++ b/net-libs/dleyna-renderer/dleyna-renderer-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="A library to discover and manipulate DLNA renderers" -HOMEPAGE="https://github.com/phako/dleyna-renderer" +HOMEPAGE="https://github.com/phako/dleyna-renderer https://github.com/phako/dleyna-renderer" SRC_URI="https://github.com/phako/${PN}/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz" LICENSE="LGPL-2.1"