summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTheo Chatzimichos <tampakrap@gentoo.org>2009-06-20 18:54:36 +0000
committerTheo Chatzimichos <tampakrap@gentoo.org>2009-06-20 18:54:36 +0000
commit134604ee0185a1213d6c667083382c66e3ae1fb1 (patch)
treec8eaee17262110ae2d3c829042cc9aa738956423 /app-backup/luckybackup
parentRemove old version. (diff)
downloadgentoo-2-134604ee0185a1213d6c667083382c66e3ae1fb1.tar.gz
gentoo-2-134604ee0185a1213d6c667083382c66e3ae1fb1.tar.bz2
gentoo-2-134604ee0185a1213d6c667083382c66e3ae1fb1.zip
Initial commit of luckybackup, taken from sunrise, thanks to topper_harley for ebuild and maintainance in sunrise
(Portage version: 2.2_rc33/cvs/Linux x86_64)
Diffstat (limited to 'app-backup/luckybackup')
-rw-r--r--app-backup/luckybackup/ChangeLog11
-rw-r--r--app-backup/luckybackup/luckybackup-0.3.2.ebuild27
-rw-r--r--app-backup/luckybackup/metadata.xml5
3 files changed, 43 insertions, 0 deletions
diff --git a/app-backup/luckybackup/ChangeLog b/app-backup/luckybackup/ChangeLog
new file mode 100644
index 000000000000..9c87bebe0f1d
--- /dev/null
+++ b/app-backup/luckybackup/ChangeLog
@@ -0,0 +1,11 @@
+# ChangeLog for app-backup/luckybackup
+# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/app-backup/luckybackup/ChangeLog,v 1.1 2009/06/20 18:54:36 tampakrap Exp $
+
+*luckybackup-0.3.2 (20 Jun 2009)
+
+ 20 Jun 2009; Theo Chatzimichos <tampakrap@gentoo.org>
+ +luckybackup-0.3.2.ebuild, +metadata.xml:
+ Initial commit of luckybackup, taken from sunrise, thanks to topper_harley
+ for ebuild and maintainance in sunrise
+
diff --git a/app-backup/luckybackup/luckybackup-0.3.2.ebuild b/app-backup/luckybackup/luckybackup-0.3.2.ebuild
new file mode 100644
index 000000000000..2dfd7e357fff
--- /dev/null
+++ b/app-backup/luckybackup/luckybackup-0.3.2.ebuild
@@ -0,0 +1,27 @@
+# Copyright 1999-2009 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/app-backup/luckybackup/luckybackup-0.3.2.ebuild,v 1.1 2009/06/20 18:54:36 tampakrap Exp $
+
+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=""
+
+DEPEND="x11-libs/qt-gui:4
+ net-misc/rsync"
+RDEPEND="${DEPEND}"
+
+src_configure() {
+ eqmake4
+}
+
+src_install() {
+ emake INSTALL_ROOT="${D}" install || die "install failed"
+}
diff --git a/app-backup/luckybackup/metadata.xml b/app-backup/luckybackup/metadata.xml
new file mode 100644
index 000000000000..dc439f7e84f5
--- /dev/null
+++ b/app-backup/luckybackup/metadata.xml
@@ -0,0 +1,5 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+<herd>qt</herd>
+</pkgmetadata>