commit: c74c4a620af237bcb94979a1832b54c8a39fd18e Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org> AuthorDate: Sun Feb 9 17:00:17 2025 +0000 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org> CommitDate: Mon Feb 10 16:12:30 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c74c4a62
net-misc/fatrat: treeclean Closes: https://bugs.gentoo.org/741849 (pkgremoved) Closes: https://bugs.gentoo.org/830220 (pkgremoved) Closes: https://bugs.gentoo.org/851507 (pkgremoved) Closes: https://bugs.gentoo.org/926672 (pkgremoved) Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org> net-misc/fatrat/Manifest | 1 - .../fatrat/fatrat-1.2.0_beta2_p20161204.ebuild | 75 ---------------------- .../files/fatrat-1.2.0_beta2_p20150803-build.patch | 13 ---- .../fatrat-1.2.0_beta2_p20161204-qt-5.15.patch | 12 ---- net-misc/fatrat/metadata.xml | 11 ---- profiles/package.mask | 6 -- 6 files changed, 118 deletions(-) diff --git a/net-misc/fatrat/Manifest b/net-misc/fatrat/Manifest deleted file mode 100644 index c3370706abde..000000000000 --- a/net-misc/fatrat/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST fatrat-1.2.0_beta2_p20161204.tar.gz 4988560 BLAKE2B e55b841bd5741fe81eab79847dddf084a0b193215b791c341d705d840d1658bb7978e53c3de65c23c7c1ac839b29abfceb3b71bcbb124746e841c5fb31ecba14 SHA512 d3a9816cc53fd93ef2ccd3fb5896dde5846382d40e30dc687a14379e6048f8ffc27b40c2b5c3977c6bccc912dcb054426c84c016c319174e2c2a440f9a588063 diff --git a/net-misc/fatrat/fatrat-1.2.0_beta2_p20161204.ebuild b/net-misc/fatrat/fatrat-1.2.0_beta2_p20161204.ebuild deleted file mode 100644 index c82928e3267c..000000000000 --- a/net-misc/fatrat/fatrat-1.2.0_beta2_p20161204.ebuild +++ /dev/null @@ -1,75 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -SNAPSHOT="14a1a146df76d70c44dcc38363848a5b41a364d5" -inherit cmake xdg-utils - -DESCRIPTION="Qt5-based download/upload manager" -HOMEPAGE="http://fatrat.dolezel.info/" -SRC_URI="https://github.com/LubosD/fatrat/tarball/${SNAPSHOT} -> ${P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="bittorrent +curl doc nls xmpp" - -BDEPEND=" - dev-qt/linguist-tools:5 - virtual/pkgconfig - nls? ( sys-devel/gettext ) -" -RDEPEND=" - dev-qt/qtcore:5 - dev-qt/qtdbus:5 - dev-qt/qtgui:5 - dev-qt/qtnetwork:5 - dev-qt/qtsvg:5 - dev-qt/qtwidgets:5 - dev-qt/qtxml:5 - bittorrent? ( - dev-qt/qtwebengine:5[widgets] - >=net-libs/libtorrent-rasterbar-1.1.1 - ) - curl? ( >=net-misc/curl-7.18.2 ) - doc? ( dev-qt/qthelp:5 ) - xmpp? ( net-libs/gloox ) -" -DEPEND="${RDEPEND} - dev-libs/boost -" - -S="${WORKDIR}/LubosD-${PN}-14a1a14" - -PATCHES=( - "${FILESDIR}/${PN}-1.2.0_beta2_p20150803-build.patch" - "${FILESDIR}/${P}-qt-5.15.patch" -) - -src_configure() { - local mycmakeargs=( - -DWITH_BITTORRENT="$(usex bittorrent ON OFF)" - -DWITH_CURL="$(usex curl ON OFF)" - -DWITH_DOCUMENTATION="$(usex doc ON OFF)" - -DWITH_NLS="$(usex nls ON OFF)" - -DWITH_JABBER="$(usex xmpp ON OFF)" - -DWITH_WEBINTERFACE=OFF - ) - cmake_src_configure -} - -pkg_postinst() { - # optional runtime dep - if ! has_version dev-libs/geoip; then - elog "If you want GeoIP support, emerge dev-libs/geoip." - fi - - xdg_mimeinfo_database_update - xdg_desktop_database_update -} - -pkg_postrm() { - xdg_mimeinfo_database_update - xdg_desktop_database_update -} diff --git a/net-misc/fatrat/files/fatrat-1.2.0_beta2_p20150803-build.patch b/net-misc/fatrat/files/fatrat-1.2.0_beta2_p20150803-build.patch deleted file mode 100644 index f38604e8588d..000000000000 --- a/net-misc/fatrat/files/fatrat-1.2.0_beta2_p20150803-build.patch +++ /dev/null @@ -1,13 +0,0 @@ ---- a/CMakeLists.txt -+++ b/CMakeLists.txt -@@ -127,10 +127,6 @@ - ADD_DEFINITIONS(-DDEBUG_BUILD) - ADD_DEFINITIONS(-DNDEBUG) - ADD_DEFINITIONS(-Wall) --else(CMAKE_BUILD_TYPE MATCHES Debug) -- ADD_DEFINITIONS(-ggdb) -- ADD_DEFINITIONS(-DNDEBUG) -- ADD_DEFINITIONS(-Wall) - endif(CMAKE_BUILD_TYPE MATCHES Debug) - - CHECK_INCLUDE_FILES(sys/epoll.h HAVE_SYS_EPOLL_H) diff --git a/net-misc/fatrat/files/fatrat-1.2.0_beta2_p20161204-qt-5.15.patch b/net-misc/fatrat/files/fatrat-1.2.0_beta2_p20161204-qt-5.15.patch deleted file mode 100644 index def09bbd7673..000000000000 --- a/net-misc/fatrat/files/fatrat-1.2.0_beta2_p20161204-qt-5.15.patch +++ /dev/null @@ -1,12 +0,0 @@ -diff --git a/src/util/BalloonTip.cpp b/src/util/BalloonTip.cpp -index c20c0ee..67b5284 100644 ---- a/src/util/BalloonTip.cpp -+++ b/src/util/BalloonTip.cpp -@@ -2,6 +2,7 @@ - * Based on Qt source code - */ - -+#include <QPainterPath> - #include "BalloonTip.h" - #include <QLabel> - #include <QPushButton> diff --git a/net-misc/fatrat/metadata.xml b/net-misc/fatrat/metadata.xml deleted file mode 100644 index 30e017e14716..000000000000 --- a/net-misc/fatrat/metadata.xml +++ /dev/null @@ -1,11 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd"> -<pkgmetadata> - <!-- maintainer-needed --> - <use> - <flag name="bittorrent">Use the bittorrent protocol via <pkg>net-libs/libtorrent-rasterbar</pkg>.</flag> - </use> - <upstream> - <remote-id type="github">LubosD/fatrat</remote-id> - </upstream> -</pkgmetadata> diff --git a/profiles/package.mask b/profiles/package.mask index d6b79442a407..a0123b94d01c 100644 --- a/profiles/package.mask +++ b/profiles/package.mask @@ -204,12 +204,6 @@ sys-cluster/k3s # Removal on 2025-02-17. Bug #948333. dev-python/terminaltables -# Andreas Sturmlechner <[email protected]> (2025-01-11) -# Last release from 2012, dead upstream for 7 years, no Gentoo maintainer. -# Depends on dev-qt/qtwebengine:5, removed from almost every other distro. -# Bugs #741849, #830220, #851507 and #926672. Removal on 2025-02-10. -net-misc/fatrat - # Arthur Zamarin <[email protected]> (2025-01-10) # EAPI=7, maintainer needed, no reverse dependencies, fails to compile, # uses deprecated Go eclass.
