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 CCF3513832E for ; Wed, 20 Jul 2016 20:32:54 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 00E4921C060; Wed, 20 Jul 2016 20:32:52 +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 7192021C060 for ; Wed, 20 Jul 2016 20:32:51 +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 791F0340E20 for ; Wed, 20 Jul 2016 20:32:50 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 1BE3E7DE for ; Wed, 20 Jul 2016 20:32:48 +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: <1469046754.2b30e94f81c5cb7da59a4cc36dd3d0011b62952d.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.1.ebuild X-VCS-Directories: kde-misc/rsibreak/ X-VCS-Committer: kensington X-VCS-Committer-Name: Michael Palimaka X-VCS-Revision: 2b30e94f81c5cb7da59a4cc36dd3d0011b62952d X-VCS-Branch: master Date: Wed, 20 Jul 2016 20:32:48 +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: 67983d4a-5006-4c21-a63b-f0fac8d38efe X-Archives-Hash: 5461958865c0fa0ac23b97cf66a34fa0 commit: 2b30e94f81c5cb7da59a4cc36dd3d0011b62952d Author: Michael Palimaka gentoo org> AuthorDate: Wed Jul 20 20:32:24 2016 +0000 Commit: Michael Palimaka gentoo org> CommitDate: Wed Jul 20 20:32:34 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2b30e94f kde-misc/rsibreak: remove old Package-Manager: portage-2.3.0 kde-misc/rsibreak/Manifest | 1 - kde-misc/rsibreak/rsibreak-0.12.1.ebuild | 43 -------------------------------- 2 files changed, 44 deletions(-) diff --git a/kde-misc/rsibreak/Manifest b/kde-misc/rsibreak/Manifest index 42f5706..2b04389 100644 --- a/kde-misc/rsibreak/Manifest +++ b/kde-misc/rsibreak/Manifest @@ -1,2 +1 @@ -DIST rsibreak-0.12.1.tar.xz 390804 SHA256 ce99be0acdfee0407822db8e404b19516c972022962688deac13236028e85d21 SHA512 4fc831d19f61fbdd620e8f124acb3e51d5400026c40aa42f9415649613e0910d021ed9f80379e849ccaeb2305ac37c3aad067d0848d82ad6a7bf47b1f321065c WHIRLPOOL 96af19f96143b978368a9be54ec52378b6fcffc7c6a5967b98ec06545f7b057ab6134a832a71ac7178c310f3d53a026c04cab13bab086e38d13033e3f9efa979 DIST rsibreak-0.12.3.tar.xz 391016 SHA256 10cd83d97a823a629c6b2cf6bb81f1fd7dc576c5829381fb1f2babf9328bd926 SHA512 e1a3c52c624bbdbe0de39e88875e439e8b91cd8577b0a869bb7a73367fc494535472cd882859dfd9df166ecfd6c67b1b23d61eb13d526fbf44c6365aa8a20995 WHIRLPOOL ae4a0c295479b8ff2dbcb2fa7a55ff58f7181dd9dc2515e64f57886b1909a069c74678f857ee06af222c5735b06c0a3daebe8e1b26df0264e8ce8271ef561db4 diff --git a/kde-misc/rsibreak/rsibreak-0.12.1.ebuild b/kde-misc/rsibreak/rsibreak-0.12.1.ebuild deleted file mode 100644 index a8be637..0000000 --- a/kde-misc/rsibreak/rsibreak-0.12.1.ebuild +++ /dev/null @@ -1,43 +0,0 @@ -# Copyright 1999-2016 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -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 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 -" -RDEPEND="${COMMON_DEPEND} - !kde-misc/rsibreak:4 -"