Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: eclass/
Date: Wed, 31 Mar 2021 05:20:36
Message-Id: 1617168003.3f1cd0c161eeec3a5b0173da31f8949fa5eb38b5.sam@gentoo
1 commit: 3f1cd0c161eeec3a5b0173da31f8949fa5eb38b5
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Wed Mar 31 05:12:08 2021 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Wed Mar 31 05:20:03 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3f1cd0c1
7
8 eclass: normalise email format in @AUTHOR
9
10 Signed-off-by: Sam James <sam <AT> gentoo.org>
11
12 eclass/java-ant-2.eclass | 5 +++--
13 eclass/java-osgi.eclass | 4 ++--
14 eclass/java-pkg-simple.eclass | 4 ++--
15 3 files changed, 7 insertions(+), 6 deletions(-)
16
17 diff --git a/eclass/java-ant-2.eclass b/eclass/java-ant-2.eclass
18 index 733d1d1f6bf..69e3f7d46d8 100644
19 --- a/eclass/java-ant-2.eclass
20 +++ b/eclass/java-ant-2.eclass
21 @@ -1,11 +1,12 @@
22 -# Copyright 2004-2019 Gentoo Authors
23 +# Copyright 2004-2021 Gentoo Authors
24 # Distributed under the terms of the GNU General Public License v2
25
26 # @ECLASS: java-ant-2.eclass
27 # @MAINTAINER:
28 # java@g.o
29 # @AUTHOR:
30 -# kiorky (kiorky@××××××××××.net), Petteri Räty (betelgeuse@g.o)
31 +# kiorky <kiorky@××××××××××.net>
32 +# Petteri Räty <betelgeuse@g.o>
33 # @BLURB: eclass for ant based Java packages
34 # @DESCRIPTION:
35 # Eclass for Ant-based Java packages. Provides support for both automatic and
36
37 diff --git a/eclass/java-osgi.eclass b/eclass/java-osgi.eclass
38 index bb8c1d8575b..f9a77b8490f 100644
39 --- a/eclass/java-osgi.eclass
40 +++ b/eclass/java-osgi.eclass
41 @@ -1,11 +1,11 @@
42 -# Copyright 2007-2015 Gentoo Foundation
43 +# Copyright 2007-2021 Gentoo Authors
44 # Distributed under the terms of the GNU General Public License v2
45
46 # @ECLASS: java-osgi.eclass
47 # @MAINTAINER:
48 # java@g.o
49 # @AUTHOR:
50 -# Java maintainers (java@g.o)
51 +# Java maintainers <java@g.o>
52 # @BLURB: Java OSGi eclass
53 # @DESCRIPTION:
54 # This eclass provides functionality which is used by packages that need to be
55
56 diff --git a/eclass/java-pkg-simple.eclass b/eclass/java-pkg-simple.eclass
57 index a1ab0afb316..ca03fea78cf 100644
58 --- a/eclass/java-pkg-simple.eclass
59 +++ b/eclass/java-pkg-simple.eclass
60 @@ -1,11 +1,11 @@
61 -# Copyright 2004-2020 Gentoo Authors
62 +# Copyright 2004-2021 Gentoo Authors
63 # Distributed under the terms of the GNU General Public License v2
64
65 # @ECLASS: java-pkg-simple.eclass
66 # @MAINTAINER:
67 # java@g.o
68 # @AUTHOR:
69 -# Java maintainers (java@g.o)
70 +# Java maintainers <java@g.o>
71 # @BLURB: Eclass for packaging Java software with ease.
72 # @DESCRIPTION:
73 # This class is intended to build pure Java packages from Java sources