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 CA7FE1387FD for ; Fri, 4 Apr 2014 11:29:40 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id BC2BEE0A94; Fri, 4 Apr 2014 11:29:36 +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 287AEE0A94 for ; Fri, 4 Apr 2014 11:29:36 +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 1755933FE5E for ; Fri, 4 Apr 2014 11:29:35 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by spoonbill.gentoo.org (Postfix) with ESMTP id 6D77318874 for ; Fri, 4 Apr 2014 11:29:33 +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: <1396558760.d6ae4d828d2c1e6b40dab95c427efb41beac889e.johu@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: kde-base/kwrited/ X-VCS-Repository: proj/kde X-VCS-Files: kde-base/kwrited/kwrited-9999.ebuild X-VCS-Directories: kde-base/kwrited/ X-VCS-Committer: johu X-VCS-Committer-Name: Johannes Huber X-VCS-Revision: d6ae4d828d2c1e6b40dab95c427efb41beac889e X-VCS-Branch: master Date: Fri, 4 Apr 2014 11:29:33 +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: 0c3822ec-93f8-4e2e-bc6b-65b310b13c85 X-Archives-Hash: 693ef1fe8836044a291f41abacb9f061 commit: d6ae4d828d2c1e6b40dab95c427efb41beac889e Author: Johannes Huber gentoo org> AuthorDate: Thu Apr 3 20:56:08 2014 +0000 Commit: Johannes Huber gentoo org> CommitDate: Thu Apr 3 20:59:20 2014 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=d6ae4d82 [kde-base/kwrited] Version bump, KF5 based version Package-Manager: portage-2.2.10 --- kde-base/kwrited/kwrited-9999.ebuild | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) diff --git a/kde-base/kwrited/kwrited-9999.ebuild b/kde-base/kwrited/kwrited-9999.ebuild new file mode 100644 index 0000000..95540cf --- /dev/null +++ b/kde-base/kwrited/kwrited-9999.ebuild @@ -0,0 +1,21 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI=5 + +inherit kde5 + +DESCRIPTION="KDE daemon listening for wall and write messages" +LICENSE="GPL-2" +KEYWORDS="" +IUSE="" + +DEPEND=" + $(add_frameworks_dep kcoreaddons) + $(add_frameworks_dep kde4support) + $(add_frameworks_dep ki18n) + $(add_frameworks_dep knotifications) + $(add_frameworks_dep kpty) +" +RDEPEND="${DEPEND}"