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 7BEB915800C for ; Thu, 29 Dec 2022 11:34:07 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 6E24CE0993; Thu, 29 Dec 2022 11:34:02 +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 3EC55E0993 for ; Thu, 29 Dec 2022 11:34:02 +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 37C2F340F41 for ; Thu, 29 Dec 2022 11:34:01 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 0C8F384D for ; Thu, 29 Dec 2022 11:33:58 +0000 (UTC) From: "Florian Schmaus" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Florian Schmaus" Message-ID: <1672313433.ed1db18fcebcfca86ee2581a97fcf5dc9872e252.flow@gentoo> Subject: [gentoo-commits] repo/proj/guru:master commit in: app-containers/waydroid/ X-VCS-Repository: repo/proj/guru X-VCS-Files: app-containers/waydroid/waydroid-1.3.4-r6.ebuild X-VCS-Directories: app-containers/waydroid/ X-VCS-Committer: flow X-VCS-Committer-Name: Florian Schmaus X-VCS-Revision: ed1db18fcebcfca86ee2581a97fcf5dc9872e252 X-VCS-Branch: master Date: Thu, 29 Dec 2022 11:33:58 +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: f2fd9991-69a5-4554-9dd9-3e8d42ea5cc7 X-Archives-Hash: 523a09689939442e76e40cd28864b154 commit: ed1db18fcebcfca86ee2581a97fcf5dc9872e252 Author: Florian Schmaus gentoo org> AuthorDate: Thu Dec 29 11:30:33 2022 +0000 Commit: Florian Schmaus gentoo org> CommitDate: Thu Dec 29 11:30:33 2022 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=ed1db18f app-containers/waydroid: fix copyright header Signed-off-by: Florian Schmaus gentoo.org> app-containers/waydroid/waydroid-1.3.4-r6.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-containers/waydroid/waydroid-1.3.4-r6.ebuild b/app-containers/waydroid/waydroid-1.3.4-r6.ebuild index 9849e1641..a77b4df51 100644 --- a/app-containers/waydroid/waydroid-1.3.4-r6.ebuild +++ b/app-containers/waydroid/waydroid-1.3.4-r6.ebuild @@ -1,4 +1,4 @@ -#Relaismatrix/ Messung Copyright 2020-2022 Gentoo Authors +# Copyright 2022-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 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 B499515800C for ; Thu, 29 Dec 2022 11:33:38 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D40E3E091D; Thu, 29 Dec 2022 11:33:37 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id BEF75E091D for ; Thu, 29 Dec 2022 11:33:37 +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) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 9D91A340F0D for ; Thu, 29 Dec 2022 11:33:36 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C68167DC for ; Thu, 29 Dec 2022 11:33:34 +0000 (UTC) From: "Florian Schmaus" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Florian Schmaus" Message-ID: <1672313433.ed1db18fcebcfca86ee2581a97fcf5dc9872e252.flow@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: app-containers/waydroid/ X-VCS-Repository: repo/proj/guru X-VCS-Files: app-containers/waydroid/waydroid-1.3.4-r6.ebuild X-VCS-Directories: app-containers/waydroid/ X-VCS-Committer: flow X-VCS-Committer-Name: Florian Schmaus X-VCS-Revision: ed1db18fcebcfca86ee2581a97fcf5dc9872e252 X-VCS-Branch: dev Date: Thu, 29 Dec 2022 11:33:34 +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: 075ee1cb-7447-4ff0-a5b0-b85b630288e2 X-Archives-Hash: 902e4ea0f6bf396b2374bffba128bf94 Message-ID: <20221229113334.AeK5834mcAS5stKZywM4s0FSXS6Mac8ai7XLsz6Shok@z> commit: ed1db18fcebcfca86ee2581a97fcf5dc9872e252 Author: Florian Schmaus gentoo org> AuthorDate: Thu Dec 29 11:30:33 2022 +0000 Commit: Florian Schmaus gentoo org> CommitDate: Thu Dec 29 11:30:33 2022 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=ed1db18f app-containers/waydroid: fix copyright header Signed-off-by: Florian Schmaus gentoo.org> app-containers/waydroid/waydroid-1.3.4-r6.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-containers/waydroid/waydroid-1.3.4-r6.ebuild b/app-containers/waydroid/waydroid-1.3.4-r6.ebuild index 9849e1641..a77b4df51 100644 --- a/app-containers/waydroid/waydroid-1.3.4-r6.ebuild +++ b/app-containers/waydroid/waydroid-1.3.4-r6.ebuild @@ -1,4 +1,4 @@ -#Relaismatrix/ Messung Copyright 2020-2022 Gentoo Authors +# Copyright 2022-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8