From 5ecbe27cfe1e7f93b7b3f2a8bced5cee9ab8e477 Mon Sep 17 00:00:00 2001 From: Wynn Wolf Arbor Date: Mon, 13 Jan 2020 17:23:27 +0100 Subject: app-backup/lifeboat: Bump to 0.1.1-r1 This commit will have the lifeboat ebuild create the user and group automatically. Note that we still use enewgroup/enewuser since there seems to be no UID/GID range for custom user overlays with the new acct-* allocation system. Package-Manager: Portage-2.3.79, Repoman-2.3.16 --- app-backup/lifeboat/Manifest | 2 +- app-backup/lifeboat/lifeboat-0.1.1-r1.ebuild | 32 ++++++++++++++++++++++++++++ app-backup/lifeboat/lifeboat-0.1.1.ebuild | 27 ----------------------- 3 files changed, 33 insertions(+), 28 deletions(-) create mode 100644 app-backup/lifeboat/lifeboat-0.1.1-r1.ebuild delete mode 100644 app-backup/lifeboat/lifeboat-0.1.1.ebuild (limited to 'app-backup') diff --git a/app-backup/lifeboat/Manifest b/app-backup/lifeboat/Manifest index 50dedc3..ebedb03 100644 --- a/app-backup/lifeboat/Manifest +++ b/app-backup/lifeboat/Manifest @@ -1,2 +1,2 @@ -EBUILD lifeboat-0.1.1.ebuild 490 BLAKE2B 8264431eb54cb3eaaac2cab5623cd23cdaf019e1fbad71c5c07ca2cc5ea5d08c9effabec332795b012d5398b4777d6dfe6ab5e6f4d7f23ec5a04d0c6f01ed987 SHA512 d9001bb3187dc321d62764f625167bc67401834738f5e5850ccc7682bb2c2af0f5cec9dd41fb70731d1b0beee4ec29256945a3291ee3cc374b2a66f44036514e +EBUILD lifeboat-0.1.1-r1.ebuild 592 BLAKE2B 286aded66f1034f800f47819daef47bfde3f55d80d97b24af0496d6d435326115f2b0707a2e982a6d9ad022fc7698835ea44163048ef3375ae5328f1ca3108a0 SHA512 ab414f9d109b8824525c1e08095402869e7838a7f357a76d1c8fcdb505aa16b578799d3c0dbf7e1a282d9dc89c1d8f18fe68ce2b328329d6a7293dfc75b1f71e MISC metadata.xml 219 BLAKE2B 4017e2b1f6b36f72c186cfeb0955be57076a02d087acfd6caf9b9ec56509b5299be8d40dddaffd04433bb290f6dd35c94c59ac02a4f1ad7e63b13648e465e594 SHA512 555d3bce3f8cd9b4d78f59f494c326d7893f12c1907c1eb92107595886fc4a5e89b8b9fda7f434e021a9eede5dfd6d0c1dfee721c268ccad3d6a1865a92204e0 diff --git a/app-backup/lifeboat/lifeboat-0.1.1-r1.ebuild b/app-backup/lifeboat/lifeboat-0.1.1-r1.ebuild new file mode 100644 index 0000000..d09c162 --- /dev/null +++ b/app-backup/lifeboat/lifeboat-0.1.1-r1.ebuild @@ -0,0 +1,32 @@ +# 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-0.1.1.ebuild b/app-backup/lifeboat/lifeboat-0.1.1.ebuild deleted file mode 100644 index f36a8db..0000000 --- a/app-backup/lifeboat/lifeboat-0.1.1.ebuild +++ /dev/null @@ -1,27 +0,0 @@ -# Copyright 2019 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -inherit git-r3 - -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="" - -src_compile() { :; } - -src_install() { - emake PREFIX=/usr DESTDIR="${D}" install -} -- cgit v1.2.3-2-gb3c3