commit:     15df2a6dc4336ae0055d1f0bc40db72f258c310b
Author:     Fabian Groffen <grobian <AT> gentoo <DOT> org>
AuthorDate: Thu Feb  2 08:47:14 2023 +0000
Commit:     Fabian Groffen <grobian <AT> gentoo <DOT> org>
CommitDate: Thu Feb  2 08:47:40 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=15df2a6d

dev-util/uncrustify-0.76.0: version bump

Signed-off-by: Fabian Groffen <grobian <AT> gentoo.org>

 dev-util/uncrustify/Manifest                                      | 1 +
 .../{uncrustify-9999.ebuild => uncrustify-0.76.0.ebuild}          | 8 +++-----
 dev-util/uncrustify/uncrustify-9999.ebuild                        | 2 +-
 3 files changed, 5 insertions(+), 6 deletions(-)

diff --git a/dev-util/uncrustify/Manifest b/dev-util/uncrustify/Manifest
index 98edbbf2fe54..94e475344aa8 100644
--- a/dev-util/uncrustify/Manifest
+++ b/dev-util/uncrustify/Manifest
@@ -1,2 +1,3 @@
 DIST uncrustify-0.71.0.tar.gz 1704631 BLAKE2B 
3dc9122647e2c173a776c4ad24c93d7b88fdd00c6c4f3070e68fd7a272218335063d8563446a3c8e72ff68e41d00a265aca76682a8cea201a33230377d7e425a
 SHA512 
220ecbebb1c1d6abadb96c339e4ca9b264a04fa08bc83e9b0fabba5fae425efd1911d175d18b635521614ec9c33aa389fadaeec62ebf28a5d71e595900a92181
 DIST uncrustify-0.75.1.tar.gz 1603502 BLAKE2B 
096a933757b2894f61cf0630f1329f7c118e28469f8bf14b4bc696ffeed031792829a0bb6432c528610e0d58ea3a0a3c007b2d9821f855d646b330fad6e25f2a
 SHA512 
105e723a3421153919f7280288559cdf6a0ff80bf37575348195f8f83f3f3863b0084911ec8b07b0a88147bd8321698e1108c91fa3892fdaed59048d4057e3de
+DIST uncrustify-0.76.0.tar.gz 1653093 BLAKE2B 
4054341aefebdd40fa5b20502e26603d2ca5cb43fe493c5aa9f1e86753bc8becf7733aa36a8c9348010c5a697a353fc67c73e5690beb51067eb7671749f314d6
 SHA512 
2d0f4dcca091890d3c384b2253b87dd51dba264b289890cc0dd39eff307d9f4069638be0493a8814d3e03a58c10dd1dc40bee5afd342ce28cccbc45bb61e9ed9

diff --git a/dev-util/uncrustify/uncrustify-9999.ebuild 
b/dev-util/uncrustify/uncrustify-0.76.0.ebuild
similarity index 87%
copy from dev-util/uncrustify/uncrustify-9999.ebuild
copy to dev-util/uncrustify/uncrustify-0.76.0.ebuild
index f9d041955b98..23cbb4a29792 100644
--- a/dev-util/uncrustify/uncrustify-9999.ebuild
+++ b/dev-util/uncrustify/uncrustify-0.76.0.ebuild
@@ -1,7 +1,7 @@
 # Copyright 1999-2023 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=7
+EAPI=8
 
 if [[ ${PV} == *9999* ]]; then
        EGIT_REPO_URI="https://github.com/${PN}/${PN}.git";
@@ -12,11 +12,9 @@ else
        S=${WORKDIR}/${PN}-${P}
 fi
 
-inherit cmake ${scm_eclass}
+PYTHON_COMPAT=( python3_{9..11} )
 
-PYTHON_COMPAT=( python3_{9..10} )
-
-inherit python-any-r1
+inherit cmake python-any-r1 ${scm_eclass}
 
 DESCRIPTION="C/C++/C#/D/Java/Pawn code indenter and beautifier"
 HOMEPAGE="http://uncrustify.sourceforge.net/";

diff --git a/dev-util/uncrustify/uncrustify-9999.ebuild 
b/dev-util/uncrustify/uncrustify-9999.ebuild
index f9d041955b98..b8521ea0bcb1 100644
--- a/dev-util/uncrustify/uncrustify-9999.ebuild
+++ b/dev-util/uncrustify/uncrustify-9999.ebuild
@@ -14,7 +14,7 @@ fi
 
 inherit cmake ${scm_eclass}
 
-PYTHON_COMPAT=( python3_{9..10} )
+PYTHON_COMPAT=( python3_{9..11} )
 
 inherit python-any-r1
 

Reply via email to