mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-01-04 00:08:36 +03:00
Signed-off-by: Volkmar W. Pogatzki <gentoo@pogatzki.net>
Closes: 8d6551f1f1
Signed-off-by: Miroslav Šulc <fordfrog@gentoo.org>
23 lines
853 B
XML
23 lines
853 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
|
|
<pkgmetadata>
|
|
<maintainer type="project">
|
|
<email>java@gentoo.org</email>
|
|
<name>Java</name>
|
|
</maintainer>
|
|
<longdescription>
|
|
Ivy is a powerful dependencies manager with transitive dependencies
|
|
support and much more features.
|
|
|
|
With Ivy you define the dependencies of your module in an xml file,
|
|
called an ivy file. Then you usually ask ivy to retrieve your dependencies
|
|
to a local lib dir, and it does it for you by locating the artifacts of
|
|
your dependencies in repositories, such as ibiblio.
|
|
</longdescription>
|
|
<upstream>
|
|
<remote-id type="github">apache/ant-ivy</remote-id>
|
|
<doc>https://ant.apache.org/ivy/history/2.5.0/</doc>
|
|
<bugs-to>https://issues.apache.org/jira/browse/IVY</bugs-to>
|
|
</upstream>
|
|
</pkgmetadata>
|