mirror of
https://github.com/pentoo/pentoo-overlay
synced 2026-05-06 03:20:43 +02:00
pentoo-system: install vbox guest tools if its video card enabled
This commit is contained in:
parent
f01ff84356
commit
d32e25bc97
3 changed files with 12 additions and 10 deletions
|
|
@ -1,3 +1,3 @@
|
|||
EBUILD pentoo-system-2013.0-r3.ebuild 1727 SHA256 52b3a5cdd15f8b1e19ea912d71d93c865d62961429d53ccdccfc987a47a8f6d6 SHA512 b7672bfb9b4013800028c5b62161303f1bbf48698f328edff83a12a73f29ef1e478321ffc4b2f440758fb4c706eca9d8b1bf7a32b4bd20cd3886bc2d0c3809cc WHIRLPOOL 35611d9f7c85c29c17d14df5a8c61efe185ec675eb73dc0922ebfc8f5b7227f7fe78a53b24acea14404cf739d14feba67fa350230173a952116d9626ffb5c5a1
|
||||
EBUILD pentoo-system-2013.0-r4.ebuild 1796 SHA256 1c3a55fb4d1c78d0322793802c0b15451815384479cc0aae06479d5787676506 SHA512 4430a93f388b3fba2d2a4a8a8c421e0e48c5e9b017afa32e13ccada57b15505f2f5ac4015a03bd12dad986241de1784329cbf5c7262b2d45af639a6586617124 WHIRLPOOL 4f32f2a081a152e02c818306c9f4475817e6d8d2aee285b3c20f4056eaebdc35f298b352cd2b30d1ef7d1f78676b09cb95af267f97d32612123cf8491505d4c0
|
||||
EBUILD pentoo-system-9999.ebuild 1785 SHA256 4b258ea7e91d1ebe783ce1452f29fafe482fdeb5ad4aa45f8e60c0c022f23a6e SHA512 6a09c66ad5fd74632042426271c8344289316fdc10e671df73c086b3f8c36992a745113e84c27bb38932b97fc0cb732750b18dc16455fd093a27ce736f89fd92 WHIRLPOOL d41fed514d413178cb29641e7496790a3d863b52265f2ac4ea72a17292b57ae0a9665b5eeb26985f7eb1630cbece93c4e7e530f9b27cf0df8bf50a1285241543
|
||||
EBUILD pentoo-system-2013.0-r4.ebuild 1893 SHA256 bb45453667ad06622bc02a505036cd75505d6011b8b383cc1ac86d121f864c7b SHA512 6d2feeab1c6bd7832b3f6c89975d605c8be814ed4d7708c6f870ec482cf32f368a747fcda52068ad750bbc476d8adbee13384f038ff432b36243f1e6c0669a67 WHIRLPOOL 225db1890c72ca40686822f064d0ae8cd78f1d0b112b2b4aecaf19fade62d226b78e2b5fdfea3aa668b6a3187806b17d3e77a62cfbf4608d75e633128ed12883
|
||||
EBUILD pentoo-system-9999.ebuild 1882 SHA256 e40412464b1e812728990fd9c7737f1825886ae898a3aab4fa3bcf101d56511b SHA512 7a36fdd48e7b0eaa3674bc083df5d9a0bf8d84493f4001cfabd64188783d885969885fff11365b7ce5dda263f267550404c71a3239dd5ba337bdbbd36afe4d69 WHIRLPOOL 4b5c747bb35537eaae9aea883216fc96266c08dee09ae86d6c14e8c3f397d5a06d2a0629c445181371097f6d4d20d1348a32e86c88a2fc633bf64a7803cc1649
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
# Copyright 1999-2010 Gentoo Foundation
|
||||
# Copyright 1999-2013 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
# $Header: $
|
||||
|
||||
|
|
@ -7,14 +7,15 @@ KEYWORDS="~amd64 ~x86"
|
|||
DESCRIPTION="Pentoo meta ebuild to install system"
|
||||
HOMEPAGE="http://www.pentoo.ch"
|
||||
SLOT="0"
|
||||
LICENSE="GPL"
|
||||
IUSE="+drivers livecd livecd-stage1 +windows-compat video_cards_vmware"
|
||||
LICENSE="GPL-3"
|
||||
IUSE="+drivers livecd livecd-stage1 +windows-compat video_cards_virtualbox video_cards_vmware"
|
||||
|
||||
S="${WORKDIR}"
|
||||
|
||||
#things needed for a running pentoo system
|
||||
PDEPEND="${PDEPEND}
|
||||
!livecd-stage1? ( video_cards_vmware? ( || ( app-emulation/open-vm-tools app-emulation/vmware-tools ) ) )
|
||||
!livecd-stage1? ( video_cards_vmware? ( || ( app-emulation/open-vm-tools app-emulation/vmware-tools ) )
|
||||
video_cards_virtualbox? ( app-emulation/virtualbox-guest-additions ) )
|
||||
!livecd? ( app-portage/portage-utils
|
||||
|| ( app-admin/syslog-ng virtual/logger )
|
||||
|| ( sys-process/fcron virtual/cron ) )
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
# Copyright 1999-2010 Gentoo Foundation
|
||||
# Copyright 1999-2013 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
# $Header: $
|
||||
|
||||
|
|
@ -7,14 +7,15 @@ KEYWORDS=""
|
|||
DESCRIPTION="Pentoo meta ebuild to install system"
|
||||
HOMEPAGE="http://www.pentoo.ch"
|
||||
SLOT="0"
|
||||
LICENSE="GPL"
|
||||
IUSE="+drivers livecd livecd-stage1 +windows-compat video_cards_vmware"
|
||||
LICENSE="GPL-3"
|
||||
IUSE="+drivers livecd livecd-stage1 +windows-compat video_cards_virtualbox video_cards_vmware"
|
||||
|
||||
S="${WORKDIR}"
|
||||
|
||||
#things needed for a running pentoo system
|
||||
PDEPEND="${PDEPEND}
|
||||
!livecd-stage1? ( video_cards_vmware? ( || ( app-emulation/open-vm-tools app-emulation/vmware-tools ) ) )
|
||||
!livecd-stage1? ( video_cards_vmware? ( || ( app-emulation/open-vm-tools app-emulation/vmware-tools ) )
|
||||
video_cards_virtualbox? ( app-emulation/virtualbox-guest-additions ) )
|
||||
!livecd? ( app-portage/portage-utils
|
||||
|| ( app-admin/syslog-ng virtual/logger )
|
||||
|| ( sys-process/fcron virtual/cron ) )
|
||||
|
|
|
|||
Loading…
Reference in a new issue