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 1E380138247 for ; Thu, 28 Nov 2013 17:21:30 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8D208E0C47; Thu, 28 Nov 2013 17:21:29 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 11A76E0C46 for ; Thu, 28 Nov 2013 17:21:28 +0000 (UTC) Received: from hornbill.gentoo.org (hornbill.gentoo.org [94.100.119.163]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 1852A33F1E7 for ; Thu, 28 Nov 2013 17:21:28 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id BFB35E54FB for ; Thu, 28 Nov 2013 17:21:26 +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: <1385655576.6f13f8fc93b9e92449fe214ece02a0b7d9be9445.johu@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: kde-frameworks/kdesu/ X-VCS-Repository: proj/kde X-VCS-Files: kde-frameworks/kdesu/kdesu-9999.ebuild kde-frameworks/kdesu/metadata.xml X-VCS-Directories: kde-frameworks/kdesu/ X-VCS-Committer: johu X-VCS-Committer-Name: Johannes Huber X-VCS-Revision: 6f13f8fc93b9e92449fe214ece02a0b7d9be9445 X-VCS-Branch: master Date: Thu, 28 Nov 2013 17:21:26 +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: 3f5b131a-82ae-48b2-b8b5-ed3905185323 X-Archives-Hash: 5d81d96e02795983dbeb4de3d1fd017c commit: 6f13f8fc93b9e92449fe214ece02a0b7d9be9445 Author: Johannes Huber gentoo org> AuthorDate: Thu Nov 28 16:19:36 2013 +0000 Commit: Johannes Huber gentoo org> CommitDate: Thu Nov 28 16:19:36 2013 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=6f13f8fc [kde-frameworks/kdesu] New package Package-Manager: portage-2.2.7 --- kde-frameworks/kdesu/kdesu-9999.ebuild | 32 ++++++++++++++++++++++++++++++++ kde-frameworks/kdesu/metadata.xml | 5 +++++ 2 files changed, 37 insertions(+) diff --git a/kde-frameworks/kdesu/kdesu-9999.ebuild b/kde-frameworks/kdesu/kdesu-9999.ebuild new file mode 100644 index 0000000..bebad82 --- /dev/null +++ b/kde-frameworks/kdesu/kdesu-9999.ebuild @@ -0,0 +1,32 @@ +# Copyright 1999-2013 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI=5 + +FRAMEWORKS_TYPE="tier3" +FRAMEWORKS_TEST="false" +inherit kde-frameworks + +DESCRIPTION="Framework to handle super user actions" +KEYWORDS="" +IUSE="X" + +RDEPEND=" + $(add_frameworks_dep kconfig) + $(add_frameworks_dep kcoreaddons) + $(add_frameworks_dep kpty) + $(add_frameworks_dep kservice) + dev-qt/qtwidgets:5 +" +DEPEND="${RDEPEND} + X? ( dev-qt/qtx11extras:5 ) +" + +src_configure() { + local mycmakeargs=( + $(cmake-utils_use_find_package X X11) + ) + + kde-frameworks_src_configure +} diff --git a/kde-frameworks/kdesu/metadata.xml b/kde-frameworks/kdesu/metadata.xml new file mode 100644 index 0000000..a23f444 --- /dev/null +++ b/kde-frameworks/kdesu/metadata.xml @@ -0,0 +1,5 @@ + + + + kde +