diff options
author | Justin Lecher <jlec@gentoo.org> | 2012-09-16 15:59:43 +0000 |
---|---|---|
committer | Justin Lecher <jlec@gentoo.org> | 2012-09-16 15:59:43 +0000 |
commit | d816500ebe89181f3a87422ba6ebbd12184fa016 (patch) | |
tree | e8dae069424bbc43d5c0c065193098839116dfd7 /eclass | |
parent | Version bump, closing #435096 (diff) | |
download | historical-d816500ebe89181f3a87422ba6ebbd12184fa016.tar.gz historical-d816500ebe89181f3a87422ba6ebbd12184fa016.tar.bz2 historical-d816500ebe89181f3a87422ba6ebbd12184fa016.zip |
Add old license jingle until we have fixed the license situation generally
Diffstat (limited to 'eclass')
-rw-r--r-- | eclass/ChangeLog | 5 | ||||
-rw-r--r-- | eclass/intel-sdp.eclass | 9 |
2 files changed, 11 insertions, 3 deletions
diff --git a/eclass/ChangeLog b/eclass/ChangeLog index 306cfaba0e45..3869e807bf3a 100644 --- a/eclass/ChangeLog +++ b/eclass/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for eclass directory # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/ChangeLog,v 1.400 2012/09/16 15:08:12 jlec Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/ChangeLog,v 1.401 2012/09/16 15:59:43 jlec Exp $ + + 16 Sep 2012; Justin Lecher <jlec@gentoo.org> intel-sdp.eclass: + Add old license jingle until we have fixed the license situation generally 16 Sep 2012; Justin Lecher <jlec@gentoo.org> intel-sdp.eclass: Added new intel-sdp.eclass diff --git a/eclass/intel-sdp.eclass b/eclass/intel-sdp.eclass index 2a2c1658e61d..f19db69feb0e 100644 --- a/eclass/intel-sdp.eclass +++ b/eclass/intel-sdp.eclass @@ -1,6 +1,6 @@ -# Copyright 1999-2011 Gentoo Foundation +# Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/intel-sdp.eclass,v 1.1 2012/09/16 14:24:40 jlec Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/intel-sdp.eclass,v 1.2 2012/09/16 15:59:43 jlec Exp $ # @ECLASS: intel-sdp.eclass # @MAINTAINER: @@ -227,6 +227,11 @@ INTEL_SDP_DB="${EROOT%/}"/opt/intel/intel-sdp-products.db intel-sdp_pkg_postinst() { + elog "Make sure you have recieved the an Intel license." + elog "To receive a non-commercial license, you need to register at:" + elog "http://software.intel.com/en-us/articles/non-commercial-software-development/" + elog "Install the license file into ${EROOT}opt/intel/licenses." + # add product registry to intel "database" local l r for r in ${INTEL_RPMS}; do |