diff options
author | Tim Harder <radhermit@gentoo.org> | 2012-08-27 03:56:53 +0000 |
---|---|---|
committer | Tim Harder <radhermit@gentoo.org> | 2012-08-27 03:56:53 +0000 |
commit | e90a5ad0876d6014c0f825adef61b649af91fb62 (patch) | |
tree | 3e07a99dfd654908dfeed46fe552bbe48fd40481 /net-libs/libssh2 | |
parent | Remove old. (diff) | |
download | gentoo-2-e90a5ad0876d6014c0f825adef61b649af91fb62.tar.gz gentoo-2-e90a5ad0876d6014c0f825adef61b649af91fb62.tar.bz2 gentoo-2-e90a5ad0876d6014c0f825adef61b649af91fb62.zip |
Remove old.
(Portage version: 2.2.0_alpha121/cvs/Linux x86_64)
Diffstat (limited to 'net-libs/libssh2')
-rw-r--r-- | net-libs/libssh2/ChangeLog | 6 | ||||
-rw-r--r-- | net-libs/libssh2/files/libssh2-1.4.0-pkgconfig.patch | 10 | ||||
-rw-r--r-- | net-libs/libssh2/libssh2-1.4.0.ebuild | 43 | ||||
-rw-r--r-- | net-libs/libssh2/libssh2-1.4.1.ebuild | 43 |
4 files changed, 5 insertions, 97 deletions
diff --git a/net-libs/libssh2/ChangeLog b/net-libs/libssh2/ChangeLog index 4a446728dca1..cfd3aeb3ae60 100644 --- a/net-libs/libssh2/ChangeLog +++ b/net-libs/libssh2/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for net-libs/libssh2 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-libs/libssh2/ChangeLog,v 1.70 2012/08/26 17:09:07 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-libs/libssh2/ChangeLog,v 1.71 2012/08/27 03:56:53 radhermit Exp $ + + 27 Aug 2012; Tim Harder <radhermit@gentoo.org> -libssh2-1.4.0.ebuild, + -files/libssh2-1.4.0-pkgconfig.patch, -libssh2-1.4.1.ebuild: + Remove old. 26 Aug 2012; Raúl Porcel <armin76@gentoo.org> libssh2-1.4.2.ebuild: alpha/ia64/s390/sh/sparc stable wrt #422139 diff --git a/net-libs/libssh2/files/libssh2-1.4.0-pkgconfig.patch b/net-libs/libssh2/files/libssh2-1.4.0-pkgconfig.patch deleted file mode 100644 index 46bb27db4277..000000000000 --- a/net-libs/libssh2/files/libssh2-1.4.0-pkgconfig.patch +++ /dev/null @@ -1,10 +0,0 @@ ---- libssh2-1.4.0/libssh2.pc.in -+++ libssh2-1.4.0/libssh2.pc.in -@@ -11,6 +11,6 @@ - URL: http://www.libssh2.org/ - Description: Library for SSH-based communication - Version: @LIBSSH2VER@ --Libs: -L${libdir} -lssh2 @LDFLAGS@ @LIBS@ -+Libs: -L${libdir} -lssh2 @LIBS@ - Libs.private: @LIBS@ - Cflags: -I${includedir} diff --git a/net-libs/libssh2/libssh2-1.4.0.ebuild b/net-libs/libssh2/libssh2-1.4.0.ebuild deleted file mode 100644 index d80c04cceeeb..000000000000 --- a/net-libs/libssh2/libssh2-1.4.0.ebuild +++ /dev/null @@ -1,43 +0,0 @@ -# Copyright 1999-2012 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-libs/libssh2/libssh2-1.4.0.ebuild,v 1.9 2012/05/06 17:37:42 armin76 Exp $ - -EAPI="4" - -inherit autotools-utils - -DESCRIPTION="Library implementing the SSH2 protocol" -HOMEPAGE="http://www.libssh2.org/" -SRC_URI="http://www.${PN}.org/download/${P}.tar.gz" - -LICENSE="BSD" -SLOT="0" -KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 s390 sh sparc x86 ~x86-fbsd ~x64-macos ~x86-solaris" -IUSE="gcrypt static-libs test zlib" - -DEPEND="!gcrypt? ( dev-libs/openssl ) - gcrypt? ( dev-libs/libgcrypt ) - zlib? ( sys-libs/zlib )" -RDEPEND="${DEPEND}" - -DOCS=( README ) - -PATCHES=( "${FILESDIR}"/${P}-pkgconfig.patch ) - -src_configure() { - local myeconfargs - - if use gcrypt; then - myeconfargs+=" --with-libgcrypt" - else - myeconfargs+=" --with-openssl" - fi - - # Disable tests that require extra permissions (bug #333319) - use test && export ac_cv_path_SSHD= - - myeconfargs+=( - $(use_with zlib libz) - ) - autotools-utils_src_configure -} diff --git a/net-libs/libssh2/libssh2-1.4.1.ebuild b/net-libs/libssh2/libssh2-1.4.1.ebuild deleted file mode 100644 index 134764ce433c..000000000000 --- a/net-libs/libssh2/libssh2-1.4.1.ebuild +++ /dev/null @@ -1,43 +0,0 @@ -# Copyright 1999-2012 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-libs/libssh2/libssh2-1.4.1.ebuild,v 1.2 2012/04/26 17:29:40 aballier Exp $ - -EAPI="4" - -inherit autotools-utils - -DESCRIPTION="Library implementing the SSH2 protocol" -HOMEPAGE="http://www.libssh2.org/" -SRC_URI="http://www.${PN}.org/download/${P}.tar.gz" - -LICENSE="BSD" -SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~x64-macos ~x86-solaris" -IUSE="gcrypt static-libs test zlib" - -DEPEND="!gcrypt? ( dev-libs/openssl ) - gcrypt? ( dev-libs/libgcrypt ) - zlib? ( sys-libs/zlib )" -RDEPEND="${DEPEND}" - -DOCS=( README ) - -PATCHES=( "${FILESDIR}"/${PN}-1.4.0-pkgconfig.patch ) - -src_configure() { - local myeconfargs - - if use gcrypt; then - myeconfargs+=" --with-libgcrypt" - else - myeconfargs+=" --with-openssl" - fi - - # Disable tests that require extra permissions (bug #333319) - use test && export ac_cv_path_SSHD= - - myeconfargs+=( - $(use_with zlib libz) - ) - autotools-utils_src_configure -} |