aboutsummaryrefslogtreecommitdiffstats
path: root/app-backup
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
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 'app-backup')
-rw-r--r--app-backup/lifeboat/Manifest5
-rw-r--r--app-backup/lifeboat/lifeboat-0.1.3.ebuild32
-rw-r--r--app-backup/lifeboat/lifeboat-0.2.0.ebuild (renamed from app-backup/lifeboat/lifeboat-1.0.0_beta-r1.ebuild)12
-rw-r--r--app-backup/lifeboat/lifeboat-1.0.0_beta.ebuild32
4 files changed, 8 insertions, 73 deletions
diff --git a/app-backup/lifeboat/Manifest b/app-backup/lifeboat/Manifest
index aa4ecfe..da8dd3c 100644
--- a/app-backup/lifeboat/Manifest
+++ b/app-backup/lifeboat/Manifest
@@ -1,4 +1,3 @@
-EBUILD lifeboat-0.1.3.ebuild 592 BLAKE2B 286aded66f1034f800f47819daef47bfde3f55d80d97b24af0496d6d435326115f2b0707a2e982a6d9ad022fc7698835ea44163048ef3375ae5328f1ca3108a0 SHA512 ab414f9d109b8824525c1e08095402869e7838a7f357a76d1c8fcdb505aa16b578799d3c0dbf7e1a282d9dc89c1d8f18fe68ce2b328329d6a7293dfc75b1f71e
-EBUILD lifeboat-1.0.0_beta-r1.ebuild 535 BLAKE2B 6f8465cbc226b0c986231535f914aea0ce7f1986fc8e485411a96fc9aae637f1e41a1c21400a56c1b497443ea56171134513a834985e6d3cf7b46eb3381f1cc4 SHA512 74670450a8a1a92f551bb88557a584611afc49d97d3bb2964c8c3437fee310eddee973588d623bfe324c8b3c7bfe2d89403d42022d6d0f177720cce340ccf2ff
-EBUILD lifeboat-1.0.0_beta.ebuild 597 BLAKE2B 65df37f4295579e073281385266916ac4431244df84490680b4417aece47020c467d90c1af715b53070833394102916c781651629aa7f55a6bed44ebcb23ef92 SHA512 cca5ecdc0233bfc89cc760d10409420bedab3c4e11ae6aea5dea4c15d3023a2fdead3d0b184aec5551522934f5472e9f2d0231f8c014b708d2abad7ef575f7ae
+DIST lifeboat-0.2.0.tar.gz 2951 BLAKE2B b3a6e286c6c5d2b2bb925adf642f56fcb0d11db96544bddcc58fdefc6ce42cbf7ae4d0e3b0df6bf532204457e286950b23fa60118b4d2ee65032ee5b56cce47b SHA512 1025c5bcfc10f6fe581a55eb2bc49f26b51e3e9fdc70ab6dc311cd0d8913e09a89ffaad4a3633f376f4a94b4e470a020b441082b63c5bdcf84b996c738175723
+EBUILD lifeboat-0.2.0.ebuild 559 BLAKE2B 8a2cbf2f226557fcaa1bb943fa05512bf12417fd2f47115734f9a3b6d244bce3972800105195e922b3beb0198c0316cf7aff23d95e19a35019af5907139d8425 SHA512 c0ee927e002fec0985d8b38c6e5efad5e8c836630774931077e5a04ce8f5c3d8d7a66c76611137327c76acf1000ee66734bc7cc9986b0a29841578c59c2d8ea6
MISC metadata.xml 219 BLAKE2B 4017e2b1f6b36f72c186cfeb0955be57076a02d087acfd6caf9b9ec56509b5299be8d40dddaffd04433bb290f6dd35c94c59ac02a4f1ad7e63b13648e465e594 SHA512 555d3bce3f8cd9b4d78f59f494c326d7893f12c1907c1eb92107595886fc4a5e89b8b9fda7f434e021a9eede5dfd6d0c1dfee721c268ccad3d6a1865a92204e0
diff --git a/app-backup/lifeboat/lifeboat-0.1.3.ebuild b/app-backup/lifeboat/lifeboat-0.1.3.ebuild
deleted file mode 100644
index d09c162..0000000
--- a/app-backup/lifeboat/lifeboat-0.1.3.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="${PV}"
-
-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
-}
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() { :; }
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
-}