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,  8 Nov 2017 20:16:44 +0000 (UTC)	[thread overview]
Message-ID: <1510172192.69ca64b7c6801e416849b0f38ce6440d10077f09.grobian@gentoo> (raw)

commit:     69ca64b7c6801e416849b0f38ce6440d10077f09
Author:     Fabian Groffen <grobian <AT> gentoo <DOT> org>
AuthorDate: Wed Nov  8 20:16:01 2017 +0000
Commit:     Fabian Groffen <grobian <AT> gentoo <DOT> org>
CommitDate: Wed Nov  8 20:16:32 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=69ca64b7

dev-util/uncrustify: version bump

Package-Manager: Portage-2.3.8, Repoman-2.3.3

 dev-util/uncrustify/Manifest               |  1 +
 dev-util/uncrustify/uncrustify-0.66.ebuild | 35 ++++++++++++++++++++++++++++++
 2 files changed, 36 insertions(+)

diff --git a/dev-util/uncrustify/Manifest b/dev-util/uncrustify/Manifest
index 7b2ad855800..0616ac82139 100644
--- a/dev-util/uncrustify/Manifest
+++ b/dev-util/uncrustify/Manifest
@@ -1,2 +1,3 @@
 DIST uncrustify-0.59.tar.gz 983822 SHA256 3f2ba1ca15f7ed1cd0871d54a5dd4ecf006fd167a0fa0fe1d5d76c91106238b5 SHA512 eb228ecb63f777e90ecca44bdef2312fbca2cdbdf9dd899e1f67e9917265667584796b983050138bae39773ab2627e3c3035e519f64dfe51475f207a0e3af900 WHIRLPOOL 85d702e2968d6fbbce7f15fb23d2bbb5e2131f462076e82adf109c684c9b09410c409aa0d75114e7d5b8951d1dfdee80186d483e48d57c1e183d4c3a27bfa8b5
 DIST uncrustify-0.64.tar.gz 1178957 SHA256 2a8cb3ab82ca53202d50fc2c2cec0edd11caa584def58d356c1c759b57db0b32 SHA512 bc7361520adc3c95c9ba3dffeabadec4219af1827ed2f4ae0c4ad94a0f366490854ed40d09ecc6bf3f34941bf87722f013e01d1a1684c9f7fb1adac6dd4fee01 WHIRLPOOL 1e45748b8dc3c2c99dd774677d539b4bd7e1f4f52c3e9a40894df3ab67780767604dd845e9ffc6f69eb23980e447ce8d82c526eba1236454194baac5f25d9a84
+DIST uncrustify-0.66.tar.gz 1435142 SHA256 ae5ca91419be71291d4a5be15439c11bdfc0adb350cbc0688b9a51085489a7f9 SHA512 607486c6c34ab1551707c0c5e1c4ce73d53f518f9db478734a3af6711569b0c91e371d9b88b4fc3c34a4d9459feba32c24c87b82bd2c2645fa9d9a6a674f429d WHIRLPOOL a4127e3430c54b17e02d7062d3ed5cbf6148a11d7949d38610b63d7b89410b5b82ad5513274b6f4249ecde5a4966f4639043bec9a60e1423902c1c56ecc64f3e

diff --git a/dev-util/uncrustify/uncrustify-0.66.ebuild b/dev-util/uncrustify/uncrustify-0.66.ebuild
new file mode 100644
index 00000000000..d0891fcae6c
--- /dev/null
+++ b/dev-util/uncrustify/uncrustify-0.66.ebuild
@@ -0,0 +1,35 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+if [[ $PV == *9999* ]]; then
+	EGIT_REPO_URI="https://github.com/${PN}/${PN}.git"
+	KEYWORDS=""
+	SRC_URI=""
+	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
+
+inherit cmake-utils ${scm_eclass}
+
+PYTHON_COMPAT=( python2_7 )
+
+inherit python-any-r1
+
+DESCRIPTION="C/C++/C#/D/Java/Pawn code indenter and beautifier"
+HOMEPAGE="http://uncrustify.sourceforge.net/"
+
+LICENSE="GPL-2"
+SLOT="0"
+IUSE="test"
+
+DEPEND="test? ( ${PYTHON_DEPS} )"
+
+python_test() {
+	cd tests
+	${EPYTHON} run_tests.py || die "tests failed"
+}


             reply	other threads:[~2017-11-08 20:16 UTC|newest]

Thread overview: 38+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-11-08 20:16 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-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-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=1510172192.69ca64b7c6801e416849b0f38ce6440d10077f09.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