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 5237713888F for ; Thu, 8 Oct 2015 13:04:42 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 83032E080D; Thu, 8 Oct 2015 13:04:41 +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 27A34E080D for ; Thu, 8 Oct 2015 13:04:41 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 164C5341012 for ; Thu, 8 Oct 2015 13:04:39 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 95523C07 for ; Thu, 8 Oct 2015 13:04:37 +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: <1444309459.3c1878af2204277bdc84ac8e486c4af13fd35036.kensington@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: kde-misc/rsibreak/ X-VCS-Repository: proj/kde X-VCS-Files: kde-misc/rsibreak/metadata.xml kde-misc/rsibreak/rsibreak-9999.ebuild X-VCS-Directories: kde-misc/rsibreak/ X-VCS-Committer: kensington X-VCS-Committer-Name: Michael Palimaka X-VCS-Revision: 3c1878af2204277bdc84ac8e486c4af13fd35036 X-VCS-Branch: master Date: Thu, 8 Oct 2015 13:04:37 +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: 68c82bea-159e-48f8-bba8-6f31fc75313c X-Archives-Hash: cef568b7c517a1e8d941bb688e0e39c0 commit: 3c1878af2204277bdc84ac8e486c4af13fd35036 Author: Jan Kundrát kde org> AuthorDate: Wed Oct 7 13:33:09 2015 +0000 Commit: Michael Palimaka gentoo org> CommitDate: Thu Oct 8 13:04:19 2015 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=3c1878af kde-misc/rsibreak: Add a live ebuild for the KF5 version of rsibreak I've changed the ${LICENSE} to show that it's actually GPLv2 or later because that's what the source files say, based on a quick grep. There's no support for translations so far because I have no idea how they work in "kde5". The blocker is in place because the eclass apparently only works for kde-apps/, not kde-misc/. kde-misc/rsibreak/metadata.xml | 5 +++++ kde-misc/rsibreak/rsibreak-9999.ebuild | 33 +++++++++++++++++++++++++++++++++ 2 files changed, 38 insertions(+) diff --git a/kde-misc/rsibreak/metadata.xml b/kde-misc/rsibreak/metadata.xml new file mode 100644 index 0000000..a23f444 --- /dev/null +++ b/kde-misc/rsibreak/metadata.xml @@ -0,0 +1,5 @@ + + + + kde + diff --git a/kde-misc/rsibreak/rsibreak-9999.ebuild b/kde-misc/rsibreak/rsibreak-9999.ebuild new file mode 100644 index 0000000..19a18b4 --- /dev/null +++ b/kde-misc/rsibreak/rsibreak-9999.ebuild @@ -0,0 +1,33 @@ +# Copyright 1999-2015 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 + +KDE_HANDBOOK=true +inherit kde5 + +DESCRIPTION="Small utility which bothers you at certain intervals" +HOMEPAGE="https://userbase.kde.org/RSIBreak" + +LICENSE="GPL-2+ FDL-1.2" +KEYWORDS="" +IUSE="" + +DEPEND=" + $(add_frameworks_dep kconfig) + $(add_frameworks_dep kconfigwidgets) + $(add_frameworks_dep kdbusaddons) + $(add_frameworks_dep kdoctools) + $(add_frameworks_dep ki18n) + $(add_frameworks_dep kiconthemes) + $(add_frameworks_dep kidletime) + $(add_frameworks_dep knotifications) + $(add_frameworks_dep knotifyconfig) + $(add_frameworks_dep ktextwidgets) + $(add_frameworks_dep kxmlgui) + $(add_frameworks_dep kwindowsystem) +" +RDEPEND="${DEPEND} + !kde-misc/rsibreak:4 +"