commit: c28d10a64ffa28a2596eac6c5f7e0ac3e5afa4ac Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org> AuthorDate: Sun Mar 30 19:20:23 2025 +0000 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org> CommitDate: Sun Mar 30 19:20:23 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c28d10a6
x11-misc/flow-pomodoro: treeclean Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org> profiles/package.mask | 5 ---- x11-misc/flow-pomodoro/Manifest | 1 - .../files/flow-pomodoro-1.2.0-qt-5.12.patch | 33 ---------------------- .../flow-pomodoro-1.2.0-respect-CXXFLAGS.patch | 23 --------------- .../flow-pomodoro/flow-pomodoro-1.2.0-r1.ebuild | 31 -------------------- x11-misc/flow-pomodoro/metadata.xml | 8 ------ 6 files changed, 101 deletions(-) diff --git a/profiles/package.mask b/profiles/package.mask index 03d49361722f..c8fe20a1d5d2 100644 --- a/profiles/package.mask +++ b/profiles/package.mask @@ -276,11 +276,6 @@ media-sound/qtscrobbler # no one else packages this. Removal on 2025-03-31. media-gfx/qvv -# Andreas Sturmlechner <[email protected]> (2025-03-01) -# Last release 8 years ago, dead upstream, depends on Qt5, no one -# else packages this. Removal on 2025-03-31. -x11-misc/flow-pomodoro - # Andreas K. Hüttel <[email protected]> (2025-02-27) # We have collected a lot of barely used Perl virtuals over time # (they effectively only make sense with version dependencies). diff --git a/x11-misc/flow-pomodoro/Manifest b/x11-misc/flow-pomodoro/Manifest deleted file mode 100644 index d732f73fab34..000000000000 --- a/x11-misc/flow-pomodoro/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST flow-pomodoro-1.2.0.tar.gz 661888 BLAKE2B 776322a4c7bac37a7c5db7e3776838c8e7365745df87fcda557611055890d586b4fd1baa285d33bbf2bb1c77923c8d4751787dfe88c32dcd7d36827e8f9ff80f SHA512 1f347a679fe85e4751166c6aa8af3fda06c57844c0be7116266b2203d061abd1631cb994c0942f3fea9209064d9a49a230248ac101156132aa66a519438acccc diff --git a/x11-misc/flow-pomodoro/files/flow-pomodoro-1.2.0-qt-5.12.patch b/x11-misc/flow-pomodoro/files/flow-pomodoro-1.2.0-qt-5.12.patch deleted file mode 100644 index 05ff231d9ea7..000000000000 --- a/x11-misc/flow-pomodoro/files/flow-pomodoro-1.2.0-qt-5.12.patch +++ /dev/null @@ -1,33 +0,0 @@ -From 53dfa7dd18290225a62b1cfd10b5566ab90a3fe8 Mon Sep 17 00:00:00 2001 -From: Sergio Martins <[email protected]> -Date: Fri, 17 Aug 2018 16:22:04 +0100 -Subject: [PATCH] Fix popups with Qt 5.12 (QTBUG-70031) - ---- - src/qml/ChoicePopup.qml | 6 +++--- - 1 file changed, 3 insertions(+), 3 deletions(-) - -diff --git a/src/qml/ChoicePopup.qml b/src/qml/ChoicePopup.qml -index b66359d..6418b54 100644 ---- a/src/qml/ChoicePopup.qml -+++ b/src/qml/ChoicePopup.qml -@@ -92,7 +92,7 @@ Item { - radius: 2 * _controller.dpiFactor - - Column { -- id: column -+ id: column1 - anchors.fill: parent - - Rectangle { -@@ -136,8 +136,8 @@ Item { - model: root.model - Choice { - objectName: "taskMenuChoice" -- anchors.left: column.left -- anchors.right: column.right -+ anchors.left: column1.left -+ anchors.right: column1.right - topLineVisible: index > 0 - height: root.delegateHeight - fontAwesomeIconCode: iconRole diff --git a/x11-misc/flow-pomodoro/files/flow-pomodoro-1.2.0-respect-CXXFLAGS.patch b/x11-misc/flow-pomodoro/files/flow-pomodoro-1.2.0-respect-CXXFLAGS.patch deleted file mode 100644 index 0da271d43b06..000000000000 --- a/x11-misc/flow-pomodoro/files/flow-pomodoro-1.2.0-respect-CXXFLAGS.patch +++ /dev/null @@ -1,23 +0,0 @@ ---- a/CMakeLists.txt -+++ b/CMakeLists.txt -@@ -12,15 +12,16 @@ set(CMAKE_INCLUDE_CURRENT_DIR ON) - include_directories(${Qt5Core_INCLUDES}) - include_directories(${Qt5Gui_INCLUDES}) - --set(CMAKE_CXX_FLAGS "${Qt5Gui_EXECUTABLE_COMPILE_FLAGS}") -+set(CMAKE_CXX_FLAGS "${Qt5Gui_EXECUTABLE_COMPILE_FLAGS} ${CMAKE_CXX_FLAGS}") - - include(CheckCXXCompilerFlag) -+ - CHECK_CXX_COMPILER_FLAG("-std=c++11" COMPILER_SUPPORTS_CXX11) - CHECK_CXX_COMPILER_FLAG("-std=c++0x" COMPILER_SUPPORTS_CXX0X) -+set(CMAKE_CXX_STANDARD_REQUIRED on) -+ - if(COMPILER_SUPPORTS_CXX11) -- set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -std=c++11") --elseif(COMPILER_SUPPORTS_CXX0X) -- set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -std=c++0x") -+ set(CMAKE_CXX_STANDARD 11) - else() - message(STATUS "The compiler ${CMAKE_CXX_COMPILER} has no C++11 support. Please use a different C++ compiler.") - endif() diff --git a/x11-misc/flow-pomodoro/flow-pomodoro-1.2.0-r1.ebuild b/x11-misc/flow-pomodoro/flow-pomodoro-1.2.0-r1.ebuild deleted file mode 100644 index ec465111b73a..000000000000 --- a/x11-misc/flow-pomodoro/flow-pomodoro-1.2.0-r1.ebuild +++ /dev/null @@ -1,31 +0,0 @@ -# Copyright 1999-2023 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -inherit cmake - -DESCRIPTION="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}" - -PATCHES=( - "${FILESDIR}"/${PN}-1.2.0-qt-5.12.patch - "${FILESDIR}"/${PN}-1.2.0-respect-CXXFLAGS.patch -) diff --git a/x11-misc/flow-pomodoro/metadata.xml b/x11-misc/flow-pomodoro/metadata.xml deleted file mode 100644 index a3e6cef1e5e2..000000000000 --- a/x11-misc/flow-pomodoro/metadata.xml +++ /dev/null @@ -1,8 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd"> -<pkgmetadata> - <!-- maintainer-needed --> - <upstream> - <remote-id type="github">iamsergio/flow-pomodoro</remote-id> - </upstream> -</pkgmetadata>
