Gentoo Archives: gentoo-commits

From: "Fabian Groffen (grobian)" <grobian@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in app-arch/tar: tar-1.17.ebuild tar-1.19.ebuild tar-1.17-r1.ebuild tar-1.18-r1.ebuild tar-1.18-r2.ebuild
Date: Sat, 03 Nov 2007 18:19:15
Message-Id: E1IoNaJ-0000ES-Hl@stork.gentoo.org
1 grobian 07/11/03 18:19:03
2
3 Modified: tar-1.17.ebuild tar-1.19.ebuild tar-1.17-r1.ebuild
4 tar-1.18-r1.ebuild tar-1.18-r2.ebuild
5 Log:
6 Include userland_GNU in IUSE
7 (Portage version: 2.1.3.9, RepoMan options: --force)
8
9 Revision Changes Path
10 1.11 app-arch/tar/tar-1.17.ebuild
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-arch/tar/tar-1.17.ebuild?rev=1.11&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-arch/tar/tar-1.17.ebuild?rev=1.11&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-arch/tar/tar-1.17.ebuild?r1=1.10&r2=1.11
15
16 Index: tar-1.17.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/app-arch/tar/tar-1.17.ebuild,v
19 retrieving revision 1.10
20 retrieving revision 1.11
21 diff -u -r1.10 -r1.11
22 --- tar-1.17.ebuild 23 Jul 2007 02:39:09 -0000 1.10
23 +++ tar-1.17.ebuild 3 Nov 2007 18:19:02 -0000 1.11
24 @@ -1,6 +1,6 @@
25 # Copyright 1999-2007 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/app-arch/tar/tar-1.17.ebuild,v 1.10 2007/07/23 02:39:09 vapier Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/app-arch/tar/tar-1.17.ebuild,v 1.11 2007/11/03 18:19:02 grobian Exp $
29
30 inherit flag-o-matic eutils
31
32 @@ -13,7 +13,7 @@
33 LICENSE="GPL-2"
34 SLOT="0"
35 KEYWORDS="alpha amd64 arm hppa ia64 m68k mips ppc ppc64 s390 sh sparc x86 ~x86-fbsd"
36 -IUSE="nls static"
37 +IUSE="nls static userland_GNU"
38
39 RDEPEND=""
40 DEPEND="${RDEPEND}
41
42
43
44 1.2 app-arch/tar/tar-1.19.ebuild
45
46 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-arch/tar/tar-1.19.ebuild?rev=1.2&view=markup
47 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-arch/tar/tar-1.19.ebuild?rev=1.2&content-type=text/plain
48 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-arch/tar/tar-1.19.ebuild?r1=1.1&r2=1.2
49
50 Index: tar-1.19.ebuild
51 ===================================================================
52 RCS file: /var/cvsroot/gentoo-x86/app-arch/tar/tar-1.19.ebuild,v
53 retrieving revision 1.1
54 retrieving revision 1.2
55 diff -u -r1.1 -r1.2
56 --- tar-1.19.ebuild 10 Oct 2007 14:15:58 -0000 1.1
57 +++ tar-1.19.ebuild 3 Nov 2007 18:19:02 -0000 1.2
58 @@ -1,6 +1,6 @@
59 # Copyright 1999-2007 Gentoo Foundation
60 # Distributed under the terms of the GNU General Public License v2
61 -# $Header: /var/cvsroot/gentoo-x86/app-arch/tar/tar-1.19.ebuild,v 1.1 2007/10/10 14:15:58 vapier Exp $
62 +# $Header: /var/cvsroot/gentoo-x86/app-arch/tar/tar-1.19.ebuild,v 1.2 2007/11/03 18:19:02 grobian Exp $
63
64 inherit flag-o-matic eutils
65
66 @@ -13,7 +13,7 @@
67 LICENSE="GPL-3"
68 SLOT="0"
69 KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd"
70 -IUSE="nls static"
71 +IUSE="nls static userland_GNU"
72
73 RDEPEND=""
74 DEPEND="${RDEPEND}
75
76
77
78 1.2 app-arch/tar/tar-1.17-r1.ebuild
79
80 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-arch/tar/tar-1.17-r1.ebuild?rev=1.2&view=markup
81 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-arch/tar/tar-1.17-r1.ebuild?rev=1.2&content-type=text/plain
82 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-arch/tar/tar-1.17-r1.ebuild?r1=1.1&r2=1.2
83
84 Index: tar-1.17-r1.ebuild
85 ===================================================================
86 RCS file: /var/cvsroot/gentoo-x86/app-arch/tar/tar-1.17-r1.ebuild,v
87 retrieving revision 1.1
88 retrieving revision 1.2
89 diff -u -r1.1 -r1.2
90 --- tar-1.17-r1.ebuild 22 Aug 2007 09:09:15 -0000 1.1
91 +++ tar-1.17-r1.ebuild 3 Nov 2007 18:19:02 -0000 1.2
92 @@ -1,6 +1,6 @@
93 # Copyright 1999-2007 Gentoo Foundation
94 # Distributed under the terms of the GNU General Public License v2
95 -# $Header: /var/cvsroot/gentoo-x86/app-arch/tar/tar-1.17-r1.ebuild,v 1.1 2007/08/22 09:09:15 uberlord Exp $
96 +# $Header: /var/cvsroot/gentoo-x86/app-arch/tar/tar-1.17-r1.ebuild,v 1.2 2007/11/03 18:19:02 grobian Exp $
97
98 inherit flag-o-matic eutils
99
100 @@ -13,7 +13,7 @@
101 LICENSE="GPL-2"
102 SLOT="0"
103 KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd"
104 -IUSE="nls static"
105 +IUSE="nls static userland_GNU"
106
107 RDEPEND=""
108 DEPEND="${RDEPEND}
109
110
111
112 1.8 app-arch/tar/tar-1.18-r1.ebuild
113
114 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-arch/tar/tar-1.18-r1.ebuild?rev=1.8&view=markup
115 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-arch/tar/tar-1.18-r1.ebuild?rev=1.8&content-type=text/plain
116 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-arch/tar/tar-1.18-r1.ebuild?r1=1.7&r2=1.8
117
118 Index: tar-1.18-r1.ebuild
119 ===================================================================
120 RCS file: /var/cvsroot/gentoo-x86/app-arch/tar/tar-1.18-r1.ebuild,v
121 retrieving revision 1.7
122 retrieving revision 1.8
123 diff -u -r1.7 -r1.8
124 --- tar-1.18-r1.ebuild 25 Aug 2007 11:43:28 -0000 1.7
125 +++ tar-1.18-r1.ebuild 3 Nov 2007 18:19:02 -0000 1.8
126 @@ -1,6 +1,6 @@
127 # Copyright 1999-2007 Gentoo Foundation
128 # Distributed under the terms of the GNU General Public License v2
129 -# $Header: /var/cvsroot/gentoo-x86/app-arch/tar/tar-1.18-r1.ebuild,v 1.7 2007/08/25 11:43:28 vapier Exp $
130 +# $Header: /var/cvsroot/gentoo-x86/app-arch/tar/tar-1.18-r1.ebuild,v 1.8 2007/11/03 18:19:02 grobian Exp $
131
132 inherit flag-o-matic eutils
133
134 @@ -13,7 +13,7 @@
135 LICENSE="GPL-3"
136 SLOT="0"
137 KEYWORDS="alpha amd64 arm hppa ia64 m68k ~mips ppc ~ppc64 s390 sh sparc x86 ~x86-fbsd"
138 -IUSE="nls static"
139 +IUSE="nls static userland_GNU"
140
141 RDEPEND=""
142 DEPEND="${RDEPEND}
143
144
145
146 1.11 app-arch/tar/tar-1.18-r2.ebuild
147
148 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-arch/tar/tar-1.18-r2.ebuild?rev=1.11&view=markup
149 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-arch/tar/tar-1.18-r2.ebuild?rev=1.11&content-type=text/plain
150 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-arch/tar/tar-1.18-r2.ebuild?r1=1.10&r2=1.11
151
152 Index: tar-1.18-r2.ebuild
153 ===================================================================
154 RCS file: /var/cvsroot/gentoo-x86/app-arch/tar/tar-1.18-r2.ebuild,v
155 retrieving revision 1.10
156 retrieving revision 1.11
157 diff -u -r1.10 -r1.11
158 --- tar-1.18-r2.ebuild 29 Aug 2007 10:26:06 -0000 1.10
159 +++ tar-1.18-r2.ebuild 3 Nov 2007 18:19:02 -0000 1.11
160 @@ -1,6 +1,6 @@
161 # Copyright 1999-2007 Gentoo Foundation
162 # Distributed under the terms of the GNU General Public License v2
163 -# $Header: /var/cvsroot/gentoo-x86/app-arch/tar/tar-1.18-r2.ebuild,v 1.10 2007/08/29 10:26:06 corsair Exp $
164 +# $Header: /var/cvsroot/gentoo-x86/app-arch/tar/tar-1.18-r2.ebuild,v 1.11 2007/11/03 18:19:02 grobian Exp $
165
166 inherit flag-o-matic eutils
167
168 @@ -13,7 +13,7 @@
169 LICENSE="GPL-3"
170 SLOT="0"
171 KEYWORDS="alpha amd64 arm hppa ia64 m68k mips ppc ppc64 s390 sh sparc x86 ~x86-fbsd"
172 -IUSE="nls static"
173 +IUSE="nls static userland_GNU"
174
175 RDEPEND=""
176 DEPEND="${RDEPEND}
177
178
179
180 --
181 gentoo-commits@g.o mailing list