commit: 046b09c9d5073e9b7d9ec72c4080ab4776b8ae40 Author: Florian Schmaus <flow <AT> gentoo <DOT> org> AuthorDate: Mon May 30 06:37:59 2022 +0000 Commit: Florian Schmaus <flow <AT> gentoo <DOT> 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 <flow <AT> 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
