Gentoo Archives: gentoo-commits

From: Justin Lecher <jlec@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/sci:master commit in: eclass/
Date: Tue, 27 Nov 2012 19:34:53
Message-Id: 1354044116.cd4f5668d72f6b183ac4717fe2c920853c8a12c9.jlec@gentoo
1 commit: cd4f5668d72f6b183ac4717fe2c920853c8a12c9
2 Author: Justin Lecher <jlec <AT> gentoo <DOT> org>
3 AuthorDate: Fri Nov 23 21:05:01 2012 +0000
4 Commit: Justin Lecher <jlec <AT> gentoo <DOT> org>
5 CommitDate: Tue Nov 27 19:21:56 2012 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=cd4f5668
7
8 Drop additional blank lines.
9
10 ---
11 eclass/intel-sdp.eclass | 9 ---------
12 1 files changed, 0 insertions(+), 9 deletions(-)
13
14 diff --git a/eclass/intel-sdp.eclass b/eclass/intel-sdp.eclass
15 index a7d2c22..b84f05f 100644
16 --- a/eclass/intel-sdp.eclass
17 +++ b/eclass/intel-sdp.eclass
18 @@ -112,14 +112,12 @@ _INTEL_SDP_YEAR=${INTEL_DPV%_sp*}
19 # @DEFAULT_UNSET
20 # @DESCRIPTION:
21 # Full rootless path to installation dir
22 -
23 INTEL_SDP_DIR="opt/intel/${INTEL_SUBDIR}-${_INTEL_SDP_YEAR:-${_INTEL_PV1}}.${_INTEL_PV3}.${_INTEL_PV4}"
24
25 # @ECLASS-VARIABLE: INTEL_SDP_EDIR
26 # @DEFAULT_UNSET
27 # @DESCRIPTION:
28 # Full rooted path to installation dir
29 -
30 INTEL_SDP_EDIR="${EROOT%/}/${INTEL_SDP_DIR}"
31
32 S="${WORKDIR}"
33 @@ -166,7 +164,6 @@ intel_link_eclipse_plugins() {
34 # @ECLASS-FUNCTION: big-warning
35 # @INTERNAL
36 # warn user that we really require a license
37 -
38 big-warning() {
39 case ${1} in
40 test-failed )
41 @@ -247,7 +244,6 @@ run-test() {
42 esac
43 }
44
45 -
46 # @ ECLASS-FUNCTION: intel-sdp_pkg_setup
47 # @DESCRIPTION:
48 # The setup finction serves two purposes:
49 @@ -255,7 +251,6 @@ run-test() {
50 # * Check that the user has a (valid) license file before going on.
51 #
52 # * Setting up and sorting some internal variables
53 -
54 intel-sdp_pkg_setup() {
55 local _warn=1 _dirs i _ret arch a p
56 _dirs=(
57 @@ -303,7 +298,6 @@ intel-sdp_pkg_setup() {
58 # @ ECLASS-FUNCTION: intel-sdp_src_unpack
59 # @DESCRIPTION:
60 # Unpacking necessary rpms from tarball, extract them and rearrange the output.
61 -
62 intel-sdp_src_unpack() {
63 local l r t rpmdir
64 debug-print "INTEL_RPMS_DIRS are \"${INTEL_RPMS_DIRS}\""
65 @@ -332,7 +326,6 @@ intel-sdp_src_unpack() {
66 # @ ECLASS-FUNCTION: intel-sdp_src_install
67 # @DESCRIPTION:
68 # Install everything
69 -
70 intel-sdp_src_install() {
71 if ! use doc && [[ -d "${INTEL_SDP_DIR}"/Documentation ]]; then
72 ebegin "Cleaning out documentation"
73 @@ -377,7 +370,6 @@ intel-sdp_src_install() {
74 # @ECLASS-FUNCTION
75 # @DESCRIPTION:
76 # Add things to intel database
77 -
78 intel-sdp_pkg_postinst() {
79 # add product registry to intel "database"
80 local l r
81 @@ -392,7 +384,6 @@ intel-sdp_pkg_postinst() {
82 # @ECLASS-FUNCTION
83 # @DESCRIPTION:
84 # Sanitize intel database
85 -
86 intel-sdp_pkg_postrm() {
87 # remove from intel "database"
88 if [[ -e ${INTEL_SDP_DB} ]]; then