Gentoo Archives: gentoo-commits

From: Mike Frysinger <vapier@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: www-apache/passenger/, eclass/
Date: Tue, 06 Oct 2015 01:17:11
Message-Id: 1444094213.9dbbf5411d19913c8f31a4abb9eea0cd8521b687.vapier@gentoo
1 commit: 9dbbf5411d19913c8f31a4abb9eea0cd8521b687
2 Author: Mike Frysinger <vapier <AT> gentoo <DOT> org>
3 AuthorDate: Tue Oct 6 01:10:19 2015 +0000
4 Commit: Mike Frysinger <vapier <AT> gentoo <DOT> org>
5 CommitDate: Tue Oct 6 01:16:53 2015 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9dbbf541
7
8 fix broken headers in a few random files
9
10 eclass/ant-tasks.eclass | 3 ---
11 eclass/gdesklets.eclass | 4 ++--
12 eclass/java-ant-2.eclass | 18 ++----------------
13 eclass/java-mvn-src.eclass | 8 ++------
14 eclass/java-osgi.eclass | 9 ++-------
15 eclass/java-pkg-2.eclass | 9 ++-------
16 eclass/java-pkg-opt-2.eclass | 14 ++------------
17 eclass/java-pkg-simple.eclass | 8 ++------
18 eclass/java-utils-2.eclass | 10 ++--------
19 eclass/pam.eclass | 5 ++---
20 eclass/twisted-r1.eclass | 2 +-
21 www-apache/passenger/passenger-5.0.20-r1.ebuild | 1 -
22 www-apache/passenger/passenger-5.0.20.ebuild | 1 -
23 13 files changed, 19 insertions(+), 73 deletions(-)
24
25 diff --git a/eclass/ant-tasks.eclass b/eclass/ant-tasks.eclass
26 index 0b7293f..91d3193 100644
27 --- a/eclass/ant-tasks.eclass
28 +++ b/eclass/ant-tasks.eclass
29 @@ -1,8 +1,5 @@
30 -# Eclass for building dev-java/ant-* packages
31 -#
32 # Copyright 1999-2015 Gentoo Foundation
33 # Distributed under the terms of the GNU General Public License, v2 or later
34 -# Author Vlastimil Babka <caster@g.o>
35 # $Id$
36
37 # @ECLASS: ant-tasks.eclass
38
39 diff --git a/eclass/gdesklets.eclass b/eclass/gdesklets.eclass
40 index 4b2bb88..378dd13 100644
41 --- a/eclass/gdesklets.eclass
42 +++ b/eclass/gdesklets.eclass
43 @@ -1,5 +1,5 @@
44 -# Copyright 1999-2011 Gentoo Foundation
45 -# Distributed under the terms of the GNU General Public License, v2 or later
46 +# Copyright 1999-2015 Gentoo Foundation
47 +# Distributed under the terms of the GNU General Public License v2
48 # $Id$
49
50 # @ECLASS: gdesklets.eclass
51
52 diff --git a/eclass/java-ant-2.eclass b/eclass/java-ant-2.eclass
53 index ea0f3e0..64dca0a 100644
54 --- a/eclass/java-ant-2.eclass
55 +++ b/eclass/java-ant-2.eclass
56 @@ -1,19 +1,5 @@
57 -# eclass for ant based Java packages
58 -#
59 -# Copyright (c) 2004-2005, Thomas Matthijs <axxo@g.o>
60 -# Copyright (c) 2004-2015, Gentoo Foundation
61 -# Changes:
62 -# May 2007:
63 -# Made bsfix make one pass for all things and add some glocal targets for
64 -# setting up the whole thing. Contributed by kiorky
65 -# (kiorky@××××××××××.net).
66 -# December 2006:
67 -# I pretty much rewrote the logic of the bsfix functions
68 -# and xml-rewrite.py because they were so slow
69 -# Petteri Räty (betelgeuse@g.o)
70 -#
71 -# Licensed under the GNU General Public License, v2
72 -#
73 +# Copyright 2004-2015 Gentoo Foundation
74 +# Distributed under the terms of the GNU General Public License v2
75 # $Id$
76
77 # @ECLASS: java-ant-2.eclass
78
79 diff --git a/eclass/java-mvn-src.eclass b/eclass/java-mvn-src.eclass
80 index da60cf8..c34034e 100644
81 --- a/eclass/java-mvn-src.eclass
82 +++ b/eclass/java-mvn-src.eclass
83 @@ -1,9 +1,5 @@
84 -# Eclass for Java packages from bare sources exported by Maven
85 -#
86 -# Copyright (c) 2004-2011, Gentoo Foundation
87 -#
88 -# Licensed under the GNU General Public License, v2
89 -#
90 +# Copyright 2004-2015 Gentoo Foundation
91 +# Distributed under the terms of the GNU General Public License v2
92 # $Id$
93
94 inherit java-pkg-simple
95
96 diff --git a/eclass/java-osgi.eclass b/eclass/java-osgi.eclass
97 index 7e13ed2..46865fa 100644
98 --- a/eclass/java-osgi.eclass
99 +++ b/eclass/java-osgi.eclass
100 @@ -1,10 +1,5 @@
101 -# Base eclass for Java packages that needs to be OSGi compliant
102 -#
103 -# Copyright (c) 2007, Jean-Noël Rivasseau <elvanor@×××××.com>
104 -# Copyright (c) 2007-2011, Gentoo Foundation
105 -#
106 -# Licensed under the GNU General Public License, v2
107 -#
108 +# Copyright 2007-2015 Gentoo Foundation
109 +# Distributed under the terms of the GNU General Public License v2
110 # $Id$
111
112 # -----------------------------------------------------------------------------
113
114 diff --git a/eclass/java-pkg-2.eclass b/eclass/java-pkg-2.eclass
115 index a0028c8..6b77066 100644
116 --- a/eclass/java-pkg-2.eclass
117 +++ b/eclass/java-pkg-2.eclass
118 @@ -1,10 +1,5 @@
119 -# Eclass for Java packages
120 -#
121 -# Copyright (c) 2004-2005, Thomas Matthijs <axxo@g.o>
122 -# Copyright (c) 2004-2015, Gentoo Foundation
123 -#
124 -# Licensed under the GNU General Public License, v2
125 -#
126 +# Copyright 2004-2015 Gentoo Foundation
127 +# Distributed under the terms of the GNU General Public License v2
128 # $Id$
129
130 # @ECLASS: java-pkg-2.eclass
131
132 diff --git a/eclass/java-pkg-opt-2.eclass b/eclass/java-pkg-opt-2.eclass
133 index 9902837..20c4cbc 100644
134 --- a/eclass/java-pkg-opt-2.eclass
135 +++ b/eclass/java-pkg-opt-2.eclass
136 @@ -1,15 +1,5 @@
137 -# Eclass for optional Java packages
138 -#
139 -# Copyright (c) 2004-2005, Thomas Matthijs <axxo@g.o>
140 -# Copyright (c) 2004-2011, Gentoo Foundation
141 -#
142 -# Licensed under the GNU General Public License, v2
143 -#
144 -# Major changes:
145 -# 20070805:
146 -# Removed phase hooks because Portage does proper env saving now.
147 -# <betelgeuse@g.o>
148 -#
149 +# Copyright 2004-2015 Gentoo Foundation
150 +# Distributed under the terms of the GNU General Public License v2
151 # $Id$
152
153 # @ECLASS: java-pkg-opt-2.eclass
154
155 diff --git a/eclass/java-pkg-simple.eclass b/eclass/java-pkg-simple.eclass
156 index d5309bb..7abdb62 100644
157 --- a/eclass/java-pkg-simple.eclass
158 +++ b/eclass/java-pkg-simple.eclass
159 @@ -1,9 +1,5 @@
160 -# Eclass for simple bare-source Java packages
161 -#
162 -# Copyright (c) 2004-2015, Gentoo Foundation
163 -#
164 -# Licensed under the GNU General Public License, v2
165 -#
166 +# Copyright 2004-2015 Gentoo Foundation
167 +# Distributed under the terms of the GNU General Public License v2
168 # $Id$
169
170 inherit java-utils-2
171
172 diff --git a/eclass/java-utils-2.eclass b/eclass/java-utils-2.eclass
173 index e0984f3..302a82a 100644
174 --- a/eclass/java-utils-2.eclass
175 +++ b/eclass/java-utils-2.eclass
176 @@ -1,11 +1,5 @@
177 -# Base eclass for Java packages
178 -#
179 -# Copyright (c) 2004-2005, Thomas Matthijs <axxo@g.o>
180 -# Copyright (c) 2004, Karl Trygve Kalleberg <karltk@g.o>
181 -# Copyright (c) 2004-2015, Gentoo Foundation
182 -#
183 -# Licensed under the GNU General Public License, v2
184 -#
185 +# Copyright 2004-2015 Gentoo Foundation
186 +# Distributed under the terms of the GNU General Public License v2
187 # $Id$
188
189 # @ECLASS: java-utils-2.eclass
190
191 diff --git a/eclass/pam.eclass b/eclass/pam.eclass
192 index a690e00..c5d9108 100644
193 --- a/eclass/pam.eclass
194 +++ b/eclass/pam.eclass
195 @@ -1,7 +1,6 @@
196 -# Copyright 1999-2014 Gentoo Foundation
197 -# Distributed under the terms of the GNU General Public License, v2 or later
198 +# Copyright 1999-2015 Gentoo Foundation
199 +# Distributed under the terms of the GNU General Public License v2
200 # $Id$
201 -#
202
203 # @ECLASS: pam.eclass
204 # @MAINTAINER:
205
206 diff --git a/eclass/twisted-r1.eclass b/eclass/twisted-r1.eclass
207 index 2cb24e3..5b10491 100644
208 --- a/eclass/twisted-r1.eclass
209 +++ b/eclass/twisted-r1.eclass
210 @@ -1,5 +1,5 @@
211 # Copyright 1999-2014 Gentoo Foundation
212 -# Distributed under the terms of the GNU General Public License, v2 or later
213 +# Distributed under the terms of the GNU General Public License v2
214 # $Id$
215
216 # @ECLASS: twisted-r1.eclass
217
218 diff --git a/www-apache/passenger/passenger-5.0.20-r1.ebuild b/www-apache/passenger/passenger-5.0.20-r1.ebuild
219 index 140bd12..a9c600a 100644
220 --- a/www-apache/passenger/passenger-5.0.20-r1.ebuild
221 +++ b/www-apache/passenger/passenger-5.0.20-r1.ebuild
222 @@ -1,4 +1,3 @@
223 -
224 # Copyright 1999-2015 Gentoo Foundation
225 # Distributed under the terms of the GNU General Public License v2
226 # $Id$
227
228 diff --git a/www-apache/passenger/passenger-5.0.20.ebuild b/www-apache/passenger/passenger-5.0.20.ebuild
229 index 989ba35..b385fee 100644
230 --- a/www-apache/passenger/passenger-5.0.20.ebuild
231 +++ b/www-apache/passenger/passenger-5.0.20.ebuild
232 @@ -1,4 +1,3 @@
233 -
234 # Copyright 1999-2015 Gentoo Foundation
235 # Distributed under the terms of the GNU General Public License v2
236 # $Id$