-
Notifications
You must be signed in to change notification settings - Fork 28
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
gentoo added portage configuration files
[skip ci]
- Loading branch information
Showing
31 changed files
with
66 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
# Portage configuration | ||
|
||
You can inspire from these configuration files, I'm using them on my development machine. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
FEATURES="ccache" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
# See https://wiki.gentoo.org/wiki/Valgrind#Troubleshooting | ||
CFLAGS="${CFLAGS} -ggdb" | ||
CXXFLAGS="${CXXFLAGS} -ggdb" | ||
FEATURES="${FEATURES} splitdebug compressdebug -nostrip" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
# See https://wiki.gentoo.org/wiki/GDB#Retain_debug_symbols | ||
FEATURES="${FEATURES} installsources" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
LTO="-flto=auto -fno-fat-lto-objects" | ||
CFLAGS="${CFLAGS} ${LTO}" | ||
CXXFLAGS="${CXXFLAGS} ${LTO}" |
1 change: 1 addition & 0 deletions
1
tools/distributions/gentoo/etc/portage/package.accept_keywords/ccache
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
dev-util/ccache ~amd64 |
12 changes: 12 additions & 0 deletions
12
tools/distributions/gentoo/etc/portage/package.accept_keywords/clang
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
# Use the latest Clang 😎 | ||
sys-devel/llvm* ~amd64 | ||
sys-devel/clang* ~amd64 | ||
sys-libs/compiler-rt* ~amd64 | ||
sys-libs/libomp ~amd64 | ||
dev-debug/lldb ~amd64 | ||
sys-devel/lld ~amd64 | ||
sys-devel/lld-toolchain-symlinks ~amd64 | ||
dev-python/lid ~amd64 | ||
sys-libs/libcxx ~amd64 | ||
sys-libs/libcxxabi ~amd64 | ||
sys-libs/llvm-libunwind ~amd64 |
1 change: 1 addition & 0 deletions
1
tools/distributions/gentoo/etc/portage/package.accept_keywords/cmake
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
dev-build/cmake ~amd64 |
1 change: 1 addition & 0 deletions
1
tools/distributions/gentoo/etc/portage/package.accept_keywords/eselect-pwsh
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
app-eselect/eselect-pwsh ~amd64 |
1 change: 1 addition & 0 deletions
1
tools/distributions/gentoo/etc/portage/package.accept_keywords/gcc
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
sys-devel/gcc ~amd64 |
1 change: 1 addition & 0 deletions
1
tools/distributions/gentoo/etc/portage/package.accept_keywords/gcc-config
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
sys-devel/gcc-config ~amd64 |
1 change: 1 addition & 0 deletions
1
tools/distributions/gentoo/etc/portage/package.accept_keywords/mariadb-connector-c
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
dev-db/mariadb-connector-c ~amd64 |
1 change: 1 addition & 0 deletions
1
tools/distributions/gentoo/etc/portage/package.accept_keywords/mold
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
sys-devel/mold ~amd64 |
1 change: 1 addition & 0 deletions
1
tools/distributions/gentoo/etc/portage/package.accept_keywords/mysql-connector-c
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
dev-db/mysql-connector-c ~amd64 |
1 change: 1 addition & 0 deletions
1
tools/distributions/gentoo/etc/portage/package.accept_keywords/postgresql
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
dev-db/postgresql ~amd64 |
1 change: 1 addition & 0 deletions
1
tools/distributions/gentoo/etc/portage/package.accept_keywords/pwsh-bin
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
app-shells/pwsh-bin ~amd64 |
2 changes: 2 additions & 0 deletions
2
tools/distributions/gentoo/etc/portage/package.accept_keywords/tinyorm
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
dev-db/tinyorm ~amd64 | ||
dev-cpp/tabulate ~amd64 |
1 change: 1 addition & 0 deletions
1
tools/distributions/gentoo/etc/portage/package.accept_keywords/vscode
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
app-editors/vscode ~amd64 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
sys-libs/glibc debugsyms installsources |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
dev-db/tinyorm ccache |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
# Enable the gold linker | ||
sys-devel/binutils gold |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
dev-util/ccache doc |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
sys-devel/clang doc | ||
# clang <15 set flags on sys-devel/clang package | ||
<sys-devel/clang-15 default-lld llvm-libunwind default-compiler-rt | ||
# from clang 15 it was extracted to the sys-devel/clang-common | ||
>=sys-devel/clang-common-15 default-lld llvm-libunwind default-compiler-rt | ||
# required by sys-devel/clang-common-15.0.7-r3::gentoo[llvm-libunwind,default-compiler-rt] | ||
# required by sys-devel/clang-15.0.7-r1::gentoo | ||
# required by @selected | ||
# required by @world (argument) | ||
>=sys-libs/llvm-libunwind-15.0.7 static-libs |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
dev-db/mysql -server -perl |
1 change: 1 addition & 0 deletions
1
tools/distributions/gentoo/etc/portage/package.use/mysql-connector-c
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
dev-db/mysql-connector-c static-libs |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
dev-db/postgresql -server |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
dev-qt/qtbase dbus mysql postgres -cups -gtk -libinput -libproxy -nls -udev |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
dev-qt/qtsql postgres -debug |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
dev-db/tinyorm lto mysql postgres sqlite mysql-ping tom tom-cli | ||
# The sqlite use flag is ON by default so -sqlite is needed, postgres isn't ON by default | ||
# dev-db/tinyorm build-drivers lto mysql -sqlite |
3 changes: 3 additions & 0 deletions
3
tools/distributions/gentoo/etc/portage/profile/package.use.mask
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
# Unmask the gold USE flag | ||
sys-devel/binutils -gold | ||
|
2 changes: 2 additions & 0 deletions
2
tools/distributions/gentoo/etc/portage/repos.conf/crystal-repo.conf
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
[crystal] | ||
location = /var/db/repos/crystal |