Gentoo Archives: gentoo-commits

From: "Mike Frysinger (vapier)" <vapier@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in sys-devel/crossdev/files: crossdev-stable crossdev digest-crossdev-0.9.18-r5
Date: Sun, 04 Nov 2007 03:02:02
Message-Id: E1IoVkK-000510-DW@stork.gentoo.org
1 vapier 07/11/04 03:01:56
2
3 Modified: crossdev-stable crossdev
4 Added: digest-crossdev-0.9.18-r5
5 Log:
6 Stop using -* now that we have ** and the meaning of -* is changing.
7 (Portage version: 2.1.3.16, RepoMan options: --force)
8
9 Revision Changes Path
10 1.3 sys-devel/crossdev/files/crossdev-stable
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-devel/crossdev/files/crossdev-stable?rev=1.3&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-devel/crossdev/files/crossdev-stable?rev=1.3&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-devel/crossdev/files/crossdev-stable?r1=1.2&r2=1.3
15
16 Index: crossdev-stable
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/sys-devel/crossdev/files/crossdev-stable,v
19 retrieving revision 1.2
20 retrieving revision 1.3
21 diff -u -r1.2 -r1.3
22 --- crossdev-stable 5 May 2007 05:12:12 -0000 1.2
23 +++ crossdev-stable 4 Nov 2007 03:01:55 -0000 1.3
24 @@ -1,7 +1,7 @@
25 #!/bin/bash
26 # Copyright 1999-2007 Gentoo Foundation
27 # Distributed under the terms of the GNU General Public License v2
28 -# $Header: /var/cvsroot/gentoo-x86/sys-devel/crossdev/files/crossdev-stable,v 1.2 2007/05/05 05:12:12 vapier Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/sys-devel/crossdev/files/crossdev-stable,v 1.3 2007/11/04 03:01:55 vapier Exp $
30
31 cd /
32 umask 0022 #159111
33 @@ -482,7 +482,7 @@
34 if [[ ${ver} == "[latest]" ]] || [[ -z ${ver} ]] ; then
35 echo "cross-${CTARGET}/${pkg} $TARCH ~$TARCH" >> ${output}
36 else
37 - echo "cross-${CTARGET}/${pkg} * ~* -*" >> ${output}
38 + echo "cross-${CTARGET}/${pkg} * ~*" >> ${output}
39 if [[ -f package.mask ]] ; then
40 output="package.mask"
41 sed -i -e "/cross-${CTARGET}\/${pkg}/d" ${output}
42
43
44
45 1.100 sys-devel/crossdev/files/crossdev
46
47 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-devel/crossdev/files/crossdev?rev=1.100&view=markup
48 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-devel/crossdev/files/crossdev?rev=1.100&content-type=text/plain
49 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-devel/crossdev/files/crossdev?r1=1.99&r2=1.100
50
51 Index: crossdev
52 ===================================================================
53 RCS file: /var/cvsroot/gentoo-x86/sys-devel/crossdev/files/crossdev,v
54 retrieving revision 1.99
55 retrieving revision 1.100
56 diff -u -r1.99 -r1.100
57 --- crossdev 7 Oct 2007 02:00:27 -0000 1.99
58 +++ crossdev 4 Nov 2007 03:01:55 -0000 1.100
59 @@ -1,7 +1,7 @@
60 #!/bin/bash
61 # Copyright 1999-2007 Gentoo Foundation
62 # Distributed under the terms of the GNU General Public License v2
63 -# $Header: /var/cvsroot/gentoo-x86/sys-devel/crossdev/files/crossdev,v 1.99 2007/10/07 02:00:27 vapier Exp $
64 +# $Header: /var/cvsroot/gentoo-x86/sys-devel/crossdev/files/crossdev,v 1.100 2007/11/04 03:01:55 vapier Exp $
65
66 cd /
67 umask 0022 #159111
68 @@ -483,7 +483,7 @@
69 [[ "${TARCH}" != "${HARCH}" ]] && keywords="${keywords} -${HARCH} -~${HARCH}"
70 echo "cross-${CTARGET}/${pkg} ${keywords}" >> ${output}
71 else
72 - echo "cross-${CTARGET}/${pkg} * ~* -* **" >> ${output}
73 + echo "cross-${CTARGET}/${pkg} * ~* **" >> ${output}
74 if [[ -f package.mask ]] ; then
75 output="package.mask"
76 sed -i -e "/cross-${CTARGET}\/${pkg}/d" ${output}
77
78
79
80 1.1 sys-devel/crossdev/files/digest-crossdev-0.9.18-r5
81
82 <<Binary file>>
83
84
85 --
86 gentoo-commits@g.o mailing list