diff options
author | Christoph Junghans <ottxor@gentoo.org> | 2016-04-06 20:17:08 -0600 |
---|---|---|
committer | Christoph Junghans <ottxor@gentoo.org> | 2016-04-06 20:17:45 -0600 |
commit | 85877ac38935240592bf3eee79da6b105ea39496 (patch) | |
tree | 527b3c843b9c0caccff53eefe1b132daabc30c30 /dev-util/gcovr | |
parent | dev-python/boto3: Add python3.5 (diff) | |
download | gentoo-85877ac38935240592bf3eee79da6b105ea39496.tar.gz gentoo-85877ac38935240592bf3eee79da6b105ea39496.tar.bz2 gentoo-85877ac38935240592bf3eee79da6b105ea39496.zip |
dev-util/gcovr: initial commit
Package-Manager: portage-2.2.26
Diffstat (limited to 'dev-util/gcovr')
-rw-r--r-- | dev-util/gcovr/Manifest | 1 | ||||
-rw-r--r-- | dev-util/gcovr/gcovr-3.2.ebuild | 16 | ||||
-rw-r--r-- | dev-util/gcovr/metadata.xml | 11 |
3 files changed, 28 insertions, 0 deletions
diff --git a/dev-util/gcovr/Manifest b/dev-util/gcovr/Manifest new file mode 100644 index 000000000000..242ee126a21d --- /dev/null +++ b/dev-util/gcovr/Manifest @@ -0,0 +1 @@ +DIST gcovr-3.2.tar.gz 343748 SHA256 5a969caf61452705a39f6642f4707d23644bdd2e5ef913014bf95c4bd0263db6 SHA512 b8a810cb156acc1bbff108002f49b358c5b4044a6450c9b6a7a682c841e95f8159d42e4a8a1c4742fa82da1e99085ef4ede29a483291be4d79dcf09003829a45 WHIRLPOOL 341910e1f04e3dbb10b3f703237b690e5b4b72f8148fe8d108ed7013f3760dd48383ae31198e61bcdfecbe545f66d76c4a65082ab616ad8d61dafa9694d158a0 diff --git a/dev-util/gcovr/gcovr-3.2.ebuild b/dev-util/gcovr/gcovr-3.2.ebuild new file mode 100644 index 000000000000..216250a7ae70 --- /dev/null +++ b/dev-util/gcovr/gcovr-3.2.ebuild @@ -0,0 +1,16 @@ +# Copyright 1999-2016 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=6 + +PYTHON_COMPAT=( python{2_7,3_3,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" diff --git a/dev-util/gcovr/metadata.xml b/dev-util/gcovr/metadata.xml new file mode 100644 index 000000000000..c3701f9d539b --- /dev/null +++ b/dev-util/gcovr/metadata.xml @@ -0,0 +1,11 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <maintainer type="person"> + <email>ottxor@gentoo.org</email> + <name>Christoph Junghans</name> + </maintainer> + <upstream> + <remote-id type="github">gcovr/gcovr</remote-id> + </upstream> +</pkgmetadata> |