mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
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@gentoo.org>
This commit is contained in:
@@ -1 +0,0 @@
|
||||
DIST fatrat-1.2.0_beta2_p20161204.tar.gz 4988560 BLAKE2B e55b841bd5741fe81eab79847dddf084a0b193215b791c341d705d840d1658bb7978e53c3de65c23c7c1ac839b29abfceb3b71bcbb124746e841c5fb31ecba14 SHA512 d3a9816cc53fd93ef2ccd3fb5896dde5846382d40e30dc687a14379e6048f8ffc27b40c2b5c3977c6bccc912dcb054426c84c016c319174e2c2a440f9a588063
|
||||
@@ -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
|
||||
}
|
||||
@@ -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)
|
||||
@@ -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>
|
||||
@@ -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>
|
||||
@@ -204,12 +204,6 @@ sys-cluster/k3s
|
||||
# Removal on 2025-02-17. Bug #948333.
|
||||
dev-python/terminaltables
|
||||
|
||||
# Andreas Sturmlechner <asturm@gentoo.org> (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 <arthurzam@gentoo.org> (2025-01-10)
|
||||
# EAPI=7, maintainer needed, no reverse dependencies, fails to compile,
|
||||
# uses deprecated Go eclass.
|
||||
|
||||
Reference in New Issue
Block a user