summaryrefslogtreecommitdiff
path: root/x11-misc
diff options
context:
space:
mode:
authorMichael Palimaka <kensington@gentoo.org>2017-07-23 21:52:34 +1000
committerMichael Palimaka <kensington@gentoo.org>2017-07-23 21:53:57 +1000
commit273638c3c3aea7de2e3fec7cc499ecbc0cb6fbcf (patch)
tree4d715e986bf880a21326f4c2c9a6a2823d47838d /x11-misc
parenta945812c3a02f68031f90cedf8886c7d3d6955b9 (diff)
downloadgentoo-273638c3c3aea7de2e3fec7cc499ecbc0cb6fbcf.tar.gz
gentoo-273638c3c3aea7de2e3fec7cc499ecbc0cb6fbcf.tar.xz
x11-misc/flow-pomodoro: remove 1.1.2
Package-Manager: Portage-2.3.6, Repoman-2.3.3
Diffstat (limited to 'x11-misc')
-rw-r--r--x11-misc/flow-pomodoro/Manifest1
-rw-r--r--x11-misc/flow-pomodoro/flow-pomodoro-1.1.2.ebuild24
2 files changed, 0 insertions, 25 deletions
diff --git a/x11-misc/flow-pomodoro/Manifest b/x11-misc/flow-pomodoro/Manifest
index 6f3e48bc466..140b8b566b7 100644
--- a/x11-misc/flow-pomodoro/Manifest
+++ b/x11-misc/flow-pomodoro/Manifest
@@ -1,2 +1 @@
-DIST flow-pomodoro-1.1.2.tar.gz 686290 SHA256 96786f4fcb90efadbb129bf40f14cf143f2ea9137101d2c24bdcab00d2357e11 SHA512 73a37e5c63a14777b21bef61cd81003548119670b74ae9de2eb5fff4cd27f159429c9aded06638bd77e52967a0a2cfb69f4055709ed136b5ef39a4d3ccd90ab7 WHIRLPOOL f51d74579d26565e00cc57b49070f2a1e507299fbada924197963606ed5ce598168a0964ddfb755184227244eff2f97ae6b1d2780c376685b0b5b1faa7192f8b
DIST flow-pomodoro-1.2.0.tar.gz 661888 SHA256 7b3389aec5400b027403c86984f432436b8c25f492c9077ba8a09521632daaf7 SHA512 1f347a679fe85e4751166c6aa8af3fda06c57844c0be7116266b2203d061abd1631cb994c0942f3fea9209064d9a49a230248ac101156132aa66a519438acccc WHIRLPOOL e532ab2f614819a46949199e3aa00ed8f6d952620f0f6046a874287d26cde904d2879c7b5f1f5e1823ef5e6292f90f9dcf5b3ec72ab5f509083f212f9612fdb2
diff --git a/x11-misc/flow-pomodoro/flow-pomodoro-1.1.2.ebuild b/x11-misc/flow-pomodoro/flow-pomodoro-1.1.2.ebuild
deleted file mode 100644
index e051e72bcb9..00000000000
--- a/x11-misc/flow-pomodoro/flow-pomodoro-1.1.2.ebuild
+++ /dev/null
@@ -1,24 +0,0 @@
-# Copyright 1999-2016 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
- dev-qt/qtdbus:5
- dev-qt/qtdeclarative:5
- dev-qt/qtgui:5
- dev-qt/qtquickcontrols:5
- dev-qt/qtnetwork:5
- dev-qt/qtwidgets:5"
-RDEPEND="${DEPEND}"