From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 5A4CB138359 for ; Tue, 28 Jul 2020 14:25:49 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 6B4A6E0928; Tue, 28 Jul 2020 14:25:48 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 4FCC7E0928 for ; Tue, 28 Jul 2020 14:25:48 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id EE0F534F1D2 for ; Tue, 28 Jul 2020 14:25:46 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 73C62274 for ; Tue, 28 Jul 2020 14:25:45 +0000 (UTC) From: "Andreas Sturmlechner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Sturmlechner" Message-ID: <1595946033.79998288e19b8d9d3888f56c0074b65f324eb4f9.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-backup/luckybackup/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-backup/luckybackup/Manifest app-backup/luckybackup/luckybackup-0.4.9.ebuild X-VCS-Directories: app-backup/luckybackup/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 79998288e19b8d9d3888f56c0074b65f324eb4f9 X-VCS-Branch: master Date: Tue, 28 Jul 2020 14:25:45 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: c0ac5948-307f-4623-ad53-3e035fba7e08 X-Archives-Hash: 54cc94feda8354ce9eae2de8e30ffb6e commit: 79998288e19b8d9d3888f56c0074b65f324eb4f9 Author: Andreas Sturmlechner gentoo org> AuthorDate: Tue Jul 28 14:20:33 2020 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Tue Jul 28 14:20:33 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=79998288 app-backup/luckybackup: Drop 0.4.9 Package-Manager: Portage-3.0.0, Repoman-2.3.23 Signed-off-by: Andreas Sturmlechner gentoo.org> app-backup/luckybackup/Manifest | 1 - app-backup/luckybackup/luckybackup-0.4.9.ebuild | 59 ------------------------- 2 files changed, 60 deletions(-) diff --git a/app-backup/luckybackup/Manifest b/app-backup/luckybackup/Manifest index 65f1b17a952..d9e7452f838 100644 --- a/app-backup/luckybackup/Manifest +++ b/app-backup/luckybackup/Manifest @@ -1,2 +1 @@ -DIST luckybackup-0.4.9.tar.gz 5954338 BLAKE2B 632738f8c422ba7d56536fae866ce31d224910b41495e4df3be28a8013ba776e30b4d8e70ceb26c92d28aaf70c96402f27687c55d8f5d7aa5d405bab506a66be SHA512 86d6f1bd84f3bfd89734f0f2066cb17bbf9b4ede96167398de03a460c14d24bf4b50a91bb380655ace9a23497271e102b940ea99a7595cf17f596660dae7f7dd DIST luckybackup-0.5.0.tar.gz 5954426 BLAKE2B 7243db713b8e5a6f3929e6d011faff8bdef8b7580c328d336843c71e738fd92a0fd19b2bc3dd0a4695f0af6ec5b436b18833dc20c5ad3479036a1a0bca22be12 SHA512 41fe878a8008b291c2e6f5f8a77ae7dba9d2c547689e53a2dde15cbe733eefd7debf21b3570bd3414dace522ec7843f645639af2cca49b7c2f950eeac62b1f45 diff --git a/app-backup/luckybackup/luckybackup-0.4.9.ebuild b/app-backup/luckybackup/luckybackup-0.4.9.ebuild deleted file mode 100644 index eab1f1a1713..00000000000 --- a/app-backup/luckybackup/luckybackup-0.4.9.ebuild +++ /dev/null @@ -1,59 +0,0 @@ -# Copyright 1999-2018 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -inherit qmake-utils - -DESCRIPTION="Powerful and flexible backup (and syncing) tool, using RSync and Qt" -HOMEPAGE="http://luckybackup.sourceforge.net/" -SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" - -LICENSE="GPL-3+" -SLOT="0" -KEYWORDS="amd64 x86" -IUSE="" - -DEPEND=" - dev-qt/qtcore:5 - dev-qt/qtgui:5 - dev-qt/qtwidgets:5 -" -RDEPEND="${DEPEND} - net-misc/rsync" - -DOCS=( readme/{AUTHORS,README,TODO,TRANSLATIONS,changelog} ) - -src_prepare() { - 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" - - # The su-to-root command is an ubuntu-specific script so it will - # not work with Gentoo. No reason to have it anyway. - sed -i -e "/^Exec/s:=.*:=/usr/bin/${PN}:" menu/${PN}-gnome-su.desktop \ - || die "failed to remove su-to-root" - - # causes empty directory to be installed - sed -i -e '/^INSTALLS/s/debianmenu //' luckybackup.pro \ - || die "sed installs failed" - - # bogus dependency - bug #645732 - sed -i -e '/QT += network/s/^/#/' luckybackup.pro || die - - # remove text version - cannot remote HTML version - # as it's used within the application - rm license/gpl.txt || die "rm failed" - - default -} - -src_configure() { - eqmake5 ${PN}.pro -} - -src_install() { - emake INSTALL_ROOT="${D}" install - einstalldocs -}