summaryrefslogtreecommitdiff
path: root/app-backup/btrbk/btrbk-0.25.1-r1.ebuild
diff options
context:
space:
mode:
Diffstat (limited to 'app-backup/btrbk/btrbk-0.25.1-r1.ebuild')
-rw-r--r--app-backup/btrbk/btrbk-0.25.1-r1.ebuild31
1 files changed, 0 insertions, 31 deletions
diff --git a/app-backup/btrbk/btrbk-0.25.1-r1.ebuild b/app-backup/btrbk/btrbk-0.25.1-r1.ebuild
deleted file mode 100644
index 8b302fd3e61f..000000000000
--- a/app-backup/btrbk/btrbk-0.25.1-r1.ebuild
+++ /dev/null
@@ -1,31 +0,0 @@
-# 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 <sys-fs/btrfs-progs-4.13.2"
-
-src_install() {
- emake DESTDIR="${D}" DOCDIR="/usr/share/doc/${PF}" SYSTEMDDIR="$(systemd_get_systemunitdir)" install
-}