diff options
author | Tomas Chvatal <scarabeus@gentoo.org> | 2011-01-01 15:59:57 +0000 |
---|---|---|
committer | Tomas Chvatal <scarabeus@gentoo.org> | 2011-01-01 15:59:57 +0000 |
commit | 9eae92f2e1304337cd6b3c298aed61e1725b0be0 (patch) | |
tree | 9539e885b59685672be97525f7e4f862766822a6 /net-libs/libssh | |
parent | Version bump. (diff) | |
download | gentoo-2-9eae92f2e1304337cd6b3c298aed61e1725b0be0.tar.gz gentoo-2-9eae92f2e1304337cd6b3c298aed61e1725b0be0.tar.bz2 gentoo-2-9eae92f2e1304337cd6b3c298aed61e1725b0be0.zip |
Fix git URI. Upstream seems to have fun with moving the repo around.
(Portage version: 2.2.0_alpha10/cvs/Linux x86_64)
Diffstat (limited to 'net-libs/libssh')
-rw-r--r-- | net-libs/libssh/ChangeLog | 7 | ||||
-rw-r--r-- | net-libs/libssh/libssh-9999.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/net-libs/libssh/ChangeLog b/net-libs/libssh/ChangeLog index b55c7ce4703b..b19191b4fd96 100644 --- a/net-libs/libssh/ChangeLog +++ b/net-libs/libssh/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-libs/libssh -# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-libs/libssh/ChangeLog,v 1.36 2010/11/22 21:36:41 scarabeus Exp $ +# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/net-libs/libssh/ChangeLog,v 1.37 2011/01/01 15:59:57 scarabeus Exp $ + + 01 Jan 2011; Tomáš Chvátal <scarabeus@gentoo.org> libssh-9999.ebuild: + Fix git URI. Upstream seems to have fun with moving the repo around. *libssh-9999 (22 Nov 2010) *libssh-0.4.6 (22 Nov 2010) diff --git a/net-libs/libssh/libssh-9999.ebuild b/net-libs/libssh/libssh-9999.ebuild index ec7beca94c58..456ef3a6c307 100644 --- a/net-libs/libssh/libssh-9999.ebuild +++ b/net-libs/libssh/libssh-9999.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2010 Gentoo Foundation +# Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-libs/libssh/libssh-9999.ebuild,v 1.1 2010/11/22 21:36:41 scarabeus Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-libs/libssh/libssh-9999.ebuild,v 1.2 2011/01/01 15:59:57 scarabeus Exp $ EAPI=3 @@ -8,7 +8,7 @@ inherit eutils cmake-utils git DESCRIPTION="Access a working SSH implementation by means of a library" HOMEPAGE="http://www.libssh.org/" -EGIT_REPO_URI="git://git.libssh.org/projects/libssh/libssh.git" +EGIT_REPO_URI="git://git.libssh.org/projects/libssh.git" LICENSE="LGPL-2.1" KEYWORDS="" |