From d816500ebe89181f3a87422ba6ebbd12184fa016 Mon Sep 17 00:00:00 2001 From: Justin Lecher Date: Sun, 16 Sep 2012 15:59:43 +0000 Subject: Add old license jingle until we have fixed the license situation generally --- eclass/ChangeLog | 5 ++++- eclass/intel-sdp.eclass | 9 +++++++-- 2 files changed, 11 insertions(+), 3 deletions(-) (limited to 'eclass') 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 intel-sdp.eclass: + Add old license jingle until we have fixed the license situation generally 16 Sep 2012; Justin Lecher 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 -- cgit v1.2.3-65-gdbad