dev-util/doxy-coverage: initial commit
authorChristoph Junghans <junghans@gentoo.org>
Thu, 23 Feb 2017 01:43:46 +0000 (18:43 -0700)
committerChristoph Junghans <junghans@gentoo.org>
Thu, 23 Feb 2017 01:44:20 +0000 (18:44 -0700)
Package-Manager: portage-2.3.3

dev-util/doxy-coverage/Manifest [new file with mode: 0644]
dev-util/doxy-coverage/doxy-coverage-151229.ebuild [new file with mode: 0644]
dev-util/doxy-coverage/metadata.xml [new file with mode: 0644]

diff --git a/dev-util/doxy-coverage/Manifest b/dev-util/doxy-coverage/Manifest
new file mode 100644 (file)
index 0000000..8d54f37
--- /dev/null
@@ -0,0 +1 @@
+DIST doxy-coverage-151229.tar.gz 3633 SHA256 ddfa4806f92f53ca7b9e5d9773aab7b61b2909e135d1bc40aab5eb4355e81180 SHA512 897c36adb6551ad177429d771b6eb7871a8b024d3cb5915d412b13f92cf8e52b87ba3237093345d51fa5dfbf80a800ab69907518b1a5570d1f056a2de43353fe WHIRLPOOL 76c97595eb4be3718999caae502b8777e13340be58680c79ee90dbab5c02736b4ceefbf67f16b8293ef2fbf732dfc7304481eca1b441ec23ca62da8bb55af8d1
diff --git a/dev-util/doxy-coverage/doxy-coverage-151229.ebuild b/dev-util/doxy-coverage/doxy-coverage-151229.ebuild
new file mode 100644 (file)
index 0000000..3f7910b
--- /dev/null
@@ -0,0 +1,27 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+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="${HOMEPAGE}/archive/${COMMIT}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="BSD-2"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~x86"
+IUSE=""
+
+DEPEND=""
+RDEPEND="${PYTHON_DEPS}"
+
+src_install() {
+       default
+       python_foreach_impl python_newexe "${PN}"{.py,}
+}
diff --git a/dev-util/doxy-coverage/metadata.xml b/dev-util/doxy-coverage/metadata.xml
new file mode 100644 (file)
index 0000000..9e05095
--- /dev/null
@@ -0,0 +1,12 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+       <maintainer type="person">
+               <email>junghans@gentoo.org</email>
+               <name>Christoph Junghans</name>
+       </maintainer>
+       <upstream>
+               <remote-id type="github">lobbs/doxy-coverage</remote-id>
+               <bugs-to>https://github.com/alobbs/doxy-coverage/issues</bugs-to>
+       </upstream>
+</pkgmetadata>