net-libs/libcurl-debian: EAPI 7, fix description

Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: James Le Cuirot <chewi@gentoo.org>
This commit is contained in:
James Le Cuirot 2020-04-16 21:04:35 +01:00
parent c63523eabb
commit c9a86e24ce
No known key found for this signature in database
GPG Key ID: 1226415D00DD3137
2 changed files with 13 additions and 14 deletions

View File

@ -1,15 +1,14 @@
# Copyright 1999-2016 Gentoo Foundation
# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
# $Id$
EAPI=6
EAPI=7
inherit multilib multilib-minimal
SLOT="4"
DESCRIPTION="libcurl-{gnutls,nss}.so.${SLOT} symlinks for compatibility with Debian"
HOMEPAGE="https://curl.haxx.se/"
LICENSE="MIT"
SLOT="4"
KEYWORDS="~amd64 ~x86"
RDEPEND=">=net-misc/curl-7.16.0[${MULTILIB_USEDEP}]"

View File

@ -6,15 +6,15 @@
<name>James Le Cuirot</name>
</maintainer>
<longdescription>
Unlike Gentoo, Debian allows multiple copies of libcurl built
against different backends to be installed simultaneously. For
reasons best known to themselves, some developers release
binaries linked against libcurl-gnutls.so instead of libcurl.so,
the latter being the OpenSSL variant. Although it is less than
ideal, real world usage has shown that symlinking from one to
the other doesn't cause any issues so this package provides such
a symlink to satisfy prebuilt binaries. Usage of libcurl-nss.so
seems less common but a symlink for that has also been included
for completeness.
Unlike Gentoo, Debian allows multiple copies of libcurl built
against different backends to be installed simultaneously. For
reasons best known to themselves, some developers release
binaries linked against libcurl-gnutls.so instead of
libcurl.so, the latter being the OpenSSL variant. Although it
is less than ideal, real world usage has shown that symlinking
from one to the other doesn't cause any issues so this package
provides such a symlink to satisfy prebuilt binaries. Usage of
libcurl-nss.so seems less common but a symlink for that has
also been included for completeness.
</longdescription>
</pkgmetadata>