Gentoo Archives: gentoo-commits

From: Tomas Chvatal <scarabeus@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/kde:master commit in: eclass/
Date: Mon, 21 Mar 2011 10:16:35
Message-Id: 19798c0ceed8f7b4f2f4989d68db20ba4cbb12a6.scarabeus@gentoo
1 commit: 19798c0ceed8f7b4f2f4989d68db20ba4cbb12a6
2 Author: Tomas Chvatal <scarabeus <AT> gentoo <DOT> org>
3 AuthorDate: Mon Mar 21 10:15:39 2011 +0000
4 Commit: Tomas Chvatal <scarabeus <AT> gentoo <DOT> org>
5 CommitDate: Mon Mar 21 10:15:39 2011 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=19798c0c
7
8 Remove useless comment part about supported protocols.
9
10 ---
11 eclass/git-2.eclass | 7 -------
12 1 files changed, 0 insertions(+), 7 deletions(-)
13
14 diff --git a/eclass/git-2.eclass b/eclass/git-2.eclass
15 index 5376ba3..43241db 100644
16 --- a/eclass/git-2.eclass
17 +++ b/eclass/git-2.eclass
18 @@ -62,13 +62,6 @@ git-2_init_variables() {
19 # @DESCRIPTION:
20 # URI for the repository
21 # e.g. http://foo, git://bar
22 - # Supported protocols:
23 - # http://
24 - # https://
25 - # git://
26 - # git+ssh://
27 - # rsync://
28 - # ssh://
29 #
30 # Support multiple values:
31 # EGIT_REPO_URI="git://a/b.git http://c/d.git"