From: "Fabian Groffen" <grobian@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/uncrustify/
Date: Tue, 29 Mar 2016 07:35:32 +0000 (UTC) [thread overview]
Message-ID: <1459236909.905a1702130c2702ce86b5fee460e0c542930398.grobian@gentoo> (raw)
commit: 905a1702130c2702ce86b5fee460e0c542930398
Author: Fabian Groffen <grobian <AT> gentoo <DOT> org>
AuthorDate: Tue Mar 29 07:20:37 2016 +0000
Commit: Fabian Groffen <grobian <AT> gentoo <DOT> org>
CommitDate: Tue Mar 29 07:35:09 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=905a1702
dev-util/uncrustify: version bump to 0.62, bug #578418
Package-Manager: portage-2.2.28-prefix
dev-util/uncrustify/Manifest | 1 +
dev-util/uncrustify/uncrustify-0.62.ebuild | 36 ++++++++++++++++++++++++++++++
2 files changed, 37 insertions(+)
diff --git a/dev-util/uncrustify/Manifest b/dev-util/uncrustify/Manifest
index feadfb6..f7aaa3d 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.61.tar.gz 1143946 SHA256 1df0e5a2716e256f0a4993db12f23d10195b3030326fdf2e07f8e6421e172df9 SHA512 b6abd4ee2f22430c57cd47903674f0a5a37b86fe6604426248b24dda17f06fa2e6ca3877035874a31fa668fbf9c238f538813bcc7c1834bc349f94365714aedc WHIRLPOOL 1ad5dfc944910b6831f72f7be86b624273c44d535b359d13b017545c1259d3ed5d2eac7c2cb29f9abd2ecb24e26ea3b8cfd21c0454dd5562ac01a3274f104df7
+DIST uncrustify-0.62.tar.gz 1203764 SHA256 889a1544da42c861128153f2c006b9843065b6d11b63c834700eb489641e9ef3 SHA512 02ec50c8792eda4b9ca4fec92b64748fcaf3b5b7c0227df2b35aabb1c9a71f7cbb61037e31755c47939bd0268cfcd53be4f534fae0529ca72b675546b854bd87 WHIRLPOOL 46eb9d9faa4e4de7b0a741a20fe0ed60ee6ca20bd5f68b3f92e570e4e4bdcbbede0bc18d43d73cf3223c93cbcd931517725dae837d4f0003510cfd253b922903
diff --git a/dev-util/uncrustify/uncrustify-0.62.ebuild b/dev-util/uncrustify/uncrustify-0.62.ebuild
new file mode 100644
index 0000000..c8a91bb
--- /dev/null
+++ b/dev-util/uncrustify/uncrustify-0.62.ebuild
@@ -0,0 +1,36 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+if [[ $PV == *9999* ]]; then
+ EGIT_REPO_URI="git://github.com/uncrustify/uncrustify.git
+ https://github.com/uncrustify/uncrustify.git"
+ KEYWORDS=""
+ SRC_URI=""
+ inherit git-r3
+else
+ KEYWORDS="~amd64 ~x86 ~amd64-linux ~ppc-macos ~x64-macos ~x64-solaris ~x86-solaris"
+ SRC_URI="https://github.com/uncrustify/${PN}/archive/${P}.tar.gz"
+fi
+
+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} )"
+
+S=${WORKDIR}/uncrustify-${P}
+
+python_test() {
+ cd tests
+ ${EPYTHON} run_tests.py || die "tests failed"
+}
next reply other threads:[~2016-03-29 7:35 UTC|newest]
Thread overview: 35+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-03-29 7:35 Fabian Groffen [this message]
-- strict thread matches above, loose matches on Subject: below --
2016-03-29 7:35 [gentoo-commits] repo/gentoo:master commit in: dev-util/uncrustify/ Fabian Groffen
2016-07-13 20:23 Alexey Shvetsov
2016-12-06 19:20 Fabian Groffen
2016-12-06 19:20 Fabian Groffen
2017-07-30 9:38 Michał Górny
2017-11-08 20:16 Fabian Groffen
2017-11-24 13:49 Fabian Groffen
2017-12-26 16:31 Mikle Kolyada
2018-05-17 18:30 Fabian Groffen
2018-11-24 19:22 Fabian Groffen
2019-05-13 18:25 Fabian Groffen
2020-05-14 8:42 Fabian Groffen
2020-09-20 22:40 Thomas Deutschmann
2020-09-23 10:20 Agostino Sarubbo
2020-09-23 11:07 Michał Górny
2021-01-06 9:06 Fabian Groffen
2021-05-04 19:44 Fabian Groffen
2021-07-13 21:57 Sam James
2021-09-27 12:28 Arthur Zamarin
2022-01-13 16:10 Alexey Shvetsov
2022-04-20 13:18 Fabian Groffen
2022-09-15 10:24 Alexey Shvetsov
2023-02-02 8:47 Fabian Groffen
2023-02-02 12:58 Sam James
2023-02-02 12:58 Sam James
2023-02-03 21:43 Andreas Sturmlechner
2023-02-03 21:43 Andreas Sturmlechner
2023-05-01 0:23 Sam James
2023-05-01 0:30 Sam James
2023-05-14 18:35 Fabian Groffen
2024-01-26 20:13 Fabian Groffen
2024-04-13 12:48 Fabian Groffen
2024-04-14 17:34 Arthur Zamarin
2024-04-14 18:47 Arthur Zamarin
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=1459236909.905a1702130c2702ce86b5fee460e0c542930398.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