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 BF0F4138334 for ; Wed, 15 May 2019 21:22:45 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 94057E08F6; Wed, 15 May 2019 21:22:44 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.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 74FC6E08F6 for ; Wed, 15 May 2019 21:22:44 +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 B179D3445B0 for ; Wed, 15 May 2019 21:22:42 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 1437F5E6 for ; Wed, 15 May 2019 21:22:41 +0000 (UTC) From: "Andreas Sturmlechner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Sturmlechner" Message-ID: <1557955349.bae541cd8aa62cc492ae63e83d705869d2ffe42d.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: x11-misc/flow-pomodoro/ X-VCS-Repository: repo/gentoo X-VCS-Files: x11-misc/flow-pomodoro/flow-pomodoro-1.2.0.ebuild X-VCS-Directories: x11-misc/flow-pomodoro/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: bae541cd8aa62cc492ae63e83d705869d2ffe42d X-VCS-Branch: master Date: Wed, 15 May 2019 21:22:41 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 06cb8774-11e9-4091-b619-2ab262075626 X-Archives-Hash: 16ffc017db872af734b28f59a46f12d6 commit: bae541cd8aa62cc492ae63e83d705869d2ffe42d Author: Andreas Sturmlechner gentoo org> AuthorDate: Wed May 15 21:21:45 2019 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Wed May 15 21:22:29 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bae541cd x11-misc/flow-pomodoro: Drop 1.2.0 (r0) Package-Manager: Portage-2.3.66, Repoman-2.3.12 Signed-off-by: Andreas Sturmlechner gentoo.org> x11-misc/flow-pomodoro/flow-pomodoro-1.2.0.ebuild | 24 ----------------------- 1 file changed, 24 deletions(-) diff --git a/x11-misc/flow-pomodoro/flow-pomodoro-1.2.0.ebuild b/x11-misc/flow-pomodoro/flow-pomodoro-1.2.0.ebuild deleted file mode 100644 index daa67bf4bb7..00000000000 --- a/x11-misc/flow-pomodoro/flow-pomodoro-1.2.0.ebuild +++ /dev/null @@ -1,24 +0,0 @@ -# Copyright 1999-2017 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -inherit cmake-utils - -DESCRIPTION="A pomodoro app that blocks distractions while you work" -HOMEPAGE="https://github.com/iamsergio/flow-pomodoro" -SRC_URI="https://github.com/iamsergio/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~amd64" -IUSE="" - -DEPEND=">=dev-qt/qtcore-5.6:5 - >=dev-qt/qtdbus-5.6:5 - >=dev-qt/qtdeclarative-5.6:5 - >=dev-qt/qtgui-5.6:5 - >=dev-qt/qtquickcontrols-5.6:5 - >=dev-qt/qtnetwork-5.6:5 - >=dev-qt/qtwidgets-5.6:5" -RDEPEND="${DEPEND}"