summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCraig Andrews <candrews@integralblue.com>2017-07-31 14:15:16 -0400
committerDavid Seifert <soap@gentoo.org>2017-07-31 20:28:27 +0200
commit8b8c27e3f6650330085640edf96582513d6c0d27 (patch)
tree04a5c2d0eb0e1ecda7d98702cba62e31596b65f4 /app-backup/btrbk/btrbk-0.24.0.ebuild
parentapp-backup/btrbk: 0.24.0 requires <sys-fs/btrfs-progs-4.8.3 (diff)
downloadgentoo-8b8c27e3f6650330085640edf96582513d6c0d27.tar.gz
gentoo-8b8c27e3f6650330085640edf96582513d6c0d27.tar.bz2
gentoo-8b8c27e3f6650330085640edf96582513d6c0d27.zip
app-backup/btrbk: Drop old versions
Package-Manager: Portage-2.3.6, Repoman-2.3.3 Closes: https://github.com/gentoo/gentoo/pull/5251
Diffstat (limited to 'app-backup/btrbk/btrbk-0.24.0.ebuild')
-rw-r--r--app-backup/btrbk/btrbk-0.24.0.ebuild32
1 files changed, 0 insertions, 32 deletions
diff --git a/app-backup/btrbk/btrbk-0.24.0.ebuild b/app-backup/btrbk/btrbk-0.24.0.ebuild
deleted file mode 100644
index 3dc20edfce5c..000000000000
--- a/app-backup/btrbk/btrbk-0.24.0.ebuild
+++ /dev/null
@@ -1,32 +0,0 @@
-# Copyright 1999-2017 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=""
- KEYWORDS=""
-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"
-
-src_install() {
- emake DESTDIR="${D}" DOCDIR="/usr/share/doc/${PF}" SYSTEMDDIR="$(systemd_get_systemunitdir)" install
-}