From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 59789138CD3 for ; Thu, 14 May 2015 21:45:25 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3582BE08CA; Thu, 14 May 2015 21:45:24 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 51529E08C8 for ; Thu, 14 May 2015 21:45:23 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 46841340E1C for ; Thu, 14 May 2015 21:45:22 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id CCA5C9D4 for ; Thu, 14 May 2015 21:45:20 +0000 (UTC) From: "Gilles Dartiguelongue" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Gilles Dartiguelongue" Message-ID: <1431628651.eb71a0f73442c36f3f4b6ea15e6f6f7b64c41056.eva@gentoo> Subject: [gentoo-commits] proj/gnome:master commit in: net-misc/dleyna-server/ X-VCS-Repository: proj/gnome X-VCS-Files: net-misc/dleyna-server/dleyna-server-0.5.0.ebuild X-VCS-Directories: net-misc/dleyna-server/ X-VCS-Committer: eva X-VCS-Committer-Name: Gilles Dartiguelongue X-VCS-Revision: eb71a0f73442c36f3f4b6ea15e6f6f7b64c41056 X-VCS-Branch: master Date: Thu, 14 May 2015 21:45:20 +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-Archives-Salt: 43a1e918-eed5-4070-a9cb-37229c65fabd X-Archives-Hash: ed8440ea5ed4ab7c9d47ad7fa75ebfb4 commit: eb71a0f73442c36f3f4b6ea15e6f6f7b64c41056 Author: Gilles Dartiguelongue gentoo org> AuthorDate: Thu May 14 18:37:31 2015 +0000 Commit: Gilles Dartiguelongue gentoo org> CommitDate: Thu May 14 18:37:31 2015 +0000 URL: https://gitweb.gentoo.org/proj/gnome.git/commit/?id=eb71a0f7 net-misc/dleyna-server: fix description length net-misc/dleyna-server/dleyna-server-0.5.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net-misc/dleyna-server/dleyna-server-0.5.0.ebuild b/net-misc/dleyna-server/dleyna-server-0.5.0.ebuild index febb8a1..f02aac3 100644 --- a/net-misc/dleyna-server/dleyna-server-0.5.0.ebuild +++ b/net-misc/dleyna-server/dleyna-server-0.5.0.ebuild @@ -6,7 +6,7 @@ EAPI=5 inherit eutils -DESCRIPTION="library for implementing services that allow clients to discover, browse and manipulate Digital Media Servers" +DESCRIPTION="library for implementing services that allow clients to discover, browse and manipulate DLNA Servers" HOMEPAGE="https://01.org/dleyna/" SRC_URI="https://01.org/sites/default/files/downloads/dleyna/${P}.tar.gz"