From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 47B25138330 for ; Sat, 10 Sep 2016 22:31:47 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3511DE0B84; Sat, 10 Sep 2016 22:31:45 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 142F3E0B84 for ; Sat, 10 Sep 2016 22:31:44 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 9B2F0340AE2 for ; Sat, 10 Sep 2016 22:31:43 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 4A8E07D3 for ; Sat, 10 Sep 2016 22:31:41 +0000 (UTC) From: "Christoph Junghans" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Christoph Junghans" Message-ID: <1473546691.52e6f3072ba4f1c339cedd2539ff2e865e8f7d48.ottxor@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/gcovr/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-util/gcovr/Manifest dev-util/gcovr/gcovr-3.3.ebuild X-VCS-Directories: dev-util/gcovr/ X-VCS-Committer: ottxor X-VCS-Committer-Name: Christoph Junghans X-VCS-Revision: 52e6f3072ba4f1c339cedd2539ff2e865e8f7d48 X-VCS-Branch: master Date: Sat, 10 Sep 2016 22:31:41 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: b62941ac-df5c-46c9-8323-c3fac2fb8890 X-Archives-Hash: 9d703ae1d24c630cf8681a4cf9241cbc commit: 52e6f3072ba4f1c339cedd2539ff2e865e8f7d48 Author: Christoph Junghans gentoo org> AuthorDate: Sat Sep 10 22:31:01 2016 +0000 Commit: Christoph Junghans gentoo org> CommitDate: Sat Sep 10 22:31:31 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=52e6f307 dev-util/gcovr: version bump (bug #593032) Package-Manager: portage-2.2.28 dev-util/gcovr/Manifest | 1 + dev-util/gcovr/gcovr-3.3.ebuild | 16 ++++++++++++++++ 2 files changed, 17 insertions(+) diff --git a/dev-util/gcovr/Manifest b/dev-util/gcovr/Manifest index 242ee12..2b5b2e4 100644 --- a/dev-util/gcovr/Manifest +++ b/dev-util/gcovr/Manifest @@ -1 +1,2 @@ DIST gcovr-3.2.tar.gz 343748 SHA256 5a969caf61452705a39f6642f4707d23644bdd2e5ef913014bf95c4bd0263db6 SHA512 b8a810cb156acc1bbff108002f49b358c5b4044a6450c9b6a7a682c841e95f8159d42e4a8a1c4742fa82da1e99085ef4ede29a483291be4d79dcf09003829a45 WHIRLPOOL 341910e1f04e3dbb10b3f703237b690e5b4b72f8148fe8d108ed7013f3760dd48383ae31198e61bcdfecbe545f66d76c4a65082ab616ad8d61dafa9694d158a0 +DIST gcovr-3.3.tar.gz 323226 SHA256 8a60ba6242d67a58320e9e16630d80448ef6d5284fda5fb3eff927b63c8b04a2 SHA512 e5046bc4e38c99691c3bcc58abdfbbe965c46d02c8c50dbf135bd5108bd9bba1fa450ab0b5e23157a178f7c1303ec9c285470e9be1a14274528e5d7051013a08 WHIRLPOOL 866da190bb78453a71a848e8880ec35bb2b1024ec043f9309a3a0b4d9fe32d33c84cbc82376a77b5e16bba394c72d1ca636d9bc1827910a3d3b936f1817f0d4d diff --git a/dev-util/gcovr/gcovr-3.3.ebuild b/dev-util/gcovr/gcovr-3.3.ebuild new file mode 100644 index 00000000..e1b5f06 --- /dev/null +++ b/dev-util/gcovr/gcovr-3.3.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_4,3_5} ) + +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"