summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThilo Bangert <bangert@gentoo.org>2002-04-29 09:00:56 +0000
committerThilo Bangert <bangert@gentoo.org>2002-04-29 09:00:56 +0000
commitdaf5829b91c1f70128861227cca7739c7e3b0431 (patch)
tree0a185cd2340f86e0f3e47a08d677f48fc630e0ac /net-misc/rdiff-backup
parentNEW: librsync. contrib by justin - closes bug #1941 (diff)
downloadgentoo-2-daf5829b91c1f70128861227cca7739c7e3b0431.tar.gz
gentoo-2-daf5829b91c1f70128861227cca7739c7e3b0431.tar.bz2
gentoo-2-daf5829b91c1f70128861227cca7739c7e3b0431.zip
NEW: rdiff-backup - contrib by justin. closes bug #1942
Diffstat (limited to 'net-misc/rdiff-backup')
-rw-r--r--net-misc/rdiff-backup/ChangeLog10
-rw-r--r--net-misc/rdiff-backup/files/digest-rdiff-backup-0.6.01
-rw-r--r--net-misc/rdiff-backup/rdiff-backup-0.6.0.ebuild19
3 files changed, 30 insertions, 0 deletions
diff --git a/net-misc/rdiff-backup/ChangeLog b/net-misc/rdiff-backup/ChangeLog
new file mode 100644
index 000000000000..5f167df4c3a5
--- /dev/null
+++ b/net-misc/rdiff-backup/ChangeLog
@@ -0,0 +1,10 @@
+# ChangeLog for net-misc/rdiff-backup
+# Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL
+# $Header: /var/cvsroot/gentoo-x86/net-misc/rdiff-backup/ChangeLog,v 1.1 2002/04/29 09:00:55 bangert Exp $
+
+*rdiff-backup-0.6.0 (27 Apr 2002)
+
+ 27 Apr 2002; Thilo Bangert <bangert@gentoo.org> ChangeLog :
+
+ initial release ;-)
+ contributed by Justin
diff --git a/net-misc/rdiff-backup/files/digest-rdiff-backup-0.6.0 b/net-misc/rdiff-backup/files/digest-rdiff-backup-0.6.0
new file mode 100644
index 000000000000..2ca536c17a75
--- /dev/null
+++ b/net-misc/rdiff-backup/files/digest-rdiff-backup-0.6.0
@@ -0,0 +1 @@
+MD5 c6c7b6d8e25be131640e7c8e727e5f0d rdiff-backup-0.6.0.tar.gz 65370
diff --git a/net-misc/rdiff-backup/rdiff-backup-0.6.0.ebuild b/net-misc/rdiff-backup/rdiff-backup-0.6.0.ebuild
new file mode 100644
index 000000000000..bcb89e85c3b7
--- /dev/null
+++ b/net-misc/rdiff-backup/rdiff-backup-0.6.0.ebuild
@@ -0,0 +1,19 @@
+# Copyright 1999-2002 Gentoo Technologies, Inc.
+# Distributed under the terms of the GNU General Public License, v2
+# Maintainer: Justin <justin@skiingyac.com>
+# $Header: /var/cvsroot/gentoo-x86/net-misc/rdiff-backup/rdiff-backup-0.6.0.ebuild,v 1.1 2002/04/29 09:00:55 bangert Exp $
+
+S=${WORKDIR}/${P}
+DESCRIPTION="Remote incremental file backup utility, similar to rsync but more reliable"
+SRC_URI="http://www.stanford.edu/~bescoto/rdiff-backup/${P}.tar.gz"
+HOMEPAGE="http://www.stanford.edu/~bescoto/rdiff-backup/"
+
+DEPEND=">=net-libs/librsync-0.9.5
+ >=dev-lang/python-2.2"
+
+src_install () {
+ dobin rdiff-backup
+ doman rdiff-backup.1
+ dodoc COPYING README CHANGELOG
+ dohtml FAQ.html
+}