summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKenny Ballou <kballou@devnulllabs.io>2018-09-06 16:59:48 -0600
committerKenny Ballou <kballou@devnulllabs.io>2018-09-06 16:59:48 -0600
commit7b3ccce4ee5b490c35f89eb7e4b7f22d58cef191 (patch)
treed748fa834a361de141dc0c55be5065f22b2a6ceb
downloadkb-7b3ccce4ee5b490c35f89eb7e4b7f22d58cef191.tar.gz
kb-7b3ccce4ee5b490c35f89eb7e4b7f22d58cef191.tar.xz
kb-overlay: personal overlay: initial commit
A personal Gentoo package overlay. This will consolidate some of the various overlays that have been created into a single overlay. Signed-off-by: Kenny Ballou <kballou@devnulllabs.io>
-rw-r--r--README.org17
-rw-r--r--metadata/layout.conf2
-rw-r--r--profiles/repo_name1
-rw-r--r--repostiory.xml15
4 files changed, 35 insertions, 0 deletions
diff --git a/README.org b/README.org
new file mode 100644
index 0000000..935d670
--- /dev/null
+++ b/README.org
@@ -0,0 +1,17 @@
+#+LINK: gentoo https://gentoo.org
+#+LINK: overlay https://overlays.gentoo.org
+#+LINK: gpl http://www.gnu.org/licenses/gpl.html
+
+* Personal Gentoo Overlay
+
+A personal [[gentoo][Gentoo]] [[overlay][overlay]]. This contains a collection
+of packages that I have put together but have not submitted upstream for
+various reasons.
+
+** License
+
+The overlay is release, AS-IS, WITHOUT warranty under the terms and conditions
+of the GNU Public License version 3.
+
+For more information, please see the included ~LICENSE~ file. If you did not
+receive a license file, you may read the [[gpl][GPL]] online.
diff --git a/metadata/layout.conf b/metadata/layout.conf
new file mode 100644
index 0000000..ca9fee1
--- /dev/null
+++ b/metadata/layout.conf
@@ -0,0 +1,2 @@
+masters = gentoo
+thin-manifests = true
diff --git a/profiles/repo_name b/profiles/repo_name
new file mode 100644
index 0000000..c21281c
--- /dev/null
+++ b/profiles/repo_name
@@ -0,0 +1 @@
+kb-overlay
diff --git a/repostiory.xml b/repostiory.xml
new file mode 100644
index 0000000..f13871a
--- /dev/null
+++ b/repostiory.xml
@@ -0,0 +1,15 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE repositories SYSTEM "/dtd/repositories.dtd">
+<repositories xmlns="" version="1.0">
+ <repo quality="experimental" status="unofficial">
+ <name>kb-overlay</name>
+ <description lang="en">Personal Portage/Gentoo Overlay</description>
+ <homepage>https://git.devnulllabs.io/overlays/kb.git</homepage>
+ <owner>
+ <email>kballou@devnulllabs.io</email>
+ <name>Kenny Ballou</name>
+ </owner>
+ <source type="git">https://git.devnulllabs.io/overlays/kb.git</source>
+ <feed>https://git.devnulllabs.io/overlays/kb.git/log/</feed>
+ </repo>
+</repositories>