Signed-off-by: Marcin Woźniak <y0rune@aol.com>
This commit is contained in:
Marcin Woźniak 2020-10-08 14:39:23 +02:00
parent a9e20548a3
commit 34a40aebc8
Signed by: y0rune
GPG Key ID: F204C385F57EB348
12 changed files with 2190 additions and 92 deletions

View File

@ -1,11 +1,11 @@
# #
# Automatically generated file; DO NOT EDIT. # Automatically generated file; DO NOT EDIT.
# Linux/x86 5.8.7-gentoo Kernel Configuration # Linux/x86 5.8.13-gentoo Kernel Configuration
# #
CONFIG_CC_VERSION_TEXT="x86_64-pc-linux-gnu-gcc (Gentoo 9.3.0-r1 p3) 9.3.0" CONFIG_CC_VERSION_TEXT="x86_64-pc-linux-gnu-gcc (Gentoo 9.3.0-r1 p3) 9.3.0"
CONFIG_CC_IS_GCC=y CONFIG_CC_IS_GCC=y
CONFIG_GCC_VERSION=90300 CONFIG_GCC_VERSION=90300
CONFIG_LD_VERSION=233010000 CONFIG_LD_VERSION=235010000
CONFIG_CLANG_VERSION=0 CONFIG_CLANG_VERSION=0
CONFIG_CC_CAN_LINK=y CONFIG_CC_CAN_LINK=y
CONFIG_CC_CAN_LINK_STATIC=y CONFIG_CC_CAN_LINK_STATIC=y
@ -310,10 +310,36 @@ CONFIG_X86_SUPPORTS_MEMORY_FAILURE=y
CONFIG_SCHED_OMIT_FRAME_POINTER=y CONFIG_SCHED_OMIT_FRAME_POINTER=y
# CONFIG_HYPERVISOR_GUEST is not set # CONFIG_HYPERVISOR_GUEST is not set
# CONFIG_MK8 is not set # CONFIG_MK8 is not set
# CONFIG_MK8SSE3 is not set
# CONFIG_MK10 is not set
# CONFIG_MBARCELONA is not set
# CONFIG_MBOBCAT is not set
# CONFIG_MJAGUAR is not set
# CONFIG_MBULLDOZER is not set
# CONFIG_MPILEDRIVER is not set
# CONFIG_MSTEAMROLLER is not set
# CONFIG_MEXCAVATOR is not set
# CONFIG_MZEN is not set
# CONFIG_MZEN2 is not set
# CONFIG_MPSC is not set # CONFIG_MPSC is not set
# CONFIG_MCORE2 is not set
# CONFIG_MATOM is not set # CONFIG_MATOM is not set
# CONFIG_MCORE2 is not set
# CONFIG_MNEHALEM is not set
# CONFIG_MWESTMERE is not set
# CONFIG_MSILVERMONT is not set
# CONFIG_MGOLDMONT is not set
# CONFIG_MGOLDMONTPLUS is not set
# CONFIG_MSANDYBRIDGE is not set
# CONFIG_MIVYBRIDGE is not set
# CONFIG_MHASWELL is not set
# CONFIG_MBROADWELL is not set
# CONFIG_MSKYLAKE is not set
# CONFIG_MSKYLAKEX is not set
# CONFIG_MCANNONLAKE is not set
# CONFIG_MICELAKE is not set
# CONFIG_MCASCADELAKE is not set
CONFIG_GENERIC_CPU=y CONFIG_GENERIC_CPU=y
# CONFIG_MNATIVE is not set
CONFIG_X86_INTERNODE_CACHE_SHIFT=6 CONFIG_X86_INTERNODE_CACHE_SHIFT=6
CONFIG_X86_L1_CACHE_SHIFT=6 CONFIG_X86_L1_CACHE_SHIFT=6
CONFIG_X86_TSC=y CONFIG_X86_TSC=y
@ -4525,6 +4551,7 @@ CONFIG_VIDEO_CX25840=m
# Camera sensor devices # Camera sensor devices
# #
# CONFIG_VIDEO_HI556 is not set # CONFIG_VIDEO_HI556 is not set
# CONFIG_VIDEO_IMX214 is not set
# CONFIG_VIDEO_IMX219 is not set # CONFIG_VIDEO_IMX219 is not set
# CONFIG_VIDEO_IMX258 is not set # CONFIG_VIDEO_IMX258 is not set
# CONFIG_VIDEO_IMX274 is not set # CONFIG_VIDEO_IMX274 is not set
@ -5043,9 +5070,6 @@ CONFIG_HDMI=y
# Console display driver support # Console display driver support
# #
CONFIG_VGA_CONSOLE=y CONFIG_VGA_CONSOLE=y
CONFIG_VGACON_SOFT_SCROLLBACK=y
CONFIG_VGACON_SOFT_SCROLLBACK_SIZE=64
# CONFIG_VGACON_SOFT_SCROLLBACK_PERSISTENT_ENABLE_BY_DEFAULT is not set
CONFIG_DUMMY_CONSOLE=y CONFIG_DUMMY_CONSOLE=y
CONFIG_DUMMY_CONSOLE_COLUMNS=80 CONFIG_DUMMY_CONSOLE_COLUMNS=80
CONFIG_DUMMY_CONSOLE_ROWS=25 CONFIG_DUMMY_CONSOLE_ROWS=25

1
list-of-programs Normal file

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -24,12 +24,10 @@ RUBY_TARGETS="ruby26 ruby27"
PORTDIR="/usr/portage" PORTDIR="/usr/portage"
DISTDIR="/usr/portage/distfiles" DISTDIR="/usr/portage/distfiles"
PKGDIR="/usr/portage/packages" PKGDIR="/usr/portage/packages"
PORTDIR_OVERLAY="/usr/local/portage"
PORTDIR_OVERLAY="/usr/portage" PORTDIR_OVERLAY="/usr/portage"
CCACHE_DIR="/usr/ccache" CCACHE_DIR="/usr/ccache"
LC_MESSAGES=C LC_MESSAGES=C
#source /etc/portage/repos.conf/gentoo.conf
INPUT_DEVICES="mouse keyboard synaptics libinput" INPUT_DEVICES="mouse keyboard synaptics libinput"
VIDEO_CARDS="nvidia" VIDEO_CARDS="nvidia"

View File

@ -1,9 +1,3 @@
#www-client/firefox -~amd64
#dev-qt/* -~amd64
#media-libs/mesa -~amd64
sys-apps/openrc -~amd64 sys-apps/openrc -~amd64
net-misc/megacmd ** net-misc/tigervnc -~amd64
net-misc/streamlink ** net-misc/streamlink **
media-tv/kodi **
media-libs/kodi-platform **
media-plugins/kodi-pvr-iptvsimple **

View File

@ -1,3 +1,2 @@
dev-haskell/*::gentoo dev-haskell/*::gentoo
sys-apps/flatpak::guru sys-apps/flatpak::guru
net-im/discord-bin::earshark

View File

@ -0,0 +1 @@
app-i18n/mozc

View File

@ -1,3 +1,6 @@
#vim
app-editors/vim python
sys-kernel/gentoo-sources experimental sys-kernel/gentoo-sources experimental
x11-misc/compton python_targets_python3_6 x11-misc/compton python_targets_python3_6
>=dev-libs/libpcre2-10.34 pcre16 >=dev-libs/libpcre2-10.34 pcre16
@ -48,6 +51,10 @@ sys-devel/gcc pgo
>=gnome-extra/nm-applet-1.8.24 gtk >=gnome-extra/nm-applet-1.8.24 gtk
>=virtual/rust-1.45.1 abi_x86_32 >=virtual/rust-1.45.1 abi_x86_32
>=dev-lang/rust-1.45.1 abi_x86_32 >=dev-lang/rust-1.45.1 abi_x86_32
# QEMU
app-emulation/qemu nfs spice ssh vnc QEMU_SOFTMMU_TARGETS: x86_64 QEMU_USER_TARGETS: x86_64
#KODI #KODI
>=dev-libs/boost-1.72.0 abi_x86_32 >=dev-libs/boost-1.72.0 abi_x86_32
>=net-libs/nghttp2-1.40.0 abi_x86_32 >=net-libs/nghttp2-1.40.0 abi_x86_32
@ -264,9 +271,6 @@ app-i18n/mozc emacs ibus
media-fonts/kochi-substitute X media-fonts/kochi-substitute X
>=sys-apps/dbus-1.12.16 X >=sys-apps/dbus-1.12.16 X
#OBS
media-video/obs-studio alsa pulseaudio
#Audacity #Audacity
media-sound/audacity alsa ffmpeg media-sound/audacity alsa ffmpeg
>=media-libs/portaudio-19.06.00-r2 alsa >=media-libs/portaudio-19.06.00-r2 alsa
@ -292,7 +296,7 @@ net-vpn/networkmanager-openvpn gtk
>=media-libs/gegl-0.4.20 cairo >=media-libs/gegl-0.4.20 cairo
#Firefox #Firefox
www-client/firefox pulseaudio startup-notification -clang -system-libvpx www-client/firefox hwaccel openh264 pulseaudio startup-notification -clang -system-libvpx
>=media-libs/libpng-1.6.37 apng >=media-libs/libpng-1.6.37 apng
>=dev-db/sqlite-3.30.1 secure-delete >=dev-db/sqlite-3.30.1 secure-delete
@ -303,10 +307,9 @@ media-libs/gst-plugins-base alsa
>=sys-libs/libunwind-1.3.1 abi_x86_32 >=sys-libs/libunwind-1.3.1 abi_x86_32
media-video/ffmpeg alsa pulseaudio media-video/ffmpeg alsa pulseaudio
#Bitcoin # Fonts
>=sys-libs/db-4.8.30-r3:4.8 cxx
net-p2p/bitcoin-qt asm qrcode system-leveldb wallet test
media-fonts/terminus-font X
media-fonts/joypixels X media-fonts/joypixels X
media-libs/freetype X png media-libs/freetype X png
media-fonts/fontawesome X ttf otf media-fonts/fontawesome X ttf otf
@ -315,10 +318,6 @@ media-fonts/roboto X
#Discord-purple #Discord-purple
>=media-gfx/imagemagick-7.0.10.9 png svg jpeg >=media-gfx/imagemagick-7.0.10.9 png svg jpeg
#Qemu
app-emulation/qemu ssh qemu_softmmu_targets_x86_64 qemu_user_targets_x86_64
app-admin/gkrellm X
#DNS #DNS
net-dns/getdns stubby net-dns/getdns stubby
@ -328,5 +327,8 @@ net-dns/getdns stubby
#libva #libva
>=x11-libs/libva-2.8.0 X >=x11-libs/libva-2.8.0 X
#vim # Freerdp
app-editors/vim python net-misc/freerdp X alsa pulseaudio
# MPV
media-video/mpv cuda

View File

@ -46,17 +46,16 @@ if [ -n "${repository_name}" ]; then
fi fi
fi fi
# Regenerate the metadata/pkg_desc_index file if needed. It's not # Regenerate the metadata/pkg_desc_index file. This is not
# needed for https://gitweb.gentoo.org/repo/sync/gentoo.git which # needed for https://gitweb.gentoo.org/repo/sync/gentoo.git which
# provides a freshly generated copy. # provides a freshly generated copy. The --external-cache-only
if [[ ! -e ${repository_path}/metadata/pkg_desc_index || ( # option causes the metadata/pkg_desc_index file to be written under
-d ${repository_path}/metadata/md5-cache && # /var/cache/edb/dep instead of the repository itself, so that it
-n $(find "${repository_path}/metadata/md5-cache" -type f -newer "${repository_path}/metadata/pkg_desc_index" -print -quit) ) ]]; then # does not interfere with repository verification.
if ! egencache --update-pkg-desc-index --repo="${repository_name}" ${PORTAGE_VERBOSE+--verbose} if ! egencache --update-pkg-desc-index --external-cache-only --repo="${repository_name}" ${PORTAGE_VERBOSE+--verbose}
then then
echo "!!! egencache failed!" echo "!!! egencache failed!"
ret=1 ret=1
fi
fi fi
fi fi

View File

@ -1,68 +1,26 @@
#[DEFAULT] [DEFAULT]
#main-repo = gentoo main-repo = gentoo
[gentoo] [gentoo]
location = /usr/portage location = /usr/portage
sync-type = rsync #sync-type = rsync
sync-uri = rsync://rsync.gentoo.org/gentoo-portage #sync-uri = rsync://rsync.gentoo.org/gentoo-portage
sync-type = git
sync-uri = https://anongit.gentoo.org/git/repo/gentoo.git
auto-sync = yes auto-sync = yes
#location = /usr/portage
#sync-type = git
#sync-uri = https://github.com/gentoo-mirror/gentoo.git
#auto-sync = yes
#priority = 1000
sync-rsync-verify-jobs = 1
sync-rsync-verify-metamanifest = yes
sync-rsync-verify-max-age = 24
sync-openpgp-key-path = /usr/share/openpgp-keys/gentoo-release.asc
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
#[jorgicio] #[4nykey]
#priority = 50 #priority = 50
#location = /usr/repos/jorgicio #location = /usr/repos/4nykey
#layman-type = git #layman-type = git
#auto-sync = No #auto-sync = No
#[earshark]
#priority = 50
#location = /usr/repos/earshark
#layman-type = git
#auto-sync = No
#[ssnb]
#priority = 50
#location = /usr/repos/ssnb
#layman-type = git
#auto-sync = No
#[ROKO__]
#priority = 50
#location = /usr/repos/ROKO__
#layman-type = git
#auto-sync = No
[4nykey]
priority = 50
location = /usr/repos/4nykey
layman-type = git
auto-sync = No
[hossie] [hossie]
priority = 50 priority = 50
location = /usr/repos/hossie location = /usr/repos/hossie
layman-type = git layman-type = git
auto-sync = No auto-sync = No
#[science]
#Priority = 50
#Location = /usr/repos/science
#Layman-type = git
#Auto-sync = No
[src_prepare-overlay] [src_prepare-overlay]
priority = 50 priority = 50
location = /usr/repos/src_prepare-overlay location = /usr/repos/src_prepare-overlay

File diff suppressed because it is too large Load Diff