aboutsummaryrefslogtreecommitdiffstats
path: root/app-backup/lifeboat/lifeboat-0.4.0.ebuild
diff options
context:
space:
mode:
authorWolfgang Müller2023-05-16 20:33:10 +0200
committerWolfgang Müller2023-05-16 20:33:10 +0200
commit79c93bbbda7a7276aa52a5197e883f370d40a711 (patch)
treecac5698ec056bdfc86ca2fdc725e5b5187b7e1cb /app-backup/lifeboat/lifeboat-0.4.0.ebuild
parent42fbaa97282e51fc314c8416e457d5731cc8b23e (diff)
downloadpramantha-79c93bbbda7a7276aa52a5197e883f370d40a711.tar.gz
app-backup/lifeboat: add 0.4.1, drop 0.4.0
Diffstat (limited to 'app-backup/lifeboat/lifeboat-0.4.0.ebuild')
-rw-r--r--app-backup/lifeboat/lifeboat-0.4.0.ebuild34
1 files changed, 0 insertions, 34 deletions
diff --git a/app-backup/lifeboat/lifeboat-0.4.0.ebuild b/app-backup/lifeboat/lifeboat-0.4.0.ebuild
deleted file mode 100644
index 6fa2923..0000000
--- a/app-backup/lifeboat/lifeboat-0.4.0.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}
-}