commit:     5f55e3b882108448ad1d0a2100ebc3535a2a8375
Author:     Lucio Sauer <watermanpaint <AT> posteo <DOT> net>
AuthorDate: Thu Jun  6 12:27:51 2024 +0000
Commit:     Lucio Sauer <watermanpaint <AT> posteo <DOT> 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 <watermanpaint <AT> 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

Reply via email to