Gentoo Archives: gentoo-commits

From: "Sebastien Fabbro (bicatali)" <bicatali@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in sci-libs/ipp: ChangeLog ipp-6.0.1.071.ebuild ipp-6.0.0.063.ebuild
Date: Sat, 31 Jan 2009 12:07:18
Message-Id: E1LTEcw-0006UA-BL@stork.gentoo.org
1 bicatali 09/01/31 12:07:10
2
3 Modified: ChangeLog ipp-6.0.1.071.ebuild ipp-6.0.0.063.ebuild
4 Log:
5 Re-add addwrite on /opt/intel, needed for a first install
6 (Portage version: 2.2_rc23/cvs/Linux x86_64)
7
8 Revision Changes Path
9 1.7 sci-libs/ipp/ChangeLog
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-libs/ipp/ChangeLog?rev=1.7&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-libs/ipp/ChangeLog?rev=1.7&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-libs/ipp/ChangeLog?r1=1.6&r2=1.7
14
15 Index: ChangeLog
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/sci-libs/ipp/ChangeLog,v
18 retrieving revision 1.6
19 retrieving revision 1.7
20 diff -u -r1.6 -r1.7
21 --- ChangeLog 27 Jan 2009 16:11:37 -0000 1.6
22 +++ ChangeLog 31 Jan 2009 12:07:10 -0000 1.7
23 @@ -1,6 +1,10 @@
24 # ChangeLog for sci-libs/ipp
25 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
26 -# $Header: /var/cvsroot/gentoo-x86/sci-libs/ipp/ChangeLog,v 1.6 2009/01/27 16:11:37 bicatali Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/sci-libs/ipp/ChangeLog,v 1.7 2009/01/31 12:07:10 bicatali Exp $
28 +
29 + 31 Jan 2009; Sébastien Fabbro <bicatali@g.o> ipp-6.0.0.063.ebuild,
30 + ipp-6.0.1.071.ebuild:
31 + Re-add addwrite on /opt/intel, needed for a first install
32
33 *ipp-6.0.1.071 (27 Jan 2009)
34
35
36
37
38 1.3 sci-libs/ipp/ipp-6.0.1.071.ebuild
39
40 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-libs/ipp/ipp-6.0.1.071.ebuild?rev=1.3&view=markup
41 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-libs/ipp/ipp-6.0.1.071.ebuild?rev=1.3&content-type=text/plain
42 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-libs/ipp/ipp-6.0.1.071.ebuild?r1=1.2&r2=1.3
43
44 Index: ipp-6.0.1.071.ebuild
45 ===================================================================
46 RCS file: /var/cvsroot/gentoo-x86/sci-libs/ipp/ipp-6.0.1.071.ebuild,v
47 retrieving revision 1.2
48 retrieving revision 1.3
49 diff -u -r1.2 -r1.3
50 --- ipp-6.0.1.071.ebuild 28 Jan 2009 23:02:15 -0000 1.2
51 +++ ipp-6.0.1.071.ebuild 31 Jan 2009 12:07:10 -0000 1.3
52 @@ -1,6 +1,6 @@
53 # Copyright 1999-2009 Gentoo Foundation
54 # Distributed under the terms of the GNU General Public License v2
55 -# $Header: /var/cvsroot/gentoo-x86/sci-libs/ipp/ipp-6.0.1.071.ebuild,v 1.2 2009/01/28 23:02:15 bicatali Exp $
56 +# $Header: /var/cvsroot/gentoo-x86/sci-libs/ipp/ipp-6.0.1.071.ebuild,v 1.3 2009/01/31 12:07:10 bicatali Exp $
57
58 inherit check-reqs
59
60 @@ -68,13 +68,14 @@
61
62 # binary blob extractor uses stupid directory
63 addpredict /usr/local/share/macrovision
64 -
65 + addwrite /opt/intel
66 cp ${IPP_LICENSE} "${WORKDIR}"/
67 + IPP_LICENSE_LOCAL="${WORKDIR}/$(basename ${IPP_LICENSE})"
68 cat > ipp.ini <<- EOF
69 ACTIVATION=license_file
70 CONTINUE_WITH_OPTIONAL_ERROR=yes
71 PSET_INSTALL_DIR=${S}
72 - PSET_LICENSE_FILE=${IPP_LICENSE}
73 + PSET_LICENSE_FILE=${IPP_LICENSE_LOCAL}
74 INSTALL_MODE=NONRPM
75 ACCEPT_EULA=accept
76 EOF
77 @@ -98,6 +99,7 @@
78 find . -type d -print0 | xargs --null chmod 755
79 rm -rf tmp* uninstall.sh
80 rm -rf "${WORKDIR}"/l_*
81 + rm -f /opt/intel/.*ipp*.log /opt/intel/intel_sdp_products.db
82 }
83
84 src_install() {
85 @@ -107,7 +109,7 @@
86 # install license file
87 if [[ ! -f ${INTEL_LIC_DIR}/$(basename ${IPP_LICENSE}) ]]; then
88 insinto ${INTEL_LIC_DIR}
89 - doins ${IPP_LICENSE}
90 + doins ${IPP_LICENSE_LOCAL}
91 fi
92
93 # cp quicker than doins
94
95
96
97 1.4 sci-libs/ipp/ipp-6.0.0.063.ebuild
98
99 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-libs/ipp/ipp-6.0.0.063.ebuild?rev=1.4&view=markup
100 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-libs/ipp/ipp-6.0.0.063.ebuild?rev=1.4&content-type=text/plain
101 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-libs/ipp/ipp-6.0.0.063.ebuild?r1=1.3&r2=1.4
102
103 Index: ipp-6.0.0.063.ebuild
104 ===================================================================
105 RCS file: /var/cvsroot/gentoo-x86/sci-libs/ipp/ipp-6.0.0.063.ebuild,v
106 retrieving revision 1.3
107 retrieving revision 1.4
108 diff -u -r1.3 -r1.4
109 --- ipp-6.0.0.063.ebuild 28 Jan 2009 23:02:15 -0000 1.3
110 +++ ipp-6.0.0.063.ebuild 31 Jan 2009 12:07:10 -0000 1.4
111 @@ -1,6 +1,6 @@
112 # Copyright 1999-2009 Gentoo Foundation
113 # Distributed under the terms of the GNU General Public License v2
114 -# $Header: /var/cvsroot/gentoo-x86/sci-libs/ipp/ipp-6.0.0.063.ebuild,v 1.3 2009/01/28 23:02:15 bicatali Exp $
115 +# $Header: /var/cvsroot/gentoo-x86/sci-libs/ipp/ipp-6.0.0.063.ebuild,v 1.4 2009/01/31 12:07:10 bicatali Exp $
116
117 inherit check-reqs
118
119 @@ -68,13 +68,14 @@
120
121 # binary blob extractor uses stupid directory
122 addpredict /usr/local/share/macrovision
123 -
124 + addwrite /opt/intel
125 cp ${IPP_LICENSE} "${WORKDIR}"/
126 + IPP_LICENSE_LOCAL="${WORKDIR}/$(basename ${IPP_LICENSE})"
127 cat > ipp.ini <<- EOF
128 ACTIVATION=license_file
129 CONTINUE_WITH_OPTIONAL_ERROR=yes
130 PSET_INSTALL_DIR=${S}
131 - PSET_LICENSE_FILE=${IPP_LICENSE}
132 + PSET_LICENSE_FILE=${IPP_LICENSE_LOCAL}
133 INSTALL_MODE=NONRPM
134 ACCEPT_EULA=accept
135 EOF
136 @@ -98,6 +99,7 @@
137 find . -type d -print0 | xargs --null chmod 755
138 rm -rf tmp* uninstall.sh
139 rm -rf "${WORKDIR}"/l_*
140 + rm -f /opt/intel/.*ipp*.log /opt/intel/intel_sdp_products.db
141 }
142
143 src_install() {
144 @@ -107,7 +109,7 @@
145 # install license file
146 if [[ ! -f ${INTEL_LIC_DIR}/$(basename ${IPP_LICENSE}) ]]; then
147 insinto ${INTEL_LIC_DIR}
148 - doins ${IPP_LICENSE}
149 + doins ${IPP_LICENSE_LOCAL}
150 fi
151
152 # cp quicker than doins