commit: 67e7985b93b21a0dc6edea61a782277170f63cb0 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org> AuthorDate: Sun Apr 13 19:45:37 2025 +0000 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org> CommitDate: Mon Apr 14 21:14:55 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=67e7985b
app-backup/luckybackup: treeclean Closes: https://bugs.gentoo.org/947894 (pkgremoved) Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org> app-backup/luckybackup/Manifest | 1 - .../files/luckybackup-0.5.0-nomancompress.patch | 24 ---------- app-backup/luckybackup/luckybackup-0.5.0.ebuild | 53 ---------------------- app-backup/luckybackup/metadata.xml | 8 ---- profiles/package.mask | 6 --- 5 files changed, 92 deletions(-) diff --git a/app-backup/luckybackup/Manifest b/app-backup/luckybackup/Manifest deleted file mode 100644 index d9e7452f8389..000000000000 --- a/app-backup/luckybackup/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST luckybackup-0.5.0.tar.gz 5954426 BLAKE2B 7243db713b8e5a6f3929e6d011faff8bdef8b7580c328d336843c71e738fd92a0fd19b2bc3dd0a4695f0af6ec5b436b18833dc20c5ad3479036a1a0bca22be12 SHA512 41fe878a8008b291c2e6f5f8a77ae7dba9d2c547689e53a2dde15cbe733eefd7debf21b3570bd3414dace522ec7843f645639af2cca49b7c2f950eeac62b1f45 diff --git a/app-backup/luckybackup/files/luckybackup-0.5.0-nomancompress.patch b/app-backup/luckybackup/files/luckybackup-0.5.0-nomancompress.patch deleted file mode 100644 index b043182160f1..000000000000 --- a/app-backup/luckybackup/files/luckybackup-0.5.0-nomancompress.patch +++ /dev/null @@ -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 diff --git a/app-backup/luckybackup/luckybackup-0.5.0.ebuild b/app-backup/luckybackup/luckybackup-0.5.0.ebuild deleted file mode 100644 index 1740aafb0409..000000000000 --- a/app-backup/luckybackup/luckybackup-0.5.0.ebuild +++ /dev/null @@ -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 -} diff --git a/app-backup/luckybackup/metadata.xml b/app-backup/luckybackup/metadata.xml deleted file mode 100644 index 5213d130d742..000000000000 --- a/app-backup/luckybackup/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="sourceforge">luckybackup</remote-id> - </upstream> -</pkgmetadata> diff --git a/profiles/package.mask b/profiles/package.mask index 40474ba88fc3..e372301857ea 100644 --- a/profiles/package.mask +++ b/profiles/package.mask @@ -364,12 +364,6 @@ sys-apps/openrc-navi # Mask out of caution for now. =dev-util/pkgconf-2.4.1 -# Andreas Sturmlechner <[email protected]> (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 <[email protected]> (2025-03-06) # This package is clearly unmaintained. It has lost all CPython # versions, and retained PyPy3 likely only because it wasn't versioned.
