aboutsummaryrefslogtreecommitdiffstats
path: root/app-backup/lifeboat/lifeboat-0.2.0.ebuild
diff options
context:
space:
mode:
authorWynn Wolf Arbor2020-06-04 17:41:10 +0200
committerWynn Wolf Arbor2020-06-04 17:41:10 +0200
commit977bcbf468c6e02e03b1de82d1380dae4a747a9d (patch)
treeda92c2bf328d7410612d3365b55d3985032a1058 /app-backup/lifeboat/lifeboat-0.2.0.ebuild
parent16aa3c0310423de7b6c731c7d0f2f400d7a28b80 (diff)
downloadpramantha-977bcbf468c6e02e03b1de82d1380dae4a747a9d.tar.gz
app-backup/lifeboat: Bump to 0.2.0
Use a snapshot instead of relying on git-r3, add net-misc/rclone as a runtime dependency, and fix the homepage URL. Package-Manager: Portage-2.3.99, Repoman-2.3.22
Diffstat (limited to '')
-rw-r--r--app-backup/lifeboat/lifeboat-0.2.0.ebuild (renamed from app-backup/lifeboat/lifeboat-1.0.0_beta-r1.ebuild)12
1 files changed, 6 insertions, 6 deletions
diff --git a/app-backup/lifeboat/lifeboat-1.0.0_beta-r1.ebuild b/app-backup/lifeboat/lifeboat-0.2.0.ebuild
index 34f4b10..411c1b5 100644
--- a/app-backup/lifeboat/lifeboat-1.0.0_beta-r1.ebuild
+++ b/app-backup/lifeboat/lifeboat-0.2.0.ebuild
@@ -3,12 +3,11 @@
EAPI=7
-inherit git-r3
+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"
-DESCRIPTION="Manage and automate local restic backups"
-HOMEPAGE="https://oriole.systems"
-EGIT_REPO_URI="https://git.oriole.systems/lifeboat.git"
-EGIT_COMMIT="1.0.0-beta"
+RESTRICT="mirror"
LICENSE="ISC"
SLOT="0"
@@ -20,7 +19,8 @@ DEPEND="
acct-user/lifeboat"
RDEPEND="${DEPEND}
- app-backup/restic"
+ app-backup/restic
+ net-misc/rclone"
BDEPEND=""
src_compile() { :; }