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 30FB01388C1 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 BB571E080A; Tue, 10 Nov 2015 17:34:45 +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 5EA83E07ED 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 583F733E2EB 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 7855CA47 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.939ea093c94a8392b1f28cf9b105b4d5ab95b73d.kensington@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/kdevelop/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-util/kdevelop/kdevelop-4.7.1-r1.ebuild dev-util/kdevelop/kdevelop-4.7.2.ebuild X-VCS-Directories: dev-util/kdevelop/ X-VCS-Committer: kensington X-VCS-Committer-Name: Michael Palimaka X-VCS-Revision: 939ea093c94a8392b1f28cf9b105b4d5ab95b73d 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: 4cdc8897-f61f-42c1-b938-fcd4dc6bf36c X-Archives-Hash: 07baaa92162f4fe6187ba52fbb88af5c commit: 939ea093c94a8392b1f28cf9b105b4d5ab95b73d Author: Michael Palimaka gentoo org> AuthorDate: Tue Nov 10 17:23:23 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=939ea093 dev-util/kdevelop: reduce DESCRIPTION length to fit within 80 character limit Package-Manager: portage-2.2.24 dev-util/kdevelop/kdevelop-4.7.1-r1.ebuild | 2 +- dev-util/kdevelop/kdevelop-4.7.2.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-util/kdevelop/kdevelop-4.7.1-r1.ebuild b/dev-util/kdevelop/kdevelop-4.7.1-r1.ebuild index a232454..18e369a 100644 --- a/dev-util/kdevelop/kdevelop-4.7.1-r1.ebuild +++ b/dev-util/kdevelop/kdevelop-4.7.1-r1.ebuild @@ -10,7 +10,7 @@ VIRTUALX_REQUIRED="test" EGIT_BRANCH="4.7" inherit kde4-base -DESCRIPTION="Integrated Development Environment for Unix, supporting KDE/Qt, C/C++ and many other languages" +DESCRIPTION="Integrated Development Environment, supporting KDE/Qt, C/C++ and much more" LICENSE="GPL-2 LGPL-2" IUSE="+cmake +cxx debug +gdbui okteta qthelp" diff --git a/dev-util/kdevelop/kdevelop-4.7.2.ebuild b/dev-util/kdevelop/kdevelop-4.7.2.ebuild index addf588..38fea46 100644 --- a/dev-util/kdevelop/kdevelop-4.7.2.ebuild +++ b/dev-util/kdevelop/kdevelop-4.7.2.ebuild @@ -10,7 +10,7 @@ VIRTUALX_REQUIRED="test" EGIT_BRANCH="4.7" inherit kde4-base -DESCRIPTION="Integrated Development Environment for Unix, supporting KDE/Qt, C/C++ and many other languages" +DESCRIPTION="Integrated Development Environment, supporting KDE/Qt, C/C++ and much more" LICENSE="GPL-2 LGPL-2" IUSE="+cmake +cxx debug +gdbui okteta qthelp"