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 C7516158090 for ; Mon, 30 May 2022 06:39:40 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 9C702E09B8; Mon, 30 May 2022 06:39:38 +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 7F879E09B8 for ; Mon, 30 May 2022 06:39:38 +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)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 8C3AD34197C for ; Mon, 30 May 2022 06:39:37 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C24DE3B8 for ; Mon, 30 May 2022 06:39:35 +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: <1653892679.046b09c9d5073e9b7d9ec72c4080ab4776b8ae40.flow@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: sys-apps/dool/ X-VCS-Repository: repo/proj/guru X-VCS-Files: sys-apps/dool/Manifest sys-apps/dool/dool-0.8_pre20191010-r1.ebuild sys-apps/dool/dool-1.0.0.ebuild sys-apps/dool/dool-9999.ebuild X-VCS-Directories: sys-apps/dool/ X-VCS-Committer: flow X-VCS-Committer-Name: Florian Schmaus X-VCS-Revision: 046b09c9d5073e9b7d9ec72c4080ab4776b8ae40 X-VCS-Branch: dev Date: Mon, 30 May 2022 06:39:35 +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: 2c28cede-86f7-41a4-b53d-18aa0487388a X-Archives-Hash: 7df95935aa09b448ca67fa1c1979db4e commit: 046b09c9d5073e9b7d9ec72c4080ab4776b8ae40 Author: Florian Schmaus gentoo org> AuthorDate: Mon May 30 06:37:59 2022 +0000 Commit: Florian Schmaus gentoo org> CommitDate: Mon May 30 06:37:59 2022 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=046b09c9 sys-apps/dool: add 1.0.0, bump python support Closes: https://bugs.gentoo.org/848408 Signed-off-by: Florian Schmaus gentoo.org> sys-apps/dool/Manifest | 2 +- sys-apps/dool/{dool-0.8_pre20191010-r1.ebuild => dool-1.0.0.ebuild} | 6 +++--- sys-apps/dool/dool-9999.ebuild | 6 +++--- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/sys-apps/dool/Manifest b/sys-apps/dool/Manifest index 5d2cd1417..cce2385ed 100644 --- a/sys-apps/dool/Manifest +++ b/sys-apps/dool/Manifest @@ -1 +1 @@ -DIST dool-0.8_pre20191010.tar.gz 141224 BLAKE2B 9c1d733b340b3f1d51798ce85698e7fc526aea349b500431d348d413c1fd93d07d8ccb8241e671a40363275b8c4025ed2f4983b4dfc70f5e166178635935337e SHA512 5204eb1c0a37b225d447830048e5f2372dd3973d50cbd3fbc42972782a4853b809e566550e752c857502f86ceed7ea31620ea27059f9f334d27f28cc61abd968 +DIST dool-1.0.0.tar.gz 141224 BLAKE2B 9c1d733b340b3f1d51798ce85698e7fc526aea349b500431d348d413c1fd93d07d8ccb8241e671a40363275b8c4025ed2f4983b4dfc70f5e166178635935337e SHA512 5204eb1c0a37b225d447830048e5f2372dd3973d50cbd3fbc42972782a4853b809e566550e752c857502f86ceed7ea31620ea27059f9f334d27f28cc61abd968 diff --git a/sys-apps/dool/dool-0.8_pre20191010-r1.ebuild b/sys-apps/dool/dool-1.0.0.ebuild similarity index 94% rename from sys-apps/dool/dool-0.8_pre20191010-r1.ebuild rename to sys-apps/dool/dool-1.0.0.ebuild index f2ced2952..6c09eece2 100644 --- a/sys-apps/dool/dool-0.8_pre20191010-r1.ebuild +++ b/sys-apps/dool/dool-1.0.0.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=7 +EAPI=8 -PYTHON_COMPAT=( python3_{8..9} ) +PYTHON_COMPAT=( python3_{9..11} ) inherit python-r1 diff --git a/sys-apps/dool/dool-9999.ebuild b/sys-apps/dool/dool-9999.ebuild index f2ced2952..6c09eece2 100644 --- a/sys-apps/dool/dool-9999.ebuild +++ b/sys-apps/dool/dool-9999.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=7 +EAPI=8 -PYTHON_COMPAT=( python3_{8..9} ) +PYTHON_COMPAT=( python3_{9..11} ) inherit python-r1 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 1AFB9158090 for ; Mon, 30 May 2022 06:39:40 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1CDD7E09B5; Mon, 30 May 2022 06:39:37 +0000 (UTC) Received: from smtp.gentoo.org (mail.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)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 1BD13E09AE for ; Mon, 30 May 2022 06:39:36 +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 4EC56341985 for ; Mon, 30 May 2022 06:39:35 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B9EB1509 for ; Mon, 30 May 2022 06:39:31 +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: <1653892679.046b09c9d5073e9b7d9ec72c4080ab4776b8ae40.flow@gentoo> Subject: [gentoo-commits] repo/proj/guru:master commit in: sys-apps/dool/ X-VCS-Repository: repo/proj/guru X-VCS-Files: sys-apps/dool/Manifest sys-apps/dool/dool-0.8_pre20191010-r1.ebuild sys-apps/dool/dool-1.0.0.ebuild sys-apps/dool/dool-9999.ebuild X-VCS-Directories: sys-apps/dool/ X-VCS-Committer: flow X-VCS-Committer-Name: Florian Schmaus X-VCS-Revision: 046b09c9d5073e9b7d9ec72c4080ab4776b8ae40 X-VCS-Branch: master Date: Mon, 30 May 2022 06:39:31 +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: 60ad7848-17c9-4de3-a1d9-2a808ca28380 X-Archives-Hash: d3ae00bd0ad7cc441f82bb041d56db3d Message-ID: <20220530063931.8A1dTv0IW4LEHbjBfMXbYm1IyenCATXP9hWabfM0UAg@z> commit: 046b09c9d5073e9b7d9ec72c4080ab4776b8ae40 Author: Florian Schmaus gentoo org> AuthorDate: Mon May 30 06:37:59 2022 +0000 Commit: Florian Schmaus gentoo org> CommitDate: Mon May 30 06:37:59 2022 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=046b09c9 sys-apps/dool: add 1.0.0, bump python support Closes: https://bugs.gentoo.org/848408 Signed-off-by: Florian Schmaus gentoo.org> sys-apps/dool/Manifest | 2 +- sys-apps/dool/{dool-0.8_pre20191010-r1.ebuild => dool-1.0.0.ebuild} | 6 +++--- sys-apps/dool/dool-9999.ebuild | 6 +++--- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/sys-apps/dool/Manifest b/sys-apps/dool/Manifest index 5d2cd1417..cce2385ed 100644 --- a/sys-apps/dool/Manifest +++ b/sys-apps/dool/Manifest @@ -1 +1 @@ -DIST dool-0.8_pre20191010.tar.gz 141224 BLAKE2B 9c1d733b340b3f1d51798ce85698e7fc526aea349b500431d348d413c1fd93d07d8ccb8241e671a40363275b8c4025ed2f4983b4dfc70f5e166178635935337e SHA512 5204eb1c0a37b225d447830048e5f2372dd3973d50cbd3fbc42972782a4853b809e566550e752c857502f86ceed7ea31620ea27059f9f334d27f28cc61abd968 +DIST dool-1.0.0.tar.gz 141224 BLAKE2B 9c1d733b340b3f1d51798ce85698e7fc526aea349b500431d348d413c1fd93d07d8ccb8241e671a40363275b8c4025ed2f4983b4dfc70f5e166178635935337e SHA512 5204eb1c0a37b225d447830048e5f2372dd3973d50cbd3fbc42972782a4853b809e566550e752c857502f86ceed7ea31620ea27059f9f334d27f28cc61abd968 diff --git a/sys-apps/dool/dool-0.8_pre20191010-r1.ebuild b/sys-apps/dool/dool-1.0.0.ebuild similarity index 94% rename from sys-apps/dool/dool-0.8_pre20191010-r1.ebuild rename to sys-apps/dool/dool-1.0.0.ebuild index f2ced2952..6c09eece2 100644 --- a/sys-apps/dool/dool-0.8_pre20191010-r1.ebuild +++ b/sys-apps/dool/dool-1.0.0.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=7 +EAPI=8 -PYTHON_COMPAT=( python3_{8..9} ) +PYTHON_COMPAT=( python3_{9..11} ) inherit python-r1 diff --git a/sys-apps/dool/dool-9999.ebuild b/sys-apps/dool/dool-9999.ebuild index f2ced2952..6c09eece2 100644 --- a/sys-apps/dool/dool-9999.ebuild +++ b/sys-apps/dool/dool-9999.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=7 +EAPI=8 -PYTHON_COMPAT=( python3_{8..9} ) +PYTHON_COMPAT=( python3_{9..11} ) inherit python-r1