blob: 45e018e0f406de216fd8a351e4a9f429f618a4d3 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<herd>java</herd>
<longdescription lang="en">
EMMA is an open-source toolkit for measuring and reporting Java code
coverage. EMMA distinguishes itself from other tools by going after
a unique feature combination: support for large-scale enterprise
software development while keeping individual developer's work fast
and iterative. Every developer on your team can now get code coverage
for free and they can get it fast
</longdescription>
<use>
<flag name="launcher">Install /usr/bin/emma. Collides with <pkg>sci-biology/emboss</pkg>.</flag>
</use>
<upstream>
<remote-id type="sourceforge">emma</remote-id>
</upstream>
</pkgmetadata>
|