summaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
authorWolfgang Müller2021-12-28 14:45:52 +0200
committerWolfgang Müller2021-12-28 14:45:52 +0200
commit385d96d2d937fa629339f80e972a4744a210653b (patch)
tree79b6a20e939499908645d1e3b238b886e745583b
downloadsyys-385d96d2d937fa629339f80e972a4744a210653b.tar.gz
Initial commit
-rw-r--r--make.conf39
-rw-r--r--package.accept_keywords1
-rw-r--r--package.use4
-rw-r--r--repos.conf/gentoo.conf19
-rw-r--r--repos.conf/musl.conf6
5 files changed, 69 insertions, 0 deletions
diff --git a/make.conf b/make.conf
new file mode 100644
index 0000000..2cbdd39
--- /dev/null
+++ b/make.conf
@@ -0,0 +1,39 @@
+# These settings were set by the catalyst build script that automatically
+# built this stage.
+# Please consult /usr/share/portage/config/make.conf.example for a more
+# detailed example.
+COMMON_FLAGS="-O2 -march=i686 -pipe"
+CFLAGS="${COMMON_FLAGS}"
+CXXFLAGS="${COMMON_FLAGS}"
+FCFLAGS="${COMMON_FLAGS}"
+FFLAGS="${COMMON_FLAGS}"
+# WARNING: Changing your CHOST is not something that should be done lightly.
+# Please consult https://wiki.gentoo.org/wiki/Changing_the_CHOST_variable before changing.
+CHOST="i686-gentoo-linux-musl"
+
+# NOTE: This stage was built with the bindist Use flag enabled
+PORTDIR="/var/db/repos/gentoo"
+DISTDIR="/var/cache/distfiles"
+PKGDIR="/var/cache/binpkgs"
+
+# This sets the language of build output to English.
+# Please keep this setting intact when reporting bugs.
+LC_MESSAGES=C
+
+MAKEOPTS="-j1"
+
+CPU_FLAGS_X86="mmx"
+
+GENTOO_MIRRORS="http://gentoo.mirrors.ovh.net/gentoo-distfiles/"
+
+PORT_LOGDIR="/var/log/portage/"
+PORTAGE_ELOG_CLASSES="log warn error"
+PORTAGE_ELOG_SYSTEM="echo save:*"
+
+PORTAGE_COMPRESS=""
+
+EMERGE_DEFAULT_OPTS="--ask --alert --autounmask-write=n --jobs=1"
+
+FEATURES="compress-build-logs clean-logs split-elog split-log"
+
+INSTALL_MASK="/usr/share/doc/*"
diff --git a/package.accept_keywords b/package.accept_keywords
new file mode 100644
index 0000000..9fd924b
--- /dev/null
+++ b/package.accept_keywords
@@ -0,0 +1 @@
+app-admin/doas
diff --git a/package.use b/package.use
new file mode 100644
index 0000000..3399f83
--- /dev/null
+++ b/package.use
@@ -0,0 +1,4 @@
+dev-vcs/git -perl
+media-fonts/terminus-font -* psf center-tilde
+www-client/links fbcon gpm jpeg
+net-vpn/wireguard-tools -wg-quick
diff --git a/repos.conf/gentoo.conf b/repos.conf/gentoo.conf
new file mode 100644
index 0000000..e94c086
--- /dev/null
+++ b/repos.conf/gentoo.conf
@@ -0,0 +1,19 @@
+[DEFAULT]
+main-repo = gentoo
+
+[gentoo]
+location = /var/db/repos/gentoo
+sync-type = rsync
+sync-uri = rsync://rsync.gentoo.org/gentoo-portage
+auto-sync = yes
+sync-rsync-verify-jobs = 1
+sync-rsync-verify-metamanifest = no
+sync-rsync-verify-max-age = 24
+sync-openpgp-key-path = /usr/share/openpgp-keys/gentoo-release.asc
+sync-openpgp-keyserver = hkps://keys.gentoo.org
+sync-openpgp-key-refresh-retry-count = 40
+sync-openpgp-key-refresh-retry-overall-timeout = 1200
+sync-openpgp-key-refresh-retry-delay-exp-base = 2
+sync-openpgp-key-refresh-retry-delay-max = 60
+sync-openpgp-key-refresh-retry-delay-mult = 4
+sync-webrsync-verify-signature = yes
diff --git a/repos.conf/musl.conf b/repos.conf/musl.conf
new file mode 100644
index 0000000..2c6d213
--- /dev/null
+++ b/repos.conf/musl.conf
@@ -0,0 +1,6 @@
+[musl]
+location = /var/db/repos/musl
+sync-type = git
+sync-uri = https://anongit.gentoo.org/git/proj/musl.git
+auto-sync = yes
+sync-depth = 1