summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'app-backup/luckybackup/luckybackup-0.3.ebuild')
-rw-r--r--app-backup/luckybackup/luckybackup-0.3.ebuild27
1 files changed, 0 insertions, 27 deletions
diff --git a/app-backup/luckybackup/luckybackup-0.3.ebuild b/app-backup/luckybackup/luckybackup-0.3.ebuild
deleted file mode 100644
index a15624b5e..000000000
--- a/app-backup/luckybackup/luckybackup-0.3.ebuild
+++ /dev/null
@@ -1,27 +0,0 @@
-# Copyright 1999-2009 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-EAPI="2"
-inherit qt4
-
-DESCRIPTION="Powerful and flexible backup (and syncing) tool, using RSync and Qt4"
-HOMEPAGE="http://luckybackup.sourceforge.net/"
-SRC_URI="http://downloads.sourceforge.net/${PN}/${P}.tar.gz"
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="~amd64"
-IUSE="debug"
-
-DEPEND="x11-libs/qt-gui:4
- net-misc/rsync"
-RDEPEND="${DEPEND}"
-
-src_configure() {
- eqmake4
-}
-
-src_install() {
- emake INSTALL_ROOT="${D}" install || die "install failed"
-}