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 4635F59CAF for ; Mon, 4 Apr 2016 22:51:20 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 154F521C00F; Mon, 4 Apr 2016 22:51:17 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 40C8821C004 for ; Mon, 4 Apr 2016 22:51:16 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 969EF340861 for ; Mon, 4 Apr 2016 22:51:14 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B2A7622B for ; Mon, 4 Apr 2016 22:51:12 +0000 (UTC) From: "Johannes Huber" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Johannes Huber" Message-ID: <1459809192.43974c1371761dbfc5177640c6c3732575c1f2b9.johu@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: kde-apps/kolourpaint/ X-VCS-Repository: proj/kde X-VCS-Files: kde-apps/kolourpaint/kolourpaint-16.04.49.9999.ebuild kde-apps/kolourpaint/kolourpaint-9999.ebuild X-VCS-Directories: kde-apps/kolourpaint/ X-VCS-Committer: johu X-VCS-Committer-Name: Johannes Huber X-VCS-Revision: 43974c1371761dbfc5177640c6c3732575c1f2b9 X-VCS-Branch: master Date: Mon, 4 Apr 2016 22:51:12 +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: befbb139-f6cc-45c5-baee-5d17b8189730 X-Archives-Hash: f20705e20f2c6d1a63941ea46fe2f2e7 commit: 43974c1371761dbfc5177640c6c3732575c1f2b9 Author: Johannes Huber gentoo org> AuthorDate: Mon Apr 4 22:33:12 2016 +0000 Commit: Johannes Huber gentoo org> CommitDate: Mon Apr 4 22:33:12 2016 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=43974c13 kde-apps/kolourpaint: EAPI 6 Package-Manager: portage-2.2.28 kde-apps/kolourpaint/kolourpaint-16.04.49.9999.ebuild | 4 ++-- kde-apps/kolourpaint/kolourpaint-9999.ebuild | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/kde-apps/kolourpaint/kolourpaint-16.04.49.9999.ebuild b/kde-apps/kolourpaint/kolourpaint-16.04.49.9999.ebuild index 0e93748..b30e54f 100644 --- a/kde-apps/kolourpaint/kolourpaint-16.04.49.9999.ebuild +++ b/kde-apps/kolourpaint/kolourpaint-16.04.49.9999.ebuild @@ -2,12 +2,12 @@ # Distributed under the terms of the GNU General Public License v2 # $Id$ -EAPI=5 +EAPI=6 KDE_HANDBOOK="optional" inherit kde4-base -DESCRIPTION="Paint Program for KDE" +DESCRIPTION="Paint Program by KDE" HOMEPAGE="https://www.kde.org/applications/graphics/kolourpaint/" KEYWORDS="" LICENSE="BSD LGPL-2" diff --git a/kde-apps/kolourpaint/kolourpaint-9999.ebuild b/kde-apps/kolourpaint/kolourpaint-9999.ebuild index 0e93748..b30e54f 100644 --- a/kde-apps/kolourpaint/kolourpaint-9999.ebuild +++ b/kde-apps/kolourpaint/kolourpaint-9999.ebuild @@ -2,12 +2,12 @@ # Distributed under the terms of the GNU General Public License v2 # $Id$ -EAPI=5 +EAPI=6 KDE_HANDBOOK="optional" inherit kde4-base -DESCRIPTION="Paint Program for KDE" +DESCRIPTION="Paint Program by KDE" HOMEPAGE="https://www.kde.org/applications/graphics/kolourpaint/" KEYWORDS="" LICENSE="BSD LGPL-2"