diff options
author | Aaron Walker <ka0ttic@gentoo.org> | 2005-03-05 07:46:10 +0000 |
---|---|---|
committer | Aaron Walker <ka0ttic@gentoo.org> | 2005-03-05 07:46:10 +0000 |
commit | 83caa8e22c33213fd802219db24fb2354f188963 (patch) | |
tree | c3748cea7c34feaf71a7e190310e20f82c77edc2 /net-libs/libssh | |
parent | Version bumped. (diff) | |
download | historical-83caa8e22c33213fd802219db24fb2354f188963.tar.gz historical-83caa8e22c33213fd802219db24fb2354f188963.tar.bz2 historical-83caa8e22c33213fd802219db24fb2354f188963.zip |
Version bump for bug 84117.
Package-Manager: portage-2.0.51.19
Diffstat (limited to 'net-libs/libssh')
-rw-r--r-- | net-libs/libssh/ChangeLog | 9 | ||||
-rw-r--r-- | net-libs/libssh/Manifest | 12 | ||||
-rw-r--r-- | net-libs/libssh/files/digest-libssh-0.11 | 1 | ||||
-rw-r--r-- | net-libs/libssh/libssh-0.11.ebuild | 20 |
4 files changed, 35 insertions, 7 deletions
diff --git a/net-libs/libssh/ChangeLog b/net-libs/libssh/ChangeLog index 6cf0fc7ccb46..e9d9eaaddbcb 100644 --- a/net-libs/libssh/ChangeLog +++ b/net-libs/libssh/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for net-libs/libssh -# Copyright 2000-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-libs/libssh/ChangeLog,v 1.5 2004/08/16 10:29:04 eldad Exp $ +# Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/net-libs/libssh/ChangeLog,v 1.6 2005/03/05 07:46:10 ka0ttic Exp $ + +*libssh-0.11 (05 Mar 2005) + + 05 Mar 2005; Aaron Walker <ka0ttic@gentoo.org> +libssh-0.11.ebuild: + Version bump for bug 84117. 16 Aug 2004; Eldad Zack <eldad@gentoo.org> +metadata.xml, libssh-0.1.ebuild: Marking stable on x86: currently only net-analyzer/hydra depends on this diff --git a/net-libs/libssh/Manifest b/net-libs/libssh/Manifest index 69815be62f68..ee9b762eac3b 100644 --- a/net-libs/libssh/Manifest +++ b/net-libs/libssh/Manifest @@ -2,13 +2,15 @@ Hash: SHA1 MD5 59104a499f1c043835dfaf3c907faf72 libssh-0.1.ebuild 826 -MD5 d523d40dd87d09667de6e04799f89ec0 ChangeLog 741 +MD5 730a70ac7b3b39920a36f768e5600a18 libssh-0.11.ebuild 601 +MD5 142ca8759845e547d38b28c96f3a9027 ChangeLog 872 MD5 67176a673d5f792bc9cf28e4c632e49b metadata.xml 252 MD5 f3008419ae3b4a4b4f9e0781459a4510 files/digest-libssh-0.1 59 +MD5 9c7a7f99638231c3b559910de8c1b897 files/digest-libssh-0.11 60 -----BEGIN PGP SIGNATURE----- -Version: GnuPG v1.9.10 (GNU/Linux) +Version: GnuPG v1.4.0 (GNU/Linux) -iD8DBQFBVPJ7HTu7gpaalycRAg8PAKDyjy2QogCHASBcRVydoDvwH984PgCbBRis -YLouHG5rvZvtkQx7nt1Lz30= -=ECeG +iD8DBQFCKWPOEZCkKN40op4RAifjAJ40ax6bo7Cap1C9I/dcJMXpGbbruQCeMXT0 +4Cx2Eo3Zcye6qpmyrU+WVgc= +=ZrF1 -----END PGP SIGNATURE----- diff --git a/net-libs/libssh/files/digest-libssh-0.11 b/net-libs/libssh/files/digest-libssh-0.11 new file mode 100644 index 000000000000..c2ac53cfbea3 --- /dev/null +++ b/net-libs/libssh/files/digest-libssh-0.11 @@ -0,0 +1 @@ +MD5 ad703c4702646c83ca4fcace92c220d3 libssh-0.11.tgz 303761 diff --git a/net-libs/libssh/libssh-0.11.ebuild b/net-libs/libssh/libssh-0.11.ebuild new file mode 100644 index 000000000000..be40cf7a3034 --- /dev/null +++ b/net-libs/libssh/libssh-0.11.ebuild @@ -0,0 +1,20 @@ +# Copyright 1999-2005 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/net-libs/libssh/libssh-0.11.ebuild,v 1.1 2005/03/05 07:46:10 ka0ttic Exp $ + +DESCRIPTION="access a working SSH implementation by means of a library" +HOMEPAGE="http://0xbadc0de.be/?part=libssh" +SRC_URI="http://www.0xbadc0de.be/libssh/${P}.tgz" + +LICENSE="LGPL-2.1" +SLOT="0" +KEYWORDS="~ppc ~x86" +IUSE="" + +DEPEND="sys-libs/zlib + dev-libs/openssl" + +src_install() { + make prefix="${D}/usr" install || die "make install failed" + chmod a-x ${D}/usr/include/libssh/* +} |