summaryrefslogtreecommitdiff
blob: be7ba704d22954081fc02aa25cc3150fcb39207e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
	<maintainer>
		<email>java@gentoo.org</email>
		<name>Java</name>
	</maintainer>
	<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>