* [gentoo-commits] repo/gentoo:master commit in: app-backup/luckybackup/
@ 2015-12-16 10:12 Agostino Sarubbo
0 siblings, 0 replies; 9+ messages in thread
From: Agostino Sarubbo @ 2015-12-16 10:12 UTC (permalink / raw
To: gentoo-commits
commit: 49657d99cc69cc215a105345862fceb839c7b0ab
Author: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
AuthorDate: Wed Dec 16 10:12:11 2015 +0000
Commit: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
CommitDate: Wed Dec 16 10:12:11 2015 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=49657d99
app-backup/luckybackup: amd64 stable wrt bug #568342
Package-Manager: portage-2.2.24
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Agostino Sarubbo <ago <AT> gentoo.org>
app-backup/luckybackup/luckybackup-0.4.8.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/app-backup/luckybackup/luckybackup-0.4.8.ebuild b/app-backup/luckybackup/luckybackup-0.4.8.ebuild
index 2aa12f5..b41cdb8 100644
--- a/app-backup/luckybackup/luckybackup-0.4.8.ebuild
+++ b/app-backup/luckybackup/luckybackup-0.4.8.ebuild
@@ -13,7 +13,7 @@ SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
LICENSE="GPL-3"
SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 ~x86"
IUSE="debug"
DEPEND="dev-qt/qtcore:4
^ permalink raw reply related [flat|nested] 9+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-backup/luckybackup/
@ 2015-12-25 16:41 Michael Palimaka
0 siblings, 0 replies; 9+ messages in thread
From: Michael Palimaka @ 2015-12-25 16:41 UTC (permalink / raw
To: gentoo-commits
commit: 61f82f6d59cc9471f463a0ebb032435f21d0acda
Author: Michael Palimaka <kensington <AT> gentoo <DOT> org>
AuthorDate: Fri Dec 25 16:35:36 2015 +0000
Commit: Michael Palimaka <kensington <AT> gentoo <DOT> org>
CommitDate: Fri Dec 25 16:40:54 2015 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=61f82f6d
app-backup/luckybackup: remove old
Package-Manager: portage-2.2.26
app-backup/luckybackup/Manifest | 1 -
app-backup/luckybackup/luckybackup-0.4.7-r1.ebuild | 42 ----------------------
2 files changed, 43 deletions(-)
diff --git a/app-backup/luckybackup/Manifest b/app-backup/luckybackup/Manifest
index 2fe8344..38e4a28 100644
--- a/app-backup/luckybackup/Manifest
+++ b/app-backup/luckybackup/Manifest
@@ -1,2 +1 @@
-DIST luckybackup-0.4.7.tar.gz 5393530 SHA256 492f27f9e846d5f11d9a4466aa821803b17eb7c3047f9cf082bc66be3d093f4d SHA512 87c62241327e731cd3b4d230d17e43de48bcf840cac938153b8cf321fe00209a649ff251c0c60eb6feb55582b597eaa3d1f6727d956fe75429ced93920c544ef WHIRLPOOL 4c2bd772d6b1271af3b937a0fbbae56e6ee434a068bb2be94e11cd3d86dfe18c6931bff76921f02f9ecf32cec4cb201e30c1bcfa88048b87db5ead8ba7808ae8
DIST luckybackup-0.4.8.tar.gz 5710203 SHA256 68a8a318a6a32a2395fbaada114973f5a4887846c5c6188b38c175215b3116f6 SHA512 48e73f8b5897a09f64f3755dc094ef50031c607ecfca25c238b45ca5bef7f2645081b7c665a9b7c3c3da2f214f91b229a559d723df8ddb6446aa23e68b266076 WHIRLPOOL ccced074661d4a3764bf6e069aff5877c721ef3ef452490dfb17d292c0ee6cb1f12b995eea40134995c1a8ca935472ffcf28585b28d1d4818f06042e512aacec
diff --git a/app-backup/luckybackup/luckybackup-0.4.7-r1.ebuild b/app-backup/luckybackup/luckybackup-0.4.7-r1.ebuild
deleted file mode 100644
index bdd8078..0000000
--- a/app-backup/luckybackup/luckybackup-0.4.7-r1.ebuild
+++ /dev/null
@@ -1,42 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=4
-inherit qt4-r2
-
-DESCRIPTION="Powerful and flexible backup (and syncing) tool, using RSync and Qt4"
-HOMEPAGE="http://luckybackup.sourceforge.net/"
-SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="amd64 x86"
-IUSE="debug"
-
-DEPEND="dev-qt/qtcore:4
- dev-qt/qtgui:4"
-RDEPEND="${DEPEND}
- net-misc/rsync"
-
-DOCS="readme/*"
-
-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.h || 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"
-
- # remove text version - cannot remote HTML version
- # as it's used within the application
- rm license/gpl.txt || die "rm failed"
-}
^ permalink raw reply related [flat|nested] 9+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-backup/luckybackup/
@ 2017-12-22 11:17 Michael Palimaka
0 siblings, 0 replies; 9+ messages in thread
From: Michael Palimaka @ 2017-12-22 11:17 UTC (permalink / raw
To: gentoo-commits
commit: a86cabb000c60ec8496c73d5e28ea56686b98a40
Author: Michael Palimaka <kensington <AT> gentoo <DOT> org>
AuthorDate: Fri Dec 22 11:16:59 2017 +0000
Commit: Michael Palimaka <kensington <AT> gentoo <DOT> org>
CommitDate: Fri Dec 22 11:17:17 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a86cabb0
app-backup/luckybackup: version bump 0.4.9
Closes: https://bugs.gentoo.org/637106
Package-Manager: Portage-2.3.14, Repoman-2.3.6
app-backup/luckybackup/Manifest | 1 +
app-backup/luckybackup/luckybackup-0.4.9.ebuild | 56 +++++++++++++++++++++++++
2 files changed, 57 insertions(+)
diff --git a/app-backup/luckybackup/Manifest b/app-backup/luckybackup/Manifest
index 872bcc196ca..40389fe3dce 100644
--- a/app-backup/luckybackup/Manifest
+++ b/app-backup/luckybackup/Manifest
@@ -1 +1,2 @@
DIST luckybackup-0.4.8.tar.gz 5710203 BLAKE2B a0efe350aecaae759cb8c7d2f51eeaa71caa7b267064ccb0a49f44465df53b6b2a41ebbd6794a5bdd2b44b8d1a402648da0ff243880237c6e3d64d505b5d5bd9 SHA512 48e73f8b5897a09f64f3755dc094ef50031c607ecfca25c238b45ca5bef7f2645081b7c665a9b7c3c3da2f214f91b229a559d723df8ddb6446aa23e68b266076
+DIST luckybackup-0.4.9.tar.gz 5954338 BLAKE2B 632738f8c422ba7d56536fae866ce31d224910b41495e4df3be28a8013ba776e30b4d8e70ceb26c92d28aaf70c96402f27687c55d8f5d7aa5d405bab506a66be SHA512 86d6f1bd84f3bfd89734f0f2066cb17bbf9b4ede96167398de03a460c14d24bf4b50a91bb380655ace9a23497271e102b940ea99a7595cf17f596660dae7f7dd
diff --git a/app-backup/luckybackup/luckybackup-0.4.9.ebuild b/app-backup/luckybackup/luckybackup-0.4.9.ebuild
new file mode 100644
index 00000000000..4ae8962c48c
--- /dev/null
+++ b/app-backup/luckybackup/luckybackup-0.4.9.ebuild
@@ -0,0 +1,56 @@
+# Copyright 1999-2017 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"
+
+ # 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
+}
^ permalink raw reply related [flat|nested] 9+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-backup/luckybackup/
@ 2018-01-25 12:22 Michael Palimaka
0 siblings, 0 replies; 9+ messages in thread
From: Michael Palimaka @ 2018-01-25 12:22 UTC (permalink / raw
To: gentoo-commits
commit: ff424d538be67525fedff25a8ca78f4a369016c9
Author: Michael Palimaka <kensington <AT> gentoo <DOT> org>
AuthorDate: Thu Jan 25 12:22:14 2018 +0000
Commit: Michael Palimaka <kensington <AT> gentoo <DOT> org>
CommitDate: Thu Jan 25 12:22:29 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ff424d53
app-backup/luckybackup: remove 0.4.8
Package-Manager: Portage-2.3.19, Repoman-2.3.6
app-backup/luckybackup/Manifest | 1 -
app-backup/luckybackup/luckybackup-0.4.8.ebuild | 52 -------------------------
2 files changed, 53 deletions(-)
diff --git a/app-backup/luckybackup/Manifest b/app-backup/luckybackup/Manifest
index 40389fe3dce..a34f9450f5f 100644
--- a/app-backup/luckybackup/Manifest
+++ b/app-backup/luckybackup/Manifest
@@ -1,2 +1 @@
-DIST luckybackup-0.4.8.tar.gz 5710203 BLAKE2B a0efe350aecaae759cb8c7d2f51eeaa71caa7b267064ccb0a49f44465df53b6b2a41ebbd6794a5bdd2b44b8d1a402648da0ff243880237c6e3d64d505b5d5bd9 SHA512 48e73f8b5897a09f64f3755dc094ef50031c607ecfca25c238b45ca5bef7f2645081b7c665a9b7c3c3da2f214f91b229a559d723df8ddb6446aa23e68b266076
DIST luckybackup-0.4.9.tar.gz 5954338 BLAKE2B 632738f8c422ba7d56536fae866ce31d224910b41495e4df3be28a8013ba776e30b4d8e70ceb26c92d28aaf70c96402f27687c55d8f5d7aa5d405bab506a66be SHA512 86d6f1bd84f3bfd89734f0f2066cb17bbf9b4ede96167398de03a460c14d24bf4b50a91bb380655ace9a23497271e102b940ea99a7595cf17f596660dae7f7dd
diff --git a/app-backup/luckybackup/luckybackup-0.4.8.ebuild b/app-backup/luckybackup/luckybackup-0.4.8.ebuild
deleted file mode 100644
index e8d3c5b6247..00000000000
--- a/app-backup/luckybackup/luckybackup-0.4.8.ebuild
+++ /dev/null
@@ -1,52 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-PLOCALES="bs ca cs de el en es fr it nl no pl pt_BR ro ru sk sl sv tr zh_TW"
-inherit l10n qt4-r2
-
-DESCRIPTION="Powerful and flexible backup (and syncing) tool, using RSync and Qt4"
-HOMEPAGE="http://luckybackup.sourceforge.net/"
-SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="amd64 x86"
-IUSE="debug"
-
-DEPEND="dev-qt/qtcore:4
- dev-qt/qtgui:4"
-RDEPEND="${DEPEND}
- net-misc/rsync"
-
-DOCS=( readme/{AUTHORS,README,TODO,TRANSLATIONS,changelog} )
-
-rm_loc() {
- sed -i -e "s|translations/${PN}_${1}.ts||" "${PN}.pro" || die 'sed on translations failed'
- rm "translations/${PN}_${1}."{ts,qm} || die "removing ${1} locale failed"
-}
-
-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.h || 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"
-
- # remove text version - cannot remote HTML version
- # as it's used within the application
- rm license/gpl.txt || die "rm failed"
-
- l10n_find_plocales_changes "translations" "${PN}_" ".ts"
- l10n_for_each_disabled_locale_do rm_loc
- qt4-r2_src_prepare
-}
^ permalink raw reply related [flat|nested] 9+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-backup/luckybackup/
@ 2018-01-25 12:22 Michael Palimaka
0 siblings, 0 replies; 9+ messages in thread
From: Michael Palimaka @ 2018-01-25 12:22 UTC (permalink / raw
To: gentoo-commits
commit: c0e46c1c02ab7743b6a98d39a234bebc4a3c1d15
Author: Michael Palimaka <kensington <AT> gentoo <DOT> org>
AuthorDate: Thu Jan 25 12:22:00 2018 +0000
Commit: Michael Palimaka <kensington <AT> gentoo <DOT> org>
CommitDate: Thu Jan 25 12:22:29 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c0e46c1c
app-backup/luckybackup: stabilise 0.4.9 for amd64/x86
Bug: https://bugs.gentoo.org/644570
Package-Manager: Portage-2.3.19, Repoman-2.3.6
app-backup/luckybackup/luckybackup-0.4.9.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/app-backup/luckybackup/luckybackup-0.4.9.ebuild b/app-backup/luckybackup/luckybackup-0.4.9.ebuild
index 4ae8962c48c..55264fc81cb 100644
--- a/app-backup/luckybackup/luckybackup-0.4.9.ebuild
+++ b/app-backup/luckybackup/luckybackup-0.4.9.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=6
@@ -11,7 +11,7 @@ SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
LICENSE="GPL-3+"
SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 x86"
IUSE=""
DEPEND="
^ permalink raw reply related [flat|nested] 9+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-backup/luckybackup/
@ 2018-01-25 23:18 Michael Palimaka
0 siblings, 0 replies; 9+ messages in thread
From: Michael Palimaka @ 2018-01-25 23:18 UTC (permalink / raw
To: gentoo-commits
commit: 230f1d48053901a75da83ef63b864417dc907d05
Author: Michael Palimaka <kensington <AT> gentoo <DOT> org>
AuthorDate: Thu Jan 25 23:18:02 2018 +0000
Commit: Michael Palimaka <kensington <AT> gentoo <DOT> org>
CommitDate: Thu Jan 25 23:18:28 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=230f1d48
app-backup/luckybackup: remove bogus dependency
Closes: https://bugs.gentoo.org/645732
Package-Manager: Portage-2.3.19, Repoman-2.3.6
app-backup/luckybackup/luckybackup-0.4.9.ebuild | 3 +++
1 file changed, 3 insertions(+)
diff --git a/app-backup/luckybackup/luckybackup-0.4.9.ebuild b/app-backup/luckybackup/luckybackup-0.4.9.ebuild
index 55264fc81cb..eab1f1a1713 100644
--- a/app-backup/luckybackup/luckybackup-0.4.9.ebuild
+++ b/app-backup/luckybackup/luckybackup-0.4.9.ebuild
@@ -39,6 +39,9 @@ src_prepare() {
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"
^ permalink raw reply related [flat|nested] 9+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-backup/luckybackup/
@ 2020-07-27 1:54 Sam James
0 siblings, 0 replies; 9+ messages in thread
From: Sam James @ 2020-07-27 1:54 UTC (permalink / raw
To: gentoo-commits
commit: 4ab9ee1623c684fc6c8f19c5458ba221c9a6c4c7
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Mon Jul 27 01:53:02 2020 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Mon Jul 27 01:53:02 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4ab9ee16
app-backup/luckybackup: amd64 stable (bug #732600)
Package-Manager: Portage-3.0.0, Repoman-2.3.23
Signed-off-by: Sam James <sam <AT> gentoo.org>
app-backup/luckybackup/luckybackup-0.5.0.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/app-backup/luckybackup/luckybackup-0.5.0.ebuild b/app-backup/luckybackup/luckybackup-0.5.0.ebuild
index b829da8b431..318aac39cf1 100644
--- a/app-backup/luckybackup/luckybackup-0.5.0.ebuild
+++ b/app-backup/luckybackup/luckybackup-0.5.0.ebuild
@@ -11,7 +11,7 @@ SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
LICENSE="GPL-3+"
SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 ~x86"
IUSE=""
DEPEND="
^ permalink raw reply related [flat|nested] 9+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-backup/luckybackup/
@ 2020-07-28 14:11 Sam James
0 siblings, 0 replies; 9+ messages in thread
From: Sam James @ 2020-07-28 14:11 UTC (permalink / raw
To: gentoo-commits
commit: a9114295ce43bf2e8e7c45b67e92f01355cc438b
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Tue Jul 28 14:07:07 2020 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Tue Jul 28 14:07:07 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a9114295
app-backup/luckybackup: x86 stable (bug #732600)
Package-Manager: Portage-3.0.1, Repoman-2.3.23
Signed-off-by: Sam James <sam <AT> gentoo.org>
app-backup/luckybackup/luckybackup-0.5.0.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/app-backup/luckybackup/luckybackup-0.5.0.ebuild b/app-backup/luckybackup/luckybackup-0.5.0.ebuild
index 318aac39cf1..038a6912eae 100644
--- a/app-backup/luckybackup/luckybackup-0.5.0.ebuild
+++ b/app-backup/luckybackup/luckybackup-0.5.0.ebuild
@@ -11,7 +11,7 @@ SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
LICENSE="GPL-3+"
SLOT="0"
-KEYWORDS="amd64 ~x86"
+KEYWORDS="amd64 x86"
IUSE=""
DEPEND="
^ permalink raw reply related [flat|nested] 9+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-backup/luckybackup/
@ 2020-07-28 14:25 Andreas Sturmlechner
0 siblings, 0 replies; 9+ messages in thread
From: Andreas Sturmlechner @ 2020-07-28 14:25 UTC (permalink / raw
To: gentoo-commits
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
-}
^ permalink raw reply related [flat|nested] 9+ messages in thread
end of thread, other threads:[~2020-07-28 14:25 UTC | newest]
Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-07-28 14:11 [gentoo-commits] repo/gentoo:master commit in: app-backup/luckybackup/ Sam James
-- strict thread matches above, loose matches on Subject: below --
2020-07-28 14:25 Andreas Sturmlechner
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
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox