summaryrefslogtreecommitdiff
blob: 93c5612715ac4cadedb5c71936e6c60da5ce1ad1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# Copyright 1999-2004 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/net-misc/rdiff-backup/rdiff-backup-0.13.4.ebuild,v 1.2 2004/06/11 08:44:14 dholm Exp $

inherit distutils

DESCRIPTION="Remote incremental file backup utility, similar to rsync but more reliable"
SRC_URI="http://rdiff-backup.stanford.edu/${P}.tar.gz"
HOMEPAGE="http://rdiff-backup.stanford.edu"
LICENSE="GPL-2"
KEYWORDS="~x86 ~sparc ~ppc"
SLOT="0"

RDEPEND="${RDEPEND} >=net-libs/librsync-0.9.6"