summaryrefslogtreecommitdiff
path: root/dev-util/doxy-coverage/doxy-coverage-151229.ebuild
diff options
context:
space:
mode:
Diffstat (limited to 'dev-util/doxy-coverage/doxy-coverage-151229.ebuild')
-rw-r--r--dev-util/doxy-coverage/doxy-coverage-151229.ebuild27
1 files changed, 0 insertions, 27 deletions
diff --git a/dev-util/doxy-coverage/doxy-coverage-151229.ebuild b/dev-util/doxy-coverage/doxy-coverage-151229.ebuild
deleted file mode 100644
index 06ba7c658193..000000000000
--- a/dev-util/doxy-coverage/doxy-coverage-151229.ebuild
+++ /dev/null
@@ -1,27 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-PYTHON_COMPAT=( python2_7 )
-
-inherit python-r1 vcs-snapshot
-
-COMMIT="29a0bbf43bfecb6872cdca0e4a11733954d25196"
-DESCRIPTION="Source Code Documentation Coverage Measurement"
-HOMEPAGE="https://github.com/alobbs/doxy-coverage"
-SRC_URI="https://github.com/alobbs/doxy-coverage/archive/${COMMIT}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="BSD-2"
-SLOT="0"
-KEYWORDS="~amd64 ~arm ~x86"
-IUSE=""
-REQUIRED_USE="${PYTHON_REQUIRED_USE}"
-
-DEPEND=""
-RDEPEND="${PYTHON_DEPS}"
-
-src_install() {
- default
- python_foreach_impl python_newexe "${PN}"{.py,}
-}