aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrian Dolbec <dolsen@gentoo.org>2016-05-01 14:30:26 -0700
committerBrian Dolbec <dolsen@gentoo.org>2016-05-01 14:30:26 -0700
commitf21bde0c249412b5f0f4dc9fd9c00c662378e9ad (patch)
tree74fb06d6c286b460ed2a2fcc65afe4abaa680211
parentInitial README with some basic rules for this repo (diff)
downloadgen-b0rk-f21bde0c249412b5f0f4dc9fd9c00c662378e9ad.tar.gz
gen-b0rk-f21bde0c249412b5f0f4dc9fd9c00c662378e9ad.tar.bz2
gen-b0rk-f21bde0c249412b5f0f4dc9fd9c00c662378e9ad.zip
Initial layout, repo_name and metadata.xml skeleton
-rw-r--r--metadata.xml.skeleton26
-rw-r--r--metadata/layout.conf2
-rw-r--r--profiles/categories5
-rw-r--r--profiles/repo_name1
4 files changed, 34 insertions, 0 deletions
diff --git a/metadata.xml.skeleton b/metadata.xml.skeleton
new file mode 100644
index 0000000..da7c4a8
--- /dev/null
+++ b/metadata.xml.skeleton
@@ -0,0 +1,26 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<!--
+# $Id$
+
+This is the example metadata file.
+The root element of this file is <pkgmetadata>. Within this element a
+number of subelements are allowed, the most common being maintainer.
+
+For a full description look at:
+https://devmanual.gentoo.org/ebuild-writing/misc-files/metadata/
+
+Before committing, please remove the comments from this file. They are
+not relevant for general metadata.xml files.
+-->
+<pkgmetadata>
+<maintainer type="person">
+ <email>exampledev@gentoo.org</email>
+ <description>Primary maintainer</description>
+</maintainer>
+<maintainer type="project">
+ <email>exampleproject@gentoo.org</email>
+ <name>Gentoo Example Project</name>
+</maintainer>
+<longdescription>Test for ???</longdescription>
+</pkgmetadata>
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/categories b/profiles/categories
new file mode 100644
index 0000000..8365ef7
--- /dev/null
+++ b/profiles/categories
@@ -0,0 +1,5 @@
+deps-test
+eapi-test
+keywords-test
+live-vcs
+xml-test
diff --git a/profiles/repo_name b/profiles/repo_name
new file mode 100644
index 0000000..be3dd6a
--- /dev/null
+++ b/profiles/repo_name
@@ -0,0 +1 @@
+gen-b0rk