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 39A98138247 for ; Tue, 21 Jan 2014 12:53:24 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 74B94E09FF; Tue, 21 Jan 2014 12:53:22 +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 F41EFE09FF for ; Tue, 21 Jan 2014 12:53:21 +0000 (UTC) Received: from spoonbill.gentoo.org (spoonbill.gentoo.org [81.93.255.5]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 28FD033FA49 for ; Tue, 21 Jan 2014 12:53:21 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by spoonbill.gentoo.org (Postfix) with ESMTP id D433018096 for ; Tue, 21 Jan 2014 12:53:19 +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: <1390308764.eae4a387d9f54cfc9a5a3185087de45bc2420f95.kensington@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: kde-frameworks/kinit/ X-VCS-Repository: proj/kde X-VCS-Files: kde-frameworks/kinit/kinit-9999.ebuild kde-frameworks/kinit/metadata.xml X-VCS-Directories: kde-frameworks/kinit/ X-VCS-Committer: kensington X-VCS-Committer-Name: Michael Palimaka X-VCS-Revision: eae4a387d9f54cfc9a5a3185087de45bc2420f95 X-VCS-Branch: master Date: Tue, 21 Jan 2014 12:53:19 +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: 929b555a-f380-4961-8f02-387ef0a37f2a X-Archives-Hash: 9ed213c43c73d993c0cd7669c50f414e commit: eae4a387d9f54cfc9a5a3185087de45bc2420f95 Author: Alex Turbov gmail com> AuthorDate: Tue Jan 21 12:52:25 2014 +0000 Commit: Michael Palimaka gentoo org> CommitDate: Tue Jan 21 12:52:44 2014 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=eae4a387 [kde-frameworks/kinit] New package. Package-Manager: portage-2.2.7 --- kde-frameworks/kinit/kinit-9999.ebuild | 29 +++++++++++++++++++++++++++++ kde-frameworks/kinit/metadata.xml | 5 +++++ 2 files changed, 34 insertions(+) diff --git a/kde-frameworks/kinit/kinit-9999.ebuild b/kde-frameworks/kinit/kinit-9999.ebuild new file mode 100644 index 0000000..671770d --- /dev/null +++ b/kde-frameworks/kinit/kinit-9999.ebuild @@ -0,0 +1,29 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI=5 + +FRAMEWORKS_TEST="false" +inherit kde-frameworks + +DESCRIPTION="Helper library to speed up start of applications on KDE work spaces" +LICENSE="LGPL-2+" +KEYWORDS="" +IUSE="X" + +RDEPEND=" + $(add_frameworks_dep kconfig) + $(add_frameworks_dep kcrash) + $(add_frameworks_dep ki18n) + $(add_frameworks_dep kio) + $(add_frameworks_dep kservice) + $(add_frameworks_dep kwindowsystem) + dev-qt/qtdbus:5 + dev-qt/qtgui:5 + dev-qt/qtwidgets:5 + X? ( x11-libs/libX11 ) +" +DEPEND="${RDEPEND} + X? ( x11-proto/xproto ) +" diff --git a/kde-frameworks/kinit/metadata.xml b/kde-frameworks/kinit/metadata.xml new file mode 100644 index 0000000..a23f444 --- /dev/null +++ b/kde-frameworks/kinit/metadata.xml @@ -0,0 +1,5 @@ + + + + kde +