# Copyright 2020-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 DESCRIPTION="Pentoo minimum core requirements" HOMEPAGE="http://www.pentoo.ch" SRC_URI="amd64? ( http://dev.pentoo.ch/~zero/distfiles/pentoo-grubtheme.tar.xz ) x86? ( http://dev.pentoo.ch/~zero/distfiles/pentoo-grubtheme.tar.xz )" LICENSE="GPL-3" SLOT="0" KEYWORDS="~amd64 ~arm ~arm64 ~x86" IUSE="bluetooth livecd pentoo-in-a-container pentoo-minimal" DEPEND="" RDEPEND="! pentoo-release doins pentoo-release newins "${FILESDIR}"/motd-2020.3-r1 motd newins "${FILESDIR}"/issue.pentoo.logo issue.pentoo.logo #/usr/share/pentoo insinto /usr/share/pentoo #to make this file #gpg --keyserver keyserver.ubuntu.com --recv 4AEE18F83AFDEB23 #gpg --refresh-keys # zerochaos- blshkv wuodan linxon ikelos gkroon/Obs1d1an github (merges) #gpg --armor --export A5DD1427DD11F94A 273E3E90D1A6294F 2FFAE0AE76B5D696 EBE62DD0CCEAE19E D3CF61546B08277D 394C398C531EFAB0 4AEE18F83AFDEB23 > pentoo-keyring.asc doins "${FILESDIR}/pentoo-keyring.asc" #/etc/portage/repos.conf insinto /etc/portage/repos.conf newins "${FILESDIR}/pentoo-r2.conf" pentoo.conf dobin "${FILESDIR}"/pentoo-updater #/etc/portage/postsync.d exeinto /etc/portage/postsync.d doexe "${FILESDIR}"/ungit if [ ! -e "${EROOT}/etc/env.d/02locale" ] then doenvd "${FILESDIR}"/02locale fi use amd64 && doenvd "${FILESDIR}"/99xz-threaded insinto /etc/fonts doins "${FILESDIR}"/local.conf if ! use pentoo-in-a-container; then newinitd "${FILESDIR}"/pentoo-linux-symlinks.initd pentoo-linux-symlinks newinitd "${FILESDIR}"/pentoo-powersave.initd pentoo-powersave newinitd "${FILESDIR}"/pentoo-zram.initd-r5 pentoo-zram newconfd "${FILESDIR}"/pentoo-zram.confd pentoo-zram fi }