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 7966D15800F for ; Wed, 8 Feb 2023 03:34:54 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 36131E07D4; Wed, 8 Feb 2023 03:34:53 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (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 pigeon.gentoo.org (Postfix) with ESMTPS id 1C648E07D4 for ; Wed, 8 Feb 2023 03:34:53 +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 1F86A340E12 for ; Wed, 8 Feb 2023 03:34:52 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 5C63B8A3 for ; Wed, 8 Feb 2023 03:34:50 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1675827155.b488607ec7053bb790576e05219ee242eec46664.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-backup/rsnapshot/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-backup/rsnapshot/rsnapshot-1.4.5.ebuild X-VCS-Directories: app-backup/rsnapshot/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: b488607ec7053bb790576e05219ee242eec46664 X-VCS-Branch: master Date: Wed, 8 Feb 2023 03:34:50 +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: 5bff3088-3aa5-41bc-996c-933651e62851 X-Archives-Hash: 636b0e459bd24fa5f8c8de57aec9db13 commit: b488607ec7053bb790576e05219ee242eec46664 Author: Sam James gentoo org> AuthorDate: Wed Feb 8 03:32:35 2023 +0000 Commit: Sam James gentoo org> CommitDate: Wed Feb 8 03:32:35 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b488607e app-backup/rsnapshot: fix src_test Upstream has a check target which doesn't do anything, but does exist. Switch to test which actually runs the test suite. Signed-off-by: Sam James gentoo.org> app-backup/rsnapshot/rsnapshot-1.4.5.ebuild | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/app-backup/rsnapshot/rsnapshot-1.4.5.ebuild b/app-backup/rsnapshot/rsnapshot-1.4.5.ebuild index 52d1d54e786b..01fb77647b26 100644 --- a/app-backup/rsnapshot/rsnapshot-1.4.5.ebuild +++ b/app-backup/rsnapshot/rsnapshot-1.4.5.ebuild @@ -25,6 +25,10 @@ src_prepare() { sed -i -e 's:/etc/rsnapshot.conf.default:rsnapshot.conf.default:' rsnapshot-program.pl || die } +src_test() { + emake test +} + src_install() { docompress -x "/usr/share/doc/${PF}/rsnapshot.conf.default"