Gentoo Archives: gentoo-commits

From: Michael Palimaka <kensington@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-backup/luckybackup/
Date: Fri, 25 Dec 2015 16:41:15
Message-Id: 1451061654.61f82f6d59cc9471f463a0ebb032435f21d0acda.kensington@gentoo
1 commit: 61f82f6d59cc9471f463a0ebb032435f21d0acda
2 Author: Michael Palimaka <kensington <AT> gentoo <DOT> org>
3 AuthorDate: Fri Dec 25 16:35:36 2015 +0000
4 Commit: Michael Palimaka <kensington <AT> gentoo <DOT> org>
5 CommitDate: Fri Dec 25 16:40:54 2015 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=61f82f6d
7
8 app-backup/luckybackup: remove old
9
10 Package-Manager: portage-2.2.26
11
12 app-backup/luckybackup/Manifest | 1 -
13 app-backup/luckybackup/luckybackup-0.4.7-r1.ebuild | 42 ----------------------
14 2 files changed, 43 deletions(-)
15
16 diff --git a/app-backup/luckybackup/Manifest b/app-backup/luckybackup/Manifest
17 index 2fe8344..38e4a28 100644
18 --- a/app-backup/luckybackup/Manifest
19 +++ b/app-backup/luckybackup/Manifest
20 @@ -1,2 +1 @@
21 -DIST luckybackup-0.4.7.tar.gz 5393530 SHA256 492f27f9e846d5f11d9a4466aa821803b17eb7c3047f9cf082bc66be3d093f4d SHA512 87c62241327e731cd3b4d230d17e43de48bcf840cac938153b8cf321fe00209a649ff251c0c60eb6feb55582b597eaa3d1f6727d956fe75429ced93920c544ef WHIRLPOOL 4c2bd772d6b1271af3b937a0fbbae56e6ee434a068bb2be94e11cd3d86dfe18c6931bff76921f02f9ecf32cec4cb201e30c1bcfa88048b87db5ead8ba7808ae8
22 DIST luckybackup-0.4.8.tar.gz 5710203 SHA256 68a8a318a6a32a2395fbaada114973f5a4887846c5c6188b38c175215b3116f6 SHA512 48e73f8b5897a09f64f3755dc094ef50031c607ecfca25c238b45ca5bef7f2645081b7c665a9b7c3c3da2f214f91b229a559d723df8ddb6446aa23e68b266076 WHIRLPOOL ccced074661d4a3764bf6e069aff5877c721ef3ef452490dfb17d292c0ee6cb1f12b995eea40134995c1a8ca935472ffcf28585b28d1d4818f06042e512aacec
23
24 diff --git a/app-backup/luckybackup/luckybackup-0.4.7-r1.ebuild b/app-backup/luckybackup/luckybackup-0.4.7-r1.ebuild
25 deleted file mode 100644
26 index bdd8078..0000000
27 --- a/app-backup/luckybackup/luckybackup-0.4.7-r1.ebuild
28 +++ /dev/null
29 @@ -1,42 +0,0 @@
30 -# Copyright 1999-2013 Gentoo Foundation
31 -# Distributed under the terms of the GNU General Public License v2
32 -# $Id$
33 -
34 -EAPI=4
35 -inherit qt4-r2
36 -
37 -DESCRIPTION="Powerful and flexible backup (and syncing) tool, using RSync and Qt4"
38 -HOMEPAGE="http://luckybackup.sourceforge.net/"
39 -SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
40 -
41 -LICENSE="GPL-3"
42 -SLOT="0"
43 -KEYWORDS="amd64 x86"
44 -IUSE="debug"
45 -
46 -DEPEND="dev-qt/qtcore:4
47 - dev-qt/qtgui:4"
48 -RDEPEND="${DEPEND}
49 - net-misc/rsync"
50 -
51 -DOCS="readme/*"
52 -
53 -src_prepare() {
54 - sed -i \
55 - -e "s:/usr/share/doc/${PN}:/usr/share/doc/${PF}:g" \
56 - -e "s:/usr/share/doc/packages/${PN}:/usr/share/doc/${PF}:g" \
57 - luckybackup.pro src/global.h || die "sed failed"
58 -
59 - # The su-to-root command is an ubuntu-specific script so it will
60 - # not work with Gentoo. No reason to have it anyway.
61 - sed -i -e "/^Exec/s:=.*:=/usr/bin/${PN}:" menu/${PN}-gnome-su.desktop \
62 - || die "failed to remove su-to-root"
63 -
64 - # causes empty directory to be installed
65 - sed -i -e '/^INSTALLS/s/debianmenu //' luckybackup.pro \
66 - || die "sed installs failed"
67 -
68 - # remove text version - cannot remote HTML version
69 - # as it's used within the application
70 - rm license/gpl.txt || die "rm failed"
71 -}