From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: 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 4CE51139085 for ; Thu, 22 Dec 2016 19:08:47 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B8486E0DE1; Thu, 22 Dec 2016 19:08:46 +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 99EE5E0DE1 for ; Thu, 22 Dec 2016 19:08:46 +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 BB54533FECD for ; Thu, 22 Dec 2016 19:08:45 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 08DA424DE for ; Thu, 22 Dec 2016 19:08:44 +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: <1482433445.e77c51c01cbd4e10d9b56b0148cbaececae15017.johu@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: app-admin/systemdgenie/ X-VCS-Repository: proj/kde X-VCS-Files: app-admin/systemdgenie/metadata.xml app-admin/systemdgenie/systemdgenie-9999.ebuild X-VCS-Directories: app-admin/systemdgenie/ X-VCS-Committer: johu X-VCS-Committer-Name: Johannes Huber X-VCS-Revision: e77c51c01cbd4e10d9b56b0148cbaececae15017 X-VCS-Branch: master Date: Thu, 22 Dec 2016 19:08:44 +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: ae8d4a90-93ee-4524-b673-70367f992eee X-Archives-Hash: 44f5e601b581e6543b7d5ded04ccd031 commit: e77c51c01cbd4e10d9b56b0148cbaececae15017 Author: Johannes Huber gentoo org> AuthorDate: Thu Dec 22 19:04:05 2016 +0000 Commit: Johannes Huber gentoo org> CommitDate: Thu Dec 22 19:04:05 2016 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=e77c51c0 app-admin/systemdgenie: New package Package-Manager: Portage-2.3.3, Repoman-2.3.1 app-admin/systemdgenie/metadata.xml | 17 +++++++++++++++ app-admin/systemdgenie/systemdgenie-9999.ebuild | 29 +++++++++++++++++++++++++ 2 files changed, 46 insertions(+) diff --git a/app-admin/systemdgenie/metadata.xml b/app-admin/systemdgenie/metadata.xml new file mode 100644 index 0000000..11abdb5 --- /dev/null +++ b/app-admin/systemdgenie/metadata.xml @@ -0,0 +1,17 @@ + + + + + kde@gentoo.org + Gentoo KDE Project + + + systemd management utility based on KDE technologies. Tt provides a graphical frontend for the systemd daemon, which allows for viewing and controlling systemd units, logind sessions as well as easy modification of configuration and unit files. + + + + rthomsen6@gmail.com + Ragnar Thomsen + + + diff --git a/app-admin/systemdgenie/systemdgenie-9999.ebuild b/app-admin/systemdgenie/systemdgenie-9999.ebuild new file mode 100644 index 0000000..c71bf85 --- /dev/null +++ b/app-admin/systemdgenie/systemdgenie-9999.ebuild @@ -0,0 +1,29 @@ +# Copyright 1999-2016 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=6 + +inherit kde5 + +DESCRIPTION="systemd managment utility" +HOMEPAGE="https://cgit.kde.org/systemdgenie.git" +LICENSE="GPL-2+" +IUSE="" + +RDEPEND=" + $(add_frameworks_dep kauth) + $(add_frameworks_dep kconfigwidgets) + $(add_frameworks_dep kcoreaddons) + $(add_frameworks_dep kcrash) + $(add_frameworks_dep ki18n) + $(add_frameworks_dep kwidgetsaddons) + $(add_frameworks_dep kxmlgui) + $(add_qt_dep qtdbus) + $(add_qt_dep qtgui) + $(add_qt_dep qtwidgets) + sys-apps/systemd +" +DEPEND="${RDEPEND} + sys-devel/gettext +"