From 134604ee0185a1213d6c667083382c66e3ae1fb1 Mon Sep 17 00:00:00 2001 From: Theo Chatzimichos Date: Sat, 20 Jun 2009 18:54:36 +0000 Subject: 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) --- app-backup/luckybackup/ChangeLog | 11 ++++++++++ app-backup/luckybackup/luckybackup-0.3.2.ebuild | 27 +++++++++++++++++++++++++ app-backup/luckybackup/metadata.xml | 5 +++++ 3 files changed, 43 insertions(+) create mode 100644 app-backup/luckybackup/ChangeLog create mode 100644 app-backup/luckybackup/luckybackup-0.3.2.ebuild create mode 100644 app-backup/luckybackup/metadata.xml (limited to 'app-backup/luckybackup') 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 + +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 @@ + + + +qt + -- cgit v1.2.3-65-gdbad