aboutsummaryrefslogtreecommitdiffstats
path: root/app-backup/lifeboat/lifeboat-0.3.1.ebuild
diff options
context:
space:
mode:
authorWolfgang Müller2021-11-14 12:05:46 +0100
committerWolfgang Müller2021-11-14 12:05:46 +0100
commit043efe375f655e02a36a6d3b36b194f339a731a6 (patch)
tree555845d621b32a9a017c7e4a67269548df54a78a /app-backup/lifeboat/lifeboat-0.3.1.ebuild
parentb7a7882aa43c8da94557f3112583883290fe7480 (diff)
downloadpramantha-043efe375f655e02a36a6d3b36b194f339a731a6.tar.gz
app-backup/lifeboat: Bump to 0.4.0
Package-Manager: Portage-3.0.28, Repoman-3.0.3
Diffstat (limited to 'app-backup/lifeboat/lifeboat-0.3.1.ebuild')
-rw-r--r--app-backup/lifeboat/lifeboat-0.3.1.ebuild34
1 files changed, 0 insertions, 34 deletions
diff --git a/app-backup/lifeboat/lifeboat-0.3.1.ebuild b/app-backup/lifeboat/lifeboat-0.3.1.ebuild
deleted file mode 100644
index 6fa2923..0000000
--- a/app-backup/lifeboat/lifeboat-0.3.1.ebuild
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit systemd
-
-DESCRIPTION="Manage and automate local restic(1) backups"
-HOMEPAGE="https://git.oriole.systems/lifeboat"
-SRC_URI="https://git.oriole.systems/lifeboat/snapshot/${P}.tar.gz"
-
-RESTRICT="mirror"
-
-LICENSE="ISC"
-SLOT="0"
-KEYWORDS="amd64 x86"
-IUSE=""
-
-DEPEND="
- acct-group/lifeboat
- acct-user/lifeboat"
-
-RDEPEND="${DEPEND}
- app-backup/restic
- net-misc/rclone"
-BDEPEND=""
-
-src_compile() { :; }
-
-src_install() {
- emake PREFIX=/usr DESTDIR="${D}" install
-
- systemd_dounit etc/systemd/${PN}@.{service,timer}
-}