From 046b09c9d5073e9b7d9ec72c4080ab4776b8ae40 Mon Sep 17 00:00:00 2001 From: Florian Schmaus Date: Mon, 30 May 2022 08:37:59 +0200 Subject: [PATCH] sys-apps/dool: add 1.0.0, bump python support Closes: https://bugs.gentoo.org/848408 Signed-off-by: Florian Schmaus --- sys-apps/dool/Manifest | 2 +- .../{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(-) rename sys-apps/dool/{dool-0.8_pre20191010-r1.ebuild => dool-1.0.0.ebuild} (94%) diff --git a/sys-apps/dool/Manifest b/sys-apps/dool/Manifest index 5d2cd14176..cce2385ed9 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 f2ced2952b..6c09eece27 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 f2ced2952b..6c09eece27 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