From 5f55e3b882108448ad1d0a2100ebc3535a2a8375 Mon Sep 17 00:00:00 2001 From: Lucio Sauer Date: Thu, 6 Jun 2024 14:27:51 +0200 Subject: [PATCH] app-backup/timeshift-autosnap: fix src_unpack phase Remove redundant src_compile Closes: https://bugs.gentoo.org/933685 Signed-off-by: Lucio Sauer --- .../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 673c91a9ad..4209aebe55 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