Gentoo Archives: gentoo-commits

From: Patrick McLean <chutzpah@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/gcovr/
Date: Tue, 26 Mar 2019 02:33:58
Message-Id: 1553567467.1d33d01a41e3db8ceab20c95ac5ae82368769c16.chutzpah@gentoo
1 commit: 1d33d01a41e3db8ceab20c95ac5ae82368769c16
2 Author: Patrick McLean <patrick.mclean <AT> sony <DOT> com>
3 AuthorDate: Tue Mar 26 00:09:59 2019 +0000
4 Commit: Patrick McLean <chutzpah <AT> gentoo <DOT> org>
5 CommitDate: Tue Mar 26 02:31:07 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1d33d01a
7
8 dev-util/gcovr: Take maint, drop py3.4, drop old
9
10 Copyright: Sony Interactive Entertainment Inc.
11 Package-Manager: Portage-2.3.62, Repoman-2.3.12
12 Signed-off-by: Patrick McLean <chutzpah <AT> gentoo.org>
13
14 dev-util/gcovr/Manifest | 1 -
15 dev-util/gcovr/gcovr-3.2.ebuild | 16 ----------------
16 dev-util/gcovr/gcovr-3.3.ebuild | 4 ++--
17 dev-util/gcovr/metadata.xml | 7 +++++--
18 4 files changed, 7 insertions(+), 21 deletions(-)
19
20 diff --git a/dev-util/gcovr/Manifest b/dev-util/gcovr/Manifest
21 index 28ce8581ac1..ad48d4478c8 100644
22 --- a/dev-util/gcovr/Manifest
23 +++ b/dev-util/gcovr/Manifest
24 @@ -1,2 +1 @@
25 -DIST gcovr-3.2.tar.gz 343748 BLAKE2B 721643e837d6469546a3bc3a191dfebff032e17c9a843c56c16c4440ab09a9db35596bf3e92c46784077e164ea1a97bc8b43151f8bddceb8071596ceec42049f SHA512 b8a810cb156acc1bbff108002f49b358c5b4044a6450c9b6a7a682c841e95f8159d42e4a8a1c4742fa82da1e99085ef4ede29a483291be4d79dcf09003829a45
26 DIST gcovr-3.3.tar.gz 323226 BLAKE2B fe3d6ab4d24032f57ee17c3fc44b10e0b177aad01b072306a99abc7dbfee07b5f14ef34412d36938302bc279dffb2a25502981ba952339c1b4e896762defabb0 SHA512 e5046bc4e38c99691c3bcc58abdfbbe965c46d02c8c50dbf135bd5108bd9bba1fa450ab0b5e23157a178f7c1303ec9c285470e9be1a14274528e5d7051013a08
27
28 diff --git a/dev-util/gcovr/gcovr-3.2.ebuild b/dev-util/gcovr/gcovr-3.2.ebuild
29 deleted file mode 100644
30 index 51ca37e86b4..00000000000
31 --- a/dev-util/gcovr/gcovr-3.2.ebuild
32 +++ /dev/null
33 @@ -1,16 +0,0 @@
34 -# Copyright 1999-2017 Gentoo Foundation
35 -# Distributed under the terms of the GNU General Public License v2
36 -
37 -EAPI=6
38 -
39 -PYTHON_COMPAT=( python{2_7,3_4} )
40 -
41 -inherit distutils-r1
42 -
43 -DESCRIPTION="A Python script for summarizing gcov data"
44 -HOMEPAGE="https://github.com/gcovr/gcovr"
45 -LICENSE="BSD"
46 -SLOT="0"
47 -KEYWORDS="~amd64 ~x86"
48 -SRC_URI="https://github.com/gcovr/gcovr/archive/${PV}.tar.gz -> ${P}.tar.gz"
49 -DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
50
51 diff --git a/dev-util/gcovr/gcovr-3.3.ebuild b/dev-util/gcovr/gcovr-3.3.ebuild
52 index 457c4f4c641..4c9c447f802 100644
53 --- a/dev-util/gcovr/gcovr-3.3.ebuild
54 +++ b/dev-util/gcovr/gcovr-3.3.ebuild
55 @@ -1,9 +1,9 @@
56 -# Copyright 1999-2018 Gentoo Foundation
57 +# Copyright 1999-2019 Gentoo Authors
58 # Distributed under the terms of the GNU General Public License v2
59
60 EAPI=6
61
62 -PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} )
63 +PYTHON_COMPAT=( python{2_7,3_5,3_6} )
64
65 inherit distutils-r1
66
67
68 diff --git a/dev-util/gcovr/metadata.xml b/dev-util/gcovr/metadata.xml
69 index f5957872efb..c35a878c81d 100644
70 --- a/dev-util/gcovr/metadata.xml
71 +++ b/dev-util/gcovr/metadata.xml
72 @@ -2,8 +2,11 @@
73 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
74 <pkgmetadata>
75 <maintainer type="person">
76 - <email>junghans@g.o</email>
77 - <name>Christoph Junghans</name>
78 + <email>chutzpah@g.o</email>
79 + <name>Patrick McLean</name>
80 + </maintainer>
81 + <maintainer type="project">
82 + <email>python@g.o</email>
83 </maintainer>
84 <upstream>
85 <remote-id type="github">gcovr/gcovr</remote-id>