mgorny 15/05/27 10:56:25 Modified: ChangeLog Added: libssh2-9999.ebuild Log: Add a live ebuild (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key EFB4464E!)
Revision Changes Path 1.106 net-libs/libssh2/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/libssh2/ChangeLog?rev=1.106&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/libssh2/ChangeLog?rev=1.106&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/libssh2/ChangeLog?r1=1.105&r2=1.106 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/net-libs/libssh2/ChangeLog,v retrieving revision 1.105 retrieving revision 1.106 diff -u -r1.105 -r1.106 --- ChangeLog 30 Mar 2015 15:42:39 -0000 1.105 +++ ChangeLog 27 May 2015 10:56:25 -0000 1.106 @@ -1,6 +1,11 @@ # ChangeLog for net-libs/libssh2 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-libs/libssh2/ChangeLog,v 1.105 2015/03/30 15:42:39 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-libs/libssh2/ChangeLog,v 1.106 2015/05/27 10:56:25 mgorny Exp $ + +*libssh2-9999 (27 May 2015) + + 27 May 2015; Michał Górny <[email protected]> +libssh2-9999.ebuild: + Add a live ebuild 30 Mar 2015; Jeroen Roovers <[email protected]> -libssh2-1.4.3.ebuild, -libssh2-1.4.3-r1.ebuild: 1.1 net-libs/libssh2/libssh2-9999.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/libssh2/libssh2-9999.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/libssh2/libssh2-9999.ebuild?rev=1.1&content-type=text/plain Index: libssh2-9999.ebuild =================================================================== # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/net-libs/libssh2/libssh2-9999.ebuild,v 1.1 2015/05/27 10:56:25 mgorny Exp $ EAPI=5 AUTOTOOLS_AUTORECONF=true EGIT_REPO_URI="https://github.com/libssh2/libssh2" inherit autotools-multilib git-r3 DESCRIPTION="Library implementing the SSH2 protocol" HOMEPAGE="http://www.libssh2.org/" SRC_URI="" LICENSE="BSD" SLOT="0" KEYWORDS="" IUSE="gcrypt static-libs test zlib" DEPEND="!gcrypt? ( >=dev-libs/openssl-1.0.1h-r2[${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 ) PATCHES=( "${FILESDIR}"/${PN}-1.4.2-pkgconfig.patch ) src_prepare() { sed -i -e 's|mansyntax.sh||g' tests/Makefile.am || die ln -s ../src/libssh2_config.h.in example/libssh2_config.h.in || 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 }
