dev-util/gcovr: Take maint, drop py3.4, drop old
authorPatrick McLean <patrick.mclean@sony.com>
Tue, 26 Mar 2019 00:09:59 +0000 (17:09 -0700)
committerPatrick McLean <chutzpah@gentoo.org>
Tue, 26 Mar 2019 02:31:07 +0000 (19:31 -0700)
Copyright: Sony Interactive Entertainment Inc.
Package-Manager: Portage-2.3.62, Repoman-2.3.12
Signed-off-by: Patrick McLean <chutzpah@gentoo.org>
dev-util/gcovr/Manifest
dev-util/gcovr/gcovr-3.2.ebuild [deleted file]
dev-util/gcovr/gcovr-3.3.ebuild
dev-util/gcovr/metadata.xml

index 28ce8581ac1c815d6479aa26791c636abd493843..ad48d4478c8c6bcbdb3b348bd39f7a107b882b50 100644 (file)
@@ -1,2 +1 @@
-DIST gcovr-3.2.tar.gz 343748 BLAKE2B 721643e837d6469546a3bc3a191dfebff032e17c9a843c56c16c4440ab09a9db35596bf3e92c46784077e164ea1a97bc8b43151f8bddceb8071596ceec42049f SHA512 b8a810cb156acc1bbff108002f49b358c5b4044a6450c9b6a7a682c841e95f8159d42e4a8a1c4742fa82da1e99085ef4ede29a483291be4d79dcf09003829a45
 DIST gcovr-3.3.tar.gz 323226 BLAKE2B fe3d6ab4d24032f57ee17c3fc44b10e0b177aad01b072306a99abc7dbfee07b5f14ef34412d36938302bc279dffb2a25502981ba952339c1b4e896762defabb0 SHA512 e5046bc4e38c99691c3bcc58abdfbbe965c46d02c8c50dbf135bd5108bd9bba1fa450ab0b5e23157a178f7c1303ec9c285470e9be1a14274528e5d7051013a08
diff --git a/dev-util/gcovr/gcovr-3.2.ebuild b/dev-util/gcovr/gcovr-3.2.ebuild
deleted file mode 100644 (file)
index 51ca37e..0000000
+++ /dev/null
@@ -1,16 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-PYTHON_COMPAT=( python{2_7,3_4} )
-
-inherit distutils-r1
-
-DESCRIPTION="A Python script for summarizing gcov data"
-HOMEPAGE="https://github.com/gcovr/gcovr"
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-SRC_URI="https://github.com/gcovr/gcovr/archive/${PV}.tar.gz -> ${P}.tar.gz"
-DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
index 457c4f4c64151e01f152bcf98d39e68868c90452..4c9c447f8021b2390f7e0f39b040ff2dcd6b8aa3 100644 (file)
@@ -1,9 +1,9 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
 
-PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} )
+PYTHON_COMPAT=( python{2_7,3_5,3_6} )
 
 inherit distutils-r1
 
index f5957872efbea0a2f9cff191b150c0850422f356..c35a878c81da6e50da8daa441d9e2e4deae5610c 100644 (file)
@@ -2,8 +2,11 @@
 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
 <pkgmetadata>
        <maintainer type="person">
-               <email>junghans@gentoo.org</email>
-               <name>Christoph Junghans</name>
+               <email>chutzpah@gentoo.org</email>
+               <name>Patrick McLean</name>
+       </maintainer>
+       <maintainer type="project">
+               <email>python@gentoo.org</email>
        </maintainer>
        <upstream>
                <remote-id type="github">gcovr/gcovr</remote-id>