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 C0B101382C5 for ; Sun, 11 Feb 2018 11:48:56 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 03639E0D28; Sun, 11 Feb 2018 11:48:56 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id C78B0E0D28 for ; Sun, 11 Feb 2018 11:48:55 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 9B884335C2E for ; Sun, 11 Feb 2018 11:48:54 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 597C01C9 for ; Sun, 11 Feb 2018 11:48:53 +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: <1518349723.2ddb42d8cf14bb507595625115b1e7cdfe021c22.kensington@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: kde-misc/rsibreak/ X-VCS-Repository: repo/gentoo X-VCS-Files: kde-misc/rsibreak/Manifest kde-misc/rsibreak/rsibreak-0.12.8.ebuild X-VCS-Directories: kde-misc/rsibreak/ X-VCS-Committer: kensington X-VCS-Committer-Name: Michael Palimaka X-VCS-Revision: 2ddb42d8cf14bb507595625115b1e7cdfe021c22 X-VCS-Branch: master Date: Sun, 11 Feb 2018 11:48:53 +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: 1074e09b-e812-4f1f-9e0d-adeaae749921 X-Archives-Hash: 9ad07855ad47988abf318fabdf4550e4 commit: 2ddb42d8cf14bb507595625115b1e7cdfe021c22 Author: Michael Palimaka gentoo org> AuthorDate: Sun Feb 11 11:48:29 2018 +0000 Commit: Michael Palimaka gentoo org> CommitDate: Sun Feb 11 11:48:43 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2ddb42d8 kde-misc/rsibreak: version bump 0.12.8 Package-Manager: Portage-2.3.19, Repoman-2.3.6 kde-misc/rsibreak/Manifest | 1 + kde-misc/rsibreak/rsibreak-0.12.8.ebuild | 45 ++++++++++++++++++++++++++++++++ 2 files changed, 46 insertions(+) diff --git a/kde-misc/rsibreak/Manifest b/kde-misc/rsibreak/Manifest index 91159559605..114a957a127 100644 --- a/kde-misc/rsibreak/Manifest +++ b/kde-misc/rsibreak/Manifest @@ -1 +1,2 @@ DIST rsibreak-0.12.7.tar.xz 396000 BLAKE2B 0c8f217b34083db2cdf06c89c6890a80c4304f89a6709ad1168b4f9a0a24a0ab40d023b8a7d7f25e70a48f6cdb491bb69795f9ff165976d8ee3fe1d3c966d184 SHA512 77da791a705549da159dee18ff160e051a79184e909af7ac9efcdbc2bcad66f6fc4994af71e0ccdf0033596cccc93c8d4642ae578846dc2aa38223c1a462008f +DIST rsibreak-0.12.8.tar.xz 401368 BLAKE2B 3c082d4e957f7d48b7bdaef1ddd95cd2f41f616ed157d0f97cbd91558168c583c669caaad04b35f6f1b7ca2c2832134a2d08d986b134d21e1e6472eb7954dc1b SHA512 6ab0c43232e56278525ce5ba07a6c7a5f7bc5da74a8461e3cdaed7ae832304ac9f3c1b3ff0adfdeaab6b8231bdcecae4e8fee9529df97b8ce2208f4cf74f0eb1 diff --git a/kde-misc/rsibreak/rsibreak-0.12.8.ebuild b/kde-misc/rsibreak/rsibreak-0.12.8.ebuild new file mode 100644 index 00000000000..66fbdb8bcdf --- /dev/null +++ b/kde-misc/rsibreak/rsibreak-0.12.8.ebuild @@ -0,0 +1,45 @@ +# Copyright 1999-2018 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +KDE_HANDBOOK="forceoptional" +inherit kde5 versionator + +DESCRIPTION="Small utility which bothers you at certain intervals" +HOMEPAGE="https://userbase.kde.org/RSIBreak" +if [[ ${KDE_BUILD_TYPE} = release ]]; then + SRC_URI="mirror://kde/stable/${PN}/$(get_version_component_range 1-2)/${P}.tar.xz" +fi + +LICENSE="GPL-2+ handbook? ( FDL-1.2 )" +KEYWORDS="~amd64 ~x86" +IUSE="" + +COMMON_DEPEND=" + $(add_frameworks_dep kconfig) + $(add_frameworks_dep kconfigwidgets) + $(add_frameworks_dep kcoreaddons) + $(add_frameworks_dep kcrash) + $(add_frameworks_dep kdbusaddons) + $(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 kwidgetsaddons) + $(add_frameworks_dep kwindowsystem) + $(add_frameworks_dep kxmlgui) + $(add_qt_dep qtdbus) + $(add_qt_dep qtgui) + $(add_qt_dep qtwidgets) +" +DEPEND="${COMMON_DEPEND} + sys-devel/gettext +" +# bug 587170 for frameworkintegration +RDEPEND="${COMMON_DEPEND} + $(add_frameworks_dep frameworkintegration) + !kde-misc/rsibreak:4 +"