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: ipp-6.0.1.071.ebuild ipp-6.0.0.063.ebuild
Date: Wed, 28 Jan 2009 23:02:18
Message-Id: E1LSJQF-0002l9-FP@stork.gentoo.org
1 bicatali 09/01/28 23:02:15
2
3 Modified: ipp-6.0.1.071.ebuild ipp-6.0.0.063.ebuild
4 Log:
5 replaced addwrite with addpredict
6 (Portage version: 2.2_rc23/cvs/Linux x86_64)
7
8 Revision Changes Path
9 1.2 sci-libs/ipp/ipp-6.0.1.071.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-libs/ipp/ipp-6.0.1.071.ebuild?rev=1.2&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-libs/ipp/ipp-6.0.1.071.ebuild?rev=1.2&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-libs/ipp/ipp-6.0.1.071.ebuild?r1=1.1&r2=1.2
14
15 Index: ipp-6.0.1.071.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/sci-libs/ipp/ipp-6.0.1.071.ebuild,v
18 retrieving revision 1.1
19 retrieving revision 1.2
20 diff -u -r1.1 -r1.2
21 --- ipp-6.0.1.071.ebuild 27 Jan 2009 16:11:37 -0000 1.1
22 +++ ipp-6.0.1.071.ebuild 28 Jan 2009 23:02:15 -0000 1.2
23 @@ -1,6 +1,6 @@
24 # Copyright 1999-2009 Gentoo Foundation
25 # Distributed under the terms of the GNU General Public License v2
26 -# $Header: /var/cvsroot/gentoo-x86/sci-libs/ipp/ipp-6.0.1.071.ebuild,v 1.1 2009/01/27 16:11:37 bicatali Exp $
27 +# $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 $
28
29 inherit check-reqs
30
31 @@ -67,7 +67,7 @@
32 # tar xf l_*; ./install.sh --duplicate ipp.ini;
33
34 # binary blob extractor uses stupid directory
35 - addwrite /usr/local/share/macrovision
36 + addpredict /usr/local/share/macrovision
37
38 cp ${IPP_LICENSE} "${WORKDIR}"/
39 cat > ipp.ini <<- EOF
40 @@ -98,7 +98,6 @@
41 find . -type d -print0 | xargs --null chmod 755
42 rm -rf tmp* uninstall.sh
43 rm -rf "${WORKDIR}"/l_*
44 - rm -rf /usr/local/share/macrovision
45 }
46
47 src_install() {
48
49
50
51 1.3 sci-libs/ipp/ipp-6.0.0.063.ebuild
52
53 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-libs/ipp/ipp-6.0.0.063.ebuild?rev=1.3&view=markup
54 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-libs/ipp/ipp-6.0.0.063.ebuild?rev=1.3&content-type=text/plain
55 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-libs/ipp/ipp-6.0.0.063.ebuild?r1=1.2&r2=1.3
56
57 Index: ipp-6.0.0.063.ebuild
58 ===================================================================
59 RCS file: /var/cvsroot/gentoo-x86/sci-libs/ipp/ipp-6.0.0.063.ebuild,v
60 retrieving revision 1.2
61 retrieving revision 1.3
62 diff -u -r1.2 -r1.3
63 --- ipp-6.0.0.063.ebuild 27 Jan 2009 16:11:37 -0000 1.2
64 +++ ipp-6.0.0.063.ebuild 28 Jan 2009 23:02:15 -0000 1.3
65 @@ -1,6 +1,6 @@
66 # Copyright 1999-2009 Gentoo Foundation
67 # Distributed under the terms of the GNU General Public License v2
68 -# $Header: /var/cvsroot/gentoo-x86/sci-libs/ipp/ipp-6.0.0.063.ebuild,v 1.2 2009/01/27 16:11:37 bicatali Exp $
69 +# $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 $
70
71 inherit check-reqs
72
73 @@ -67,7 +67,7 @@
74 # tar xf l_*; ./install.sh --duplicate ipp.ini;
75
76 # binary blob extractor uses stupid directory
77 - addwrite /usr/local/share/macrovision
78 + addpredict /usr/local/share/macrovision
79
80 cp ${IPP_LICENSE} "${WORKDIR}"/
81 cat > ipp.ini <<- EOF
82 @@ -98,7 +98,6 @@
83 find . -type d -print0 | xargs --null chmod 755
84 rm -rf tmp* uninstall.sh
85 rm -rf "${WORKDIR}"/l_*
86 - rm -rf /usr/local/share/macrovision
87 }
88
89 src_install() {