Initialize repository
This commit is contained in:
commit
e0bf9acb16
6 changed files with 25 additions and 0 deletions
6
.gitattributes
vendored
Normal file
6
.gitattributes
vendored
Normal file
|
@ -0,0 +1,6 @@
|
||||||
|
# Disable check for trailing whitespace for patches, they always
|
||||||
|
# trigger warnings,-blank-at-eof
|
||||||
|
*.diff whitespace=-trailing-space,-space-before-tab,-blank-at-eof
|
||||||
|
*.patch whitespace=-trailing-space,-space_before-tab,-blank-at-eof
|
||||||
|
*.exlib whitespace=-blank-at-eof
|
||||||
|
*.exheres-0 whitespace=-blank-at-eof
|
8
.gitignore
vendored
Normal file
8
.gitignore
vendored
Normal file
|
@ -0,0 +1,8 @@
|
||||||
|
*~
|
||||||
|
.*~
|
||||||
|
.*swp
|
||||||
|
#*#
|
||||||
|
.project
|
||||||
|
|
||||||
|
/.cache
|
||||||
|
/metadata/cache
|
4
metadata/about.conf
Normal file
4
metadata/about.conf
Normal file
|
@ -0,0 +1,4 @@
|
||||||
|
homepage = http://ryuslash.org/repositories/exoni.html
|
||||||
|
summary = Packages by ryuslash
|
||||||
|
description = This repository contains various packages.
|
||||||
|
status = third-party
|
1
metadata/categories.conf
Normal file
1
metadata/categories.conf
Normal file
|
@ -0,0 +1 @@
|
||||||
|
dev-python
|
5
metadata/layout.conf
Normal file
5
metadata/layout.conf
Normal file
|
@ -0,0 +1,5 @@
|
||||||
|
layout = exheres
|
||||||
|
eapi_when_unknown = exheres-0
|
||||||
|
eapi_when_unspecified = exheres-0
|
||||||
|
profile_eapi_when_unspecified = exheres-0
|
||||||
|
masters = arbor
|
1
profiles/repo_name
Normal file
1
profiles/repo_name
Normal file
|
@ -0,0 +1 @@
|
||||||
|
exoni
|
Loading…
Reference in a new issue