From e0bf9acb16b3c6409133eccdaa7394c8872976c1 Mon Sep 17 00:00:00 2001 From: Tom Willemse Date: Tue, 23 Apr 2013 12:15:46 +0200 Subject: Initialize repository --- .gitattributes | 6 ++++++ .gitignore | 8 ++++++++ metadata/about.conf | 4 ++++ metadata/categories.conf | 1 + metadata/layout.conf | 5 +++++ profiles/repo_name | 1 + 6 files changed, 25 insertions(+) create mode 100644 .gitattributes create mode 100644 .gitignore create mode 100644 metadata/about.conf create mode 100644 metadata/categories.conf create mode 100644 metadata/layout.conf create mode 100644 profiles/repo_name 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 -- cgit v1.2.3-54-g00ecf