dev-util/kcov: initial ebuild
authorAustin English <wizardedit@gentoo.org>
Wed, 25 Jan 2017 23:57:56 +0000 (17:57 -0600)
committerAustin English <wizardedit@gentoo.org>
Wed, 25 Jan 2017 23:58:14 +0000 (17:58 -0600)
Package-Manager: Portage-2.3.2, Repoman-2.3.1

dev-util/kcov/Manifest [new file with mode: 0644]
dev-util/kcov/kcov-33.ebuild [new file with mode: 0644]
dev-util/kcov/metadata.xml [new file with mode: 0644]

diff --git a/dev-util/kcov/Manifest b/dev-util/kcov/Manifest
new file mode 100644 (file)
index 0000000..0791a8b
--- /dev/null
@@ -0,0 +1 @@
+DIST kcov-33.tar.gz 276028 SHA256 23e20157c8fb933b76d5733ca5700c9eb2399851febf0d4144d7b2dc940f4464 SHA512 e35ba3c4dc320cef0cde097cfa2c4067ec6bf86a5ee797d3ec111facffa036da4fc4d403e63bd3767d03eac511987592e77ed61810605f8e2da77c26570e245c WHIRLPOOL 74a135ee5f04842013e8df75e5f9cd2e37d78cb54e0849abfae8574db924563dee4787bbaf50bd3d7fbb5302e09eda8a4cbe549b59acaee92fed5d9272e8d90f
diff --git a/dev-util/kcov/kcov-33.ebuild b/dev-util/kcov/kcov-33.ebuild
new file mode 100644 (file)
index 0000000..54ff9d8
--- /dev/null
@@ -0,0 +1,18 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+inherit cmake-utils
+
+DESCRIPTION="Kcov is a code coverage tester for compiled languages, Python and Bash"
+HOMEPAGE="https://github.com/SimonKagstrom/kcov"
+SRC_URI="https://github.com/SimonKagstrom/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+RDEPEND="dev-libs/elfutils"
+DEPEND="${RDEPEND}"
diff --git a/dev-util/kcov/metadata.xml b/dev-util/kcov/metadata.xml
new file mode 100644 (file)
index 0000000..bbb5384
--- /dev/null
@@ -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>wizardedit@gentoo.org</email>
+               <name>Austin English</name>
+       </maintainer>
+       <upstream>
+               <remote-id type="github">SimonKagstrom/kcov</remote-id>
+       </upstream>
+</pkgmetadata>