Adding graphical dependencies.
This commit is contained in:
parent
c10f2a7be7
commit
53b61d2a65
@ -1,9 +1 @@
|
|||||||
gnome-*/* ~amd64
|
app-misc/wvkbd ~amd64
|
||||||
x11-wm/mutter ~amd64
|
|
||||||
gui-libs/libadwaita ~amd64
|
|
||||||
net-libs/libnma ~amd64
|
|
||||||
net-wireless/gnome-bluetooth ~amd64
|
|
||||||
dev-libs/libgweather ~amd64
|
|
||||||
media-libs/gexiv2 ~amd64
|
|
||||||
gui-libs/libhandy ~amd64
|
|
||||||
mail-client/evolution ~amd64
|
|
||||||
|
5
core/etc/portage/repos.conf/musl.conf
Normal file
5
core/etc/portage/repos.conf/musl.conf
Normal file
@ -0,0 +1,5 @@
|
|||||||
|
[musl]
|
||||||
|
location = /var/db/repos/musl
|
||||||
|
sync-type = git
|
||||||
|
sync-uri = https://anongit.gentoo.org/git/proj/musl.git
|
||||||
|
masters = gentoo
|
5
core/etc/portage/repos.conf/sergiotarxz.conf
Normal file
5
core/etc/portage/repos.conf/sergiotarxz.conf
Normal file
@ -0,0 +1,5 @@
|
|||||||
|
[sergiotarxz]
|
||||||
|
location = /var/db/repos/sergiotarxz
|
||||||
|
sync-type = git
|
||||||
|
sync-uri = https://gitea.sergiotarxz.freemyip.com/sergiotarxz/sergiotarxz-overlay.git
|
||||||
|
masters = gentoo
|
@ -1 +1,4 @@
|
|||||||
sys-fs/cryptsetup
|
sys-fs/cryptsetup
|
||||||
|
gui-libs/gtk
|
||||||
|
gui-wm/sway
|
||||||
|
app-misc/wvkbd
|
||||||
|
@ -1 +1,4 @@
|
|||||||
sys-fs/cryptsetup
|
sys-fs/cryptsetup
|
||||||
|
gui-libs/gtk
|
||||||
|
gui-wm/sway
|
||||||
|
app-misc/wvkbd
|
||||||
|
@ -1,5 +1,4 @@
|
|||||||
gnome-base/gnome
|
sys-fs/cryptsetup
|
||||||
app-editors/vim
|
gui-libs/gtk
|
||||||
sys-process/cronie
|
gui-wm/sway
|
||||||
app-admin/syslog-ng
|
app-misc/wvkbd
|
||||||
app-admin/sudo
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#!/bin/bash -e
|
#!/bin/bash -e
|
||||||
|
|
||||||
emerge --depclean virtual/editor virtual/man virtual/pager sys-apps/man-pages sys-devel/binutils sys-devel/gcc sys-devel/patch sys-devel/make sys-apps/less sys-devel/gnuconfig sys-apps/diffutils
|
|
||||||
rm -rf /tmp/*
|
rm -rf /tmp/*
|
||||||
rm -rf /var/tmp
|
rm -rf /var/tmp/*
|
||||||
|
rm -rf /var/cache/distfiles/*
|
||||||
find /var/log -type f -delete
|
find /var/log -type f -delete
|
||||||
rm -rf /etc/resolv.conf
|
rm -rf /etc/resolv.conf
|
||||||
|
Loading…
Reference in New Issue
Block a user