public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Fabian Groffen" <grobian@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/uncrustify/
Date: Wed, 20 Apr 2022 13:18:36 +0000 (UTC)	[thread overview]
Message-ID: <1650460712.96fa411190f52dba0f5291f37cea28f8cb4f9457.grobian@gentoo> (raw)

commit:     96fa411190f52dba0f5291f37cea28f8cb4f9457
Author:     Fabian Groffen <grobian <AT> gentoo <DOT> org>
AuthorDate: Wed Apr 20 13:17:50 2022 +0000
Commit:     Fabian Groffen <grobian <AT> gentoo <DOT> org>
CommitDate: Wed Apr 20 13:18:32 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=96fa4111

dev-util/uncrustify-0.74.0: version bump

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

 dev-util/uncrustify/Manifest                 |  1 +
 dev-util/uncrustify/uncrustify-0.74.0.ebuild | 31 ++++++++++++++++++++++++++++
 2 files changed, 32 insertions(+)

diff --git a/dev-util/uncrustify/Manifest b/dev-util/uncrustify/Manifest
index 531e0ed53675..c4a0b51af119 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.72.0.tar.gz 1530850 BLAKE2B 59b3ff4b47fee1f2a303e237d46b5fb656041e4d397aa97862cc7aebb6a5e705d036889a7b492bbe4393537ff52cf78af46bbe513e71aef19fca1388e3ffa79b SHA512 bfcbdf0d8198e1dd91f1c8283441a56669610a84d55a17cdd504571da09b26fef026fd3f753acd9950e498f574e6771a206c72b76ffdea97747b7a4fdb481862
+DIST uncrustify-0.74.0.tar.gz 1565507 BLAKE2B b3e8289b68d859e9e52c16c4fc2c2cb2708314af20b2e8396ae5311374aace98a1d3ebba3173a0b0260c24f5a847d3a91aec03c9f65a69b1c5584c86950663d6 SHA512 97348bf151464e12e292a38dfdbb98d62c15bdd7dd990da7c8854969ceb53d6f70a0873a6e09b9978291010615dda29c3486a4e8a77dc1bfb881c34df01143c5

diff --git a/dev-util/uncrustify/uncrustify-0.74.0.ebuild b/dev-util/uncrustify/uncrustify-0.74.0.ebuild
new file mode 100644
index 000000000000..e4c34c2bcb23
--- /dev/null
+++ b/dev-util/uncrustify/uncrustify-0.74.0.ebuild
@@ -0,0 +1,31 @@
+# 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
+}


             reply	other threads:[~2022-04-20 13:18 UTC|newest]

Thread overview: 38+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-04-20 13:18 Fabian Groffen [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-09-15 10:24 Alexey Shvetsov
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=1650460712.96fa411190f52dba0f5291f37cea28f8cb4f9457.grobian@gentoo \
    --to=grobian@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