public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Andreas Sturmlechner" <asturm@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: app-backup/luckybackup/
Date: Tue, 28 Jul 2020 14:25:45 +0000 (UTC)	[thread overview]
Message-ID: <1595946033.79998288e19b8d9d3888f56c0074b65f324eb4f9.asturm@gentoo> (raw)

commit:     79998288e19b8d9d3888f56c0074b65f324eb4f9
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Tue Jul 28 14:20:33 2020 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> 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 <asturm <AT> 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
-}


             reply	other threads:[~2020-07-28 14:25 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-07-28 14:25 Andreas Sturmlechner [this message]
  -- strict thread matches above, loose matches on Subject: below --
2020-07-28 14:11 [gentoo-commits] repo/gentoo:master commit in: app-backup/luckybackup/ Sam James
2020-07-27  1:54 Sam James
2018-01-25 23:18 Michael Palimaka
2018-01-25 12:22 Michael Palimaka
2018-01-25 12:22 Michael Palimaka
2017-12-22 11:17 Michael Palimaka
2015-12-25 16:41 Michael Palimaka
2015-12-16 10:12 Agostino Sarubbo

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1595946033.79998288e19b8d9d3888f56c0074b65f324eb4f9.asturm@gentoo \
    --to=asturm@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox