diff options
author | Eduard Warkentin <eduard.warkentin@gmx.de> | 2006-12-27 01:04:57 +0000 |
---|---|---|
committer | Eduard Warkentin <eduard.warkentin@gmx.de> | 2006-12-27 01:04:57 +0000 |
commit | e5c87896bce026bcaf0583c09c5bc2ba6a709c69 (patch) | |
tree | 6487886c3e677ab12e3a62fe5ff6a2abb91bb0fd /app-backup/darbackup/darbackup-0.7.ebuild | |
parent | Whitespace indentation fixes (diff) | |
download | sunrise-e5c87896bce026bcaf0583c09c5bc2ba6a709c69.tar.gz sunrise-e5c87896bce026bcaf0583c09c5bc2ba6a709c69.tar.bz2 sunrise-e5c87896bce026bcaf0583c09c5bc2ba6a709c69.zip |
Added initial ebuild of darbackup
svn path=/sunrise/; revision=2497
Diffstat (limited to 'app-backup/darbackup/darbackup-0.7.ebuild')
-rw-r--r-- | app-backup/darbackup/darbackup-0.7.ebuild | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/app-backup/darbackup/darbackup-0.7.ebuild b/app-backup/darbackup/darbackup-0.7.ebuild new file mode 100644 index 000000000..31ed6b875 --- /dev/null +++ b/app-backup/darbackup/darbackup-0.7.ebuild @@ -0,0 +1,24 @@ +# Copyright 1999-2006 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-stable" + +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 +} |