Accept licenses packages net-wireless/broadcom-sta, dev-java/sun-jdk.

master
Трацевский Александр 14 years ago
parent 957a0890f0
commit 2b040dab45

@ -1,5 +1,8 @@
CHANGE LOG
1.3.5
* Add license Broadcom and dlj-1.1 in /etc/make.conf
1.3.4
* Add tracking of changes kernel in cl-builder.
* Modify messages.

@ -2,6 +2,9 @@
#optimized settings for compiling packages on your computer
MAKEOPTS="#-makeopts-#"
#accept license packages net-wireless/broadcom-sta, dev-java/sun-jdk
ACCEPT_LICENSE="Broadcom dlj-1.1"
#connect layman for include calculate overlay
source /usr/local/portage/layman/make.conf

@ -1,58 +0,0 @@
[MAIN]
#-----------------------------------------------------------
# Defines the directory where overlays should be installed
storage : /usr/local/portage/layman
#-----------------------------------------------------------
# Remote overlay lists will be stored here
# layman will append _md5(url).xml to each filename
cache : %(storage)s/cache
#-----------------------------------------------------------
# The list of locally installed overlays
local_list: %(storage)s/overlays.xml
#-----------------------------------------------------------
# Path to the make.conf file that should be modified by
# layman
make_conf : %(storage)s/make.conf
#-----------------------------------------------------------
# URLs of the remote lists of overlays (one per line) or
# local overlay definitions
#
#overlays : http://www.gentoo.org/proj/en/overlays/layman-global.txt
# http://dev.gentoo.org/~wrobel/layman/global-overlays.xml
# http://mydomain.org/my-layman-list.xml
# file:///usr/portage/local/layman/my-list.xml
overlays : http://www.gentoo.org/proj/en/overlays/layman-global.txt
#-----------------------------------------------------------
# Proxy support
#
#proxy : http://[user:pass@]www.my-proxy.org:3128
#-----------------------------------------------------------
# Strict checking of overlay definitions
#
# Set either to "yes" or "no". If "no" layman will issue
# warnings if an overlay definition is missing either
# description or contact information.
#
nocheck : yes
#-----------------------------------------------------------
# Umask settings
#
# layman should usually work with a umask of 0022. You should
# only change this setting if you are absolutely certain that
# you know what you are doing.
#
#umask : 0022

@ -5,6 +5,15 @@ CXXFLAGS="${CFLAGS}"
LINGUAS="#-linguas-#"
MAKEOPTS="#-makeopts-#"
#?calculate=CLS?calculate=CLSG#
#accept license packages net-wireless/broadcom-sta
ACCEPT_LICENSE="Broadcom"
#calculate#
#?calculate=CLD?calculate=CLDX?calculate=CLDG#
#accept license packages net-wireless/broadcom-sta, dev-java/sun-jdk
ACCEPT_LICENSE="Broadcom dlj-1.1"
#calculate#
#connect layman for include calculate overlay
source /usr/local/portage/layman/make.conf

Loading…
Cancel
Save