summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFlorian Schmaus <flow@gentoo.org>2023-11-07 08:57:03 +0100
committerFlorian Schmaus <flow@gentoo.org>2023-11-07 09:03:03 +0100
commit02494c8b8f254b2016ed9bf5a86d5b49dfc8fbc8 (patch)
treed3ae7b5cb07831e14c047ae69aa283f4113c9229 /metadata
downloadtex-overlay-02494c8b8f254b2016ed9bf5a86d5b49dfc8fbc8.tar.gz
tex-overlay-02494c8b8f254b2016ed9bf5a86d5b49dfc8fbc8.tar.bz2
tex-overlay-02494c8b8f254b2016ed9bf5a86d5b49dfc8fbc8.zip
Initial commit
This is the initial commit of the new tex-overlay that is used to develop ebuilds for new versions of TeX Live. Co-authored-by: Paul Zander <negril.nx@gmail.com> Signed-off-by: Paul Zander <negril.nx@gmail.com> Signed-off-by: Florian Schmaus <flow@gentoo.org>
Diffstat (limited to 'metadata')
-rw-r--r--metadata/.gitignore2
-rw-r--r--metadata/layout.conf27
-rw-r--r--metadata/pkgcheck.conf3
3 files changed, 32 insertions, 0 deletions
diff --git a/metadata/.gitignore b/metadata/.gitignore
new file mode 100644
index 0000000..d48f533
--- /dev/null
+++ b/metadata/.gitignore
@@ -0,0 +1,2 @@
+/md5-cache/
+/pkg_desc_index
diff --git a/metadata/layout.conf b/metadata/layout.conf
new file mode 100644
index 0000000..73d8ddb
--- /dev/null
+++ b/metadata/layout.conf
@@ -0,0 +1,27 @@
+masters = gentoo
+
+# Use new hashes
+manifest-hashes = BLAKE2B SHA512
+manifest-required-hashes = SHA512
+
+# Do not update changelogs
+update-changelog = false
+
+# Use thin manifests
+thin-manifests = true
+
+# Dont sign thin manifests. There is no current policy for git commit signing
+sign-manifests = false
+
+# sign commits using git mechanisms
+sign-commits = true
+
+# indicate that ebuilds with the specified EAPIs are banned
+eapis-banned = 0 1 2 3 4 5 6
+
+# indicate that ebuilds with the specified EAPIs are deprecated
+eapis-deprecated = 7
+
+
+use-manifests = true
+profile-formats = portage-2
diff --git a/metadata/pkgcheck.conf b/metadata/pkgcheck.conf
new file mode 100644
index 0000000..8a4d141
--- /dev/null
+++ b/metadata/pkgcheck.conf
@@ -0,0 +1,3 @@
+[DEFAULT]
+checks = -UnstableOnlyCheck,-RedundantVersionCheck,-ImlateCheck
+keywords = -NonsolvableDepsInDev,-NonsolvableDepsInExp \ No newline at end of file