Gentoo Archives: gentoo-commits

From: "Tomas Chvatal (scarabeus)" <scarabeus@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in net-libs/libssh: ChangeLog libssh-9999.ebuild
Date: Sat, 01 Jan 2011 16:00:09
Message-Id: 20110101155957.7B4962004E@flycatcher.gentoo.org
1 scarabeus 11/01/01 15:59:57
2
3 Modified: ChangeLog libssh-9999.ebuild
4 Log:
5 Fix git URI. Upstream seems to have fun with moving the repo around.
6
7 (Portage version: 2.2.0_alpha10/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.37 net-libs/libssh/ChangeLog
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/libssh/ChangeLog?rev=1.37&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/libssh/ChangeLog?rev=1.37&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/libssh/ChangeLog?r1=1.36&r2=1.37
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/net-libs/libssh/ChangeLog,v
19 retrieving revision 1.36
20 retrieving revision 1.37
21 diff -u -r1.36 -r1.37
22 --- ChangeLog 22 Nov 2010 21:36:41 -0000 1.36
23 +++ ChangeLog 1 Jan 2011 15:59:57 -0000 1.37
24 @@ -1,6 +1,9 @@
25 # ChangeLog for net-libs/libssh
26 -# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/net-libs/libssh/ChangeLog,v 1.36 2010/11/22 21:36:41 scarabeus Exp $
28 +# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
29 +# $Header: /var/cvsroot/gentoo-x86/net-libs/libssh/ChangeLog,v 1.37 2011/01/01 15:59:57 scarabeus Exp $
30 +
31 + 01 Jan 2011; Tomáš Chvátal <scarabeus@g.o> libssh-9999.ebuild:
32 + Fix git URI. Upstream seems to have fun with moving the repo around.
33
34 *libssh-9999 (22 Nov 2010)
35 *libssh-0.4.6 (22 Nov 2010)
36
37
38
39 1.2 net-libs/libssh/libssh-9999.ebuild
40
41 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/libssh/libssh-9999.ebuild?rev=1.2&view=markup
42 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/libssh/libssh-9999.ebuild?rev=1.2&content-type=text/plain
43 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/libssh/libssh-9999.ebuild?r1=1.1&r2=1.2
44
45 Index: libssh-9999.ebuild
46 ===================================================================
47 RCS file: /var/cvsroot/gentoo-x86/net-libs/libssh/libssh-9999.ebuild,v
48 retrieving revision 1.1
49 retrieving revision 1.2
50 diff -u -r1.1 -r1.2
51 --- libssh-9999.ebuild 22 Nov 2010 21:36:41 -0000 1.1
52 +++ libssh-9999.ebuild 1 Jan 2011 15:59:57 -0000 1.2
53 @@ -1,6 +1,6 @@
54 -# Copyright 1999-2010 Gentoo Foundation
55 +# Copyright 1999-2011 Gentoo Foundation
56 # Distributed under the terms of the GNU General Public License v2
57 -# $Header: /var/cvsroot/gentoo-x86/net-libs/libssh/libssh-9999.ebuild,v 1.1 2010/11/22 21:36:41 scarabeus Exp $
58 +# $Header: /var/cvsroot/gentoo-x86/net-libs/libssh/libssh-9999.ebuild,v 1.2 2011/01/01 15:59:57 scarabeus Exp $
59
60 EAPI=3
61
62 @@ -8,7 +8,7 @@
63
64 DESCRIPTION="Access a working SSH implementation by means of a library"
65 HOMEPAGE="http://www.libssh.org/"
66 -EGIT_REPO_URI="git://git.libssh.org/projects/libssh/libssh.git"
67 +EGIT_REPO_URI="git://git.libssh.org/projects/libssh.git"
68
69 LICENSE="LGPL-2.1"
70 KEYWORDS=""