app-backup/luckybackup: remove old
authorMichael Palimaka <kensington@gentoo.org>
Fri, 25 Dec 2015 16:35:36 +0000 (03:35 +1100)
committerMichael Palimaka <kensington@gentoo.org>
Fri, 25 Dec 2015 16:40:54 +0000 (03:40 +1100)
Package-Manager: portage-2.2.26

app-backup/luckybackup/Manifest
app-backup/luckybackup/luckybackup-0.4.7-r1.ebuild [deleted file]

index 2fe8344209b1218ab3a365b34b9da141d9dc7fba..38e4a28b63d6c9e37d679536c3bf7489cfc17d2e 100644 (file)
@@ -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 (file)
index bdd8078..0000000
+++ /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"
-}