From 3f7826d8856457be233edea5999a25e374f54625 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Sat, 14 Jul 2018 20:12:15 +0100 Subject: gentoo resync : 14.07.2018 --- backup/btrbk/btrbk-0.25.1-r1.ebuild | 31 +++++++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) create mode 100644 backup/btrbk/btrbk-0.25.1-r1.ebuild (limited to 'backup/btrbk/btrbk-0.25.1-r1.ebuild') diff --git a/backup/btrbk/btrbk-0.25.1-r1.ebuild b/backup/btrbk/btrbk-0.25.1-r1.ebuild new file mode 100644 index 000000000000..8b302fd3e61f --- /dev/null +++ b/backup/btrbk/btrbk-0.25.1-r1.ebuild @@ -0,0 +1,31 @@ +# Copyright 1999-2018 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +inherit systemd + +if [[ ${PV} == "9999" ]] ; then + EGIT_REPO_URI="git://dev.tty0.ch/btrbk.git" + inherit git-r3 + SRC_URI="" +else + SRC_URI="https://digint.ch/download/btrbk/releases/${P}.tar.xz" + KEYWORDS="amd64 arm x86" +fi + +DESCRIPTION="Tool for creating snapshots and remote backups of btrfs subvolumes" +HOMEPAGE="https://digint.ch/btrbk/" +LICENSE="GPL-3+" +SLOT="0" +IUSE="+pv" + +DEPEND="" +RDEPEND="dev-lang/perl + net-misc/openssh + pv? ( sys-apps/pv ) + >=sys-fs/btrfs-progs-3.18.2