Gentoo Archives: gentoo-commits

From: Florian Schmaus <flow@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/proj/guru:master commit in: sys-apps/dool/
Date: Mon, 30 May 2022 06:39:40
Message-Id: 1653892679.046b09c9d5073e9b7d9ec72c4080ab4776b8ae40.flow@gentoo
1 commit: 046b09c9d5073e9b7d9ec72c4080ab4776b8ae40
2 Author: Florian Schmaus <flow <AT> gentoo <DOT> org>
3 AuthorDate: Mon May 30 06:37:59 2022 +0000
4 Commit: Florian Schmaus <flow <AT> gentoo <DOT> org>
5 CommitDate: Mon May 30 06:37:59 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=046b09c9
7
8 sys-apps/dool: add 1.0.0, bump python support
9
10 Closes: https://bugs.gentoo.org/848408
11 Signed-off-by: Florian Schmaus <flow <AT> gentoo.org>
12
13 sys-apps/dool/Manifest | 2 +-
14 sys-apps/dool/{dool-0.8_pre20191010-r1.ebuild => dool-1.0.0.ebuild} | 6 +++---
15 sys-apps/dool/dool-9999.ebuild | 6 +++---
16 3 files changed, 7 insertions(+), 7 deletions(-)
17
18 diff --git a/sys-apps/dool/Manifest b/sys-apps/dool/Manifest
19 index 5d2cd1417..cce2385ed 100644
20 --- a/sys-apps/dool/Manifest
21 +++ b/sys-apps/dool/Manifest
22 @@ -1 +1 @@
23 -DIST dool-0.8_pre20191010.tar.gz 141224 BLAKE2B 9c1d733b340b3f1d51798ce85698e7fc526aea349b500431d348d413c1fd93d07d8ccb8241e671a40363275b8c4025ed2f4983b4dfc70f5e166178635935337e SHA512 5204eb1c0a37b225d447830048e5f2372dd3973d50cbd3fbc42972782a4853b809e566550e752c857502f86ceed7ea31620ea27059f9f334d27f28cc61abd968
24 +DIST dool-1.0.0.tar.gz 141224 BLAKE2B 9c1d733b340b3f1d51798ce85698e7fc526aea349b500431d348d413c1fd93d07d8ccb8241e671a40363275b8c4025ed2f4983b4dfc70f5e166178635935337e SHA512 5204eb1c0a37b225d447830048e5f2372dd3973d50cbd3fbc42972782a4853b809e566550e752c857502f86ceed7ea31620ea27059f9f334d27f28cc61abd968
25
26 diff --git a/sys-apps/dool/dool-0.8_pre20191010-r1.ebuild b/sys-apps/dool/dool-1.0.0.ebuild
27 similarity index 94%
28 rename from sys-apps/dool/dool-0.8_pre20191010-r1.ebuild
29 rename to sys-apps/dool/dool-1.0.0.ebuild
30 index f2ced2952..6c09eece2 100644
31 --- a/sys-apps/dool/dool-0.8_pre20191010-r1.ebuild
32 +++ b/sys-apps/dool/dool-1.0.0.ebuild
33 @@ -1,9 +1,9 @@
34 -# Copyright 1999-2021 Gentoo Authors
35 +# Copyright 1999-2022 Gentoo Authors
36 # Distributed under the terms of the GNU General Public License v2
37
38 -EAPI=7
39 +EAPI=8
40
41 -PYTHON_COMPAT=( python3_{8..9} )
42 +PYTHON_COMPAT=( python3_{9..11} )
43
44 inherit python-r1
45
46
47 diff --git a/sys-apps/dool/dool-9999.ebuild b/sys-apps/dool/dool-9999.ebuild
48 index f2ced2952..6c09eece2 100644
49 --- a/sys-apps/dool/dool-9999.ebuild
50 +++ b/sys-apps/dool/dool-9999.ebuild
51 @@ -1,9 +1,9 @@
52 -# Copyright 1999-2021 Gentoo Authors
53 +# Copyright 1999-2022 Gentoo Authors
54 # Distributed under the terms of the GNU General Public License v2
55
56 -EAPI=7
57 +EAPI=8
58
59 -PYTHON_COMPAT=( python3_{8..9} )
60 +PYTHON_COMPAT=( python3_{9..11} )
61
62 inherit python-r1