commit:     b4c492899b8c2479cb92de596cd1b1d059d599ca
Author:     Fabian Groffen <grobian <AT> gentoo <DOT> org>
AuthorDate: Sun May 14 18:35:29 2023 +0000
Commit:     Fabian Groffen <grobian <AT> gentoo <DOT> org>
CommitDate: Sun May 14 18:35:29 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b4c49289

dev-util/uncrustify: drop 0.75.1

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

 dev-util/uncrustify/Manifest                 |  1 -
 dev-util/uncrustify/uncrustify-0.75.1.ebuild | 31 ----------------------------
 2 files changed, 32 deletions(-)

diff --git a/dev-util/uncrustify/Manifest b/dev-util/uncrustify/Manifest
index 9d7bbed03b08..4fbf784d45b8 100644
--- a/dev-util/uncrustify/Manifest
+++ b/dev-util/uncrustify/Manifest
@@ -1,2 +1 @@
-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-0.75.1.ebuild 
b/dev-util/uncrustify/uncrustify-0.75.1.ebuild
deleted file mode 100644
index a35e3a587c64..000000000000
--- a/dev-util/uncrustify/uncrustify-0.75.1.ebuild
+++ /dev/null
@@ -1,31 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-if [[ ${PV} == *9999* ]]; then
-       EGIT_REPO_URI="https://github.com/${PN}/${PN}.git";
-       scm_eclass=git-r3
-else
-       KEYWORDS="amd64 x86 ~amd64-linux ~ppc-macos ~x64-macos ~x64-solaris 
~x86-solaris"
-       SRC_URI="https://github.com/${PN}/${PN}/archive/${P}.tar.gz";
-       S=${WORKDIR}/${PN}-${P}
-fi
-
-PYTHON_COMPAT=( python3_{9..10} )
-
-inherit cmake python-any-r1 ${scm_eclass}
-
-DESCRIPTION="C/C++/C#/D/Java/Pawn code indenter and beautifier"
-HOMEPAGE="http://uncrustify.sourceforge.net/";
-
-LICENSE="GPL-2"
-SLOT="0"
-IUSE="test"
-RESTRICT="!test? ( test )"
-
-BDEPEND="test? ( ${PYTHON_DEPS} )"
-
-pkg_setup() {
-       use test && python-any-r1_pkg_setup
-}

Reply via email to