New cherboiche git URI
This commit is contained in:
@@ -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
|
||||
- x11-wm/dwm-9999 : dev version of dwm without any patches
|
||||
|
||||
@@ -3,12 +3,11 @@
|
||||
<repo priority="50" quality="experimental">
|
||||
<name>cherb-overlay</name>
|
||||
<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>
|
||||
<email>gentoo@cherboiche.org</email>
|
||||
<name>boudin</name>
|
||||
</owner>
|
||||
<source type="git">https://lab.cherboiche.org/gentoo/cherb-overlay.git</source>
|
||||
<feed>https://lab.cherboiche.org/gentoo/cherb-overlay/commits/master.atom</feed>
|
||||
<source type="git">https://git.cherboiche.org/gentoo/cherb-overlay.git</source>
|
||||
</repo>
|
||||
</repositories>
|
||||
</repositories>
|
||||
|
||||
@@ -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"
|
||||
|
||||
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user