Gentoo Archives: gentoo-commits

From: "Ulrich Müller" <ulm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/eselect:master commit in: bin/, /
Date: Mon, 27 Feb 2023 17:41:00
Message-Id: 1677518072.92ef7eeca4e90e8ce65fd0b00f438878f94d5e7c.ulm@gentoo
1 commit: 92ef7eeca4e90e8ce65fd0b00f438878f94d5e7c
2 Author: Ulrich Müller <ulm <AT> gentoo <DOT> org>
3 AuthorDate: Mon Feb 27 17:14:32 2023 +0000
4 Commit: Ulrich Müller <ulm <AT> gentoo <DOT> org>
5 CommitDate: Mon Feb 27 17:14:32 2023 +0000
6 URL: https://gitweb.gentoo.org/proj/eselect.git/commit/?id=92ef7eec
7
8 Update version to 1.4.21
9
10 Signed-off-by: Ulrich Müller <ulm <AT> gentoo.org>
11
12 ChangeLog | 3 +++
13 bin/eselect.in | 2 +-
14 configure.ac | 2 +-
15 3 files changed, 5 insertions(+), 2 deletions(-)
16
17 diff --git a/ChangeLog b/ChangeLog
18 index 141e377..64a5b5e 100644
19 --- a/ChangeLog
20 +++ b/ChangeLog
21 @@ -1,5 +1,8 @@
22 2023-02-27 Ulrich Müller <ulm@g.o>
23
24 + * configure.ac: Update version to 1.4.21.
25 + * Tagged 1.4.21 release.
26 +
27 * misc/eselect.bashcomp (_eselect): Add --eprefix and --root
28 options.
29
30
31 diff --git a/bin/eselect.in b/bin/eselect.in
32 index 8afbd7e..a521a6f 100755
33 --- a/bin/eselect.in
34 +++ b/bin/eselect.in
35 @@ -105,7 +105,7 @@ es_do_help() {
36 es_do_version() {
37 echo "eselect ${ESELECT_VERSION}"
38 echo
39 - echo "Copyright (c) 2005-2020 Gentoo Authors."
40 + echo "Copyright (c) 2005-2023 Gentoo Authors."
41 echo "Distributed under the terms of the GNU GPL version 2 or later."
42 }
43
44
45 diff --git a/configure.ac b/configure.ac
46 index 00fd2d8..4a0fc9a 100644
47 --- a/configure.ac
48 +++ b/configure.ac
49 @@ -1,4 +1,4 @@
50 -AC_INIT(eselect, 1.4.20, eselect@g.o, eselect)
51 +AC_INIT(eselect, 1.4.21, eselect@g.o, eselect)
52 AC_PREREQ(2.59)
53 AC_CONFIG_SRCDIR(bin/eselect.in)
54 AC_CONFIG_AUX_DIR(config)