New cherboiche git URI

This commit is contained in:
2016-01-27 09:20:22 +00:00
parent b0a59a0cf6
commit 4b47298fd5
4 changed files with 7 additions and 8 deletions

View File

@@ -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: 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. 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 ## CONTENT
- media-libs/openal-9999 : OpenAL with echo-cancelation patches used by some Tox clients (like uTox et qtox) - 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 - x11-wm/dwm-9999 : dev version of dwm without any patches

View File

@@ -3,12 +3,11 @@
<repo priority="50" quality="experimental"> <repo priority="50" quality="experimental">
<name>cherb-overlay</name> <name>cherb-overlay</name>
<description>Just a bunch of ebuilds</description> <description>Just a bunch of ebuilds</description>
<homepage>https://lab.cherboiche.org/gentoo/cherb-overlay</homepage> <homepage>https://git.cherboiche.org/gentoo/cherb-overlay</homepage>
<owner> <owner>
<email>gentoo@cherboiche.org</email> <email>gentoo@cherboiche.org</email>
<name>boudin</name> <name>boudin</name>
</owner> </owner>
<source type="git">https://lab.cherboiche.org/gentoo/cherb-overlay.git</source> <source type="git">https://git.cherboiche.org/gentoo/cherb-overlay.git</source>
<feed>https://lab.cherboiche.org/gentoo/cherb-overlay/commits/master.atom</feed>
</repo> </repo>
</repositories> </repositories>

View File

@@ -7,7 +7,7 @@ inherit eutils git-2 savedconfig toolchain-funcs
DESCRIPTION="a simple web browser based on WebKit/GTK+" DESCRIPTION="a simple web browser based on WebKit/GTK+"
HOMEPAGE="http://surf.suckless.org/" 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" LICENSE="MIT"
SLOT="0" SLOT="0"

View File

@@ -7,7 +7,7 @@ inherit eutils git-r3 multilib savedconfig toolchain-funcs
DESCRIPTION="simple terminal implementation for X" DESCRIPTION="simple terminal implementation for X"
HOMEPAGE="http://st.suckless.org/" 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" LICENSE="MIT-with-advertising"
SLOT="0" SLOT="0"