aboutsummaryrefslogtreecommitdiffstats
path: root/app-backup/lifeboat/lifeboat-1.0.0_beta.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-1.0.0_beta.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-1.0.0_beta.ebuild32
1 files changed, 0 insertions, 32 deletions
diff --git a/app-backup/lifeboat/lifeboat-1.0.0_beta.ebuild b/app-backup/lifeboat/lifeboat-1.0.0_beta.ebuild
deleted file mode 100644
index 3c1a3d7..0000000
--- a/app-backup/lifeboat/lifeboat-1.0.0_beta.ebuild
+++ /dev/null
@@ -1,32 +0,0 @@
-# Copyright 2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit git-r3 user
-
-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"
-
-LICENSE="ISC"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-DEPEND=""
-RDEPEND="${DEPEND}
- app-backup/restic"
-BDEPEND=""
-
-pkg_setup() {
- enewgroup lifeboat
- enewuser lifeboat -1 /bin/sh /srv/backup/lifeboat lifeboat
-}
-
-src_compile() { :; }
-
-src_install() {
- emake PREFIX=/usr DESTDIR="${D}" install
-}