From 1b4a04155068b831faf6ea54d1fa7463cba0ee15 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Karel=20Ko=C4=8D=C3=AD?= Date: Thu, 20 Feb 2020 17:36:10 +0100 Subject: profiles: rename end profiles to more appropriate names --- profiles/host-lipwig/eapi | 1 + profiles/host-lipwig/make.defaults | 9 +++++++++ profiles/host-lipwig/package.use | 7 +++++++ profiles/host-lipwig/packages | 30 ++++++++++++++++++++++++++++++ profiles/host-lipwig/parent | 3 +++ 5 files changed, 50 insertions(+) create mode 100644 profiles/host-lipwig/eapi create mode 100644 profiles/host-lipwig/make.defaults create mode 100644 profiles/host-lipwig/package.use create mode 100644 profiles/host-lipwig/packages create mode 100644 profiles/host-lipwig/parent (limited to 'profiles/host-lipwig') diff --git a/profiles/host-lipwig/eapi b/profiles/host-lipwig/eapi new file mode 100644 index 0000000..7f8f011 --- /dev/null +++ b/profiles/host-lipwig/eapi @@ -0,0 +1 @@ +7 diff --git a/profiles/host-lipwig/make.defaults b/profiles/host-lipwig/make.defaults new file mode 100644 index 0000000..7af7632 --- /dev/null +++ b/profiles/host-lipwig/make.defaults @@ -0,0 +1,9 @@ +# vim:ft=gentoo-make-conf +USE="$USE -udev suid" +CPU_FLAGS_X86="aes avx mmx mmxext pclmul popcnt sse sse2 sse3 sse4_1 sse4_2 ssse3" + +GENTOO_MIRRORS="https://mirror.vpsfree.cz/gentoo/ http://ftp.fi.muni.cz/pub/linux/gentoo/" + +MAKEOPTS="-j6" +L10N="en" +LINGUAS="en" diff --git a/profiles/host-lipwig/package.use b/profiles/host-lipwig/package.use new file mode 100644 index 0000000..fb346cc --- /dev/null +++ b/profiles/host-lipwig/package.use @@ -0,0 +1,7 @@ +net-libs/gnutls tools + +# Webserver +www-servers/nginx vim-syntax + +# For laminar +dev-cpp/websocketpp boost diff --git a/profiles/host-lipwig/packages b/profiles/host-lipwig/packages new file mode 100644 index 0000000..7ca5c75 --- /dev/null +++ b/profiles/host-lipwig/packages @@ -0,0 +1,30 @@ +# Network +net-misc/netifrc +net-vpn/openvpn +net-vpn/wireguard-tools + +# Webserver +www-servers/nginx +app-crypt/certbot-nginx +# Radicale (CalDAV/CardDAV server) +www-apps/radicale +app-admin/apache-tools +dev-python/passlib +# Grafana and InfluxDB +www-apps/grafana-bin +dev-db/influxdb + +# TaskWarrior server +app-misc/taskd +# Synchronization +net-p2p/syncthing-conf + +# Build +dev-util/laminar + +# DNS +net-dns/knot + +# Mail +mail-mta/postfix +mail-filter/spamassassin diff --git a/profiles/host-lipwig/parent b/profiles/host-lipwig/parent new file mode 100644 index 0000000..c233a6c --- /dev/null +++ b/profiles/host-lipwig/parent @@ -0,0 +1,3 @@ +gentoo:default/linux/amd64/17.0 +../base +../compile/openwrt -- cgit v1.2.3