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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id D9BE7158041 for ; Fri, 29 Mar 2024 15:38:10 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 36828E2A7B; Fri, 29 Mar 2024 15:38:09 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 6AF3EE2A7B for ; Fri, 29 Mar 2024 15:38:08 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 9ED1934305C for ; Fri, 29 Mar 2024 15:38:07 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 0C9371606 for ; Fri, 29 Mar 2024 15:38:06 +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: <1711726679.6ca3dbd09ee612d87e1b5e50ed93d1f04ae96770.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.2.ebuild X-VCS-Directories: app-backup/backupninja/ X-VCS-Committer: bkohler X-VCS-Committer-Name: Ben Kohler X-VCS-Revision: 6ca3dbd09ee612d87e1b5e50ed93d1f04ae96770 X-VCS-Branch: master Date: Fri, 29 Mar 2024 15:38:06 +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: ba8b33ef-5d2a-4eac-99b7-0c758746555f X-Archives-Hash: 6bfc081b2b3127a3868d6ed79cccf18f commit: 6ca3dbd09ee612d87e1b5e50ed93d1f04ae96770 Author: Ben Kohler gentoo org> AuthorDate: Fri Mar 29 15:22:54 2024 +0000 Commit: Ben Kohler gentoo org> CommitDate: Fri Mar 29 15:37:59 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6ca3dbd0 app-backup/backupninja: minor QA fixes (empty var, var sorting) Signed-off-by: Ben Kohler gentoo.org> app-backup/backupninja/backupninja-1.2.2.ebuild | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/app-backup/backupninja/backupninja-1.2.2.ebuild b/app-backup/backupninja/backupninja-1.2.2.ebuild index 64318068ab22..82d9fd8b5cd0 100644 --- a/app-backup/backupninja/backupninja-1.2.2.ebuild +++ b/app-backup/backupninja/backupninja-1.2.2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2023 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -6,15 +6,13 @@ 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" +S="${WORKDIR}/${PN}-${PN}_upstream-${PV}" 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