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 E3D3859CAF for ; Mon, 4 Apr 2016 18:09:05 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E896B21C02D; Mon, 4 Apr 2016 18:09:02 +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 2BDBC21C02D for ; Mon, 4 Apr 2016 18:09:02 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 BEA40340B66 for ; Mon, 4 Apr 2016 18:09:00 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 01B8ECA for ; Mon, 4 Apr 2016 18:08:59 +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: <1459792565.cedaac0c718475b36104ef5dc2d90dc57f8437d9.johu@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: kde-apps/kdesu/ X-VCS-Repository: proj/kde X-VCS-Files: kde-apps/kdesu/kdesu-15.12.3.ebuild kde-apps/kdesu/kdesu-16.04.49.9999.ebuild kde-apps/kdesu/kdesu-9999.ebuild X-VCS-Directories: kde-apps/kdesu/ X-VCS-Committer: johu X-VCS-Committer-Name: Johannes Huber X-VCS-Revision: cedaac0c718475b36104ef5dc2d90dc57f8437d9 X-VCS-Branch: master Date: Mon, 4 Apr 2016 18:08:59 +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: 5645fe03-eca6-43be-9406-7b30b6287fef X-Archives-Hash: c91394873757837832ec1c2e642c686f commit: cedaac0c718475b36104ef5dc2d90dc57f8437d9 Author: Johannes Huber gentoo org> AuthorDate: Mon Apr 4 17:56:05 2016 +0000 Commit: Johannes Huber gentoo org> CommitDate: Mon Apr 4 17:56:05 2016 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=cedaac0c kde-apps/kdesu: EAPI 6 Package-Manager: portage-2.2.28 kde-apps/kdesu/kdesu-15.12.3.ebuild | 4 ++-- kde-apps/kdesu/kdesu-16.04.49.9999.ebuild | 4 ++-- kde-apps/kdesu/kdesu-9999.ebuild | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/kde-apps/kdesu/kdesu-15.12.3.ebuild b/kde-apps/kdesu/kdesu-15.12.3.ebuild index 3fbe428..4d568fd 100644 --- a/kde-apps/kdesu/kdesu-15.12.3.ebuild +++ b/kde-apps/kdesu/kdesu-15.12.3.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 # $Id$ -EAPI=5 +EAPI=6 KDE_HANDBOOK="optional" KMNAME="kde-runtime" @@ -10,7 +10,7 @@ inherit kde4-meta # FIXME: Is default command ( su/sudo ) still configurable, # if not, USE-flag ? -DESCRIPTION="KDE: gui for su(1)" +DESCRIPTION="KDE gui for su(1)" HOMEPAGE+=" https://techbase.kde.org/Projects/kdesu" KEYWORDS=" ~amd64 ~x86" IUSE="debug" diff --git a/kde-apps/kdesu/kdesu-16.04.49.9999.ebuild b/kde-apps/kdesu/kdesu-16.04.49.9999.ebuild index 54c8604..3ba9359 100644 --- a/kde-apps/kdesu/kdesu-16.04.49.9999.ebuild +++ b/kde-apps/kdesu/kdesu-16.04.49.9999.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 # $Id$ -EAPI=5 +EAPI=6 KDE_HANDBOOK="optional" KMNAME="kde-runtime" @@ -10,7 +10,7 @@ inherit kde4-meta # FIXME: Is default command ( su/sudo ) still configurable, # if not, USE-flag ? -DESCRIPTION="KDE: gui for su(1)" +DESCRIPTION="KDE gui for su(1)" HOMEPAGE+=" https://techbase.kde.org/Projects/kdesu" KEYWORDS="" IUSE="debug" diff --git a/kde-apps/kdesu/kdesu-9999.ebuild b/kde-apps/kdesu/kdesu-9999.ebuild index 54c8604..3ba9359 100644 --- a/kde-apps/kdesu/kdesu-9999.ebuild +++ b/kde-apps/kdesu/kdesu-9999.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 # $Id$ -EAPI=5 +EAPI=6 KDE_HANDBOOK="optional" KMNAME="kde-runtime" @@ -10,7 +10,7 @@ inherit kde4-meta # FIXME: Is default command ( su/sudo ) still configurable, # if not, USE-flag ? -DESCRIPTION="KDE: gui for su(1)" +DESCRIPTION="KDE gui for su(1)" HOMEPAGE+=" https://techbase.kde.org/Projects/kdesu" KEYWORDS="" IUSE="debug"