commit: 316e6f4051c3488e21e5c78eea401ac95a3d1ce3 Author: Petr Vaněk <arkamar <AT> atlas <DOT> cz> AuthorDate: Mon Jan 30 12:12:06 2023 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Wed Feb 8 17:11:49 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=316e6f40
app-misc/jail: unify metadata indentation Signed-off-by: Petr Vaněk <arkamar <AT> atlas.cz> Signed-off-by: Sam James <sam <AT> gentoo.org> app-misc/jail/metadata.xml | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/app-misc/jail/metadata.xml b/app-misc/jail/metadata.xml index 9f031edb4254..a8672061961d 100644 --- a/app-misc/jail/metadata.xml +++ b/app-misc/jail/metadata.xml @@ -1,15 +1,16 @@ <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd"> <pkgmetadata> -<!-- maintainer-needed --> + <!-- maintainer-needed --> <upstream> <remote-id type="github">spiculator/jail</remote-id> <bugs-to>https://github.com/spiculator/jail/issues</bugs-to> </upstream> <longdescription> -Jail Chroot Project is an attempt of write a tool that builds a chrooted environment. -The main goal of Jail is to be as simple as possible, and highly portable. The most -difficult step when building a chrooted environment is to set up the right libraries and -files. Here, Jail comes to the rescue with a tool to automagically configures and builds -all the required files, directories and libraries.</longdescription> + Jail Chroot Project is an attempt of write a tool that builds a chrooted environment. + The main goal of Jail is to be as simple as possible, and highly portable. The most + difficult step when building a chrooted environment is to set up the right libraries and + files. Here, Jail comes to the rescue with a tool to automagically configures and builds + all the required files, directories and libraries. + </longdescription> </pkgmetadata>
