mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-06 12:58:16 -07:00
Bug: https://bugs.gentoo.org/443116 Closes: https://bugs.gentoo.org/699538 Signed-off-by: Sam James <sam@gentoo.org>
24 lines
879 B
XML
24 lines
879 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
|
|
<pkgmetadata>
|
|
<maintainer type="project">
|
|
<email>base-system@gentoo.org</email>
|
|
<name>Gentoo Base System</name>
|
|
</maintainer>
|
|
<longdescription lang="en">
|
|
This program forms part of the required functionality of
|
|
the LSB (Linux Standard Base) specification.
|
|
|
|
The program queries the installed state of the distribution
|
|
to display certain properties such as the version of the
|
|
LSB against which the distribution claims compliance as
|
|
well. It can also attempt to display the name and release
|
|
of the distribution along with an identifier of who produces
|
|
the distribution.
|
|
</longdescription>
|
|
<upstream>
|
|
<remote-id type="sourceforge">lsb</remote-id>
|
|
<remote-id type="github">thkukuk/lsb-release_os-release</remote-id>
|
|
</upstream>
|
|
</pkgmetadata>
|