Initial commit
This commit is contained in:
10
AUTHORS
Normal file
10
AUTHORS
Normal file
@@ -0,0 +1,10 @@
|
|||||||
|
#-------------------
|
||||||
|
# AUTHORS
|
||||||
|
#-------------------
|
||||||
|
|
||||||
|
# 1. Contributors, original repositories and overlays
|
||||||
|
#------------------------------------------------------
|
||||||
|
|
||||||
|
# 2. Maintainers of this overlay
|
||||||
|
#------------------------------------------------------
|
||||||
|
# boudin <boudin [ASCII-SYMBOL-64] cherboiche.org >
|
||||||
8
README.md
Normal file
8
README.md
Normal file
@@ -0,0 +1,8 @@
|
|||||||
|
### CHERB OVERLAY
|
||||||
|
|
||||||
|
An overlay with some random stuff
|
||||||
|
|
||||||
|
To add this overlay manually, run as root or using sudo:
|
||||||
|
|
||||||
|
```
|
||||||
|
layman -f -o https://lab.cherboiche.org/boudin/cherb-overlay.git/master/repository.xml -a cherb-overlay
|
||||||
2
metadata/layout.conf
Normal file
2
metadata/layout.conf
Normal file
@@ -0,0 +1,2 @@
|
|||||||
|
masters = gentoo
|
||||||
|
thin-manifests = true
|
||||||
6
profiles/package.mask
Normal file
6
profiles/package.mask
Normal file
@@ -0,0 +1,6 @@
|
|||||||
|
# holgersson <holgersson@posteo.de> (2 Jun 2014)
|
||||||
|
# Masked blight due to build errors.
|
||||||
|
# -> seems to be something with FEATURES and that fetch in src_prepare()
|
||||||
|
=net-im/blight-9999
|
||||||
|
|
||||||
|
|
||||||
1
profiles/repo_name
Normal file
1
profiles/repo_name
Normal file
@@ -0,0 +1 @@
|
|||||||
|
tox-overlay
|
||||||
15
repository.xml
Normal file
15
repository.xml
Normal file
@@ -0,0 +1,15 @@
|
|||||||
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
|
<!DOCTYPE repositories SYSTEM "/dtd/repositories.dtd">
|
||||||
|
<repositories xmlns="" version="1.0">
|
||||||
|
<repo quality="experimental" status="official">
|
||||||
|
<name>cherb-overlay</name>
|
||||||
|
<description lang="en">Personal overlay with a few custom ebuilds</description>
|
||||||
|
<homepage>https://lab.cherboiche.org/boudin/cherb-overlay</homepage>
|
||||||
|
<owner type="project">
|
||||||
|
<email>boudin@cherboiche.org</email>
|
||||||
|
<name>boudin</name>
|
||||||
|
</owner>
|
||||||
|
<source type="git">https://lab.cherboiche.org/boudin/cherb-overlay.git</source>
|
||||||
|
<feed></feed>
|
||||||
|
</repo>
|
||||||
|
</repositories>
|
||||||
Reference in New Issue
Block a user