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 2C30F1384B4 for ; Tue, 10 Nov 2015 17:34:48 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 16579E07ED; Tue, 10 Nov 2015 17:34:46 +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 9FF34E07ED for ; Tue, 10 Nov 2015 17:34:45 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 9D958340042 for ; Tue, 10 Nov 2015 17:34:43 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 8B5C22357 for ; Tue, 10 Nov 2015 17:34:39 +0000 (UTC) From: "Michael Palimaka" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michael Palimaka" Message-ID: <1447176866.d22e9c01d3ff2582617c476cde73a1a6e8b0aa9e.kensington@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-video/kmplayer/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-video/kmplayer/kmplayer-0.11.3d-r3.ebuild X-VCS-Directories: media-video/kmplayer/ X-VCS-Committer: kensington X-VCS-Committer-Name: Michael Palimaka X-VCS-Revision: d22e9c01d3ff2582617c476cde73a1a6e8b0aa9e X-VCS-Branch: master Date: Tue, 10 Nov 2015 17:34:39 +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: 5aee740c-7f73-4511-a854-f5ae59eb5ac9 X-Archives-Hash: 14ad1df47add7b13015186f5d9481f7d commit: d22e9c01d3ff2582617c476cde73a1a6e8b0aa9e Author: Michael Palimaka gentoo org> AuthorDate: Tue Nov 10 17:32:48 2015 +0000 Commit: Michael Palimaka gentoo org> CommitDate: Tue Nov 10 17:34:26 2015 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d22e9c01 media-video/kmplayer: reduce DESCRIPTION length to fit within 80 character limit Package-Manager: portage-2.2.24 media-video/kmplayer/kmplayer-0.11.3d-r3.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/media-video/kmplayer/kmplayer-0.11.3d-r3.ebuild b/media-video/kmplayer/kmplayer-0.11.3d-r3.ebuild index 1aa27fa..971fd37 100644 --- a/media-video/kmplayer/kmplayer-0.11.3d-r3.ebuild +++ b/media-video/kmplayer/kmplayer-0.11.3d-r3.ebuild @@ -10,7 +10,7 @@ zh_CN zh_TW" KDE_HANDBOOK="optional" inherit kde4-base -DESCRIPTION="Video player plugin for Konqueror and basic MPlayer/Xine/ffmpeg/ffserver/VDR frontend" +DESCRIPTION="Video player plugin for Konqueror and basic MPlayer frontend" HOMEPAGE="https://projects.kde.org/projects/extragear/multimedia/kmplayer" SRC_URI="https://kmplayer.kde.org/pkgs/${P}.tar.bz2"