diff options
author | Sam James <sam@gentoo.org> | 2020-11-04 00:29:34 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2020-11-04 00:29:34 +0000 |
commit | c2f517e0a5420aa7a64cb3024c426be5e1a5591f (patch) | |
tree | d61945f771007018ee9ccfeb0391ef6cc8fe40a3 /net-misc/chrony/metadata.xml | |
parent | net-misc/chrony: adopt package (diff) | |
download | gentoo-c2f517e0a5420aa7a64cb3024c426be5e1a5591f.tar.gz gentoo-c2f517e0a5420aa7a64cb3024c426be5e1a5591f.tar.bz2 gentoo-c2f517e0a5420aa7a64cb3024c426be5e1a5591f.zip |
net-misc/chrony: fix indentation in metadata.xml
Package-Manager: Portage-3.0.8, Repoman-3.0.2
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'net-misc/chrony/metadata.xml')
-rw-r--r-- | net-misc/chrony/metadata.xml | 62 |
1 files changed, 31 insertions, 31 deletions
diff --git a/net-misc/chrony/metadata.xml b/net-misc/chrony/metadata.xml index 528c8c1030bd..6747cd64ea56 100644 --- a/net-misc/chrony/metadata.xml +++ b/net-misc/chrony/metadata.xml @@ -1,35 +1,35 @@ <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> <pkgmetadata> -<maintainer type="person"> -<email>sam@gentoo.org</email> -<name>Sam James</name> -</maintainer> -<longdescription> -Chrony is a pair of programs (chronyd and chronyc) which are used to maintain -the accuracy of the system clock on a computer. chronyd has been specifically -written to work well for systems which have only an intermittent (e.g. dial-up) -connection to the network where the NTP servers are. It still works well -in a "permanently connected" mode. -</longdescription> -<longdescription lang="ja"> -Chrony はコンピュータのシステム・クロックの精度を保つために使われるプログラムの -ペア(chronyd と chronyc)です。chronyd は NTP サーバがあるネットワークと断続的な -接続(e.g. dial-up)しか持たないシステムで機能するよう書かれています。ですが永続的 -な接続でも機能します。 -</longdescription> -<use> -<flag name="cmdmon">Support for command and monitoring</flag> -<flag name="html">Install HTML documentation</flag> -<flag name="nettle">Use <pkg>dev-libs/nettle</pkg> for hash functions</flag> -<flag name="ntp">Support for the Network Time Protocol (NTP)</flag> -<flag name="phc">Support for the PTP (Precision Time Protocol) Hardware Clock (PHC) interface</flag> -<flag name="pps">Support for the Linux Pulse Per Second (PPS) interface</flag> -<flag name="refclock">Support for reference clocks</flag> -<flag name="rtc">Support for the Linux Real Time Clock interface</flag> -<flag name="sechash">Enable support for hashes other than MD5</flag> -</use> -<upstream> -<remote-id type="cpe">cpe:/a:chrony_project:chrony</remote-id> -</upstream> + <maintainer type="person"> + <email>sam@gentoo.org</email> + <name>Sam James</name> + </maintainer> + <longdescription> + Chrony is a pair of programs (chronyd and chronyc) which are used to maintain + the accuracy of the system clock on a computer. chronyd has been specifically + written to work well for systems which have only an intermittent (e.g. dial-up) + connection to the network where the NTP servers are. It still works well + in a "permanently connected" mode. + </longdescription> + <longdescription lang="ja"> + Chrony はコンピュータのシステム・クロックの精度を保つために使われるプログラムの + ペア(chronyd と chronyc)です。chronyd は NTP サーバがあるネットワークと断続的な + 接続(e.g. dial-up)しか持たないシステムで機能するよう書かれています。ですが永続的 + な接続でも機能します。 + </longdescription> + <use> + <flag name="cmdmon">Support for command and monitoring</flag> + <flag name="html">Install HTML documentation</flag> + <flag name="nettle">Use <pkg>dev-libs/nettle</pkg> for hash functions</flag> + <flag name="ntp">Support for the Network Time Protocol (NTP)</flag> + <flag name="phc">Support for the PTP (Precision Time Protocol) Hardware Clock (PHC) interface</flag> + <flag name="pps">Support for the Linux Pulse Per Second (PPS) interface</flag> + <flag name="refclock">Support for reference clocks</flag> + <flag name="rtc">Support for the Linux Real Time Clock interface</flag> + <flag name="sechash">Enable support for hashes other than MD5</flag> + </use> + <upstream> + <remote-id type="cpe">cpe:/a:chrony_project:chrony</remote-id> + </upstream> </pkgmetadata> |