summaryrefslogtreecommitdiff
path: root/eclass/git-2.eclass
diff options
context:
space:
mode:
authorTomas Chvatal <scarabeus@gentoo.org>2011-03-21 18:38:48 +0100
committerTomas Chvatal <scarabeus@gentoo.org>2011-03-21 18:38:48 +0100
commit2417544dfb38803d63e60b55865988f684904ded (patch)
treec778c1fd72583b1e2b33ad2ae4f95d4b68a3375f /eclass/git-2.eclass
parent2c6ffe1de58aed4a1ca46614017f67e289506b4a (diff)
parent49ec8dce4285da6f77a584249fd49e925df7f9d9 (diff)
downloadkde-2417544dfb38803d63e60b55865988f684904ded.tar.gz
kde-2417544dfb38803d63e60b55865988f684904ded.tar.bz2
kde-2417544dfb38803d63e60b55865988f684904ded.zip
Merge branch 'master' of git+ssh://git.overlays.gentoo.org/proj/kde
Diffstat (limited to 'eclass/git-2.eclass')
-rw-r--r--eclass/git-2.eclass7
1 files changed, 0 insertions, 7 deletions
diff --git a/eclass/git-2.eclass b/eclass/git-2.eclass
index 5376ba346d9..43241dbf928 100644
--- a/eclass/git-2.eclass
+++ b/eclass/git-2.eclass
@@ -62,13 +62,6 @@ git-2_init_variables() {
# @DESCRIPTION:
# URI for the repository
# e.g. http://foo, git://bar
- # Supported protocols:
- # http://
- # https://
- # git://
- # git+ssh://
- # rsync://
- # ssh://
#
# Support multiple values:
# EGIT_REPO_URI="git://a/b.git http://c/d.git"