diff --git a/dev-util/uncrustify/Manifest b/dev-util/uncrustify/Manifest index 28bb2372adad..7ff998b264ea 100644 --- a/dev-util/uncrustify/Manifest +++ b/dev-util/uncrustify/Manifest @@ -1,2 +1 @@ -DIST uncrustify-0.76.0.tar.gz 1653093 BLAKE2B 4054341aefebdd40fa5b20502e26603d2ca5cb43fe493c5aa9f1e86753bc8becf7733aa36a8c9348010c5a697a353fc67c73e5690beb51067eb7671749f314d6 SHA512 2d0f4dcca091890d3c384b2253b87dd51dba264b289890cc0dd39eff307d9f4069638be0493a8814d3e03a58c10dd1dc40bee5afd342ce28cccbc45bb61e9ed9 DIST uncrustify-0.81.0.tar.gz 1817801 BLAKE2B ef2356e8c30deffd0ff4a04be9daaa82860b5364f1022265e459a349362d1e117deed4c2833fb353ad263b9a6a67cf923bb1cf1793255f5f381d654d04cfaa18 SHA512 464dfe5806dfb1eaa5070ae6917bb838d3f247255f4aea7e56dd6daf0d25fadaa887960d992a8d038187d629b5ecbb5b7ae0162de37a4fe5da928132aeda42d2 diff --git a/dev-util/uncrustify/uncrustify-0.76.0.ebuild b/dev-util/uncrustify/uncrustify-0.76.0.ebuild deleted file mode 100644 index c361c59fbe6b..000000000000 --- a/dev-util/uncrustify/uncrustify-0.76.0.ebuild +++ /dev/null @@ -1,33 +0,0 @@ -# Copyright 1999-2025 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -if [[ ${PV} == *9999* ]]; then - EGIT_REPO_URI="https://github.com/${PN}/${PN}.git" - scm_eclass=git-r3 -else - KEYWORDS="amd64 x86 ~arm64-macos ~x64-macos ~x64-solaris" - SRC_URI="https://github.com/${PN}/${PN}/archive/${P}.tar.gz" - S=${WORKDIR}/${PN}-${P} -fi - -PYTHON_COMPAT=( python3_{9..11} ) - -inherit cmake python-any-r1 ${scm_eclass} - -DESCRIPTION="C/C++/C#/D/Java/Pawn code indenter and beautifier" -HOMEPAGE="https://uncrustify.sourceforge.net/" - -LICENSE="GPL-2" -SLOT="0" - -BDEPEND="${PYTHON_DEPS}" - -src_configure() { - local mycmakeargs=( - -DPython3_FIND_STRATEGY=LOCATION - ) - - cmake_src_configure -}