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 77A3515817D for ; Thu, 6 Jun 2024 12:55:43 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id BA3F42BC021; Thu, 6 Jun 2024 12:55:42 +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)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 96FDF2BC021 for ; Thu, 6 Jun 2024 12:55:42 +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)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 68E37335DCD for ; Thu, 6 Jun 2024 12:55:41 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id BDFC31396 for ; Thu, 6 Jun 2024 12:55:39 +0000 (UTC) From: "Lucio Sauer" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Lucio Sauer" Message-ID: <1717678477.5f55e3b882108448ad1d0a2100ebc3535a2a8375.watermanpaint@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: app-backup/timeshift-autosnap/ X-VCS-Repository: repo/proj/guru X-VCS-Files: app-backup/timeshift-autosnap/timeshift-autosnap-0.9.ebuild X-VCS-Directories: app-backup/timeshift-autosnap/ X-VCS-Committer: watermanpaint X-VCS-Committer-Name: Lucio Sauer X-VCS-Revision: 5f55e3b882108448ad1d0a2100ebc3535a2a8375 X-VCS-Branch: dev Date: Thu, 6 Jun 2024 12:55:39 +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: 97bf0e13-7cc5-45ce-9bda-deaa5acfe49f X-Archives-Hash: 4591d137fd031a5f50e7284aedde4abd commit: 5f55e3b882108448ad1d0a2100ebc3535a2a8375 Author: Lucio Sauer posteo net> AuthorDate: Thu Jun 6 12:27:51 2024 +0000 Commit: Lucio Sauer posteo net> CommitDate: Thu Jun 6 12:54:37 2024 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=5f55e3b8 app-backup/timeshift-autosnap: fix src_unpack phase Remove redundant src_compile Closes: https://bugs.gentoo.org/933685 Signed-off-by: Lucio Sauer posteo.net> app-backup/timeshift-autosnap/timeshift-autosnap-0.9.ebuild | 11 +---------- 1 file changed, 1 insertion(+), 10 deletions(-) diff --git a/app-backup/timeshift-autosnap/timeshift-autosnap-0.9.ebuild b/app-backup/timeshift-autosnap/timeshift-autosnap-0.9.ebuild index 673c91a9a..4209aebe5 100644 --- a/app-backup/timeshift-autosnap/timeshift-autosnap-0.9.ebuild +++ b/app-backup/timeshift-autosnap/timeshift-autosnap-0.9.ebuild @@ -1,4 +1,4 @@ -# Copyright 2019-2021 Gentoo Authors +# Copyright 2019-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -27,15 +27,6 @@ $ touch /etc/portage/bashrc $ grep -q "#!/bin/" /etc/portage/bashrc || awk -i inplace "BEGINFILE{print "#!/bin/sh"}{print}" /etc/portage/bashrc $ grep -q timeshift-autosnap /etc/portage/bashrc || echo "function pre_pkg_setup() { /usr/bin/timeshift-autosnap ; }" >> /etc/portage/bashrc' -src_unpack() { - default - mv "${WORKDIR}"/timeshift-autosnap-${PV}* "${WORKDIR}"/timeshift-autosnap-${PV} || die -} - -src_compile(){ - : -} - src_install(){ dobin timeshift-autosnap insinto /etc