Initial commit

This commit is contained in:
2015-05-14 22:29:50 +02:00
commit 4e141d0e43
6 changed files with 42 additions and 0 deletions

10
AUTHORS Normal file
View 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
View 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
View File

@@ -0,0 +1,2 @@
masters = gentoo
thin-manifests = true

6
profiles/package.mask Normal file
View 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
View File

@@ -0,0 +1 @@
tox-overlay

15
repository.xml Normal file
View 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>