From c2f6278fa1e4d0ad182c9f6dc2e5d81204933565 Mon Sep 17 00:00:00 2001 From: Eduard Warkentin Date: Thu, 25 Jan 2007 01:01:11 +0000 Subject: added several darbackup ebuilds svn path=/sunrise/; revision=2852 --- .../darbackup/darbackup-0.7.13-svn392.ebuild | 31 ++++++++++++++++++++++ 1 file changed, 31 insertions(+) create mode 100644 app-backup/darbackup/darbackup-0.7.13-svn392.ebuild (limited to 'app-backup/darbackup/darbackup-0.7.13-svn392.ebuild') diff --git a/app-backup/darbackup/darbackup-0.7.13-svn392.ebuild b/app-backup/darbackup/darbackup-0.7.13-svn392.ebuild new file mode 100644 index 000000000..ef93c2c9c --- /dev/null +++ b/app-backup/darbackup/darbackup-0.7.13-svn392.ebuild @@ -0,0 +1,31 @@ +# Copyright 1999-2007 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +inherit subversion + +ESVN_REPO_URI="https://faracvs.cs.uni-magdeburg.de/svn/christsc/darbackup/darbackup/branches/0.7.13-svn392" + +DESCRIPTION="a wrapper script for creating backups using dar" +HOMEPAGE="https://faracvs.cs.uni-magdeburg.de/projects/christsc-darbackup/" +SRC_URI="" +IUSE="" +SLOT="0" +LICENSE="GPL-2" +KEYWORDS="~x86 ~amd64" +RDEPEND=">=app-backup/dar-2.2.6 + || ( dev-util/bdelta dev-util/xdelta ) + net-misc/openssh" +DEPEND=">=app-shells/bash-3.0" + +src_install() { + dobin darbackup + doman darbackup.1 +} + +pkg_setup() { + enewgroup backup + if ! built_with_use dar dar32 && ! built_with_use dar dar64; then + die 'You must have dar32 or dar64 useflags for dar enabled.' + fi +} -- cgit v1.2.3