app-backup/luckybackup: treeclean

Closes: https://bugs.gentoo.org/947894 (pkgremoved)
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
This commit is contained in:
Andreas Sturmlechner
2025-04-13 21:45:37 +02:00
parent b21882a02b
commit 67e7985b93
5 changed files with 0 additions and 92 deletions

View File

@@ -1 +0,0 @@
DIST luckybackup-0.5.0.tar.gz 5954426 BLAKE2B 7243db713b8e5a6f3929e6d011faff8bdef8b7580c328d336843c71e738fd92a0fd19b2bc3dd0a4695f0af6ec5b436b18833dc20c5ad3479036a1a0bca22be12 SHA512 41fe878a8008b291c2e6f5f8a77ae7dba9d2c547689e53a2dde15cbe733eefd7debf21b3570bd3414dace522ec7843f645639af2cca49b7c2f950eeac62b1f45

View File

@@ -1,24 +0,0 @@
--- a/luckybackup.pro 2018-11-02 19:29:58.000000000 +0100
+++ b/luckybackup.pro 2020-06-26 13:25:02.798368937 +0200
@@ -33,7 +33,7 @@
documentation.files = manual
manpage.path = /usr/share/man/man8
-manpage.files = manpage/luckybackup.8.gz manpage/luckybackup-pkexec.8
+manpage.files = manpage/luckybackup.8 manpage/luckybackup-pkexec.8
translations.path = /usr/share/luckybackup
translations.files = translations
@@ -43,10 +43,8 @@
INSTALLS += target menu polkit polkitscript pixmap documentation manpage translations license
-system(gzip -c manpage/luckybackup.8 > manpage/luckybackup.8.gz)
-QMAKE_CLEAN = Makefile $${TARGET} manpage/luckybackup.8.gz
-system(gzip -c manpage/luckybackup-pkexec.8 > manpage/luckybackup-pkexec.8.gz)
-QMAKE_CLEAN = Makefile $${TARGET} manpage/luckybackup-pkexec.8.gz
+QMAKE_CLEAN = Makefile $${TARGET} manpage/luckybackup.8
+QMAKE_CLEAN = Makefile $${TARGET} manpage/luckybackup-pkexec.8
greaterThan(QT_MAJOR_VERSION, 4) {
QT += widgets

View File

@@ -1,53 +0,0 @@
# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
inherit qmake-utils
DESCRIPTION="Powerful and flexible backup (and syncing) tool, using RSync and Qt"
HOMEPAGE="https://luckybackup.sourceforge.net/"
SRC_URI="https://downloads.sourceforge.net/${PN}/${P}.tar.gz"
LICENSE="GPL-3+"
SLOT="0"
KEYWORDS="amd64 x86"
DEPEND="
dev-qt/qtcore:5
dev-qt/qtgui:5
dev-qt/qtwidgets:5
"
RDEPEND="${DEPEND}
net-misc/rsync
sys-auth/polkit
"
DOCS=( readme/{AUTHORS,README,TODO,TRANSLATIONS,changelog} )
PATCHES=( "${FILESDIR}/${P}-nomancompress.patch" )
src_prepare() {
default
sed -i \
-e "s:/usr/share/doc/${PN}:/usr/share/doc/${PF}:g" \
-e "s:/usr/share/doc/packages/${PN}:/usr/share/doc/${PF}:g" \
luckybackup.pro src/global.cpp || die "sed failed"
# bogus dependency - bug #645732
sed -i -e '/QT += network/s/^/#/' luckybackup.pro || die
# remove text version - cannot remove HTML version
# as it's used within the application
rm license/gpl.txt || die "rm failed"
}
src_configure() {
eqmake5 ${PN}.pro
}
src_install() {
emake INSTALL_ROOT="${D}" install
einstalldocs
}

View File

@@ -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="sourceforge">luckybackup</remote-id>
</upstream>
</pkgmetadata>

View File

@@ -364,12 +364,6 @@ sys-apps/openrc-navi
# Mask out of caution for now.
=dev-util/pkgconf-2.4.1
# Andreas Sturmlechner <asturm@gentoo.org> (2025-03-06)
# Last release in 2018 and no upstream activity ever since.
# Please migrate to an alternative backup solution. Bug #947894
# Removal on 2025-04-15.
app-backup/luckybackup
# Michał Górny <mgorny@gentoo.org> (2025-03-06)
# This package is clearly unmaintained. It has lost all CPython
# versions, and retained PyPy3 likely only because it wasn't versioned.