summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJason A. Donenfeld <Jason@zx2c4.com>2012-05-07 23:44:53 +0200
committerJason A. Donenfeld <Jason@zx2c4.com>2012-05-07 23:44:53 +0200
commit02c2e09c9bdb098d8e92935b82da01e953c97303 (patch)
tree1f87145d54d4d2851c1fd0cd42b586f6115a2af0
downloadexheres-02c2e09c9bdb098d8e92935b82da01e953c97303.tar.xz
exheres-02c2e09c9bdb098d8e92935b82da01e953c97303.zip
Initial skeleton.
-rw-r--r--.gitattributes5
-rw-r--r--.gitignore6
-rw-r--r--metadata/about.conf4
-rw-r--r--metadata/categories.conf0
-rw-r--r--metadata/layout.conf5
-rw-r--r--metadata/repository_mask.conf0
-rw-r--r--profiles/repo_name1
7 files changed, 21 insertions, 0 deletions
diff --git a/.gitattributes b/.gitattributes
new file mode 100644
index 0000000..4a84e5c
--- /dev/null
+++ b/.gitattributes
@@ -0,0 +1,5 @@
+# Disable checks 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..2438f41
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,6 @@
+*~
+.*~
+.*swp
+.project
+/.cache
+/metadata/cache
diff --git a/metadata/about.conf b/metadata/about.conf
new file mode 100644
index 0000000..30a3080
--- /dev/null
+++ b/metadata/about.conf
@@ -0,0 +1,4 @@
+homepage = http://www.zx2c4.com/
+status = dev
+summary = Jason A. Donenfeld's dev repo
+owner = Jason A. Donenfeld <Jason@zx2c4.com>
diff --git a/metadata/categories.conf b/metadata/categories.conf
new file mode 100644
index 0000000..e69de29
--- /dev/null
+++ b/metadata/categories.conf
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/metadata/repository_mask.conf b/metadata/repository_mask.conf
new file mode 100644
index 0000000..e69de29
--- /dev/null
+++ b/metadata/repository_mask.conf
diff --git a/profiles/repo_name b/profiles/repo_name
new file mode 100644
index 0000000..4b39b50
--- /dev/null
+++ b/profiles/repo_name
@@ -0,0 +1 @@
+zx2c4