summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStephen Arnold <nerdboy@gentoo.org>2019-05-30 16:05:07 -0700
committerStephen Arnold <nerdboy@gentoo.org>2019-05-30 16:05:07 -0700
commit9498391cdfe099fb51b68d5a0f68ef8be7476fb7 (patch)
tree5fab764928dc87b8ae40f5a21a0c19b3f0e975ae /dev-util/cccc/metadata.xml
parentdev-libs/amdgpu-pro-opencl: remove ~x86 keyword from all ebuilds (diff)
downloadgentoo-9498391cdfe099fb51b68d5a0f68ef8be7476fb7.tar.gz
gentoo-9498391cdfe099fb51b68d5a0f68ef8be7476fb7.tar.bz2
gentoo-9498391cdfe099fb51b68d5a0f68ef8be7476fb7.zip
dev-util/cccc: rev-bump for eapi migration and QA cleanup
* use EAPI 6, filter lto flags, clean up QA issues (restore fixed version from the trash) Bug: https://bugs.gentoo.org/651446 Package-Manager: Portage-2.3.64, Repoman-2.3.12 Signed-off-by: Steve Arnold <nerdboy@gentoo.org>
Diffstat (limited to 'dev-util/cccc/metadata.xml')
-rw-r--r--dev-util/cccc/metadata.xml19
1 files changed, 19 insertions, 0 deletions
diff --git a/dev-util/cccc/metadata.xml b/dev-util/cccc/metadata.xml
new file mode 100644
index 000000000000..ecde1cfd0a08
--- /dev/null
+++ b/dev-util/cccc/metadata.xml
@@ -0,0 +1,19 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <maintainer type="person">
+ <email>nerdboy@gentoo.org</email>
+ </maintainer>
+ <longdescription lang="en">
+ cccc provides source code metrics (line counts, complexity,
+ object-oriented, and structural metrics) for Java and C++
+ </longdescription>
+ <upstream>
+ <remote-id type="github">sarnold/cccc</remote-id>
+ <bugs-to>https://github.com/sarnold/cccc/issues</bugs-to>
+ </upstream>
+ <use>
+ <flag name="apidoc">Build software docs with doxygen/graphviz and metrics with cccc</flag>
+ <flag name="mfc">Add patch for MFC dialect options</flag>
+ </use>
+</pkgmetadata>