summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBenedikt Böhm <bb@xnull.de>2010-10-29 14:44:40 +0200
committerBenedikt Böhm <bb@xnull.de>2010-10-29 14:44:40 +0200
commitc8d356f78a9a525df4a29d079fa0d1ade1f2e148 (patch)
tree4a6cc0bb32685d7d6a17b676941804e5af4023be /app-backup
parentadd net-analyzer/splunk (diff)
downloadbetagarden-c8d356f78a9a525df4a29d079fa0d1ade1f2e148.tar.gz
betagarden-c8d356f78a9a525df4a29d079fa0d1ade1f2e148.tar.bz2
betagarden-c8d356f78a9a525df4a29d079fa0d1ade1f2e148.zip
add app-backup/duply
Diffstat (limited to 'app-backup')
-rw-r--r--app-backup/duply/Manifest2
-rw-r--r--app-backup/duply/duply-1.5.2.3.ebuild23
2 files changed, 25 insertions, 0 deletions
diff --git a/app-backup/duply/Manifest b/app-backup/duply/Manifest
new file mode 100644
index 0000000..95c31fc
--- /dev/null
+++ b/app-backup/duply/Manifest
@@ -0,0 +1,2 @@
+DIST duply_1.5.2.3.tgz 24729 RMD160 e4e066d9e36513bd9049b96dae2b1308d0eed979 SHA1 4e2ace010dc9e3d797cee5287e9239c444babc11 SHA256 c671fdc6c9f74fb31910a2c755414d83fc3afe1f83212bca541048b8d1b4a536
+EBUILD duply-1.5.2.3.ebuild 445 RMD160 1f8fc7c5fe4803cbfc21837d15dabbe61cea49d0 SHA1 5cb936d807af95a35c88106509eb6afdaf2b07f1 SHA256 a062f013509a45f1cfcb19c35adc7385320308436289cba918d9f12fb6675a4d
diff --git a/app-backup/duply/duply-1.5.2.3.ebuild b/app-backup/duply/duply-1.5.2.3.ebuild
new file mode 100644
index 0000000..446348d
--- /dev/null
+++ b/app-backup/duply/duply-1.5.2.3.ebuild
@@ -0,0 +1,23 @@
+# Copyright 1999-2010 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI=3
+
+DESCRIPTION="Duply is a shell front end for the duplicity backup tool"
+HOMEPAGE="http://duply.net"
+SRC_URI="mirror://sourceforge/ftplicity/${PN}_${PV}.tgz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+DEPEND=""
+RDEPEND="app-backup/duplicity"
+
+S="${WORKDIR}"/${PN}_${PV}
+
+src_install() {
+ dosbin duply
+}