From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id BC620138010 for ; Sun, 16 Sep 2012 15:59:53 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7CF5221C037; Sun, 16 Sep 2012 15:59:46 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 5069821C037 for ; Sun, 16 Sep 2012 15:59:46 +0000 (UTC) Received: from flycatcher.gentoo.org (flycatcher.gentoo.org [81.93.255.6]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id B6D5A33C2F0 for ; Sun, 16 Sep 2012 15:59:45 +0000 (UTC) Received: by flycatcher.gentoo.org (Postfix, from userid 2264) id A4F0C21600; Sun, 16 Sep 2012 15:59:43 +0000 (UTC) From: "Justin Lecher (jlec)" To: gentoo-commits@lists.gentoo.org Reply-To: gentoo-dev@lists.gentoo.org, jlec@gentoo.org Subject: [gentoo-commits] gentoo-x86 commit in eclass: ChangeLog intel-sdp.eclass X-VCS-Repository: gentoo-x86 X-VCS-Files: ChangeLog intel-sdp.eclass X-VCS-Directories: eclass X-VCS-Committer: jlec X-VCS-Committer-Name: Justin Lecher Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Message-Id: <20120916155943.A4F0C21600@flycatcher.gentoo.org> Date: Sun, 16 Sep 2012 15:59:43 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: f7be7b18-00a9-415d-8d5c-d96b0ec7f92a X-Archives-Hash: 468f8bf5cbe5d69347a854e66a075318 jlec 12/09/16 15:59:43 Modified: ChangeLog intel-sdp.eclass Log: Add old license jingle until we have fixed the license situation generally Revision Changes Path 1.401 eclass/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/ChangeLog?rev=1.401&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/ChangeLog?rev=1.401&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/ChangeLog?r1=1.400&r2=1.401 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/eclass/ChangeLog,v retrieving revision 1.400 retrieving revision 1.401 diff -u -r1.400 -r1.401 --- ChangeLog 16 Sep 2012 15:08:12 -0000 1.400 +++ ChangeLog 16 Sep 2012 15:59:43 -0000 1.401 @@ -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 1.2 eclass/intel-sdp.eclass file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/intel-sdp.eclass?rev=1.2&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/intel-sdp.eclass?rev=1.2&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/intel-sdp.eclass?r1=1.1&r2=1.2 Index: intel-sdp.eclass =================================================================== RCS file: /var/cvsroot/gentoo-x86/eclass/intel-sdp.eclass,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- intel-sdp.eclass 16 Sep 2012 14:24:40 -0000 1.1 +++ intel-sdp.eclass 16 Sep 2012 15:59:43 -0000 1.2 @@ -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_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