Gentoo Archives: gentoo-commits

From: Ben Kohler <bkohler@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-backup/backupninja/
Date: Tue, 13 Jul 2021 14:28:14
Message-Id: 1626186362.9fa84d4a1f3a3b4fe5af4fd656bb41dd56a154f1.bkohler@gentoo
1 commit: 9fa84d4a1f3a3b4fe5af4fd656bb41dd56a154f1
2 Author: Ben Kohler <bkohler <AT> gentoo <DOT> org>
3 AuthorDate: Tue Jul 13 14:26:02 2021 +0000
4 Commit: Ben Kohler <bkohler <AT> gentoo <DOT> org>
5 CommitDate: Tue Jul 13 14:26:02 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9fa84d4a
7
8 app-backup/backupninja: bump to EAPI=8
9
10 Package-Manager: Portage-3.0.20, Repoman-3.0.3
11 Signed-off-by: Ben Kohler <bkohler <AT> gentoo.org>
12
13 app-backup/backupninja/backupninja-1.2.1-r1.ebuild | 21 +++++++++++++++++++++
14 1 file changed, 21 insertions(+)
15
16 diff --git a/app-backup/backupninja/backupninja-1.2.1-r1.ebuild b/app-backup/backupninja/backupninja-1.2.1-r1.ebuild
17 new file mode 100644
18 index 00000000000..09356e07f8a
19 --- /dev/null
20 +++ b/app-backup/backupninja/backupninja-1.2.1-r1.ebuild
21 @@ -0,0 +1,21 @@
22 +# Copyright 1999-2021 Gentoo Authors
23 +# Distributed under the terms of the GNU General Public License v2
24 +
25 +EAPI=8
26 +
27 +DESCRIPTION="lightweight, extensible meta-backup system"
28 +HOMEPAGE="https://0xacab.org/liberate/backupninja"
29 +SRC_URI="https://0xacab.org/liberate/backupninja/-/archive/backupninja_upstream/${PV}/backupninja-backupninja_upstream-${PV}.tar.gz"
30 +
31 +LICENSE="GPL-2"
32 +SLOT="0"
33 +KEYWORDS="~amd64 ~x86"
34 +
35 +RDEPEND="dev-util/dialog"
36 +DEPEND=""
37 +
38 +S="${WORKDIR}/${PN}-${PN}_upstream-${PV}"
39 +
40 +src_configure() {
41 + econf --localstatedir=/var #578614
42 +}