From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id DCF9B15806E for ; Sun, 14 May 2023 18:35:58 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 12563E08C4; Sun, 14 May 2023 18:35:58 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id E571CE08C4 for ; Sun, 14 May 2023 18:35:57 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id B657C340D7B for ; Sun, 14 May 2023 18:35:56 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B484EA5A for ; Sun, 14 May 2023 18:35:54 +0000 (UTC) From: "Fabian Groffen" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Fabian Groffen" Message-ID: <1684089329.b4c492899b8c2479cb92de596cd1b1d059d599ca.grobian@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/uncrustify/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-util/uncrustify/Manifest dev-util/uncrustify/uncrustify-0.75.1.ebuild X-VCS-Directories: dev-util/uncrustify/ X-VCS-Committer: grobian X-VCS-Committer-Name: Fabian Groffen X-VCS-Revision: b4c492899b8c2479cb92de596cd1b1d059d599ca X-VCS-Branch: master Date: Sun, 14 May 2023 18:35:54 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: e1db1cd4-96e4-4aa6-93ef-7e47cb4d0ac8 X-Archives-Hash: b86833339a467f09bebcc4de5e40781e commit: b4c492899b8c2479cb92de596cd1b1d059d599ca Author: Fabian Groffen gentoo org> AuthorDate: Sun May 14 18:35:29 2023 +0000 Commit: Fabian Groffen gentoo 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 gentoo.org> Signed-off-by: Fabian Groffen 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 -}