blob: 8e0c05271baaeac56e5c0afecac38a0c7fb6a98e (
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 "https://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="person">
<email>ceamac@gentoo.org</email>
<name>Viorel Munteanu</name>
</maintainer>
<use>
<flag name="edit">Compile and install the mcedit application</flag>
<flag name="sftp">Add support for sftp (uses <pkg>net-libs/libssh2</pkg> for it).</flag>
<flag name="slang">Use <pkg>sys-libs/slang</pkg> instead of <pkg>sys-libs/ncurses</pkg>.</flag>
</use>
<upstream>
<maintainer status="active">
<email>yury@shurup.com</email>
<name>Yury V. Zaytsev</name>
</maintainer>
<remote-id type="github">MidnightCommander/mc</remote-id>
<bugs-to>https://github.com/MidnightCommander/mc/issues</bugs-to>
<changelog>https://github.com/MidnightCommander/mc/blob/master/doc/NEWS</changelog>
</upstream>
</pkgmetadata>
|