dotfiles

personal dotfiles
git clone anongit@rnpnr.xyz:dotfiles.git
Log | Files | Refs | Feed | Submodules

Commit: 16c2eed1f0a3e6d2e458792c0ed1fee2817bee2b
Parent: 91f82fad4028813f0a9749e65ea1d3b71d8bcefa
Author: 0x766F6964
Date:   Sat, 21 Mar 2020 16:28:55 -0600

update firefox to version in tree and use smael's overlay for rust

smael includes some patches which work around dumb design in cargo

Diffstat:
Metc/portage/package.accept_keywords | 20+++-----------------
Metc/portage/package.mask | 3++-
Metc/portage/package.unmask | 5++++-
Metc/portage/package.use/dev | 2+-
Metc/portage/repos.conf | 5+++++
5 files changed, 15 insertions(+), 20 deletions(-)

diff --git a/etc/portage/package.accept_keywords b/etc/portage/package.accept_keywords @@ -12,16 +12,6 @@ media-fonts/* ~amd64 ~sys-kernel/linux-headers-4.19::musl ~amd64 -~virtual/rust-1.39.0 ~amd64 -~sys-devel/clang-9.0.1 ~amd64 -~sys-devel/clang-runtime-9.0.1 ~amd64 -~sys-libs/compiler-rt-9.0.1 ~amd64 -~sys-libs/compiler-rt-sanitizers-9.0.1 ~amd64 -~sys-libs/libomp-9.0.1 ~amd64 -~sys-devel/lld-9.0.1 ~amd64 -~sys-devel/llvm-9.0.1 ~amd64 -~sys-devel/llvmgold-9 ~amd64 - ~x11-misc/xidle-26052015 ~amd64 # Personally Unmasked @@ -32,13 +22,9 @@ media-sound/ncmpcpp ~amd64 media-video/mpv ~amd64 net-misc/youtube-dl ~amd64 -www-client/dillo ~amd64 - -www-client/palemoon ~amd64 -~www-client/firefox-72.0.2 ~amd64 -~dev-libs/nss-3.48 ~amd64 -~dev-libs/nspr-4.24 ~amd64 -~dev-util/cbindgen-0.10.1 ~amd64 +~www-client/firefox-74.0 ~amd64 +~media-libs/libvpx-1.8.2 ~amd64 +~media-libs/libwebp-1.1.0 ~amd64 dev-lang/lua:5.2 ~amd64 ~app-eselect/eselect-lua-1 ~amd64 diff --git a/etc/portage/package.mask b/etc/portage/package.mask @@ -1,4 +1,3 @@ -dev-libs/elfutils::gentoo media-libs/mesa::gentoo # gtk3 >x11-themes/adwaita-icon-theme-3.22.0-r2 @@ -26,3 +25,5 @@ sys-power/upower =net-fs/samba-4.11.6-r2 =sys-libs/ldb-2.0.8::gentoo + +*/*::smaeul diff --git a/etc/portage/package.unmask b/etc/portage/package.unmask @@ -1,4 +1,4 @@ -~www-client/firefox-72.0.2 +~www-client/firefox-74.0 =dev-util/android-tools-5.1.1_p13 @@ -6,3 +6,6 @@ dev-lang/lua:5.2 =app-eselect/eselect-lua-1 app-editors/nvi + +dev-lang/rust::smaeul +sys-libs/libssp_nonshared::smaeul diff --git a/etc/portage/package.use/dev b/etc/portage/package.use/dev @@ -3,7 +3,7 @@ dev-lang/lua static dev-lang/python ncurses readline dev-lang/python:2.7 sqlite dev-lang/python sqlite -dev-lang/rust system-llvm +dev-lang/rust system-bootstrap system-llvm dev-libs/boost nls dev-libs/elfutils -utils dev-libs/libressl static-libs -asm diff --git a/etc/portage/repos.conf b/etc/portage/repos.conf @@ -19,3 +19,8 @@ sync-uri = git://anongit.gentoo.org/proj/musl.git location = /usr/portage/palemoon sync-type = git sync-uri = https://github.com/deu/palemoon-overlay.git + +[smaeul] +location = /usr/portage/smaeul +sync-type = git +sync-uri = https://github.com/smaeul/portage-overlay.git