summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAaron Walker <ka0ttic@gentoo.org>2005-03-05 07:46:10 +0000
committerAaron Walker <ka0ttic@gentoo.org>2005-03-05 07:46:10 +0000
commite73d442596c0a07d3c71ffc54f693c58abafe7be (patch)
tree096892f4a9df6a79e87ae658558ec7f14f9ea594 /net-libs/libssh
parentVersion bumped. (diff)
downloadgentoo-2-e73d442596c0a07d3c71ffc54f693c58abafe7be.tar.gz
gentoo-2-e73d442596c0a07d3c71ffc54f693c58abafe7be.tar.bz2
gentoo-2-e73d442596c0a07d3c71ffc54f693c58abafe7be.zip
Version bump for bug 84117.
(Portage version: 2.0.51.19)
Diffstat (limited to 'net-libs/libssh')
-rw-r--r--net-libs/libssh/ChangeLog9
-rw-r--r--net-libs/libssh/Manifest14
-rw-r--r--net-libs/libssh/files/digest-libssh-0.111
-rw-r--r--net-libs/libssh/libssh-0.11.ebuild20
4 files changed, 31 insertions, 13 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..41fd3ea891db 100644
--- a/net-libs/libssh/Manifest
+++ b/net-libs/libssh/Manifest
@@ -1,14 +1,6 @@
------BEGIN PGP SIGNED MESSAGE-----
-Hash: SHA1
-
MD5 59104a499f1c043835dfaf3c907faf72 libssh-0.1.ebuild 826
-MD5 d523d40dd87d09667de6e04799f89ec0 ChangeLog 741
+MD5 4b4ea4ec40737ac858963fa1ca743a82 libssh-0.11.ebuild 599
+MD5 9b88a8bd552ad972b74aa6e66e7592d8 ChangeLog 870
MD5 67176a673d5f792bc9cf28e4c632e49b metadata.xml 252
MD5 f3008419ae3b4a4b4f9e0781459a4510 files/digest-libssh-0.1 59
------BEGIN PGP SIGNATURE-----
-Version: GnuPG v1.9.10 (GNU/Linux)
-
-iD8DBQFBVPJ7HTu7gpaalycRAg8PAKDyjy2QogCHASBcRVydoDvwH984PgCbBRis
-YLouHG5rvZvtkQx7nt1Lz30=
-=ECeG
------END PGP SIGNATURE-----
+MD5 9c7a7f99638231c3b559910de8c1b897 files/digest-libssh-0.11 60
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/*
+}