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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 798C0138359 for ; Sun, 15 Nov 2020 15:38:52 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B7368E0864; Sun, 15 Nov 2020 15:38:51 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 6F394E0864 for ; Sun, 15 Nov 2020 15:38:51 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 560833412C9 for ; Sun, 15 Nov 2020 15:38:50 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id CBDD63A9 for ; Sun, 15 Nov 2020 15:38:48 +0000 (UTC) From: "Joonas Niilola" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Joonas Niilola" Message-ID: <1605454722.ca5b965c9debb10f9546365e57d686fb59ac12b1.juippis@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.6.0.ebuild X-VCS-Directories: net-libs/dleyna-renderer/ X-VCS-Committer: juippis X-VCS-Committer-Name: Joonas Niilola X-VCS-Revision: ca5b965c9debb10f9546365e57d686fb59ac12b1 X-VCS-Branch: master Date: Sun, 15 Nov 2020 15:38:48 +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: b9410b28-2a9b-45cb-a82e-7c053fed6eb6 X-Archives-Hash: 907547050b0e8c5394467a5f0082f1ba commit: ca5b965c9debb10f9546365e57d686fb59ac12b1 Author: Joonas Niilola gentoo org> AuthorDate: Sun Nov 15 15:38:20 2020 +0000 Commit: Joonas Niilola gentoo org> CommitDate: Sun Nov 15 15:38:42 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ca5b965c net-libs/dleyna-renderer: update DESCRIPTION Signed-off-by: Joonas Niilola gentoo.org> net-libs/dleyna-renderer/dleyna-renderer-0.6.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net-libs/dleyna-renderer/dleyna-renderer-0.6.0.ebuild b/net-libs/dleyna-renderer/dleyna-renderer-0.6.0.ebuild index 1507fa93554..148878341d2 100644 --- a/net-libs/dleyna-renderer/dleyna-renderer-0.6.0.ebuild +++ b/net-libs/dleyna-renderer/dleyna-renderer-0.6.0.ebuild @@ -5,7 +5,7 @@ EAPI=7 inherit autotools -DESCRIPTION="A library to manipulate DLNA renderers" +DESCRIPTION="A library to discover and manipulate DLNA renderers" HOMEPAGE="https://01.org/dleyna/" SRC_URI="https://01.org/sites/default/files/downloads/dleyna/${P}.tar_2.gz -> ${P}.tar.gz https://dev.gentoo.org/~juippis/distfiles/tmp/dleyna-renderer-0.6.0-gupnp-1.2.patch"