commit e0bf9acb16b3c6409133eccdaa7394c8872976c1 Author: Tom Willemse Date: Tue Apr 23 12:15:46 2013 +0200 Initialize repository diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..4f22cc2 --- /dev/null +++ b/.gitattributes @@ -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 diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..9da5bac --- /dev/null +++ b/.gitignore @@ -0,0 +1,8 @@ +*~ +.*~ +.*swp +#*# +.project + +/.cache +/metadata/cache diff --git a/metadata/about.conf b/metadata/about.conf new file mode 100644 index 0000000..44c9f3f --- /dev/null +++ b/metadata/about.conf @@ -0,0 +1,4 @@ +homepage = http://ryuslash.org/repositories/exoni.html +summary = Packages by ryuslash +description = This repository contains various packages. +status = third-party diff --git a/metadata/categories.conf b/metadata/categories.conf new file mode 100644 index 0000000..8cf5ccf --- /dev/null +++ b/metadata/categories.conf @@ -0,0 +1 @@ +dev-python diff --git a/metadata/layout.conf b/metadata/layout.conf new file mode 100644 index 0000000..d8a553c --- /dev/null +++ b/metadata/layout.conf @@ -0,0 +1,5 @@ +layout = exheres +eapi_when_unknown = exheres-0 +eapi_when_unspecified = exheres-0 +profile_eapi_when_unspecified = exheres-0 +masters = arbor diff --git a/profiles/repo_name b/profiles/repo_name new file mode 100644 index 0000000..a1af16b --- /dev/null +++ b/profiles/repo_name @@ -0,0 +1 @@ +exoni