From 4b47298fd5272c159eeb9b3f0d033da457f8275f Mon Sep 17 00:00:00 2001 From: boudin Date: Wed, 27 Jan 2016 09:20:22 +0000 Subject: [PATCH] New cherboiche git URI --- README.md | 4 ++-- repository.xml | 7 +++---- www-client/surf/surf-9999.ebuild | 2 +- x11-terms/st/st-9999.ebuild | 2 +- 4 files changed, 7 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index bedd624..af88c26 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ A portage overlay with random stuff I'm using for my computers. To add this overlay manually, run as root or using sudo: ``` -layman -f -o https://lab.cherboiche.org/gentoo/cherb-overlay/raw/master/repository.xml -a cherb-overlay +layman -f -o https://git.cherboiche.org/gentoo/cherb-overlay/raw/master/repository.xml -a cherb-overlay ``` If an error occurs, please check that you're using at least python 3.3. @@ -14,4 +14,4 @@ If an error occurs, please check that you're using at least python 3.3. ## CONTENT - media-libs/openal-9999 : OpenAL with echo-cancelation patches used by some Tox clients (like uTox et qtox) -- x11-wm/dwm-9999 : dev version of dwm without any patches \ No newline at end of file +- x11-wm/dwm-9999 : dev version of dwm without any patches diff --git a/repository.xml b/repository.xml index 43805c0..5c76ab5 100644 --- a/repository.xml +++ b/repository.xml @@ -3,12 +3,11 @@ cherb-overlay Just a bunch of ebuilds - https://lab.cherboiche.org/gentoo/cherb-overlay + https://git.cherboiche.org/gentoo/cherb-overlay gentoo@cherboiche.org boudin - https://lab.cherboiche.org/gentoo/cherb-overlay.git - https://lab.cherboiche.org/gentoo/cherb-overlay/commits/master.atom + https://git.cherboiche.org/gentoo/cherb-overlay.git - \ No newline at end of file + diff --git a/www-client/surf/surf-9999.ebuild b/www-client/surf/surf-9999.ebuild index add5c37..ea04f35 100644 --- a/www-client/surf/surf-9999.ebuild +++ b/www-client/surf/surf-9999.ebuild @@ -7,7 +7,7 @@ inherit eutils git-2 savedconfig toolchain-funcs DESCRIPTION="a simple web browser based on WebKit/GTK+" HOMEPAGE="http://surf.suckless.org/" -EGIT_REPO_URI="https://lab.cherboiche.org/gentoo/surf.git" +EGIT_REPO_URI="https://git.cherboiche.org/boudin/surf.git" LICENSE="MIT" SLOT="0" diff --git a/x11-terms/st/st-9999.ebuild b/x11-terms/st/st-9999.ebuild index 74a4b84..70e54c0 100644 --- a/x11-terms/st/st-9999.ebuild +++ b/x11-terms/st/st-9999.ebuild @@ -7,7 +7,7 @@ inherit eutils git-r3 multilib savedconfig toolchain-funcs DESCRIPTION="simple terminal implementation for X" HOMEPAGE="http://st.suckless.org/" -EGIT_REPO_URI="https://lab.cherboiche.org/gentoo/st.git" +EGIT_REPO_URI="https://git.cherboiche.org/boudin/st.git" LICENSE="MIT-with-advertising" SLOT="0"