commit: 7854041fea2a18f40917ef9c77cc4c1ebeed9cb6
Author: Tiziano Müller <dev-zero <AT> gentoo <DOT> org>
AuthorDate: Sat Jan 31 18:33:30 2015 +0000
Commit: Tiziano Müller <dev-zero <AT> gentoo <DOT> org>
CommitDate: Sat Jan 31 18:33:30 2015 +0000
URL:
http://sources.gentoo.org/gitweb/?p=dev/dev-zero.git;a=commit;h=7854041f
initial commit of btrfs-sxbackup
---
.../btrfs-sxbackup/btrfs-sxbackup-9999.ebuild | 23 ++++++++++++++++++++++
1 file changed, 23 insertions(+)
diff --git a/app-backup/btrfs-sxbackup/btrfs-sxbackup-9999.ebuild
b/app-backup/btrfs-sxbackup/btrfs-sxbackup-9999.ebuild
new file mode 100644
index 0000000..7b38ffd
--- /dev/null
+++ b/app-backup/btrfs-sxbackup/btrfs-sxbackup-9999.ebuild
@@ -0,0 +1,23 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI=5
+
+PYTHON_COMPAT=( python3_{3,4} )
+DISTUTILS_SINGLE_IMPL=yes
+
+inherit distutils-r1 git-r3
+
+DESCRIPTION="Incremental btrfs snapshot backups with push/pull support via SSH"
+HOMEPAGE="https://github.com/masc3d/btrfs-sxbackup"
+EGIT_REPO_URI="https://github.com/masc3d/btrfs-sxbackup.git"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE=""
+
+RDEPEND="sys-fs/btrfs-progs"
+DEPEND="${RDEPEND}
+ dev-python/setuptools[${PYTHON_USEDEP}]"