mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-05-29 02:17:28 -07:00
repoman does not yet accept the https version. This partially reverts eaaface92ee81f30a6ac66fe7acbcc42c00dc450. Bug: https://bugs.gentoo.org/552720
12 lines
668 B
XML
12 lines
668 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
|
|
<pkgmetadata>
|
|
<herd>java</herd>
|
|
<longdescription lang="en">
|
|
For Java developers writing GUI layouts by hand that wants simplicity, power and automatic per platform fidelity, that are dissatisfied with the current layout managers in Swing, JavaFX and SWT, MigLayout solves your layout problems. User interfaces created with MigLayout is easy to maintain, you will understand how the layout will look like just by looking at the source code.
|
|
</longdescription>
|
|
<use>
|
|
<flag name="swt">Add support for the SWT toolkit.</flag>
|
|
</use>
|
|
</pkgmetadata>
|