Gentoo Archives: gentoo-commits

From: Fabian Groffen <grobian@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/uncrustify/
Date: Thu, 14 May 2020 08:42:41
Message-Id: 1589445741.a3dfb216a329027a48c91f6f2562b5c90950eb72.grobian@gentoo
1 commit: a3dfb216a329027a48c91f6f2562b5c90950eb72
2 Author: Fabian Groffen <grobian <AT> gentoo <DOT> org>
3 AuthorDate: Thu May 14 08:42:21 2020 +0000
4 Commit: Fabian Groffen <grobian <AT> gentoo <DOT> org>
5 CommitDate: Thu May 14 08:42:21 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a3dfb216
7
8 dev-util/uncrustify-0.71.0: version bump
9
10 Package-Manager: Portage-2.3.89, Repoman-2.3.20
11 Signed-off-by: Fabian Groffen <grobian <AT> gentoo.org>
12
13 dev-util/uncrustify/Manifest | 2 +-
14 .../{uncrustify-0.68.1.ebuild => uncrustify-0.71.0.ebuild} | 9 ++-------
15 dev-util/uncrustify/uncrustify-9999.ebuild | 9 ++-------
16 3 files changed, 5 insertions(+), 15 deletions(-)
17
18 diff --git a/dev-util/uncrustify/Manifest b/dev-util/uncrustify/Manifest
19 index fed114cd7de..387d901096c 100644
20 --- a/dev-util/uncrustify/Manifest
21 +++ b/dev-util/uncrustify/Manifest
22 @@ -1,3 +1,3 @@
23 DIST uncrustify-0.66.1.tar.gz 1208142 BLAKE2B d642eb6c8e2a147aa17bd25f4ca0ee7e9471fa4f7d288c5e06e4814d0103032989e83349377d9d9a19371047fb82ad4d6e1aeec90bea3a068e8884ec4a698e0c SHA512 edfde1d46bded9febd47b77cbff86028e1d21c41fee6a46a8b43f0928bf937259be2f88fe4606f406f414601bb757e27eda373ca738606d1bb74b6cd27335f47
24 -DIST uncrustify-0.68.1.tar.gz 1566201 BLAKE2B ca7423088a2059d522d915e23bf1cdecc70d0adf64b9e7af53bfb4185252e4938105696623ba53b7f8be817e9e5ebadabf63417256e6f2b484dbebce868392be SHA512 03df7d2c3130f44021bc86599eae3acbd8dc206f647b476f63b0fe6add207c105c15f9481d6efa6b624d55bfbaeea050d636eabafb30a71a4de9ec8db6fe92dd
25 DIST uncrustify-0.69.0.tar.gz 1600390 BLAKE2B 89f194679fe0601c866cb239c8fc900bd4ddf9f5ff23bdfe82df06e284f89f02bf8513153a908aa3bea4a075010bbb022aedee8ab7cd6df8b7922364d8d5cdeb SHA512 06eb985b941bd595c037c71becd277ed68298bebb56e9cdaba5da8315812a43a1455eba8635f370e2b039e665fa89891042f520933b7de5677bdcfb2dd69e6cb
26 +DIST uncrustify-0.71.0.tar.gz 1704631 BLAKE2B 3dc9122647e2c173a776c4ad24c93d7b88fdd00c6c4f3070e68fd7a272218335063d8563446a3c8e72ff68e41d00a265aca76682a8cea201a33230377d7e425a SHA512 220ecbebb1c1d6abadb96c339e4ca9b264a04fa08bc83e9b0fabba5fae425efd1911d175d18b635521614ec9c33aa389fadaeec62ebf28a5d71e595900a92181
27
28 diff --git a/dev-util/uncrustify/uncrustify-0.68.1.ebuild b/dev-util/uncrustify/uncrustify-0.71.0.ebuild
29 similarity index 81%
30 rename from dev-util/uncrustify/uncrustify-0.68.1.ebuild
31 rename to dev-util/uncrustify/uncrustify-0.71.0.ebuild
32 index 85a400d29cc..ffb8d0941d9 100644
33 --- a/dev-util/uncrustify/uncrustify-0.68.1.ebuild
34 +++ b/dev-util/uncrustify/uncrustify-0.71.0.ebuild
35 @@ -1,4 +1,4 @@
36 -# Copyright 1999-2019 Gentoo Authors
37 +# Copyright 1999-2020 Gentoo Authors
38 # Distributed under the terms of the GNU General Public License v2
39
40 EAPI=6
41 @@ -14,7 +14,7 @@ fi
42
43 inherit cmake-utils ${scm_eclass}
44
45 -PYTHON_COMPAT=( python2_7 )
46 +PYTHON_COMPAT=( python3_{6,7,8} )
47
48 inherit python-any-r1
49
50 @@ -27,8 +27,3 @@ IUSE="test"
51 RESTRICT="!test? ( test )"
52
53 DEPEND="test? ( ${PYTHON_DEPS} )"
54 -
55 -python_test() {
56 - cd tests
57 - ${EPYTHON} run_tests.py || die "tests failed"
58 -}
59
60 diff --git a/dev-util/uncrustify/uncrustify-9999.ebuild b/dev-util/uncrustify/uncrustify-9999.ebuild
61 index 85a400d29cc..ffb8d0941d9 100644
62 --- a/dev-util/uncrustify/uncrustify-9999.ebuild
63 +++ b/dev-util/uncrustify/uncrustify-9999.ebuild
64 @@ -1,4 +1,4 @@
65 -# Copyright 1999-2019 Gentoo Authors
66 +# Copyright 1999-2020 Gentoo Authors
67 # Distributed under the terms of the GNU General Public License v2
68
69 EAPI=6
70 @@ -14,7 +14,7 @@ fi
71
72 inherit cmake-utils ${scm_eclass}
73
74 -PYTHON_COMPAT=( python2_7 )
75 +PYTHON_COMPAT=( python3_{6,7,8} )
76
77 inherit python-any-r1
78
79 @@ -27,8 +27,3 @@ IUSE="test"
80 RESTRICT="!test? ( test )"
81
82 DEPEND="test? ( ${PYTHON_DEPS} )"
83 -
84 -python_test() {
85 - cd tests
86 - ${EPYTHON} run_tests.py || die "tests failed"
87 -}