|
From: Yoda-JM <yo...@us...> - 2009-08-20 11:01:02
|
Module: performous Branch: master Commit: 5d4bb03ac7b98561b43d0d3eb9fbf46aaf3830fd Author: Vincent Le Ligeour <yo...@us...> Date: Thu Aug 20 13:00:22 2009 +0200 Changed git repository URL according to the new sf.net scheme --- docs/Compiling.txt | 2 +- docs/git.txt | 6 +++--- .../games-arcade/performous/performous-9999.ebuild | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/docs/Compiling.txt b/docs/Compiling.txt index 8f1128d..629d4c1 100644 --- a/docs/Compiling.txt +++ b/docs/Compiling.txt @@ -1,7 +1,7 @@ To install from git: # Checkout the git - git clone git://performous.git.sourceforge.net/gitroot/performous + git clone git://performous.git.sourceforge.net/gitroot/performous/performous # Create separate build folder under trunk to avoid polluting the source three mkdir performous/build cd performous/build diff --git a/docs/git.txt b/docs/git.txt index 0cfe8ef..0d5190d 100644 --- a/docs/git.txt +++ b/docs/git.txt @@ -11,11 +11,11 @@ Getting started Most probably you figured the clone part out by yourself: - $ git clone git://performous.git.sourceforge.net/gitroot/performous <new-working-dir> + $ git clone git://performous.git.sourceforge.net/gitroot/performous/performous <new-working-dir> respectively - $ git clone ssh://<username>@performous.git.sourceforge.net/gitroot/performous <new-working-dir> + $ git clone ssh://<username>@performous.git.sourceforge.net/gitroot/performous/performous <new-working-dir> if you are a developer and want to have write access on our global repository. @@ -100,4 +100,4 @@ When you become a developer of performous, you'll probably already have a clone of the performous repository. To be able to commit, you need to change the project url with this command: - $ git config remote.origin.url ssh://USER@performous.git.sourceforge.net/gitroot/performous + $ git config remote.origin.url ssh://USER@performous.git.sourceforge.net/gitroot/performous/performous diff --git a/portage-overlay/games-arcade/performous/performous-9999.ebuild b/portage-overlay/games-arcade/performous/performous-9999.ebuild index 16ded03..110650c 100644 --- a/portage-overlay/games-arcade/performous/performous-9999.ebuild +++ b/portage-overlay/games-arcade/performous/performous-9999.ebuild @@ -17,7 +17,7 @@ SRC_URI="songs? ( mirror://sourceforge/${PN}/${SONGS_PN}-shearer-1.zip )" -EGIT_REPO_URI="git://performous.git.sourceforge.net/gitroot/performous" +EGIT_REPO_URI="git://performous.git.sourceforge.net/gitroot/performous/performous" LICENSE="GPL-2 songs? ( |