diff options
author | Sam James <sam@gentoo.org> | 2022-11-22 03:41:14 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2022-11-22 03:41:14 +0000 |
commit | a7bce7f8b0c74d29140634887de8aa9d53b0d300 (patch) | |
tree | cf806b262b9f7ccad47f42411ee45700b43d4628 /net-libs/libntlm | |
parent | media-libs/rnnoise: EAPI 8, fix configure w/ clang 16 (diff) | |
download | gentoo-a7bce7f8b0c74d29140634887de8aa9d53b0d300.tar.gz gentoo-a7bce7f8b0c74d29140634887de8aa9d53b0d300.tar.bz2 gentoo-a7bce7f8b0c74d29140634887de8aa9d53b0d300.zip |
net-libs/libntlm: add gitlab upstream metadata
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'net-libs/libntlm')
-rw-r--r-- | net-libs/libntlm/metadata.xml | 19 |
1 files changed, 11 insertions, 8 deletions
diff --git a/net-libs/libntlm/metadata.xml b/net-libs/libntlm/metadata.xml index 267630277384..055fabccb709 100644 --- a/net-libs/libntlm/metadata.xml +++ b/net-libs/libntlm/metadata.xml @@ -1,12 +1,15 @@ <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd"> <pkgmetadata> -<!-- maintainer-needed --> -<longdescription> -libntlm is a library that implement Microsoft's NTLM authentication. However, -the packaging of libntlm lacked certain things, such as having build problems, -lacking shared library support, lacking autoconf macro for use in other -applications, lacking pkg-config support, and more. So this page distributes an -improved version of the library; called Libntlm. -</longdescription> + <!-- maintainer-needed --> + <longdescription> + libntlm is a library that implement Microsoft's NTLM authentication. However, + the packaging of libntlm lacked certain things, such as having build problems, + lacking shared library support, lacking autoconf macro for use in other + applications, lacking pkg-config support, and more. So this page distributes an + improved version of the library; called Libntlm. + </longdescription> + <upstream> + <remote-id type="gitlab">gsasl/libntlm</remote-id> + </upstream> </pkgmetadata> |