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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 3A4FA158086 for ; Fri, 8 Oct 2021 19:07:00 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 907A2E0843; Fri, 8 Oct 2021 19:06:59 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-CHACHA20-POLY1305 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 73FD2E0843 for ; Fri, 8 Oct 2021 19:06:59 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-CHACHA20-POLY1305 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 9F905342B68 for ; Fri, 8 Oct 2021 19:06:58 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 5B53A114 for ; Fri, 8 Oct 2021 19:06:57 +0000 (UTC) From: "Arthur Zamarin" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Arthur Zamarin" Message-ID: <1633718724.1b1fc18bec2265b5bfe562a28e129a07cfe90ce7.arthurzam@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: arthurzam X-VCS-Committer-Name: Arthur Zamarin X-VCS-Revision: 1b1fc18bec2265b5bfe562a28e129a07cfe90ce7 X-VCS-Branch: dev Date: Fri, 8 Oct 2021 19:06:57 +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: 5b56a325-174a-4941-b215-8254bdc859bd X-Archives-Hash: 4486011c5ce5c531e2a51ff3c7f3c2b5 commit: 1b1fc18bec2265b5bfe562a28e129a07cfe90ce7 Author: Arthur Zamarin gentoo org> AuthorDate: Fri Oct 8 18:45:24 2021 +0000 Commit: Arthur Zamarin gentoo org> CommitDate: Fri Oct 8 18:45:24 2021 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=1b1fc18b app-backup/timeshift-autosnap: fix leading spaces Signed-off-by: Arthur Zamarin gentoo.org> app-backup/timeshift-autosnap/timeshift-autosnap-0.9.ebuild | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/app-backup/timeshift-autosnap/timeshift-autosnap-0.9.ebuild b/app-backup/timeshift-autosnap/timeshift-autosnap-0.9.ebuild index a2c30bdb7..495c14e15 100644 --- a/app-backup/timeshift-autosnap/timeshift-autosnap-0.9.ebuild +++ b/app-backup/timeshift-autosnap/timeshift-autosnap-0.9.ebuild @@ -13,8 +13,8 @@ KEYWORDS="~amd64 ~x86" IUSE="" DEPEND=" - app-backup/timeshift - >=sys-apps/portage-2.1 + app-backup/timeshift + >=sys-apps/portage-2.1 " RDEPEND="${DEPEND}" BDEPEND="" @@ -22,7 +22,7 @@ BDEPEND="" PATCHES=( "${FILESDIR}/${PN}-remove-arch-specific.patch" ) src_unpack() { - default + default mv ${WORKDIR}/timeshift-autosnap-${PV}* ${WORKDIR}/timeshift-autosnap-${PV} } 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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id CD049158086 for ; Fri, 8 Oct 2021 19:05:24 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 937A4E0877; Fri, 8 Oct 2021 19:05:19 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-CHACHA20-POLY1305 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 71D68E086E for ; Fri, 8 Oct 2021 19:05:19 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-CHACHA20-POLY1305 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 4DA14342BD1 for ; Fri, 8 Oct 2021 19:05:18 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D326B163 for ; Fri, 8 Oct 2021 19:05:14 +0000 (UTC) From: "Arthur Zamarin" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Arthur Zamarin" Message-ID: <1633718724.1b1fc18bec2265b5bfe562a28e129a07cfe90ce7.arthurzam@gentoo> Subject: [gentoo-commits] repo/proj/guru:master 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: arthurzam X-VCS-Committer-Name: Arthur Zamarin X-VCS-Revision: 1b1fc18bec2265b5bfe562a28e129a07cfe90ce7 X-VCS-Branch: master Date: Fri, 8 Oct 2021 19:05:14 +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: 6d874525-5ceb-456a-8514-23c8a22d83af X-Archives-Hash: 569a1bf17a469c546130c73f97daa5e4 Message-ID: <20211008190514.S6ecNeMtMK_1mNJtBmTCAduUhXn6viryp-E0l4eFvbg@z> commit: 1b1fc18bec2265b5bfe562a28e129a07cfe90ce7 Author: Arthur Zamarin gentoo org> AuthorDate: Fri Oct 8 18:45:24 2021 +0000 Commit: Arthur Zamarin gentoo org> CommitDate: Fri Oct 8 18:45:24 2021 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=1b1fc18b app-backup/timeshift-autosnap: fix leading spaces Signed-off-by: Arthur Zamarin gentoo.org> app-backup/timeshift-autosnap/timeshift-autosnap-0.9.ebuild | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/app-backup/timeshift-autosnap/timeshift-autosnap-0.9.ebuild b/app-backup/timeshift-autosnap/timeshift-autosnap-0.9.ebuild index a2c30bdb7..495c14e15 100644 --- a/app-backup/timeshift-autosnap/timeshift-autosnap-0.9.ebuild +++ b/app-backup/timeshift-autosnap/timeshift-autosnap-0.9.ebuild @@ -13,8 +13,8 @@ KEYWORDS="~amd64 ~x86" IUSE="" DEPEND=" - app-backup/timeshift - >=sys-apps/portage-2.1 + app-backup/timeshift + >=sys-apps/portage-2.1 " RDEPEND="${DEPEND}" BDEPEND="" @@ -22,7 +22,7 @@ BDEPEND="" PATCHES=( "${FILESDIR}/${PN}-remove-arch-specific.patch" ) src_unpack() { - default + default mv ${WORKDIR}/timeshift-autosnap-${PV}* ${WORKDIR}/timeshift-autosnap-${PV} }