From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-1051782-garchives=archives.gentoo.org@lists.gentoo.org> 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 8FEB2138334 for <garchives@archives.gentoo.org>; Sat, 13 Oct 2018 16:34:51 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 99ADCE093D; Sat, 13 Oct 2018 16:34:50 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 74B86E093D for <gentoo-commits@lists.gentoo.org>; Sat, 13 Oct 2018 16:34:50 +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 242B8335C39 for <gentoo-commits@lists.gentoo.org>; Sat, 13 Oct 2018 16:34:49 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id AF5F143B for <gentoo-commits@lists.gentoo.org>; Sat, 13 Oct 2018 16:34:47 +0000 (UTC) From: "Andreas Sturmlechner" <asturm@gentoo.org> To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Sturmlechner" <asturm@gentoo.org> Message-ID: <1539448008.cbe48a721f525da91f515b767bb1e5b94b3cb82f.asturm@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: sys-block/partitionmanager/ X-VCS-Repository: proj/kde X-VCS-Files: sys-block/partitionmanager/partitionmanager-9999.ebuild X-VCS-Directories: sys-block/partitionmanager/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: cbe48a721f525da91f515b767bb1e5b94b3cb82f X-VCS-Branch: master Date: Sat, 13 Oct 2018 16:34:47 +0000 (UTC) Precedence: bulk List-Post: <mailto:gentoo-commits@lists.gentoo.org> List-Help: <mailto:gentoo-commits+help@lists.gentoo.org> List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org> List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org> List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org> X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 7c87971c-ad8a-4ce3-8a93-c5cb1edb305e X-Archives-Hash: 95fc2507a7fc8974c0212981e2b7d6bd commit: cbe48a721f525da91f515b767bb1e5b94b3cb82f Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org> AuthorDate: Thu Sep 13 01:07:06 2018 +0000 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org> CommitDate: Sat Oct 13 16:26:48 2018 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=cbe48a72 sys-block/partitionmanager: Update DESCRIPTION Package-Manager: Portage-2.3.49, Repoman-2.3.10 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org> sys-block/partitionmanager/partitionmanager-9999.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys-block/partitionmanager/partitionmanager-9999.ebuild b/sys-block/partitionmanager/partitionmanager-9999.ebuild index 2c1f2370ca..35e477aa2a 100644 --- a/sys-block/partitionmanager/partitionmanager-9999.ebuild +++ b/sys-block/partitionmanager/partitionmanager-9999.ebuild @@ -6,7 +6,7 @@ EAPI=6 KDE_HANDBOOK="optional" inherit kde5 -DESCRIPTION="KDE utility for management of partitions and file systems" +DESCRIPTION="Utility for management of disks, partitions and file systems" HOMEPAGE="https://www.kde.org/applications/system/kdepartitionmanager" [[ ${KDE_BUILD_TYPE} == release ]] && SRC_URI="mirror://kde/stable/${PN}/${PV}/src/${P}.tar.xz"