aboutsummaryrefslogtreecommitdiffstats
path: root/app-backup/lifeboat/lifeboat-0.4.2.ebuild
diff options
context:
space:
mode:
authorWolfgang Müller2024-03-30 13:38:37 +0100
committerWolfgang Müller2024-03-30 13:43:43 +0100
commitb67a015804e40f314aaad8def4a9cf7f41582cba (patch)
tree38e74cff6d4c1e67a47c702ee7e17d85c9dd9da2 /app-backup/lifeboat/lifeboat-0.4.2.ebuild
parent7dfa5212bf88cfdef627eff44c85bca6cf5a165c (diff)
downloadpramantha-b67a015804e40f314aaad8def4a9cf7f41582cba.tar.gz
app-backup/lifeboat: add 0.4.2-r1, drop 0.4.2
Migrate to EAPI 8 and support the verify-sig USE flag.
Diffstat (limited to 'app-backup/lifeboat/lifeboat-0.4.2.ebuild')
-rw-r--r--app-backup/lifeboat/lifeboat-0.4.2.ebuild34
1 files changed, 0 insertions, 34 deletions
diff --git a/app-backup/lifeboat/lifeboat-0.4.2.ebuild b/app-backup/lifeboat/lifeboat-0.4.2.ebuild
deleted file mode 100644
index 6fa2923..0000000
--- a/app-backup/lifeboat/lifeboat-0.4.2.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}
-}