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 E414913835B for ; Tue, 25 May 2021 07:46:33 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 173A9E0824; Tue, 25 May 2021 07:46:33 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id F2210E0824 for ; Tue, 25 May 2021 07:46:32 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 098BD335D63 for ; Tue, 25 May 2021 07:46:32 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 01BA079D for ; Tue, 25 May 2021 07:46:28 +0000 (UTC) From: "Andrew Ammerlaan" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andrew Ammerlaan" Message-ID: <1621928710.7efec2dbcfd42ca614f9ffa2329c3c771914cc86.andrewammerlaan@gentoo> Subject: [gentoo-commits] repo/proj/guru:master commit in: dev-R/RInside/ X-VCS-Repository: repo/proj/guru X-VCS-Files: dev-R/RInside/RInside-0.2.16.ebuild X-VCS-Directories: dev-R/RInside/ X-VCS-Committer: andrewammerlaan X-VCS-Committer-Name: Andrew Ammerlaan X-VCS-Revision: 7efec2dbcfd42ca614f9ffa2329c3c771914cc86 X-VCS-Branch: master Date: Tue, 25 May 2021 07:46:28 +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: c010299f-9d7f-4f64-b34a-8d599a7e4b5c X-Archives-Hash: 4c90c59e68141db44a9a7d089cbf4776 commit: 7efec2dbcfd42ca614f9ffa2329c3c771914cc86 Author: Andrew Ammerlaan gentoo org> AuthorDate: Tue May 25 07:45:10 2021 +0000 Commit: Andrew Ammerlaan gentoo org> CommitDate: Tue May 25 07:45:10 2021 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=7efec2db dev-R/RInside: fix ebuild.badheader Package-Manager: Portage-3.0.19, Repoman-3.0.3 Signed-off-by: Andrew Ammerlaan gentoo.org> dev-R/RInside/RInside-0.2.16.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-R/RInside/RInside-0.2.16.ebuild b/dev-R/RInside/RInside-0.2.16.ebuild index aff2bb75f..0ca352217 100644 --- a/dev-R/RInside/RInside-0.2.16.ebuild +++ b/dev-R/RInside/RInside-0.2.16.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2020 Gentoo Foundation +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 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 3344F1382C5 for ; Tue, 25 May 2021 07:46:26 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8969FE07A7; Tue, 25 May 2021 07:46:25 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 76152E07A7 for ; Tue, 25 May 2021 07:46:25 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 3E528335C8C for ; Tue, 25 May 2021 07:46:24 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 6DF004C3 for ; Tue, 25 May 2021 07:46:22 +0000 (UTC) From: "Andrew Ammerlaan" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andrew Ammerlaan" Message-ID: <1621928710.7efec2dbcfd42ca614f9ffa2329c3c771914cc86.andrewammerlaan@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: dev-R/RInside/ X-VCS-Repository: repo/proj/guru X-VCS-Files: dev-R/RInside/RInside-0.2.16.ebuild X-VCS-Directories: dev-R/RInside/ X-VCS-Committer: andrewammerlaan X-VCS-Committer-Name: Andrew Ammerlaan X-VCS-Revision: 7efec2dbcfd42ca614f9ffa2329c3c771914cc86 X-VCS-Branch: dev Date: Tue, 25 May 2021 07:46:22 +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: 85f4381f-5292-451d-b4d4-1c4cf8067c99 X-Archives-Hash: 1f3588fea34b98c7841e94213b19f409 Message-ID: <20210525074622.zv14LNoM6Asi4Lo-EaOeWZhWGH_z6zf4ZUBrwVQaqU0@z> commit: 7efec2dbcfd42ca614f9ffa2329c3c771914cc86 Author: Andrew Ammerlaan gentoo org> AuthorDate: Tue May 25 07:45:10 2021 +0000 Commit: Andrew Ammerlaan gentoo org> CommitDate: Tue May 25 07:45:10 2021 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=7efec2db dev-R/RInside: fix ebuild.badheader Package-Manager: Portage-3.0.19, Repoman-3.0.3 Signed-off-by: Andrew Ammerlaan gentoo.org> dev-R/RInside/RInside-0.2.16.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-R/RInside/RInside-0.2.16.ebuild b/dev-R/RInside/RInside-0.2.16.ebuild index aff2bb75f..0ca352217 100644 --- a/dev-R/RInside/RInside-0.2.16.ebuild +++ b/dev-R/RInside/RInside-0.2.16.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2020 Gentoo Foundation +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7