Gentoo Archives: gentoo-commits

From: "Ulrich Müller" <ulm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/gs-elpa:master commit in: gs_elpa/data/, /, docs/, gs_elpa/
Date: Wed, 05 May 2021 16:47:48
Message-Id: 1620233153.f8a3677db135fd3c8d186e59618a4830976a268c.ulm@gentoo
1 commit: f8a3677db135fd3c8d186e59618a4830976a268c
2 Author: Ulrich Müller <ulm <AT> gentoo <DOT> org>
3 AuthorDate: Wed May 5 16:45:53 2021 +0000
4 Commit: Ulrich Müller <ulm <AT> gentoo <DOT> org>
5 CommitDate: Wed May 5 16:45:53 2021 +0000
6 URL: https://gitweb.gentoo.org/proj/gs-elpa.git/commit/?id=f8a3677d
7
8 0.2.1 release
9
10 Signed-off-by: Ulrich Müller <ulm <AT> gentoo.org>
11
12 docs/gs-elpa.8 | 5 +++--
13 docs/gs-elpa.8.rst | 7 ++++---
14 gs_elpa/data/gs-elpa.eclass | 4 ++--
15 gs_elpa/ebuild.py | 2 +-
16 gs_elpa/elpa_db.py | 2 +-
17 setup.py | 4 ++--
18 6 files changed, 13 insertions(+), 11 deletions(-)
19
20 diff --git a/docs/gs-elpa.8 b/docs/gs-elpa.8
21 index d1201e9..c476201 100644
22 --- a/docs/gs-elpa.8
23 +++ b/docs/gs-elpa.8
24 @@ -1,6 +1,6 @@
25 .\" Man page generated from reStructuredText.
26 .
27 -.TH GS-ELPA 8 "2015-04-20" "0.2" "g-sorcery"
28 +.TH GS-ELPA 8 "2021-05-05" "0.2.1" "g-sorcery"
29 .SH NAME
30 gs-elpa \- manage overlays for ELPA repositories
31 .
32 @@ -177,6 +177,7 @@ Written by Jauhien Piatlicki <jauhien@g.o>. GSoC idea
33 and mentorship by Rafael Martins. Lots of help and improvements
34 by Brian Dolbec.
35 .SH COPYRIGHT
36 -Copyright (c) 2013-2015 Jauhien Piatlicki, License: GPL-2
37 +Copyright (c) 2013-2021 Jauhien Piatlicki and others,
38 +License: GPL-2
39 .\" Generated by docutils manpage writer.
40 .
41
42 diff --git a/docs/gs-elpa.8.rst b/docs/gs-elpa.8.rst
43 index 0e8b847..5800940 100644
44 --- a/docs/gs-elpa.8.rst
45 +++ b/docs/gs-elpa.8.rst
46 @@ -9,9 +9,10 @@ manage overlays for ELPA repositories
47 :Author: Written by Jauhien Piatlicki <jauhien@g.o>. GSoC idea
48 and mentorship by Rafael Martins. Lots of help and improvements
49 by Brian Dolbec.
50 -:Date: 2015-04-20
51 -:Copyright: Copyright (c) 2013-2015 Jauhien Piatlicki, License: GPL-2
52 -:Version: 0.2
53 +:Date: 2021-05-05
54 +:Copyright: Copyright (c) 2013-2021 Jauhien Piatlicki and others,
55 + License: GPL-2
56 +:Version: 0.2.1
57 :Manual section: 8
58 :Manual group: g-sorcery
59
60
61 diff --git a/gs_elpa/data/gs-elpa.eclass b/gs_elpa/data/gs-elpa.eclass
62 index aa4eca4..e331786 100644
63 --- a/gs_elpa/data/gs-elpa.eclass
64 +++ b/gs_elpa/data/gs-elpa.eclass
65 @@ -1,6 +1,6 @@
66 -# Copyright 1999-2014 Gentoo Foundation
67 +# Copyright 1999-2014 Gentoo Authors
68 # Distributed under the terms of the GNU General Public License v2
69 -# $Header: $
70 +#
71 # automatically generated by gs-elpa
72 # please do not edit this file
73 #
74
75 diff --git a/gs_elpa/ebuild.py b/gs_elpa/ebuild.py
76 index cf1b2dd..834d3a6 100644
77 --- a/gs_elpa/ebuild.py
78 +++ b/gs_elpa/ebuild.py
79 @@ -7,7 +7,7 @@
80
81 ebuild generation
82
83 - :copyright: (c) 2013 by Jauhien Piatlicki
84 + :copyright: (c) 2013-2021 Jauhien Piatlicki and others
85 :license: GPL-2, see LICENSE for more details.
86 """
87
88
89 diff --git a/gs_elpa/elpa_db.py b/gs_elpa/elpa_db.py
90 index f307c87..d9cac6c 100644
91 --- a/gs_elpa/elpa_db.py
92 +++ b/gs_elpa/elpa_db.py
93 @@ -7,7 +7,7 @@
94
95 ELPA package database
96
97 - :copyright: (c) 2013-2015 by Jauhien Piatlicki
98 + :copyright: (c) 2013-2021 Jauhien Piatlicki and others
99 :license: GPL-2, see LICENSE for more details.
100 """
101
102
103 diff --git a/setup.py b/setup.py
104 index b3ad73e..040abcb 100644
105 --- a/setup.py
106 +++ b/setup.py
107 @@ -7,14 +7,14 @@
108
109 installation script
110
111 - :copyright: (c) 2013-2015 by Jauhien Piatlicki
112 + :copyright: (c) 2013-2021 Jauhien Piatlicki and others
113 :license: GPL-2, see LICENSE for more details.
114 """
115
116 from distutils.core import setup
117
118 setup(name = 'gs-elpa',
119 - version = '0.2',
120 + version = '0.2.1',
121 description = 'g-sorcery backend for elisp packages',
122 author = 'Jauhien Piatlicki',
123 author_email = 'jauhien@g.o',