From 05b8b0e0af1d72e51a3ee61522941bf7605cd01c Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Sat, 4 Jul 2020 14:05:23 +0100 Subject: gentoo resync : 04.07.2020 --- app-backup/btrbk/btrbk-0.26.0.ebuild | 44 ------------------------------------ 1 file changed, 44 deletions(-) delete mode 100644 app-backup/btrbk/btrbk-0.26.0.ebuild (limited to 'app-backup/btrbk/btrbk-0.26.0.ebuild') diff --git a/app-backup/btrbk/btrbk-0.26.0.ebuild b/app-backup/btrbk/btrbk-0.26.0.ebuild deleted file mode 100644 index 06f23db240ff..000000000000 --- a/app-backup/btrbk/btrbk-0.26.0.ebuild +++ /dev/null @@ -1,44 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# 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=">=app-text/asciidoc-8.6.0 - app-text/xmlto" - -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 -} -pkg_preinst() { - if has_version "<${CATEGORY}/${PN}-0.26.0" ; then - upgrade_0_26_0_warning="1" - fi -} -pkg_postinst() { - if [[ "${upgrade_0_26_0_warning}" == "1" ]]; then - ewarn "If you are using raw targets, make sure to run the" - ewarn "\"raw_suffix2sidecar\" utility in each target directory." - fi -} -- cgit v1.2.3