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 67A77158094 for ; Tue, 12 Jul 2022 03:03:38 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4AF0DE0FE3; Tue, 12 Jul 2022 03:03:37 +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) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 2C3B2E0FE3 for ; Tue, 12 Jul 2022 03:03:37 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 DE514340FDE for ; Tue, 12 Jul 2022 03:03:35 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 6FFE852D for ; Tue, 12 Jul 2022 03:03:34 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1657594009.05307037bb3db5b678df6dfe3ed186fec4dffd32.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-office/gtg/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-office/gtg/Manifest app-office/gtg/gtg-0.5.ebuild app-office/gtg/gtg-0.6.ebuild X-VCS-Directories: app-office/gtg/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 05307037bb3db5b678df6dfe3ed186fec4dffd32 X-VCS-Branch: master Date: Tue, 12 Jul 2022 03:03: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: 63b7eb6e-7f09-482f-8b5c-04734c539b22 X-Archives-Hash: 5650569b5b24c70f83f98ebb12c6bd92 commit: 05307037bb3db5b678df6dfe3ed186fec4dffd32 Author: Randall T. Vasquez icloud com> AuthorDate: Mon Jul 11 18:09:55 2022 +0000 Commit: Sam James gentoo org> CommitDate: Tue Jul 12 02:46:49 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=05307037 app-office/gtg: add ebuild for 0.6 This commit also bumps Python compatibility up to `3.10`. Signed-off-by: Randall T. Vasquez icloud.com> Signed-off-by: Sam James gentoo.org> app-office/gtg/Manifest | 2 +- app-office/gtg/gtg-0.5.ebuild | 4 ++-- app-office/gtg/{gtg-0.5.ebuild => gtg-0.6.ebuild} | 10 ++-------- 3 files changed, 5 insertions(+), 11 deletions(-) diff --git a/app-office/gtg/Manifest b/app-office/gtg/Manifest index ead4f5170cf5..ab3e85e0c3c4 100644 --- a/app-office/gtg/Manifest +++ b/app-office/gtg/Manifest @@ -1,2 +1,2 @@ -DIST gtg-0.4.0.tar.xz 3744752 BLAKE2B fdeabe32135dea24ac6113a486650b66b5143aa745117029b03e26e1bb3f2e8629623b26efdae0c8217741a2b4964b5dc060f0e450c05c950e21ea360f3f3823 SHA512 f2677f6bbc0b6cb21b7882a2bd0342b4919581c12e4aa43c13b5dbc48740418c512a41619584d0d75bfa63ebc4a5460abfbc27360e1817c8832cbecf3c34a60e DIST gtg-0.5.tar.gz 2229259 BLAKE2B e724cbd015a6f0b6fee62c52283b56244490efb7df4e57b2e30745f58fbc41442b008f5c81b53cfd001f04a92ff53a14e2117d6c12d0d5a35fe49158b5f736fa SHA512 631f5343301d7d72211398152fa081c0fa15154babc7ec900f13a39a2677d0edaf4fea534a83284207e8019926c9108dc1d8f25bdbeae85ef0665dfe1c7b768a +DIST gtg-0.6.tar.gz 2361876 BLAKE2B 48f4d589b19181c4e5586254a3411fe2e25126d0f16b2d1294b8bff3f7a86aee7a34762781d9819760ce2e6b36ebded225a478a1bc86aa4c17217b165dae2802 SHA512 68a5229c17b85b87a9a134a08e5e86fbf24d28d6ce55e848c17eef650620d6f56172ee495cb113f4279b34c19127ae03981e2feec5a39dc51be49e387e458600 diff --git a/app-office/gtg/gtg-0.5.ebuild b/app-office/gtg/gtg-0.5.ebuild index c3ae9ba1ab10..fae2baafad03 100644 --- a/app-office/gtg/gtg-0.5.ebuild +++ b/app-office/gtg/gtg-0.5.ebuild @@ -1,8 +1,8 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI="7" -PYTHON_COMPAT=( python3_{8..9} ) +PYTHON_COMPAT=( python3_{8..10} ) PYTHON_REQ_USE="xml(+)" inherit meson python-single-r1 xdg diff --git a/app-office/gtg/gtg-0.5.ebuild b/app-office/gtg/gtg-0.6.ebuild similarity index 84% copy from app-office/gtg/gtg-0.5.ebuild copy to app-office/gtg/gtg-0.6.ebuild index c3ae9ba1ab10..e55a20f164bf 100644 --- a/app-office/gtg/gtg-0.5.ebuild +++ b/app-office/gtg/gtg-0.6.ebuild @@ -1,8 +1,8 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI="7" -PYTHON_COMPAT=( python3_{8..9} ) +PYTHON_COMPAT=( python3_{8..10} ) PYTHON_REQ_USE="xml(+)" inherit meson python-single-r1 xdg @@ -46,12 +46,6 @@ BDEPEND=" ) " -PATCHES=( - # Fixes tests, and mouse cursor with some themes - "${FILESDIR}"/${PV}-mouse-cursor-fixes{1,2,3}.patch - "${FILESDIR}"/0.5-Revert-meson-plugin-translation-apply-thing.patch -) - src_install() { meson_src_install python_fix_shebang "${ED}"/usr/bin/gtg