aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUlrich Müller <ulm@gentoo.org>2021-05-05 18:45:53 +0200
committerUlrich Müller <ulm@gentoo.org>2021-05-05 18:45:53 +0200
commitf8a3677db135fd3c8d186e59618a4830976a268c (patch)
tree1be9fe8ad98994cc63c97727ed7b6aeaa67cbccb
parentgs_elpa/elpa_db.py: Check version numbers for sanity (diff)
downloadgs-elpa-f8a3677db135fd3c8d186e59618a4830976a268c.tar.gz
gs-elpa-f8a3677db135fd3c8d186e59618a4830976a268c.tar.bz2
gs-elpa-f8a3677db135fd3c8d186e59618a4830976a268c.zip
0.2.1 release0.2.1
Signed-off-by: Ulrich Müller <ulm@gentoo.org>
-rw-r--r--docs/gs-elpa.85
-rw-r--r--docs/gs-elpa.8.rst7
-rw-r--r--gs_elpa/data/gs-elpa.eclass4
-rw-r--r--gs_elpa/ebuild.py2
-rw-r--r--gs_elpa/elpa_db.py2
-rw-r--r--setup.py4
6 files changed, 13 insertions, 11 deletions
diff --git a/docs/gs-elpa.8 b/docs/gs-elpa.8
index d1201e9..c476201 100644
--- a/docs/gs-elpa.8
+++ b/docs/gs-elpa.8
@@ -1,6 +1,6 @@
.\" Man page generated from reStructuredText.
.
-.TH GS-ELPA 8 "2015-04-20" "0.2" "g-sorcery"
+.TH GS-ELPA 8 "2021-05-05" "0.2.1" "g-sorcery"
.SH NAME
gs-elpa \- manage overlays for ELPA repositories
.
@@ -177,6 +177,7 @@ Written by Jauhien Piatlicki <jauhien@gentoo.org>. GSoC idea
and mentorship by Rafael Martins. Lots of help and improvements
by Brian Dolbec.
.SH COPYRIGHT
-Copyright (c) 2013-2015 Jauhien Piatlicki, License: GPL-2
+Copyright (c) 2013-2021 Jauhien Piatlicki and others,
+License: GPL-2
.\" Generated by docutils manpage writer.
.
diff --git a/docs/gs-elpa.8.rst b/docs/gs-elpa.8.rst
index 0e8b847..5800940 100644
--- a/docs/gs-elpa.8.rst
+++ b/docs/gs-elpa.8.rst
@@ -9,9 +9,10 @@ manage overlays for ELPA repositories
:Author: Written by Jauhien Piatlicki <jauhien@gentoo.org>. GSoC idea
and mentorship by Rafael Martins. Lots of help and improvements
by Brian Dolbec.
-:Date: 2015-04-20
-:Copyright: Copyright (c) 2013-2015 Jauhien Piatlicki, License: GPL-2
-:Version: 0.2
+:Date: 2021-05-05
+:Copyright: Copyright (c) 2013-2021 Jauhien Piatlicki and others,
+ License: GPL-2
+:Version: 0.2.1
:Manual section: 8
:Manual group: g-sorcery
diff --git a/gs_elpa/data/gs-elpa.eclass b/gs_elpa/data/gs-elpa.eclass
index aa4eca4..e331786 100644
--- a/gs_elpa/data/gs-elpa.eclass
+++ b/gs_elpa/data/gs-elpa.eclass
@@ -1,6 +1,6 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2014 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-# $Header: $
+#
# automatically generated by gs-elpa
# please do not edit this file
#
diff --git a/gs_elpa/ebuild.py b/gs_elpa/ebuild.py
index cf1b2dd..834d3a6 100644
--- a/gs_elpa/ebuild.py
+++ b/gs_elpa/ebuild.py
@@ -7,7 +7,7 @@
ebuild generation
- :copyright: (c) 2013 by Jauhien Piatlicki
+ :copyright: (c) 2013-2021 Jauhien Piatlicki and others
:license: GPL-2, see LICENSE for more details.
"""
diff --git a/gs_elpa/elpa_db.py b/gs_elpa/elpa_db.py
index f307c87..d9cac6c 100644
--- a/gs_elpa/elpa_db.py
+++ b/gs_elpa/elpa_db.py
@@ -7,7 +7,7 @@
ELPA package database
- :copyright: (c) 2013-2015 by Jauhien Piatlicki
+ :copyright: (c) 2013-2021 Jauhien Piatlicki and others
:license: GPL-2, see LICENSE for more details.
"""
diff --git a/setup.py b/setup.py
index b3ad73e..040abcb 100644
--- a/setup.py
+++ b/setup.py
@@ -7,14 +7,14 @@
installation script
- :copyright: (c) 2013-2015 by Jauhien Piatlicki
+ :copyright: (c) 2013-2021 Jauhien Piatlicki and others
:license: GPL-2, see LICENSE for more details.
"""
from distutils.core import setup
setup(name = 'gs-elpa',
- version = '0.2',
+ version = '0.2.1',
description = 'g-sorcery backend for elisp packages',
author = 'Jauhien Piatlicki',
author_email = 'jauhien@gentoo.org',