summaryrefslogtreecommitdiff
path: root/dev-util/gcovr/gcovr-3.3.ebuild
diff options
context:
space:
mode:
Diffstat (limited to 'dev-util/gcovr/gcovr-3.3.ebuild')
-rw-r--r--dev-util/gcovr/gcovr-3.3.ebuild16
1 files changed, 0 insertions, 16 deletions
diff --git a/dev-util/gcovr/gcovr-3.3.ebuild b/dev-util/gcovr/gcovr-3.3.ebuild
deleted file mode 100644
index 457c4f4c6415..000000000000
--- a/dev-util/gcovr/gcovr-3.3.ebuild
+++ /dev/null
@@ -1,16 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} )
-
-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}]"