From: "Alexey Shvetsov" <alexxy@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/uncrustify/
Date: Thu, 15 Sep 2022 10:24:06 +0000 (UTC) [thread overview]
Message-ID: <1663237428.90209b21cf291230123bdfcd6ee1559a03f6c975.alexxy@gentoo> (raw)
commit: 90209b21cf291230123bdfcd6ee1559a03f6c975
Author: Alexey Shvetsov <alexxy <AT> gentoo <DOT> org>
AuthorDate: Thu Sep 15 10:23:48 2022 +0000
Commit: Alexey Shvetsov <alexxy <AT> gentoo <DOT> org>
CommitDate: Thu Sep 15 10:23:48 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=90209b21
dev-util/uncrustify: add new version
Signed-off-by: Alexey Shvetsov <alexxy <AT> gentoo.org>
dev-util/uncrustify/Manifest | 3 +--
dev-util/uncrustify/uncrustify-0.74.0.ebuild | 31 ----------------------
...tify-0.72.0.ebuild => uncrustify-0.75.1.ebuild} | 2 +-
3 files changed, 2 insertions(+), 34 deletions(-)
diff --git a/dev-util/uncrustify/Manifest b/dev-util/uncrustify/Manifest
index c4a0b51af119..98edbbf2fe54 100644
--- a/dev-util/uncrustify/Manifest
+++ b/dev-util/uncrustify/Manifest
@@ -1,3 +1,2 @@
DIST uncrustify-0.71.0.tar.gz 1704631 BLAKE2B 3dc9122647e2c173a776c4ad24c93d7b88fdd00c6c4f3070e68fd7a272218335063d8563446a3c8e72ff68e41d00a265aca76682a8cea201a33230377d7e425a SHA512 220ecbebb1c1d6abadb96c339e4ca9b264a04fa08bc83e9b0fabba5fae425efd1911d175d18b635521614ec9c33aa389fadaeec62ebf28a5d71e595900a92181
-DIST uncrustify-0.72.0.tar.gz 1530850 BLAKE2B 59b3ff4b47fee1f2a303e237d46b5fb656041e4d397aa97862cc7aebb6a5e705d036889a7b492bbe4393537ff52cf78af46bbe513e71aef19fca1388e3ffa79b SHA512 bfcbdf0d8198e1dd91f1c8283441a56669610a84d55a17cdd504571da09b26fef026fd3f753acd9950e498f574e6771a206c72b76ffdea97747b7a4fdb481862
-DIST uncrustify-0.74.0.tar.gz 1565507 BLAKE2B b3e8289b68d859e9e52c16c4fc2c2cb2708314af20b2e8396ae5311374aace98a1d3ebba3173a0b0260c24f5a847d3a91aec03c9f65a69b1c5584c86950663d6 SHA512 97348bf151464e12e292a38dfdbb98d62c15bdd7dd990da7c8854969ceb53d6f70a0873a6e09b9978291010615dda29c3486a4e8a77dc1bfb881c34df01143c5
+DIST uncrustify-0.75.1.tar.gz 1603502 BLAKE2B 096a933757b2894f61cf0630f1329f7c118e28469f8bf14b4bc696ffeed031792829a0bb6432c528610e0d58ea3a0a3c007b2d9821f855d646b330fad6e25f2a SHA512 105e723a3421153919f7280288559cdf6a0ff80bf37575348195f8f83f3f3863b0084911ec8b07b0a88147bd8321698e1108c91fa3892fdaed59048d4057e3de
diff --git a/dev-util/uncrustify/uncrustify-0.74.0.ebuild b/dev-util/uncrustify/uncrustify-0.74.0.ebuild
deleted file mode 100644
index e4c34c2bcb23..000000000000
--- a/dev-util/uncrustify/uncrustify-0.74.0.ebuild
+++ /dev/null
@@ -1,31 +0,0 @@
-# Copyright 1999-2021 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_{8..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
-}
diff --git a/dev-util/uncrustify/uncrustify-0.72.0.ebuild b/dev-util/uncrustify/uncrustify-0.75.1.ebuild
similarity index 94%
rename from dev-util/uncrustify/uncrustify-0.72.0.ebuild
rename to dev-util/uncrustify/uncrustify-0.75.1.ebuild
index e4c34c2bcb23..7d5daa8187dd 100644
--- a/dev-util/uncrustify/uncrustify-0.72.0.ebuild
+++ b/dev-util/uncrustify/uncrustify-0.75.1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
next reply other threads:[~2022-09-15 10:24 UTC|newest]
Thread overview: 38+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-09-15 10:24 Alexey Shvetsov [this message]
-- strict thread matches above, loose matches on Subject: below --
2025-07-30 5:06 [gentoo-commits] repo/gentoo:master commit in: dev-util/uncrustify/ Eli Schwartz
2025-07-30 5:06 Eli Schwartz
2025-05-30 20:01 Fabian Groffen
2024-04-14 18:47 Arthur Zamarin
2024-04-14 17:34 Arthur Zamarin
2024-04-13 12:48 Fabian Groffen
2024-01-26 20:13 Fabian Groffen
2023-05-14 18:35 Fabian Groffen
2023-05-01 0:30 Sam James
2023-05-01 0:23 Sam James
2023-02-03 21:43 Andreas Sturmlechner
2023-02-03 21:43 Andreas Sturmlechner
2023-02-02 12:58 Sam James
2023-02-02 12:58 Sam James
2023-02-02 8:47 Fabian Groffen
2022-04-20 13:18 Fabian Groffen
2022-01-13 16:10 Alexey Shvetsov
2021-09-27 12:28 Arthur Zamarin
2021-07-13 21:57 Sam James
2021-05-04 19:44 Fabian Groffen
2021-01-06 9:06 Fabian Groffen
2020-09-23 11:07 Michał Górny
2020-09-23 10:20 Agostino Sarubbo
2020-09-20 22:40 Thomas Deutschmann
2020-05-14 8:42 Fabian Groffen
2019-05-13 18:25 Fabian Groffen
2018-11-24 19:22 Fabian Groffen
2018-05-17 18:30 Fabian Groffen
2017-12-26 16:31 Mikle Kolyada
2017-11-24 13:49 Fabian Groffen
2017-11-08 20:16 Fabian Groffen
2017-07-30 9:38 Michał Górny
2016-12-06 19:20 Fabian Groffen
2016-12-06 19:20 Fabian Groffen
2016-07-13 20:23 Alexey Shvetsov
2016-03-29 7:35 Fabian Groffen
2016-03-29 7:35 Fabian Groffen
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1663237428.90209b21cf291230123bdfcd6ee1559a03f6c975.alexxy@gentoo \
--to=alexxy@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox