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: ChangeLog crossdev-20100814.ebuild crossdev-20101011.ebuild crossdev-20110310.ebuild crossdev-99999999.ebuild
Date: Tue, 05 Jul 2011 06:48:20
Message-Id: 20110705064810.0B79D2004B@flycatcher.gentoo.org
1 vapier 11/07/05 06:48:10
2
3 Modified: ChangeLog crossdev-20100814.ebuild
4 crossdev-20101011.ebuild crossdev-20110310.ebuild
5 crossdev-99999999.ebuild
6 Log:
7 Migrate to git-2 eclass.
8
9 Revision Changes Path
10 1.77 sys-devel/crossdev/ChangeLog
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/crossdev/ChangeLog?rev=1.77&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/crossdev/ChangeLog?rev=1.77&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/crossdev/ChangeLog?r1=1.76&r2=1.77
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/sys-devel/crossdev/ChangeLog,v
19 retrieving revision 1.76
20 retrieving revision 1.77
21 diff -u -r1.76 -r1.77
22 --- ChangeLog 13 Apr 2011 19:13:39 -0000 1.76
23 +++ ChangeLog 5 Jul 2011 06:48:09 -0000 1.77
24 @@ -1,6 +1,10 @@
25 # ChangeLog for sys-devel/crossdev
26 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/sys-devel/crossdev/ChangeLog,v 1.76 2011/04/13 19:13:39 vapier Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/sys-devel/crossdev/ChangeLog,v 1.77 2011/07/05 06:48:09 vapier Exp $
29 +
30 + 05 Jul 2011; Mike Frysinger <vapier@g.o> crossdev-20100814.ebuild,
31 + crossdev-20101011.ebuild, crossdev-20110310.ebuild, crossdev-99999999.ebuild:
32 + Migrate to git-2 eclass.
33
34 13 Apr 2011; Mike Frysinger <vapier@g.o> crossdev-20110310.ebuild:
35 Stabilize for everyone #359901 by Joachim Breuer.
36
37
38
39 1.4 sys-devel/crossdev/crossdev-20100814.ebuild
40
41 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/crossdev/crossdev-20100814.ebuild?rev=1.4&view=markup
42 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/crossdev/crossdev-20100814.ebuild?rev=1.4&content-type=text/plain
43 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/crossdev/crossdev-20100814.ebuild?r1=1.3&r2=1.4
44
45 Index: crossdev-20100814.ebuild
46 ===================================================================
47 RCS file: /var/cvsroot/gentoo-x86/sys-devel/crossdev/crossdev-20100814.ebuild,v
48 retrieving revision 1.3
49 retrieving revision 1.4
50 diff -u -r1.3 -r1.4
51 --- crossdev-20100814.ebuild 6 Feb 2011 11:31:49 -0000 1.3
52 +++ crossdev-20100814.ebuild 5 Jul 2011 06:48:09 -0000 1.4
53 @@ -1,12 +1,12 @@
54 # Copyright 1999-2011 Gentoo Foundation
55 # Distributed under the terms of the GNU General Public License v2
56 -# $Header: /var/cvsroot/gentoo-x86/sys-devel/crossdev/crossdev-20100814.ebuild,v 1.3 2011/02/06 11:31:49 leio Exp $
57 +# $Header: /var/cvsroot/gentoo-x86/sys-devel/crossdev/crossdev-20100814.ebuild,v 1.4 2011/07/05 06:48:09 vapier Exp $
58
59 EAPI="3"
60
61 if [[ ${PV} == "99999999" ]] ; then
62 EGIT_REPO_URI="git://git.overlays.gentoo.org/proj/crossdev.git"
63 - inherit git
64 + inherit git-2
65 SRC_URI=""
66 #KEYWORDS=""
67 else
68
69
70
71 1.3 sys-devel/crossdev/crossdev-20101011.ebuild
72
73 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/crossdev/crossdev-20101011.ebuild?rev=1.3&view=markup
74 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/crossdev/crossdev-20101011.ebuild?rev=1.3&content-type=text/plain
75 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/crossdev/crossdev-20101011.ebuild?r1=1.2&r2=1.3
76
77 Index: crossdev-20101011.ebuild
78 ===================================================================
79 RCS file: /var/cvsroot/gentoo-x86/sys-devel/crossdev/crossdev-20101011.ebuild,v
80 retrieving revision 1.2
81 retrieving revision 1.3
82 diff -u -r1.2 -r1.3
83 --- crossdev-20101011.ebuild 11 Mar 2011 04:25:39 -0000 1.2
84 +++ crossdev-20101011.ebuild 5 Jul 2011 06:48:09 -0000 1.3
85 @@ -1,12 +1,12 @@
86 # Copyright 1999-2011 Gentoo Foundation
87 # Distributed under the terms of the GNU General Public License v2
88 -# $Header: /var/cvsroot/gentoo-x86/sys-devel/crossdev/crossdev-20101011.ebuild,v 1.2 2011/03/11 04:25:39 vapier Exp $
89 +# $Header: /var/cvsroot/gentoo-x86/sys-devel/crossdev/crossdev-20101011.ebuild,v 1.3 2011/07/05 06:48:09 vapier Exp $
90
91 EAPI="3"
92
93 if [[ ${PV} == "99999999" ]] ; then
94 EGIT_REPO_URI="git://git.overlays.gentoo.org/proj/crossdev.git"
95 - inherit git
96 + inherit git-2
97 SRC_URI=""
98 #KEYWORDS=""
99 else
100
101
102
103 1.3 sys-devel/crossdev/crossdev-20110310.ebuild
104
105 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/crossdev/crossdev-20110310.ebuild?rev=1.3&view=markup
106 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/crossdev/crossdev-20110310.ebuild?rev=1.3&content-type=text/plain
107 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/crossdev/crossdev-20110310.ebuild?r1=1.2&r2=1.3
108
109 Index: crossdev-20110310.ebuild
110 ===================================================================
111 RCS file: /var/cvsroot/gentoo-x86/sys-devel/crossdev/crossdev-20110310.ebuild,v
112 retrieving revision 1.2
113 retrieving revision 1.3
114 diff -u -r1.2 -r1.3
115 --- crossdev-20110310.ebuild 13 Apr 2011 19:13:39 -0000 1.2
116 +++ crossdev-20110310.ebuild 5 Jul 2011 06:48:09 -0000 1.3
117 @@ -1,12 +1,12 @@
118 # Copyright 1999-2011 Gentoo Foundation
119 # Distributed under the terms of the GNU General Public License v2
120 -# $Header: /var/cvsroot/gentoo-x86/sys-devel/crossdev/crossdev-20110310.ebuild,v 1.2 2011/04/13 19:13:39 vapier Exp $
121 +# $Header: /var/cvsroot/gentoo-x86/sys-devel/crossdev/crossdev-20110310.ebuild,v 1.3 2011/07/05 06:48:09 vapier Exp $
122
123 EAPI="3"
124
125 if [[ ${PV} == "99999999" ]] ; then
126 EGIT_REPO_URI="git://git.overlays.gentoo.org/proj/crossdev.git"
127 - inherit git
128 + inherit git-2
129 SRC_URI=""
130 #KEYWORDS=""
131 else
132
133
134
135 1.4 sys-devel/crossdev/crossdev-99999999.ebuild
136
137 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/crossdev/crossdev-99999999.ebuild?rev=1.4&view=markup
138 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/crossdev/crossdev-99999999.ebuild?rev=1.4&content-type=text/plain
139 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/crossdev/crossdev-99999999.ebuild?r1=1.3&r2=1.4
140
141 Index: crossdev-99999999.ebuild
142 ===================================================================
143 RCS file: /var/cvsroot/gentoo-x86/sys-devel/crossdev/crossdev-99999999.ebuild,v
144 retrieving revision 1.3
145 retrieving revision 1.4
146 diff -u -r1.3 -r1.4
147 --- crossdev-99999999.ebuild 10 Aug 2010 08:42:56 -0000 1.3
148 +++ crossdev-99999999.ebuild 5 Jul 2011 06:48:09 -0000 1.4
149 @@ -1,12 +1,12 @@
150 -# Copyright 1999-2010 Gentoo Foundation
151 +# Copyright 1999-2011 Gentoo Foundation
152 # Distributed under the terms of the GNU General Public License v2
153 -# $Header: /var/cvsroot/gentoo-x86/sys-devel/crossdev/crossdev-99999999.ebuild,v 1.3 2010/08/10 08:42:56 vapier Exp $
154 +# $Header: /var/cvsroot/gentoo-x86/sys-devel/crossdev/crossdev-99999999.ebuild,v 1.4 2011/07/05 06:48:09 vapier Exp $
155
156 EAPI="3"
157
158 if [[ ${PV} == "99999999" ]] ; then
159 EGIT_REPO_URI="git://git.overlays.gentoo.org/proj/crossdev.git"
160 - inherit git
161 + inherit git-2
162 SRC_URI=""
163 #KEYWORDS=""
164 else