commit: 7c3911be8a0a56d1d8fec1208b744518c8812a2b Author: Petr Vaněk <arkamar <AT> atlas <DOT> cz> AuthorDate: Mon Jan 30 12:18:22 2023 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Wed Feb 8 17:11:50 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7c3911be
app-mobilephone/gnokii: use common metadata indentation Signed-off-by: Petr Vaněk <arkamar <AT> atlas.cz> Signed-off-by: Sam James <sam <AT> gentoo.org> app-mobilephone/gnokii/metadata.xml | 26 +++++++++++++------------- 1 file changed, 13 insertions(+), 13 deletions(-) diff --git a/app-mobilephone/gnokii/metadata.xml b/app-mobilephone/gnokii/metadata.xml index 8a52983490b2..92b0244c867b 100644 --- a/app-mobilephone/gnokii/metadata.xml +++ b/app-mobilephone/gnokii/metadata.xml @@ -1,17 +1,17 @@ <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd"> <pkgmetadata> -<!-- maintainer-needed --> -<longdescription> -gnokii provides tools and a user space driver for use with mobile phones. -With gnokii you can do such things as make data calls, update your address book, -change calendar entires, send and receive SMS messages and load ring tones -depending on the phone you have. -</longdescription> -<use> - <flag name="ical">Enable support for <pkg>dev-libs/libical</pkg></flag> - <flag name="irda">Enable infrared support</flag> - <flag name="sms">Enable SMS support (build smsd)</flag> - <flag name="pcsc-lite">Enable smartcard support with <pkg>sys-apps/pcsc-lite</pkg></flag> -</use> + <!-- maintainer-needed --> + <longdescription> + gnokii provides tools and a user space driver for use with mobile phones. + With gnokii you can do such things as make data calls, update your address book, + change calendar entires, send and receive SMS messages and load ring tones + depending on the phone you have. + </longdescription> + <use> + <flag name="ical">Enable support for <pkg>dev-libs/libical</pkg></flag> + <flag name="irda">Enable infrared support</flag> + <flag name="sms">Enable SMS support (build smsd)</flag> + <flag name="pcsc-lite">Enable smartcard support with <pkg>sys-apps/pcsc-lite</pkg></flag> + </use> </pkgmetadata>
