From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id C654415ACFC for ; Sat, 29 Apr 2023 23:06:45 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 09F52E0844; Sat, 29 Apr 2023 23:06:45 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id D4ECBE0844 for ; Sat, 29 Apr 2023 23:06:44 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 94558340CE7 for ; Sat, 29 Apr 2023 23:06:43 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D90018AC for ; Sat, 29 Apr 2023 23:06:41 +0000 (UTC) From: "orbea" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "orbea" Message-ID: <1682809340.8ec3c8187d7349c7939c0ce1820d2317ccde4521.orbea@gentoo> Subject: [gentoo-commits] repo/proj/libressl:master commit in: net-libs/libssh2/files/, net-libs/libssh2/ X-VCS-Repository: repo/proj/libressl X-VCS-Files: net-libs/libssh2/Manifest net-libs/libssh2/files/libssh2-1.8.0-mansyntax_sh.patch net-libs/libssh2/libssh2-1.10.0.ebuild net-libs/libssh2/metadata.xml X-VCS-Directories: net-libs/libssh2/files/ net-libs/libssh2/ X-VCS-Committer: orbea X-VCS-Committer-Name: orbea X-VCS-Revision: 8ec3c8187d7349c7939c0ce1820d2317ccde4521 X-VCS-Branch: master Date: Sat, 29 Apr 2023 23:06:41 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: e607b0a3-cda7-4516-ab59-e689459726b2 X-Archives-Hash: e6ce9fb20414bd10c79ab81a46c6c230 commit: 8ec3c8187d7349c7939c0ce1820d2317ccde4521 Author: orbea riseup net> AuthorDate: Sat Apr 29 23:02:07 2023 +0000 Commit: orbea riseup net> CommitDate: Sat Apr 29 23:02:20 2023 +0000 URL: https://gitweb.gentoo.org/repo/proj/libressl.git/commit/?id=8ec3c818 net-libs/libssh2: treeclean Bug: https://bugs.gentoo.org/903001 Upstream-PR: https://github.com/gentoo/gentoo/pull/30795 Upstream-Commit: https://github.com/gentoo/gentoo/commit/31aac77f7d43a553ddd20a1ca65e1fa4aa74ecd8 Signed-off-by: orbea riseup.net> net-libs/libssh2/Manifest | 1 - .../libssh2/files/libssh2-1.8.0-mansyntax_sh.patch | 41 ---------------- net-libs/libssh2/libssh2-1.10.0.ebuild | 54 ---------------------- net-libs/libssh2/metadata.xml | 18 -------- 4 files changed, 114 deletions(-) diff --git a/net-libs/libssh2/Manifest b/net-libs/libssh2/Manifest deleted file mode 100644 index 95b30d0..0000000 --- a/net-libs/libssh2/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST libssh2-1.10.0.tar.gz 965044 BLAKE2B 0e6f571cc723e0050bf7ba7492f361ef222547dcbc311019cb6762f01405b4906e0418207a7d484c5170bee5e6f666827a7ea0d0cf233f684f999f896ce0b415 SHA512 e064ee1089eb8e6cd5fa2617f4fd8ff56c2721c5476775a98bdb68c6c4ee4d05c706c3bb0eb479a27a8ec0b17a8a5ef43e1d028ad3f134519aa582d3981a3a30 diff --git a/net-libs/libssh2/files/libssh2-1.8.0-mansyntax_sh.patch b/net-libs/libssh2/files/libssh2-1.8.0-mansyntax_sh.patch deleted file mode 100644 index 3a33bf7..0000000 --- a/net-libs/libssh2/files/libssh2-1.8.0-mansyntax_sh.patch +++ /dev/null @@ -1,41 +0,0 @@ ---- a/tests/mansyntax.sh -+++ b/tests/mansyntax.sh -@@ -1,37 +1,2 @@ - #!/bin/sh --set -e -- --# Written by Mikhail Gusarov --# --# Run syntax checks for all manpages in the documentation tree. --# -- --srcdir=${srcdir:-$PWD} --dstdir=${builddir:-$PWD} --mandir=${srcdir}/../docs -- --# --# Only test if suitable man is available --# --if ! man --help | grep -q warnings; then -- echo "man version not suitable, skipping tests" -- exit 0 --fi -- --ec=0 -- --trap "rm -f $dstdir/man3" EXIT -- --ln -sf "$mandir" "$dstdir/man3" -- --for manpage in $mandir/libssh2_*.*; do -- echo "$manpage" -- warnings=$(LANG=en_US.UTF-8 MANWIDTH=80 man -M "$dstdir" --warnings \ -- -E UTF-8 -l "$manpage" 2>&1 >/dev/null) -- if [ -n "$warnings" ]; then -- echo "$warnings" -- ec=1 -- fi --done -- --exit $ec -+: diff --git a/net-libs/libssh2/libssh2-1.10.0.ebuild b/net-libs/libssh2/libssh2-1.10.0.ebuild deleted file mode 100644 index b3eaa02..0000000 --- a/net-libs/libssh2/libssh2-1.10.0.ebuild +++ /dev/null @@ -1,54 +0,0 @@ -# Copyright 1999-2022 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 -inherit cmake-multilib - -DESCRIPTION="Library implementing the SSH2 protocol" -HOMEPAGE="https://www.libssh2.org" -SRC_URI="https://www.libssh2.org/download/${P}.tar.gz" - -LICENSE="BSD" -SLOT="0" -KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-solaris" -IUSE="gcrypt mbedtls zlib" -REQUIRED_USE="?? ( gcrypt mbedtls )" -# Tests try to set containers up using docker (and fail for some reason). -RESTRICT="test" - -RDEPEND=" - gcrypt? ( >=dev-libs/libgcrypt-1.5.3:0[${MULTILIB_USEDEP}] ) - !gcrypt? ( - mbedtls? ( net-libs/mbedtls:0=[${MULTILIB_USEDEP}] ) - !mbedtls? ( - >=dev-libs/openssl-1.0.1h-r2:0=[${MULTILIB_USEDEP}] - ) - ) - zlib? ( >=sys-libs/zlib-1.2.8-r1[${MULTILIB_USEDEP}] ) -" -DEPEND=" - ${RDEPEND} -" - -multilib_src_configure() { - local crypto_backend=OpenSSL - if use gcrypt; then - crypto_backend=Libgcrypt - elif use mbedtls; then - crypto_backend=mbedTLS - else - append-cflags -DHAVE_OPAQUE_STRUCTS=1 - fi - - local mycmakeargs=( - -DBUILD_SHARED_LIBS=ON - -DCRYPTO_BACKEND=${crypto_backend} - -DENABLE_ZLIB_COMPRESSION=$(usex zlib) - ) - cmake_src_configure -} - -multilib_src_install_all() { - einstalldocs - find "${ED}" -name '*.la' -delete || die -} diff --git a/net-libs/libssh2/metadata.xml b/net-libs/libssh2/metadata.xml deleted file mode 100644 index 1f00f91..0000000 --- a/net-libs/libssh2/metadata.xml +++ /dev/null @@ -1,18 +0,0 @@ - - - - - netmon@gentoo.org - - - mgorny@gentoo.org - Michał Górny - - - Use dev-libs/libgcrypt instead of dev-libs/openssl - Use net-libs/mbedtls instead of dev-libs/openssl - - - libssh2/libssh2 - -