From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 9C149139345 for ; Tue, 13 Jul 2021 14:28:14 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id DFE2CE0A81; Tue, 13 Jul 2021 14:28:13 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id C30DFE0A81 for ; Tue, 13 Jul 2021 14:28:13 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id D2E8C33BE61 for ; Tue, 13 Jul 2021 14:28:12 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 47F0725 for ; Tue, 13 Jul 2021 14:28:11 +0000 (UTC) From: "Ben Kohler" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Ben Kohler" Message-ID: <1626186362.9fa84d4a1f3a3b4fe5af4fd656bb41dd56a154f1.bkohler@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-backup/backupninja/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-backup/backupninja/backupninja-1.2.1-r1.ebuild X-VCS-Directories: app-backup/backupninja/ X-VCS-Committer: bkohler X-VCS-Committer-Name: Ben Kohler X-VCS-Revision: 9fa84d4a1f3a3b4fe5af4fd656bb41dd56a154f1 X-VCS-Branch: master Date: Tue, 13 Jul 2021 14:28:11 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 97bed451-de02-4983-86c9-7019092a2231 X-Archives-Hash: 3268ebc42c3d9b05ce19cb31869bf9a2 commit: 9fa84d4a1f3a3b4fe5af4fd656bb41dd56a154f1 Author: Ben Kohler gentoo org> AuthorDate: Tue Jul 13 14:26:02 2021 +0000 Commit: Ben Kohler gentoo org> CommitDate: Tue Jul 13 14:26:02 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9fa84d4a app-backup/backupninja: bump to EAPI=8 Package-Manager: Portage-3.0.20, Repoman-3.0.3 Signed-off-by: Ben Kohler gentoo.org> app-backup/backupninja/backupninja-1.2.1-r1.ebuild | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) diff --git a/app-backup/backupninja/backupninja-1.2.1-r1.ebuild b/app-backup/backupninja/backupninja-1.2.1-r1.ebuild new file mode 100644 index 00000000000..09356e07f8a --- /dev/null +++ b/app-backup/backupninja/backupninja-1.2.1-r1.ebuild @@ -0,0 +1,21 @@ +# Copyright 1999-2021 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +DESCRIPTION="lightweight, extensible meta-backup system" +HOMEPAGE="https://0xacab.org/liberate/backupninja" +SRC_URI="https://0xacab.org/liberate/backupninja/-/archive/backupninja_upstream/${PV}/backupninja-backupninja_upstream-${PV}.tar.gz" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~amd64 ~x86" + +RDEPEND="dev-util/dialog" +DEPEND="" + +S="${WORKDIR}/${PN}-${PN}_upstream-${PV}" + +src_configure() { + econf --localstatedir=/var #578614 +}