mirror of
https://github.com/pentoo/pentoo-overlay
synced 2026-05-08 12:30:44 +02:00
pentoo-system: updates for 2013 and arm support
This commit is contained in:
parent
c1905127ec
commit
70b6bcd46f
2 changed files with 61 additions and 0 deletions
|
|
@ -1 +1,2 @@
|
|||
EBUILD pentoo-system-2012.3.ebuild 1406 SHA256 077a6d01e998eb10b10ccfde3069cb867c05be2b8c5c90a0e845436c309ede25 SHA512 0d16ea0042388c1f9f0147c96914e6b3f7a46ba669660f9efaa6068b39ad08cf7412a40a5d106727e1c995889b66f4db6bd588477596082f707332da3871dd16 WHIRLPOOL bde4e15a29f98d8392c2f5d5e2a165072db399cf49dce931138b1231b1da72af90fe50e4e80934415fd104cf73fe8bd981b9d574249241754146b33dfdd7f9a4
|
||||
EBUILD pentoo-system-2013.0.ebuild 1448 SHA256 2a2d0b8fcfb8c6547415ef3f711639c6231d2ff6e6a3bb22afc7b972a21be183 SHA512 981a771caf9e77459ad22a8fd68bc20deb801c5d16a06369c44157dd8e893f71118aacb27db957842abac30f8d67366aaba5ddc56dd61c4ebfe515b9541b3e88 WHIRLPOOL 2732abe5b721baf5bd691568aee3b204d107e1983e82d08c188013afbbdf02303e6574154d5b12abbefd4152130690e7bb5eefcf34d444cf72fb9e7893617773
|
||||
|
|
|
|||
60
pentoo/pentoo-system/pentoo-system-2013.0.ebuild
Normal file
60
pentoo/pentoo-system/pentoo-system-2013.0.ebuild
Normal file
|
|
@ -0,0 +1,60 @@
|
|||
# Copyright 1999-2010 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
# $Header: $
|
||||
|
||||
EAPI="4"
|
||||
KEYWORDS=""
|
||||
DESCRIPTION="Pentoo meta ebuild to install system"
|
||||
HOMEPAGE="http://www.pentoo.ch"
|
||||
SLOT="0"
|
||||
LICENSE="GPL"
|
||||
IUSE="livecd livecd-stage1 +windows-compat"
|
||||
|
||||
S="${WORKDIR}"
|
||||
|
||||
#things needed for a running pentoo system
|
||||
RDEPEND="${RDEPEND}
|
||||
!livecd? ( app-portage/portage-utils
|
||||
|| ( app-admin/syslog-ng virtual/logger )
|
||||
|| ( sys-process/fcron virtual/cron ) )
|
||||
sys-apps/gptfdisk
|
||||
sys-apps/pcmciautils
|
||||
!arm? sys-kernel/genkernel
|
||||
!arm? || ( sys-boot/grub:0 sys-boot/grub-static )
|
||||
!arm? sys-boot/grub:2
|
||||
app-arch/unrar
|
||||
app-arch/unzip
|
||||
app-portage/gentoolkit
|
||||
app-portage/eix
|
||||
app-portage/porthole
|
||||
windows-compat? ( app-emulation/wine
|
||||
amd64? ( dev-lang/mono ) )
|
||||
sys-apps/pciutils
|
||||
sys-apps/mlocate
|
||||
sys-apps/usb_modeswitch
|
||||
!arm? sys-apps/microcode-data
|
||||
!arm? sys-firmware/amd-ucode
|
||||
!arm? sys-boot/syslinux
|
||||
net-fs/curlftpfs
|
||||
sys-fs/sshfs-fuse
|
||||
sys-libs/gpm
|
||||
!arm? ( sys-power/acpid[pentoo] )
|
||||
sys-power/cpufrequtils
|
||||
sys-power/hibernate-script
|
||||
sys-power/powertop
|
||||
sys-process/htop
|
||||
sys-process/iotop
|
||||
sys-boot/unetbootin
|
||||
sys-apps/openrc[pentoo]
|
||||
app-arch/sharutils
|
||||
app-crypt/gnupg
|
||||
app-shells/bash-completion
|
||||
sys-apps/hdparm
|
||||
sys-boot/efibootmgr
|
||||
sys-fs/cryptsetup
|
||||
dev-libs/icu
|
||||
sys-process/lsof
|
||||
!arm? sys-kernel/pentoo-sources
|
||||
app-portage/mirrorselect
|
||||
!livecd-stage1? ( amd64? ( sys-fs/zfs ) )
|
||||
"
|
||||
Loading…
Reference in a new issue