commit:     8698aae507b6cd43aa3accec8cd5af4fe1ecdea5
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Thu Sep  6 20:46:57 2018 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Thu Sep  6 21:21:55 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8698aae5

net-libs/libssh2: Clean old up

 net-libs/libssh2/Manifest             |  1 -
 net-libs/libssh2/libssh2-1.7.0.ebuild | 43 -----------------------------------
 2 files changed, 44 deletions(-)

diff --git a/net-libs/libssh2/Manifest b/net-libs/libssh2/Manifest
index 292aec62d4a..b0d04fff42b 100644
--- a/net-libs/libssh2/Manifest
+++ b/net-libs/libssh2/Manifest
@@ -1,2 +1 @@
-DIST libssh2-1.7.0.tar.gz 811714 BLAKE2B 
488f6b9ea2bf072aba17e8d70136e9bf64b38a4cb6cb572fcdf0253ec5d9afa479c75858b42299e2be39589b9454ccfdd5f7c4a2e355e8e8b5037b2b637a8a4c
 SHA512 
0f9dfd83196129568c00383e2e4fea29b3d8c4f3b1690f550a6748d1db68cc437b4ed083f5d3d4646365fdc839819619aea96eeaef5ab072c7023d13f08b5153
 DIST libssh2-1.8.0.tar.gz 854916 BLAKE2B 
618c4a19789f2e5eda85852760dffff5672d420d2fa50393b05b7398a1913f74e5f6695f078628050ac9851965d6e45cf410b7c4590a8f18d67c718c829ab352
 SHA512 
289aa45c4f99653bebf5f99565fe9c519abc204feb2084b47b7cc3badc8bf4ecdedd49ea6acdce8eb902b3c00995d5f92a3ca77b2508b92f04ae0e7de7287558

diff --git a/net-libs/libssh2/libssh2-1.7.0.ebuild 
b/net-libs/libssh2/libssh2-1.7.0.ebuild
deleted file mode 100644
index ddd1da89248..00000000000
--- a/net-libs/libssh2/libssh2-1.7.0.ebuild
+++ /dev/null
@@ -1,43 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-AUTOTOOLS_AUTORECONF=true
-inherit autotools-multilib
-
-DESCRIPTION="Library implementing the SSH2 protocol"
-HOMEPAGE="https://www.libssh2.org";
-SRC_URI="https://www.${PN}.org/download/${P}.tar.gz";
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="alpha amd64 arm arm64 hppa ia64 ~mips ppc ppc64 s390 sh sparc x86 
~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~x86-solaris"
-IUSE="gcrypt libressl static-libs test zlib"
-
-DEPEND="
-       !gcrypt? (
-               !libressl? ( >=dev-libs/openssl-1.0.1h-r2:0[${MULTILIB_USEDEP}] 
)
-               libressl? ( dev-libs/libressl[${MULTILIB_USEDEP}] )
-       )
-       gcrypt? ( >=dev-libs/libgcrypt-1.5.3:0[${MULTILIB_USEDEP}] )
-       zlib? ( >=sys-libs/zlib-1.2.8-r1[${MULTILIB_USEDEP}] )"
-RDEPEND="${DEPEND}"
-
-DOCS=( README )
-
-src_prepare() {
-       sed -i -e 's|mansyntax.sh||g' tests/Makefile.am || die
-       autotools-multilib_src_prepare
-}
-
-multilib_src_configure() {
-       # Disable tests that require extra permissions (bug #333319)
-       use test && local -x ac_cv_path_SSHD=
-
-       local myeconfargs=(
-               $(use_with zlib libz)
-               $(usex gcrypt --with-libgcrypt --with-openssl)
-       )
-       autotools-utils_src_configure
-}

Reply via email to