summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStephen L Arnold <nerdboy@gentoo.org>2016-02-12 10:54:48 -0800
committerStephen L Arnold <nerdboy@gentoo.org>2016-02-12 10:55:43 -0800
commitc9a88e4f6912f37f398e80689176b22a42956d71 (patch)
tree434b4a475b60d61b96fec10072b7a653026f6be9 /dev-util/cccc/metadata.xml
parentapp-misc/gcalcli: bump. (diff)
downloadgentoo-c9a88e4f6912f37f398e80689176b22a42956d71.tar.gz
gentoo-c9a88e4f6912f37f398e80689176b22a42956d71.tar.bz2
gentoo-c9a88e4f6912f37f398e80689176b22a42956d71.zip
dev-util/cccc: update to latest release (3.1.5)
This version also adds a simple test, and adds use flags for detailed software docs and metrics, plus a lovely (optional) MFC patch. Package-Manager: portage-2.2.26
Diffstat (limited to 'dev-util/cccc/metadata.xml')
-rw-r--r--dev-util/cccc/metadata.xml16
1 files changed, 14 insertions, 2 deletions
diff --git a/dev-util/cccc/metadata.xml b/dev-util/cccc/metadata.xml
index 095797bdec3b..08fec3d474ac 100644
--- a/dev-util/cccc/metadata.xml
+++ b/dev-util/cccc/metadata.xml
@@ -1,8 +1,20 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
+ <herd>dev-tools</herd>
+ <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="sourceforge">cccc</remote-id>
- <bugs-to>http://sourceforge.net/tracker/?group_id=7763</bugs-to>
+ <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>