From f592756cd1af5120a9d0eac0ef8c6fa01f3b3bcb Mon Sep 17 00:00:00 2001 From: omicron Date: Tue, 10 Jun 2025 19:07:56 +0200 Subject: [PATCH] Initial commit --- .gitignore | 1 + README.md | 5 +++++ metadata/layout.conf | 3 +++ profiles/eapi | 1 + profiles/repo_name | 1 + 5 files changed, 11 insertions(+) create mode 100644 .gitignore create mode 100644 README.md create mode 100644 metadata/layout.conf create mode 100644 profiles/eapi create mode 100644 profiles/repo_name diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..70cffbf --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +metadata/md5-cache diff --git a/README.md b/README.md new file mode 100644 index 0000000..8538270 --- /dev/null +++ b/README.md @@ -0,0 +1,5 @@ +# omicron overlay + +This is the personal overlay of omicron. It contains random version bumps, +patches and ebuilds for my personal use. The overlay is published in the hope +that it may be useful to someone without providing any guarantees. diff --git a/metadata/layout.conf b/metadata/layout.conf new file mode 100644 index 0000000..20fcfea --- /dev/null +++ b/metadata/layout.conf @@ -0,0 +1,3 @@ +masters = gentoo +thin-manifests = true +sign-manifests = false diff --git a/profiles/eapi b/profiles/eapi new file mode 100644 index 0000000..45a4fb7 --- /dev/null +++ b/profiles/eapi @@ -0,0 +1 @@ +8 diff --git a/profiles/repo_name b/profiles/repo_name new file mode 100644 index 0000000..420b706 --- /dev/null +++ b/profiles/repo_name @@ -0,0 +1 @@ +omicron