public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] proj/eselect:master commit in: /
@ 2012-06-27 17:07 Ulrich Mueller
  0 siblings, 0 replies; 98+ messages in thread
From: Ulrich Mueller @ 2012-06-27 17:07 UTC (permalink / raw
  To: gentoo-commits

commit:     a3774fc2b3c44de95f5397730b822530df0a631f
Author:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
AuthorDate: Wed Jun 27 17:12:51 2012 +0000
Commit:     Ulrich Mueller <ulm <AT> gentoo <DOT> org>
CommitDate: Wed Jun 27 17:12:51 2012 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/eselect.git;a=commit;h=a3774fc2

Update NEWS.

---
 NEWS |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)

diff --git a/NEWS b/NEWS
index 89e75f6..5e40c13 100644
--- a/NEWS
+++ b/NEWS
@@ -1,6 +1,9 @@
 This file contains a summary of changes in released versions.  Please read the
 ChangeLog file for a more detailed listing of changes/bug fixes.
 
+    Bug fixes:
+    - Fixed bug #423525: Prevent false globbing in binutils module.
+
 1.3.1:
     Bug fixes:
     - Fixed bug #401843: New method to determine available libdirs.



^ permalink raw reply related	[flat|nested] 98+ messages in thread

* [gentoo-commits] proj/eselect:master commit in: /
@ 2012-09-12 22:09 Ulrich Mueller
  0 siblings, 0 replies; 98+ messages in thread
From: Ulrich Mueller @ 2012-09-12 22:09 UTC (permalink / raw
  To: gentoo-commits

commit:     311f8f3e9acf334ef1d5a505149b7ac3296bbc21
Author:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
AuthorDate: Wed Sep 12 22:08:52 2012 +0000
Commit:     Ulrich Mueller <ulm <AT> gentoo <DOT> org>
CommitDate: Wed Sep 12 22:08:52 2012 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/eselect.git;a=commit;h=311f8f3e

Update NEWS.

---
 NEWS |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)

diff --git a/NEWS b/NEWS
index b135f43..9958d91 100644
--- a/NEWS
+++ b/NEWS
@@ -5,6 +5,9 @@ ChangeLog file for a more detailed listing of changes/bug fixes.
     - Fixed bug #423525: Prevent false globbing in binutils module.
     - Fixed bug #431898: Fix typo in data path of binutils module.
 
+    New features:
+    - Prefer new location /etc/portage/make.profile in profile module.
+
 1.3.1:
     Bug fixes:
     - Fixed bug #401843: New method to determine available libdirs.


^ permalink raw reply related	[flat|nested] 98+ messages in thread

* [gentoo-commits] proj/eselect:master commit in: /
@ 2012-09-13 17:11 Ulrich Mueller
  0 siblings, 0 replies; 98+ messages in thread
From: Ulrich Mueller @ 2012-09-13 17:11 UTC (permalink / raw
  To: gentoo-commits

commit:     fe1de0b73d86de33ffadb7c0d0b8aa37c89c0887
Author:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
AuthorDate: Thu Sep 13 16:43:15 2012 +0000
Commit:     Ulrich Mueller <ulm <AT> gentoo <DOT> org>
CommitDate: Thu Sep 13 16:43:15 2012 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/eselect.git;a=commit;h=fe1de0b7

Update version to 1.3.2.

---
 ChangeLog    |    3 +++
 NEWS         |    1 +
 configure.ac |    2 +-
 3 files changed, 5 insertions(+), 1 deletions(-)

diff --git a/ChangeLog b/ChangeLog
index 67b68ee..59c253c 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
 2012-09-13  Ulrich Müller  <ulm@gentoo.org>
 
+	* configure.ac: Update version to 1.3.2.
+	* Tagged 1.3.2 release.
+
 	* bin/eselect.in (EROOT): Remove any trailing backslash from ROOT
 	before appending EPREFIX.
 

diff --git a/NEWS b/NEWS
index 9958d91..665763f 100644
--- a/NEWS
+++ b/NEWS
@@ -1,6 +1,7 @@
 This file contains a summary of changes in released versions.  Please read the
 ChangeLog file for a more detailed listing of changes/bug fixes.
 
+1.3.2:
     Bug fixes:
     - Fixed bug #423525: Prevent false globbing in binutils module.
     - Fixed bug #431898: Fix typo in data path of binutils module.

diff --git a/configure.ac b/configure.ac
index d4be47c..a478e6e 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,4 +1,4 @@
-AC_INIT(eselect, 1.3.1, eselect@gentoo.org, eselect)
+AC_INIT(eselect, 1.3.2, eselect@gentoo.org, eselect)
 AC_PREREQ(2.59)
 AC_CONFIG_SRCDIR(bin/eselect.in)
 AC_CONFIG_AUX_DIR(config)


^ permalink raw reply related	[flat|nested] 98+ messages in thread

* [gentoo-commits] proj/eselect:master commit in: /
@ 2012-09-14 22:41 Ulrich Mueller
  0 siblings, 0 replies; 98+ messages in thread
From: Ulrich Mueller @ 2012-09-14 22:41 UTC (permalink / raw
  To: gentoo-commits

commit:     c4b31ecbca0c286a48e6f36311f84a2980f064d7
Author:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
AuthorDate: Fri Sep 14 22:41:12 2012 +0000
Commit:     Ulrich Mueller <ulm <AT> gentoo <DOT> org>
CommitDate: Fri Sep 14 22:41:12 2012 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/eselect.git;a=commit;h=c4b31ecb

Fix typo in ChangeLog: slash, not backslash.

---
 ChangeLog |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/ChangeLog b/ChangeLog
index 59c253c..8de74a8 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -3,7 +3,7 @@
 	* configure.ac: Update version to 1.3.2.
 	* Tagged 1.3.2 release.
 
-	* bin/eselect.in (EROOT): Remove any trailing backslash from ROOT
+	* bin/eselect.in (EROOT): Remove any trailing slash from ROOT
 	before appending EPREFIX.
 
 2012-09-12  Ulrich Müller  <ulm@gentoo.org>


^ permalink raw reply related	[flat|nested] 98+ messages in thread

* [gentoo-commits] proj/eselect:master commit in: /
@ 2012-10-13  9:16 Ulrich Mueller
  0 siblings, 0 replies; 98+ messages in thread
From: Ulrich Mueller @ 2012-10-13  9:16 UTC (permalink / raw
  To: gentoo-commits

commit:     d8731bd7c01d474ab4a459fd1dd9b65c3b75ff14
Author:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
AuthorDate: Sat Oct 13 08:01:03 2012 +0000
Commit:     Ulrich Mueller <ulm <AT> gentoo <DOT> org>
CommitDate: Sat Oct 13 08:01:03 2012 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/eselect.git;a=commit;h=d8731bd7

configure.ac: Remove excessive quoting and whitespace.

---
 configure.ac |   24 ++++++++++++------------
 1 files changed, 12 insertions(+), 12 deletions(-)

diff --git a/configure.ac b/configure.ac
index a478e6e..2f62b9e 100644
--- a/configure.ac
+++ b/configure.ac
@@ -4,21 +4,21 @@ AC_CONFIG_SRCDIR(bin/eselect.in)
 AC_CONFIG_AUX_DIR(config)
 AM_INIT_AUTOMAKE
 
-test x$prefix = "xNONE" && prefix="$ac_default_prefix"
-test x$datadir = "xNONE" && datadir="$ac_default_datadir"
-test x$sysconfdir = "xNONE" && sysconfdir="$ac_default_sysconfdir"
+test x$prefix = xNONE && prefix="$ac_default_prefix"
+test x$datadir = xNONE && datadir="$ac_default_datadir"
+test x$sysconfdir = xNONE && sysconfdir="$ac_default_sysconfdir"
 
 # BASH may already be set in the shell, if the admin then changes the
 # the /bin/sh symlink to a non-bash shell, all hell will break lose.
 # thanks to James Rowe for the heads up.
 unset BASH
 AC_PATH_PROGS(BASH, bash)
-if test x$BASH = "x" ; then
+if test x$BASH = x; then
     AC_MSG_ERROR([bash is required])
 fi
 
 ES_PROG_GNU_SED
-if test x$SED = "x" ; then
+if test x$SED = x; then
     AC_MSG_ERROR([GNU sed is required])
 fi
 
@@ -28,25 +28,25 @@ AC_PATH_PROG(ENV_UPDATE, env-update, /usr/sbin/env-update,
   [$PATH:$prefix/sbin:/usr/sbin])
 
 AC_PATH_PROG(READLINK, greadlink)
-if test x$READLINK = "x" ; then
+if test x$READLINK = x; then
     AC_CHECK_PROG(READLINK, readlink -f ., yes, no, [$PATH])
-    if test x$READLINK = "xyes" ; then
+    if test x$READLINK = xyes; then
         AC_PATH_PROG(READLINK, readlink)
     fi
 
     CANONICALISE_TEST=`$READLINK -f . > /dev/null 2>&1`
-    if ! test x$? = "x0" ; then
+    if ! test x$? = x0; then
         unset READLINK
     fi
 
-    if test x$READLINK = "x" ; then
+    if test x$READLINK = x; then
         AC_PATH_PROG(REALPATH, realpath)
-        if test x$REALPATH = "x" ; then
+        if test x$REALPATH = x; then
             AC_MSG_ERROR([Either GNU readlink or realpath is required])
         fi
     fi
 fi
-if test x$READLINK != "x"; then
+if test x$READLINK != x; then
     CANONICALISE="$READLINK -f"
 else
     CANONICALISE="$REALPATH"
@@ -56,7 +56,7 @@ AC_SUBST(CANONICALISE)
 # Gentoo uses rst2html.py but most other
 # distro's/OS's install it w/o the .py extension
 AC_PATH_PROG(RST2HTML, rst2html)
-if test x$RST2HTML = "x" ; then
+if test x$RST2HTML = x; then
     AC_PATH_PROG(RST2HTML, rst2html.py)
 fi
 


^ permalink raw reply related	[flat|nested] 98+ messages in thread

* [gentoo-commits] proj/eselect:master commit in: /
@ 2012-10-13  9:16 Ulrich Mueller
  0 siblings, 0 replies; 98+ messages in thread
From: Ulrich Mueller @ 2012-10-13  9:16 UTC (permalink / raw
  To: gentoo-commits

commit:     ea714c1cb0d5b44e9f485386f472219396227d60
Author:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
AuthorDate: Sat Oct 13 08:49:54 2012 +0000
Commit:     Ulrich Mueller <ulm <AT> gentoo <DOT> org>
CommitDate: Sat Oct 13 08:49:54 2012 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/eselect.git;a=commit;h=ea714c1c

autogen.bash: Update to automake 1.12.

* autogen.bash: Update to automake 1.12. This gets rid of the
"scan_file() called too early to check prototype" error that
occured with aclocal-1.11.

---
 ChangeLog    |    4 ++++
 autogen.bash |    4 ++--
 2 files changed, 6 insertions(+), 2 deletions(-)

diff --git a/ChangeLog b/ChangeLog
index 386e250..4f82e78 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,9 @@
 2012-10-13  Ulrich Müller  <ulm@gentoo.org>
 
+	* autogen.bash: Update to automake 1.12. This gets rid of the
+	"scan_file() called too early to check prototype" error that
+	occured with aclocal-1.11.
+
 	* configure.ac (SED): Replace broken ES_PROG_GNU_SED code by
 	a straightforward check for gsed or sed, bug 438112.
 	(READLINK, REALPATH): Simplify logic and add output messages.

diff --git a/autogen.bash b/autogen.bash
index 491fca1..9021920 100755
--- a/autogen.bash
+++ b/autogen.bash
@@ -34,9 +34,9 @@ run mkdir -p config
 run $(get libtoolize) --copy --force --automake
 rm -f config.cache
 
-run $(get aclocal 1.11)
+run $(get aclocal 1.12)
 # run $(get autoheader 2.59)
 WANT_AUTOCONF=2.5 run $(get autoconf 2.68 2.67 2.65)
-WANT_AUTOMAKE=1.11 run $(get automake 1.11) -a -c -W no-portability
+WANT_AUTOMAKE=1.12 run $(get automake 1.12) -a -c -W no-portability
 
 echo "Success. Now run ./configure --help"


^ permalink raw reply related	[flat|nested] 98+ messages in thread

* [gentoo-commits] proj/eselect:master commit in: /
@ 2012-10-13  9:16 Ulrich Mueller
  0 siblings, 0 replies; 98+ messages in thread
From: Ulrich Mueller @ 2012-10-13  9:16 UTC (permalink / raw
  To: gentoo-commits

commit:     89efdeb043758ed074c58f389b98bc23b9241dfa
Author:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
AuthorDate: Sat Oct 13 08:27:01 2012 +0000
Commit:     Ulrich Mueller <ulm <AT> gentoo <DOT> org>
CommitDate: Sat Oct 13 08:46:20 2012 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/eselect.git;a=commit;h=89efdeb0

Fix configure test for sed, bug 438112.

* configure.ac (SED): Replace broken ES_PROG_GNU_SED code by
a straightforward check for GNU sed. Fixes bug 438112.
(READLINK, REALPATH): Simplify logic and add output messages.
(RST2HTML): Simplify.
* acinclude.m4: Remove file.

---
 ChangeLog    |    8 ++++++++
 acinclude.m4 |   27 ---------------------------
 configure.ac |   43 ++++++++++++++++++++++++-------------------
 3 files changed, 32 insertions(+), 46 deletions(-)

diff --git a/ChangeLog b/ChangeLog
index 857a31f..386e250 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+2012-10-13  Ulrich Müller  <ulm@gentoo.org>
+
+	* configure.ac (SED): Replace broken ES_PROG_GNU_SED code by
+	a straightforward check for gsed or sed, bug 438112.
+	(READLINK, REALPATH): Simplify logic and add output messages.
+	(RST2HTML): Simplify.
+	* acinclude.m4: File removed.
+
 2012-10-11  Ulrich Müller  <ulm@gentoo.org>
 
 	* libs/package-manager.bash.in (arch): Add amd64 as case label.

diff --git a/acinclude.m4 b/acinclude.m4
deleted file mode 100644
index bde52c0..0000000
--- a/acinclude.m4
+++ /dev/null
@@ -1,27 +0,0 @@
-AC_DEFUN([ES_PROG_GNU_SED],
-[AC_MSG_CHECKING([for GNU sed])
-AC_CACHE_VAL(es_cv_path_SED,
-[# Loop through the user's path and test for sed and gsed.
-saved_IFS=$IFS ; IFS=:
-for es_dir in $PATH
-do
-    IFS=$saved_IFS
-    if test -x "$es_dir/sed" ; then
-	if "$es_dir/sed" --version 2>&1 < /dev/null | grep 'GNU' > /dev/null ; then
-	    es_path_sed="$es_dir/sed"
-	fi
-    fi
-
-    if test -z "$es_path_sed" && test -x "$es_dir/gsed" ; then
-	if "$es_dir/gsed" --version 2>&1 < /dev/null | grep 'GNU' > /dev/null ; then
-	    es_path_sed="$es_dir/gsed"
-	fi
-    fi
-
-    es_cv_path_SED=$es_path_sed
-done
-])
-SED=$es_cv_path_SED
-AC_MSG_RESULT([$SED])
-AC_SUBST(SED)
-])

diff --git a/configure.ac b/configure.ac
index 2f62b9e..379705e 100644
--- a/configure.ac
+++ b/configure.ac
@@ -17,8 +17,17 @@ if test x$BASH = x; then
     AC_MSG_ERROR([bash is required])
 fi
 
-ES_PROG_GNU_SED
+# AC_PROG_SED doesn't work here, because on Gentoo FreeBSD systems it
+# is confused by a wrapper script that is in the PATH at build time.
+AC_PATH_PROGS(SED, [gsed sed])
 if test x$SED = x; then
+    AC_MSG_ERROR([sed is required])
+fi
+AC_MSG_CHECKING([whether $SED is GNU sed])
+if $SED 'v4.0' </dev/null >/dev/null 2>&1; then
+    AC_MSG_RESULT(yes)
+else
+    AC_MSG_RESULT(no)
     AC_MSG_ERROR([GNU sed is required])
 fi
 
@@ -29,36 +38,32 @@ AC_PATH_PROG(ENV_UPDATE, env-update, /usr/sbin/env-update,
 
 AC_PATH_PROG(READLINK, greadlink)
 if test x$READLINK = x; then
-    AC_CHECK_PROG(READLINK, readlink -f ., yes, no, [$PATH])
-    if test x$READLINK = xyes; then
-        AC_PATH_PROG(READLINK, readlink)
-    fi
-
-    CANONICALISE_TEST=`$READLINK -f . > /dev/null 2>&1`
-    if ! test x$? = x0; then
-        unset READLINK
+    AC_PATH_PROG(READLINK, readlink)
+    if test x$READLINK != x; then
+        AC_MSG_CHECKING([whether readlink supports -f])
+        if $READLINK -f . >/dev/null 2>&1; then
+            AC_MSG_RESULT(yes)
+        else
+            AC_MSG_RESULT(no)
+            READLINK=""
+        fi
     fi
-
     if test x$READLINK = x; then
         AC_PATH_PROG(REALPATH, realpath)
-        if test x$REALPATH = x; then
-            AC_MSG_ERROR([Either GNU readlink or realpath is required])
-        fi
     fi
 fi
 if test x$READLINK != x; then
     CANONICALISE="$READLINK -f"
-else
+elif test x$REALPATH != x; then
     CANONICALISE="$REALPATH"
+else
+    AC_MSG_ERROR([Either GNU readlink or realpath is required])
 fi
 AC_SUBST(CANONICALISE)
 
 # Gentoo uses rst2html.py but most other
-# distro's/OS's install it w/o the .py extension
-AC_PATH_PROG(RST2HTML, rst2html)
-if test x$RST2HTML = x; then
-    AC_PATH_PROG(RST2HTML, rst2html.py)
-fi
+# distros install it w/o the .py extension
+AC_PATH_PROGS(RST2HTML, [rst2html rst2html.py])
 
 # Support for Gentoo Prefix
 AC_MSG_CHECKING([if target installation is in an offset prefix])


^ permalink raw reply related	[flat|nested] 98+ messages in thread

* [gentoo-commits] proj/eselect:master commit in: /
@ 2012-10-23  8:40 Ulrich Mueller
  0 siblings, 0 replies; 98+ messages in thread
From: Ulrich Mueller @ 2012-10-23  8:40 UTC (permalink / raw
  To: gentoo-commits

commit:     5de2804f99a6cc8bf4c8f4f6b5ed468b110ce050
Author:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
AuthorDate: Sun Oct 21 09:59:10 2012 +0000
Commit:     Ulrich Mueller <ulm <AT> gentoo <DOT> org>
CommitDate: Sun Oct 21 10:04:58 2012 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/eselect.git;a=commit;h=5de2804f

Update version to 1.3.3.

---
 ChangeLog    |    5 +++++
 configure.ac |    2 +-
 2 files changed, 6 insertions(+), 1 deletions(-)

diff --git a/ChangeLog b/ChangeLog
index 4f82e78..3cb3db2 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2012-10-21  Ulrich Müller  <ulm@gentoo.org>
+
+	* configure.ac: Update version to 1.3.3.
+	* Tagged 1.3.3 release.
+
 2012-10-13  Ulrich Müller  <ulm@gentoo.org>
 
 	* autogen.bash: Update to automake 1.12. This gets rid of the

diff --git a/configure.ac b/configure.ac
index 379705e..c3bc797 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,4 +1,4 @@
-AC_INIT(eselect, 1.3.2, eselect@gentoo.org, eselect)
+AC_INIT(eselect, 1.3.3, eselect@gentoo.org, eselect)
 AC_PREREQ(2.59)
 AC_CONFIG_SRCDIR(bin/eselect.in)
 AC_CONFIG_AUX_DIR(config)


^ permalink raw reply related	[flat|nested] 98+ messages in thread

* [gentoo-commits] proj/eselect:master commit in: /
@ 2012-10-23  8:40 Ulrich Mueller
  0 siblings, 0 replies; 98+ messages in thread
From: Ulrich Mueller @ 2012-10-23  8:40 UTC (permalink / raw
  To: gentoo-commits

commit:     4bfa4d1d48c4f7b75d4093750c122f8bdd83b6ee
Author:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
AuthorDate: Sun Oct 21 09:46:36 2012 +0000
Commit:     Ulrich Mueller <ulm <AT> gentoo <DOT> org>
CommitDate: Sun Oct 21 10:04:57 2012 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/eselect.git;a=commit;h=4bfa4d1d

Update NEWS.

---
 NEWS |    7 +++++++
 1 files changed, 7 insertions(+), 0 deletions(-)

diff --git a/NEWS b/NEWS
index 665763f..eaf8d33 100644
--- a/NEWS
+++ b/NEWS
@@ -1,6 +1,13 @@
 This file contains a summary of changes in released versions.  Please read the
 ChangeLog file for a more detailed listing of changes/bug fixes.
 
+1.3.3:
+    Bug fixes:
+    - Fixed bug #429960: Warn about sourcing /etc/profile only if ROOT is /.
+    - Fixed bug #437986: Recognise amd64 as hardware name; allow hyphens and
+      underscores in profile names, to account for FreeBSD in profile module.
+    - Fixed bug #438112: More robust detection of GNU sed in configure.
+
 1.3.2:
     Bug fixes:
     - Fixed bug #423525: Prevent false globbing in binutils module.


^ permalink raw reply related	[flat|nested] 98+ messages in thread

* [gentoo-commits] proj/eselect:master commit in: /
@ 2013-01-05 15:35 Ulrich Mueller
  0 siblings, 0 replies; 98+ messages in thread
From: Ulrich Mueller @ 2013-01-05 15:35 UTC (permalink / raw
  To: gentoo-commits

commit:     b12810e978e224b4974bf6d7c5d204ba14182c87
Author:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
AuthorDate: Sat Jan  5 15:14:41 2013 +0000
Commit:     Ulrich Mueller <ulm <AT> gentoo <DOT> org>
CommitDate: Sat Jan  5 15:14:41 2013 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/eselect.git;a=commit;h=b12810e9

Update NEWS.

---
 NEWS |    5 +++++
 1 files changed, 5 insertions(+), 0 deletions(-)

diff --git a/NEWS b/NEWS
index eaf8d33..923bb53 100644
--- a/NEWS
+++ b/NEWS
@@ -1,6 +1,11 @@
 This file contains a summary of changes in released versions.  Please read the
 ChangeLog file for a more detailed listing of changes/bug fixes.
 
+1.3.4:
+    Bug fixes:
+    - Fixed bug #444620: Make profile module work in Prefix.
+    - Fixed arch() function: Query bash (i.e. userland) instead of kernel.
+
 1.3.3:
     Bug fixes:
     - Fixed bug #429960: Warn about sourcing /etc/profile only if ROOT is /.


^ permalink raw reply related	[flat|nested] 98+ messages in thread

* [gentoo-commits] proj/eselect:master commit in: /
@ 2013-01-06 19:09 Ulrich Mueller
  0 siblings, 0 replies; 98+ messages in thread
From: Ulrich Mueller @ 2013-01-06 19:09 UTC (permalink / raw
  To: gentoo-commits

commit:     adf60f091a1220b49d9aab51630de31fb7ac1065
Author:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
AuthorDate: Sun Jan  6 18:12:00 2013 +0000
Commit:     Ulrich Mueller <ulm <AT> gentoo <DOT> org>
CommitDate: Sun Jan  6 18:12:00 2013 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/eselect.git;a=commit;h=adf60f09

Update version to 1.3.4.

---
 ChangeLog    |    5 +++++
 configure.ac |    2 +-
 2 files changed, 6 insertions(+), 1 deletions(-)

diff --git a/ChangeLog b/ChangeLog
index cb0e6b5..85e0b6e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2013-01-06  Ulrich Müller  <ulm@gentoo.org>
+
+	* configure.ac: Update version to 1.3.4.
+	* Tagged 1.3.4 release.
+
 2013-01-05  Ulrich Müller  <ulm@gentoo.org>
 
 	* libs/package-manager.bash.in (arch): Complete rewrite of the

diff --git a/configure.ac b/configure.ac
index c3bc797..cf09d5c 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,4 +1,4 @@
-AC_INIT(eselect, 1.3.3, eselect@gentoo.org, eselect)
+AC_INIT(eselect, 1.3.4, eselect@gentoo.org, eselect)
 AC_PREREQ(2.59)
 AC_CONFIG_SRCDIR(bin/eselect.in)
 AC_CONFIG_AUX_DIR(config)


^ permalink raw reply related	[flat|nested] 98+ messages in thread

* [gentoo-commits] proj/eselect:master commit in: /
@ 2013-06-22 15:58 Ulrich Mueller
  0 siblings, 0 replies; 98+ messages in thread
From: Ulrich Mueller @ 2013-06-22 15:58 UTC (permalink / raw
  To: gentoo-commits

commit:     cd91a56fdf2aed4bc88c11014ebd483123f37ded
Author:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
AuthorDate: Sat Jun 22 15:37:19 2013 +0000
Commit:     Ulrich Mueller <ulm <AT> gentoo <DOT> org>
CommitDate: Sat Jun 22 15:37:19 2013 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/eselect.git;a=commit;h=cd91a56f

Update NEWS.

---
 NEWS | 8 ++++++++
 1 file changed, 8 insertions(+)

diff --git a/NEWS b/NEWS
index 923bb53..a8ab975 100644
--- a/NEWS
+++ b/NEWS
@@ -1,6 +1,14 @@
 This file contains a summary of changes in released versions.  Please read the
 ChangeLog file for a more detailed listing of changes/bug fixes.
 
+1.3.5:
+    Bug fixes:
+    - Fixed bug #451150: Restore stderr in die() for proper error output.
+    - Fixed bug #473542: Workaround for ARCH in prefix/linux profiles.
+
+    New features:
+    - Honour PORTAGE_CONFIGROOT in profile module (bug #453006).
+
 1.3.4:
     Bug fixes:
     - Fixed bug #444620: Make profile module work in Prefix.


^ permalink raw reply related	[flat|nested] 98+ messages in thread

* [gentoo-commits] proj/eselect:master commit in: /
@ 2013-06-22 15:58 Ulrich Mueller
  0 siblings, 0 replies; 98+ messages in thread
From: Ulrich Mueller @ 2013-06-22 15:58 UTC (permalink / raw
  To: gentoo-commits

commit:     a5df7d44b25e64076d338b75ff8c2aebb8f263dd
Author:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
AuthorDate: Sat Jun 22 15:37:44 2013 +0000
Commit:     Ulrich Mueller <ulm <AT> gentoo <DOT> org>
CommitDate: Sat Jun 22 15:37:44 2013 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/eselect.git;a=commit;h=a5df7d44

Update version to 1.3.5.

---
 ChangeLog    | 5 +++++
 configure.ac | 2 +-
 2 files changed, 6 insertions(+), 1 deletion(-)

diff --git a/ChangeLog b/ChangeLog
index ba6c4f5..d877459 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2013-06-22  Ulrich Müller  <ulm@gentoo.org>
+
+	* configure.ac: Update version to 1.3.5.
+	* Tagged 1.3.5 release.
+
 2013-06-17  Ulrich Müller  <ulm@gentoo.org>
 
 	* libs/package-manager.bash.in (arch): Workaround for incorrect

diff --git a/configure.ac b/configure.ac
index cf09d5c..5989035 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,4 +1,4 @@
-AC_INIT(eselect, 1.3.4, eselect@gentoo.org, eselect)
+AC_INIT(eselect, 1.3.5, eselect@gentoo.org, eselect)
 AC_PREREQ(2.59)
 AC_CONFIG_SRCDIR(bin/eselect.in)
 AC_CONFIG_AUX_DIR(config)


^ permalink raw reply related	[flat|nested] 98+ messages in thread

* [gentoo-commits] proj/eselect:master commit in: /
@ 2013-07-06 13:17 Ulrich Mueller
  0 siblings, 0 replies; 98+ messages in thread
From: Ulrich Mueller @ 2013-07-06 13:17 UTC (permalink / raw
  To: gentoo-commits

commit:     c1f77e5776564c887112666eeee37652513d7720
Author:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
AuthorDate: Sat Jul  6 13:10:41 2013 +0000
Commit:     Ulrich Mueller <ulm <AT> gentoo <DOT> org>
CommitDate: Sat Jul  6 13:10:41 2013 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/eselect.git;a=commit;h=c1f77e57

Update NEWS.

---
 NEWS | 7 +++++++
 1 file changed, 7 insertions(+)

diff --git a/NEWS b/NEWS
index a8ab975..68d3aab 100644
--- a/NEWS
+++ b/NEWS
@@ -1,6 +1,13 @@
 This file contains a summary of changes in released versions.  Please read the
 ChangeLog file for a more detailed listing of changes/bug fixes.
 
+1.3.6:
+    Bug fixes:
+    - Fixed bug #475284: Workaround for bash crashing on Darwin.
+
+    New features:
+    - eselect-mode for Emacs.
+
 1.3.5:
     Bug fixes:
     - Fixed bug #451150: Restore stderr in die() for proper error output.


^ permalink raw reply related	[flat|nested] 98+ messages in thread

* [gentoo-commits] proj/eselect:master commit in: /
@ 2013-07-06 13:17 Ulrich Mueller
  0 siblings, 0 replies; 98+ messages in thread
From: Ulrich Mueller @ 2013-07-06 13:17 UTC (permalink / raw
  To: gentoo-commits

commit:     ef60a9724510978c1c3fa238acc39f92ba062882
Author:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
AuthorDate: Sat Jul  6 13:14:48 2013 +0000
Commit:     Ulrich Mueller <ulm <AT> gentoo <DOT> org>
CommitDate: Sat Jul  6 13:14:48 2013 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/eselect.git;a=commit;h=ef60a972

Update version to 1.3.6.

---
 ChangeLog    | 3 +++
 configure.ac | 2 +-
 2 files changed, 4 insertions(+), 1 deletion(-)

diff --git a/ChangeLog b/ChangeLog
index f6ea4ff..f55c083 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
 2013-07-06  Ulrich Müller  <ulm@gentoo.org>
 
+	* configure.ac: Update version to 1.3.6.
+	* Tagged 1.3.6 release.
+
 	* bin/eselect.in: Save stderr only in bash 4.1 or later, where
 	automatically assigned file descriptors are available. Using a
 	fixed descriptor makes bash crash on Darwin, bug 475284.

diff --git a/configure.ac b/configure.ac
index 5989035..410ee2c 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,4 +1,4 @@
-AC_INIT(eselect, 1.3.5, eselect@gentoo.org, eselect)
+AC_INIT(eselect, 1.3.6, eselect@gentoo.org, eselect)
 AC_PREREQ(2.59)
 AC_CONFIG_SRCDIR(bin/eselect.in)
 AC_CONFIG_AUX_DIR(config)


^ permalink raw reply related	[flat|nested] 98+ messages in thread

* [gentoo-commits] proj/eselect:master commit in: /
@ 2013-07-11  6:14 Ulrich Mueller
  0 siblings, 0 replies; 98+ messages in thread
From: Ulrich Mueller @ 2013-07-11  6:14 UTC (permalink / raw
  To: gentoo-commits

commit:     6e6042bbc1d19de4cf185086f980bc994367975f
Author:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
AuthorDate: Thu Jul 11 06:14:03 2013 +0000
Commit:     Ulrich Mueller <ulm <AT> gentoo <DOT> org>
CommitDate: Thu Jul 11 06:14:03 2013 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/eselect.git;a=commit;h=6e6042bb

Documentation is now dual-licensed under GPL-2+ or CC-BY-SA-2.5.

* doc/user-guide.txt:
* doc/developer-guide.txt:
* doc/release-guide.txt: These files are now dual-licensed under
GPL-2+ or CC-BY-SA-2.5. Permission from authors Ciaran McCreesh,
Danny van Dyk, and Shyam Mani received per e-mail on 2013-07-10.
* README: Add notice about dual-licensing of documentation.

---
 ChangeLog | 9 +++++++++
 README    | 4 ++++
 2 files changed, 13 insertions(+)

diff --git a/ChangeLog b/ChangeLog
index 4bc1be4..ab9fdc2 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,12 @@
+2013-07-11  Ulrich Müller  <ulm@gentoo.org>
+
+	* doc/user-guide.txt:
+	* doc/developer-guide.txt:
+	* doc/release-guide.txt: These files are now dual-licensed under
+	GPL-2+ or CC-BY-SA-2.5. Permission from authors Ciaran McCreesh,
+	Danny van Dyk, and Shyam Mani received per e-mail on 2013-07-10.
+	* README: Add notice about dual-licensing of documentation.
+
 2013-07-09  Ulrich Müller  <ulm@gentoo.org>
 
 	* doc/developer-guide.txt:

diff --git a/README b/README
index 1405625..1667e5f 100644
--- a/README
+++ b/README
@@ -18,6 +18,10 @@ eselect is Copyright (c) 2005-2013 Gentoo Foundation. This code is
 distributed under the terms of the GNU General Public License version 2
 or later.
 
+The documentation in the ``doc/`` directory is dual-licensed. It can be
+distributed either under the above terms, or (at your option) under the
+Creative Commons Attribution-ShareAlike 2.5 License.
+
 Style Notes
 -----------
 


^ permalink raw reply related	[flat|nested] 98+ messages in thread

* [gentoo-commits] proj/eselect:master commit in: /
@ 2013-07-14  8:19 Ulrich Mueller
  0 siblings, 0 replies; 98+ messages in thread
From: Ulrich Mueller @ 2013-07-14  8:19 UTC (permalink / raw
  To: gentoo-commits

commit:     92b58bc9e1366ada301e622232f9cae08747aea4
Author:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
AuthorDate: Sun Jul 14 08:19:47 2013 +0000
Commit:     Ulrich Mueller <ulm <AT> gentoo <DOT> org>
CommitDate: Sun Jul 14 08:19:47 2013 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/eselect.git;a=commit;h=92b58bc9

Add hyperlinks to GPL-2 and CC-BY-SA-2.5.

---
 README | 9 ++++++---
 1 file changed, 6 insertions(+), 3 deletions(-)

diff --git a/README b/README
index 1667e5f..d6333a1 100644
--- a/README
+++ b/README
@@ -15,12 +15,15 @@ Copyright
 ---------
 
 eselect is Copyright (c) 2005-2013 Gentoo Foundation. This code is
-distributed under the terms of the GNU General Public License version 2
-or later.
+distributed under the terms of the `GNU General Public License,
+version 2 or later`__.
 
 The documentation in the ``doc/`` directory is dual-licensed. It can be
 distributed either under the above terms, or (at your option) under the
-Creative Commons Attribution-ShareAlike 2.5 License.
+`Creative Commons Attribution-ShareAlike 2.5 License`__.
+
+__ http://www.gnu.org/licenses/gpl-2.0
+__ http://creativecommons.org/licenses/by-sa/2.5/
 
 Style Notes
 -----------


^ permalink raw reply related	[flat|nested] 98+ messages in thread

* [gentoo-commits] proj/eselect:master commit in: /
@ 2013-07-16 16:08 Ulrich Mueller
  0 siblings, 0 replies; 98+ messages in thread
From: Ulrich Mueller @ 2013-07-16 16:08 UTC (permalink / raw
  To: gentoo-commits

commit:     f29d4e645e8dc4f942ddeee3d93545a9444a6a8b
Author:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
AuthorDate: Tue Jul 16 14:56:44 2013 +0000
Commit:     Ulrich Mueller <ulm <AT> gentoo <DOT> org>
CommitDate: Tue Jul 16 14:56:44 2013 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/eselect.git;a=commit;h=f29d4e64

Update NEWS.

---
 NEWS | 10 ++++++++++
 1 file changed, 10 insertions(+)

diff --git a/NEWS b/NEWS
index 68d3aab..731554e 100644
--- a/NEWS
+++ b/NEWS
@@ -1,6 +1,16 @@
 This file contains a summary of changes in released versions.  Please read the
 ChangeLog file for a more detailed listing of changes/bug fixes.
 
+1.3.7:
+    Bug fixes:
+    - Fixed bug #460328: kernel module check for Makefile in target tree.
+    - Fixed bug #473308: Return status in editor-variable library and
+      locale module.
+
+    New features:
+    - Documentation in doc/ is now dual-licensed under GPL-2+ or CC-BY-SA-2.5.
+    - bashcomp module removed (bug #476992).
+
 1.3.6:
     Bug fixes:
     - Fixed bug #475284: Workaround for bash crashing on Darwin.


^ permalink raw reply related	[flat|nested] 98+ messages in thread

* [gentoo-commits] proj/eselect:master commit in: /
@ 2013-07-16 16:08 Ulrich Mueller
  0 siblings, 0 replies; 98+ messages in thread
From: Ulrich Mueller @ 2013-07-16 16:08 UTC (permalink / raw
  To: gentoo-commits

commit:     2e6dc6b5d0f06673b0919af0472eae712b5dd793
Author:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
AuthorDate: Tue Jul 16 14:59:40 2013 +0000
Commit:     Ulrich Mueller <ulm <AT> gentoo <DOT> org>
CommitDate: Tue Jul 16 14:59:40 2013 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/eselect.git;a=commit;h=2e6dc6b5

Update version to 1.3.7.

---
 ChangeLog    | 3 +++
 configure.ac | 2 +-
 2 files changed, 4 insertions(+), 1 deletion(-)

diff --git a/ChangeLog b/ChangeLog
index 67605fc..411b9b9 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
 2013-07-16  Ulrich Müller  <ulm@gentoo.org>
 
+	* configure.ac: Update version to 1.3.7.
+	* Tagged 1.3.7 release.
+
 	* modules/bashcomp.eselect: Remove, bug 476992.
 	* modules/Makefile.am (modules_DATA): Remove bashcomp.eselect.
 	* Makefile.am (symlinks): Don't install bashcomp-config symlink.

diff --git a/configure.ac b/configure.ac
index 410ee2c..28e47da 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,4 +1,4 @@
-AC_INIT(eselect, 1.3.6, eselect@gentoo.org, eselect)
+AC_INIT(eselect, 1.3.7, eselect@gentoo.org, eselect)
 AC_PREREQ(2.59)
 AC_CONFIG_SRCDIR(bin/eselect.in)
 AC_CONFIG_AUX_DIR(config)


^ permalink raw reply related	[flat|nested] 98+ messages in thread

* [gentoo-commits] proj/eselect:master commit in: /
@ 2013-08-08 20:59 Ulrich Mueller
  0 siblings, 0 replies; 98+ messages in thread
From: Ulrich Mueller @ 2013-08-08 20:59 UTC (permalink / raw
  To: gentoo-commits

commit:     17a68e4158bec0cbb1ae87dd966558bc4217cfbe
Author:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
AuthorDate: Tue Aug  6 19:23:49 2013 +0000
Commit:     Ulrich Mueller <ulm <AT> gentoo <DOT> org>
CommitDate: Tue Aug  6 19:23:49 2013 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/eselect.git;a=commit;h=17a68e41

Whitespace.

---
 README | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/README b/README
index d6333a1..eed5668 100644
--- a/README
+++ b/README
@@ -18,9 +18,9 @@ eselect is Copyright (c) 2005-2013 Gentoo Foundation. This code is
 distributed under the terms of the `GNU General Public License,
 version 2 or later`__.
 
-The documentation in the ``doc/`` directory is dual-licensed. It can be
-distributed either under the above terms, or (at your option) under the
-`Creative Commons Attribution-ShareAlike 2.5 License`__.
+The documentation in the ``doc/`` directory is dual-licensed. It can
+be distributed either under the above terms, or (at your option) under
+the `Creative Commons Attribution-ShareAlike 2.5 License`__.
 
 __ http://www.gnu.org/licenses/gpl-2.0
 __ http://creativecommons.org/licenses/by-sa/2.5/


^ permalink raw reply related	[flat|nested] 98+ messages in thread

* [gentoo-commits] proj/eselect:master commit in: /
@ 2013-08-28  6:11 Ulrich Mueller
  0 siblings, 0 replies; 98+ messages in thread
From: Ulrich Mueller @ 2013-08-28  6:11 UTC (permalink / raw
  To: gentoo-commits

commit:     088571ac5bd2c006cd79424abf51cc23bcacfeca
Author:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
AuthorDate: Wed Aug 28 05:46:38 2013 +0000
Commit:     Ulrich Mueller <ulm <AT> gentoo <DOT> org>
CommitDate: Wed Aug 28 05:46:38 2013 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/eselect.git;a=commit;h=088571ac

Update NEWS.

---
 NEWS | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/NEWS b/NEWS
index 731554e..818ae0d 100644
--- a/NEWS
+++ b/NEWS
@@ -1,6 +1,10 @@
 This file contains a summary of changes in released versions.  Please read the
 ChangeLog file for a more detailed listing of changes/bug fixes.
 
+1.3.8:
+    Bug fixes:
+    - Don't install man page for removed bashcomp module.
+
 1.3.7:
     Bug fixes:
     - Fixed bug #460328: kernel module check for Makefile in target tree.


^ permalink raw reply related	[flat|nested] 98+ messages in thread

* [gentoo-commits] proj/eselect:master commit in: /
@ 2013-08-28  6:11 Ulrich Mueller
  0 siblings, 0 replies; 98+ messages in thread
From: Ulrich Mueller @ 2013-08-28  6:11 UTC (permalink / raw
  To: gentoo-commits

commit:     319e171f8d98e0e6f0fc4d604e28242b36fbaf84
Author:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
AuthorDate: Wed Aug 28 06:10:30 2013 +0000
Commit:     Ulrich Mueller <ulm <AT> gentoo <DOT> org>
CommitDate: Wed Aug 28 06:10:30 2013 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/eselect.git;a=commit;h=319e171f

Update version to 1.3.8.

---
 ChangeLog    | 3 +++
 configure.ac | 2 +-
 2 files changed, 4 insertions(+), 1 deletion(-)

diff --git a/ChangeLog b/ChangeLog
index 8719ab4..c62e1c0 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
 2013-08-28  Ulrich Müller  <ulm@gentoo.org>
 
+	* configure.ac: Update version to 1.3.8.
+	* Tagged 1.3.8 release.
+
 	* autogen.bash: Update for autoconf 2.69 and automake 1.14.
 
 2013-08-24  Ulrich Müller  <ulm@gentoo.org>

diff --git a/configure.ac b/configure.ac
index 8de7222..fee1fe2 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,4 +1,4 @@
-AC_INIT(eselect, 1.3.7, eselect@gentoo.org, eselect)
+AC_INIT(eselect, 1.3.8, eselect@gentoo.org, eselect)
 AC_PREREQ(2.59)
 AC_CONFIG_SRCDIR(bin/eselect.in)
 AC_CONFIG_AUX_DIR(config)


^ permalink raw reply related	[flat|nested] 98+ messages in thread

* [gentoo-commits] proj/eselect:master commit in: /
@ 2013-08-28  6:11 Ulrich Mueller
  0 siblings, 0 replies; 98+ messages in thread
From: Ulrich Mueller @ 2013-08-28  6:11 UTC (permalink / raw
  To: gentoo-commits

commit:     c2273ba63d4331c8a5cf1eed983f9173563d27d2
Author:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
AuthorDate: Wed Aug 28 06:09:34 2013 +0000
Commit:     Ulrich Mueller <ulm <AT> gentoo <DOT> org>
CommitDate: Wed Aug 28 06:09:34 2013 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/eselect.git;a=commit;h=c2273ba6

Update for autoconf 2.69 and automake 1.14.

* autogen.bash: Update for autoconf 2.69 and automake 1.14.

---
 ChangeLog    | 4 ++++
 autogen.bash | 4 ++--
 2 files changed, 6 insertions(+), 2 deletions(-)

diff --git a/ChangeLog b/ChangeLog
index e7b835e..8719ab4 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2013-08-28  Ulrich Müller  <ulm@gentoo.org>
+
+	* autogen.bash: Update for autoconf 2.69 and automake 1.14.
+
 2013-08-24  Ulrich Müller  <ulm@gentoo.org>
 
 	* man/Makefile.am (install-symlink-%): Use relative symlinks.

diff --git a/autogen.bash b/autogen.bash
index 9021920..27f7ebb 100755
--- a/autogen.bash
+++ b/autogen.bash
@@ -36,7 +36,7 @@ rm -f config.cache
 
 run $(get aclocal 1.12)
 # run $(get autoheader 2.59)
-WANT_AUTOCONF=2.5 run $(get autoconf 2.68 2.67 2.65)
-WANT_AUTOMAKE=1.12 run $(get automake 1.12) -a -c -W no-portability
+WANT_AUTOCONF=2.5 run $(get autoconf 2.69 2.68 2.67 2.65)
+WANT_AUTOMAKE=1.12 run $(get automake 1.14 1.13 1.12) -a -c -W no-portability
 
 echo "Success. Now run ./configure --help"


^ permalink raw reply related	[flat|nested] 98+ messages in thread

* [gentoo-commits] proj/eselect:master commit in: /
@ 2013-10-27 14:51 Ulrich Müller
  0 siblings, 0 replies; 98+ messages in thread
From: Ulrich Müller @ 2013-10-27 14:51 UTC (permalink / raw
  To: gentoo-commits

commit:     049d81a577c9a678888f5b33d8e9427d27ff73b2
Author:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
AuthorDate: Sun Oct 27 14:52:33 2013 +0000
Commit:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
CommitDate: Sun Oct 27 14:52:33 2013 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/eselect.git;a=commit;h=049d81a5

Output git revision in configure.

---
 configure.ac | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/configure.ac b/configure.ac
index fee1fe2..af5b792 100644
--- a/configure.ac
+++ b/configure.ac
@@ -78,11 +78,11 @@ AC_SUBST(EPREFIX)
 AC_MSG_CHECKING([whether building from git])
 EXTRAVERSION=""
 if test -d ${GIT_DIR:-.git}; then
-    AC_MSG_RESULT(yes)
     GITREV=`git rev-parse --short HEAD`
     if test x$GITREV != x; then
         EXTRAVERSION="-git-$GITREV"
     fi
+    AC_MSG_RESULT([yes${GITREV:+, at revision $GITREV}])
 else
     AC_MSG_RESULT(no)
 fi


^ permalink raw reply related	[flat|nested] 98+ messages in thread

* [gentoo-commits] proj/eselect:master commit in: /
@ 2013-10-27 18:40 Ulrich Müller
  0 siblings, 0 replies; 98+ messages in thread
From: Ulrich Müller @ 2013-10-27 18:40 UTC (permalink / raw
  To: gentoo-commits

commit:     f035e07c0015cde8b1db286ecf5cfd546f29321a
Author:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
AuthorDate: Sun Oct 27 18:41:24 2013 +0000
Commit:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
CommitDate: Sun Oct 27 18:41:24 2013 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/eselect.git;a=commit;h=f035e07c

Update for aclocal 1.14.

* autogen.bash: Update for aclocal 1.14.

---
 ChangeLog    | 4 ++++
 autogen.bash | 2 +-
 2 files changed, 5 insertions(+), 1 deletion(-)

diff --git a/ChangeLog b/ChangeLog
index 59a9ce1..0aad0e4 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2013-10-27  Ulrich Müller  <ulm@gentoo.org>
+
+	* autogen.bash: Update for aclocal 1.14.
+
 2013-10-25  Ulrich Müller  <ulm@gentoo.org>
 
 	* libs/output.bash.in (colours): Accept an argument and handle

diff --git a/autogen.bash b/autogen.bash
index 27f7ebb..7e3c72a 100755
--- a/autogen.bash
+++ b/autogen.bash
@@ -34,7 +34,7 @@ run mkdir -p config
 run $(get libtoolize) --copy --force --automake
 rm -f config.cache
 
-run $(get aclocal 1.12)
+run $(get aclocal 1.14 1.13 1.12)
 # run $(get autoheader 2.59)
 WANT_AUTOCONF=2.5 run $(get autoconf 2.69 2.68 2.67 2.65)
 WANT_AUTOMAKE=1.12 run $(get automake 1.14 1.13 1.12) -a -c -W no-portability


^ permalink raw reply related	[flat|nested] 98+ messages in thread

* [gentoo-commits] proj/eselect:master commit in: /
@ 2013-12-07 13:28 Ulrich Müller
  0 siblings, 0 replies; 98+ messages in thread
From: Ulrich Müller @ 2013-12-07 13:28 UTC (permalink / raw
  To: gentoo-commits

commit:     f1a2382d59595084afef14cbccce6fb79f50f0a6
Author:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
AuthorDate: Sat Dec  7 12:13:21 2013 +0000
Commit:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
CommitDate: Sat Dec  7 12:13:21 2013 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/eselect.git;a=commit;h=f1a2382d

Update version to 1.4.

---
 ChangeLog    |  5 +++++
 NEWS         | 13 +++++++++++++
 configure.ac |  2 +-
 3 files changed, 19 insertions(+), 1 deletion(-)

diff --git a/ChangeLog b/ChangeLog
index 5c3750e..bab002a 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2013-12-07  Ulrich Müller  <ulm@gentoo.org>
+
+	* configure.ac: Update version to 1.4.
+	* Tagged 1.4 release.
+
 2013-11-19  Ulrich Müller  <ulm@gentoo.org>
 
 	* libs/default.eselect.in (do_help): Don't reset output mode.

diff --git a/NEWS b/NEWS
index 818ae0d..e7506a9 100644
--- a/NEWS
+++ b/NEWS
@@ -1,6 +1,19 @@
 This file contains a summary of changes in released versions.  Please read the
 ChangeLog file for a more detailed listing of changes/bug fixes.
 
+1.4:
+    Bug fixes:
+    - Fixed bug #460328: Don't warn about symlink path when using --force
+      in profile module.
+
+    New features:
+    - In brief output mode, suppress line wrapping within lists (bug #490882).
+    - Don't disable brief output mode in help action and modules list.
+    - New option --only-names for 'eselect modules list'.
+    - Removed deprecated list-modules and list-options global actions.
+    - Removed deprecated --no-colour global option.
+    - Suggest bash completions also for 'eselect' without any parameters yet.
+
 1.3.8:
     Bug fixes:
     - Don't install man page for removed bashcomp module.

diff --git a/configure.ac b/configure.ac
index af5b792..bf91b57 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,4 +1,4 @@
-AC_INIT(eselect, 1.3.8, eselect@gentoo.org, eselect)
+AC_INIT(eselect, 1.4, eselect@gentoo.org, eselect)
 AC_PREREQ(2.59)
 AC_CONFIG_SRCDIR(bin/eselect.in)
 AC_CONFIG_AUX_DIR(config)


^ permalink raw reply related	[flat|nested] 98+ messages in thread

* [gentoo-commits] proj/eselect:master commit in: /
@ 2014-02-15  0:00 Ulrich Müller
  0 siblings, 0 replies; 98+ messages in thread
From: Ulrich Müller @ 2014-02-15  0:00 UTC (permalink / raw
  To: gentoo-commits

commit:     d3c308efd39af58ffe596958ffa8ceca8add6508
Author:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
AuthorDate: Fri Feb 14 23:54:34 2014 +0000
Commit:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
CommitDate: Fri Feb 14 23:54:34 2014 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/eselect.git;a=commit;h=d3c308ef

Update version to 1.4.1.

---
 ChangeLog    | 5 +++++
 configure.ac | 2 +-
 2 files changed, 6 insertions(+), 1 deletion(-)

diff --git a/ChangeLog b/ChangeLog
index c9d20fe..3c618bd 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2014-02-15  Ulrich Müller  <ulm@gentoo.org>
+
+	* configure.ac: Update version to 1.4.1.
+	* Tagged 1.4.1 release.
+
 2014-02-09  Ulrich Müller  <ulm@gentoo.org>
 
 	* modules/rc.eselect (get_runlevel): Call "rc-status -r" directly,

diff --git a/configure.ac b/configure.ac
index bf91b57..6379db0 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,4 +1,4 @@
-AC_INIT(eselect, 1.4, eselect@gentoo.org, eselect)
+AC_INIT(eselect, 1.4.1, eselect@gentoo.org, eselect)
 AC_PREREQ(2.59)
 AC_CONFIG_SRCDIR(bin/eselect.in)
 AC_CONFIG_AUX_DIR(config)


^ permalink raw reply related	[flat|nested] 98+ messages in thread

* [gentoo-commits] proj/eselect:master commit in: /
@ 2014-02-15  0:00 Ulrich Müller
  0 siblings, 0 replies; 98+ messages in thread
From: Ulrich Müller @ 2014-02-15  0:00 UTC (permalink / raw
  To: gentoo-commits

commit:     e28e17a96cceed0be469fe81fcdf9745d767fbce
Author:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
AuthorDate: Fri Feb 14 23:53:24 2014 +0000
Commit:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
CommitDate: Fri Feb 14 23:53:24 2014 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/eselect.git;a=commit;h=e28e17a9

Update NEWS.

---
 NEWS | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/NEWS b/NEWS
index e7506a9..2035926 100644
--- a/NEWS
+++ b/NEWS
@@ -1,6 +1,11 @@
 This file contains a summary of changes in released versions.  Please read the
 ChangeLog file for a more detailed listing of changes/bug fixes.
 
+1.4.1:
+    New features:
+    - Recognise arm64 in package-manager lib.
+    - Do not source functions.sh in rc module (bug #373219).
+
 1.4:
     Bug fixes:
     - Fixed bug #460328: Don't warn about symlink path when using --force


^ permalink raw reply related	[flat|nested] 98+ messages in thread

* [gentoo-commits] proj/eselect:master commit in: /
@ 2014-03-20 14:15 Ulrich Müller
  0 siblings, 0 replies; 98+ messages in thread
From: Ulrich Müller @ 2014-03-20 14:15 UTC (permalink / raw
  To: gentoo-commits

commit:     47757f3629f1be70a6c569f88bda03c19b1d7bd6
Author:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
AuthorDate: Thu Mar 20 14:05:04 2014 +0000
Commit:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
CommitDate: Thu Mar 20 14:05:04 2014 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/eselect.git;a=commit;h=47757f36

Strip comments from generated html documentation.

* Makefile.am (%.html): Strip comments from html output, in order
to suppress wrong mode information in Emacs local variables.

---
 ChangeLog   | 5 +++++
 Makefile.am | 2 +-
 2 files changed, 6 insertions(+), 1 deletion(-)

diff --git a/ChangeLog b/ChangeLog
index 0566eeb..9ae8fe6 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2014-03-20  Ulrich Müller  <ulm@gentoo.org>
+
+	* Makefile.am (%.html): Strip comments from html output, in order
+	to suppress wrong mode information in Emacs local variables.
+
 2014-03-14  Ulrich Müller  <ulm@gentoo.org>
 
 	* libs/output.bash.in (write_kv_list_entry): Don't output spurious

diff --git a/Makefile.am b/Makefile.am
index ead15e5..8416512 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -19,7 +19,7 @@ html: $(foreach f, $(doc_files), $(f).html)
 	cd doc && $(MAKE) html
 
 %.html: %
-	@RST2HTML@ < $? > $@
+	@RST2HTML@ --strip-comments < $? > $@
 
 maintainer-clean-local:
 	-rm -rf config


^ permalink raw reply related	[flat|nested] 98+ messages in thread

* [gentoo-commits] proj/eselect:master commit in: /
@ 2014-03-20 14:15 Ulrich Müller
  0 siblings, 0 replies; 98+ messages in thread
From: Ulrich Müller @ 2014-03-20 14:15 UTC (permalink / raw
  To: gentoo-commits

commit:     57af49e3c69711cefe6463b28f04137e0b86dc39
Author:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
AuthorDate: Thu Mar 20 13:21:25 2014 +0000
Commit:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
CommitDate: Thu Mar 20 13:21:25 2014 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/eselect.git;a=commit;h=57af49e3

README: Add Emacs local variables, re-add Vim modeline.

---
 README | 9 +++++++++
 1 file changed, 9 insertions(+)

diff --git a/README b/README
index 9563463..da7df64 100644
--- a/README
+++ b/README
@@ -36,3 +36,12 @@ Style Notes
 * Public functions don't get the ``es_`` prefix, private functions do.
 * eval is evil, so don't use it.
 * Absolute paths to executables are not portable, so don't use them.
+
+\f
+.. Local Variables:
+.. mode: rst
+.. fill-column: 72
+.. indent-tabs-mode: nil
+.. End:
+
+.. vim: set ft=glep tw=72 sw=4 et spell spelllang=en :


^ permalink raw reply related	[flat|nested] 98+ messages in thread

* [gentoo-commits] proj/eselect:master commit in: /
@ 2014-05-20  6:53 Ulrich Müller
  0 siblings, 0 replies; 98+ messages in thread
From: Ulrich Müller @ 2014-05-20  6:53 UTC (permalink / raw
  To: gentoo-commits

commit:     b5d07a665842fdab5865ce1620f0ddb7cc48d067
Author:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
AuthorDate: Tue May 20 06:52:04 2014 +0000
Commit:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
CommitDate: Tue May 20 06:52:04 2014 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/eselect.git;a=commit;h=b5d07a66

Use "git describe" in configure.

* configure.ac: Replace "git rev-parse" by "git describe", now
that git-r3.eclass supports it (bug 489100).

---
 ChangeLog    | 5 +++++
 configure.ac | 8 ++++----
 2 files changed, 9 insertions(+), 4 deletions(-)

diff --git a/ChangeLog b/ChangeLog
index 143edc8..d5ddaef 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2014-05-20  Ulrich Müller  <ulm@gentoo.org>
+
+	* configure.ac: Replace "git rev-parse" by "git describe", now
+	that git-r3.eclass supports it (bug 489100).
+
 2014-03-20  Ulrich Müller  <ulm@gentoo.org>
 
 	* doc/user-guide.txt: Mention the "unset" action also here.

diff --git a/configure.ac b/configure.ac
index 6379db0..63081e7 100644
--- a/configure.ac
+++ b/configure.ac
@@ -78,11 +78,11 @@ AC_SUBST(EPREFIX)
 AC_MSG_CHECKING([whether building from git])
 EXTRAVERSION=""
 if test -d ${GIT_DIR:-.git}; then
-    GITREV=`git rev-parse --short HEAD`
-    if test x$GITREV != x; then
-        EXTRAVERSION="-git-$GITREV"
+    COMMIT=`git describe --always HEAD`
+    if test x$COMMIT != x; then
+        EXTRAVERSION=" (commit $COMMIT)"
     fi
-    AC_MSG_RESULT([yes${GITREV:+, at revision $GITREV}])
+    AC_MSG_RESULT([yes$EXTRAVERSION])
 else
     AC_MSG_RESULT(no)
 fi


^ permalink raw reply related	[flat|nested] 98+ messages in thread

* [gentoo-commits] proj/eselect:master commit in: /
@ 2014-05-20  7:46 Ulrich Müller
  0 siblings, 0 replies; 98+ messages in thread
From: Ulrich Müller @ 2014-05-20  7:46 UTC (permalink / raw
  To: gentoo-commits

commit:     a39b2b8c2efc1ff95e4c1b5b94e2b9774c2d7ddd
Author:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
AuthorDate: Tue May 20 07:46:26 2014 +0000
Commit:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
CommitDate: Tue May 20 07:46:26 2014 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/eselect.git;a=commit;h=a39b2b8c

Automake doesn't play well with leading whitespace in variables.

---
 configure.ac | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/configure.ac b/configure.ac
index 63081e7..2f0227f 100644
--- a/configure.ac
+++ b/configure.ac
@@ -80,7 +80,7 @@ EXTRAVERSION=""
 if test -d ${GIT_DIR:-.git}; then
     COMMIT=`git describe --always HEAD`
     if test x$COMMIT != x; then
-        EXTRAVERSION=" (commit $COMMIT)"
+        EXTRAVERSION=", commit $COMMIT"
     fi
     AC_MSG_RESULT([yes$EXTRAVERSION])
 else


^ permalink raw reply related	[flat|nested] 98+ messages in thread

* [gentoo-commits] proj/eselect:master commit in: /
@ 2014-05-20  8:03 Ulrich Müller
  0 siblings, 0 replies; 98+ messages in thread
From: Ulrich Müller @ 2014-05-20  8:03 UTC (permalink / raw
  To: gentoo-commits

commit:     52fc546e3590d79921420705bd1771298656fa65
Author:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
AuthorDate: Tue May 20 08:03:21 2014 +0000
Commit:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
CommitDate: Tue May 20 08:03:21 2014 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/eselect.git;a=commit;h=52fc546e

Add "git" to EXTRAVERSION.

---
 configure.ac | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/configure.ac b/configure.ac
index 2f0227f..ea3c58e 100644
--- a/configure.ac
+++ b/configure.ac
@@ -80,9 +80,9 @@ EXTRAVERSION=""
 if test -d ${GIT_DIR:-.git}; then
     COMMIT=`git describe --always HEAD`
     if test x$COMMIT != x; then
-        EXTRAVERSION=", commit $COMMIT"
+        EXTRAVERSION=", git commit $COMMIT"
     fi
-    AC_MSG_RESULT([yes$EXTRAVERSION])
+    AC_MSG_RESULT([yes${COMMIT:+, at commit $COMMIT}])
 else
     AC_MSG_RESULT(no)
 fi


^ permalink raw reply related	[flat|nested] 98+ messages in thread

* [gentoo-commits] proj/eselect:master commit in: /
@ 2014-05-24 17:51 Ulrich Müller
  0 siblings, 0 replies; 98+ messages in thread
From: Ulrich Müller @ 2014-05-24 17:51 UTC (permalink / raw
  To: gentoo-commits

commit:     65620365fc9e49d782a79ad9974617cb33337c3e
Author:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
AuthorDate: Sat May 24 17:32:13 2014 +0000
Commit:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
CommitDate: Sat May 24 17:32:13 2014 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/eselect.git;a=commit;h=65620365

Update NEWS.

---
 NEWS | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/NEWS b/NEWS
index 2035926..f891f60 100644
--- a/NEWS
+++ b/NEWS
@@ -1,6 +1,11 @@
 This file contains a summary of changes in released versions.  Please read the
 ChangeLog file for a more detailed listing of changes/bug fixes.
 
+1.4.2:
+    Bug fixes:
+    - Fixed bug #511132: Breakage with bash 4.3 in profile module.
+    - Documentation fixes in user and developer guides.
+
 1.4.1:
     New features:
     - Recognise arm64 in package-manager lib.


^ permalink raw reply related	[flat|nested] 98+ messages in thread

* [gentoo-commits] proj/eselect:master commit in: /
@ 2014-05-24 17:51 Ulrich Müller
  0 siblings, 0 replies; 98+ messages in thread
From: Ulrich Müller @ 2014-05-24 17:51 UTC (permalink / raw
  To: gentoo-commits

commit:     f649c4c46d403f4674fcbe33bc0dad578cebe2c6
Author:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
AuthorDate: Sat May 24 17:32:37 2014 +0000
Commit:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
CommitDate: Sat May 24 17:32:37 2014 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/eselect.git;a=commit;h=f649c4c4

Update version to 1.4.2.

---
 ChangeLog    | 3 +++
 configure.ac | 2 +-
 2 files changed, 4 insertions(+), 1 deletion(-)

diff --git a/ChangeLog b/ChangeLog
index b7f4a0d..03fe042 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
 2014-05-24  Ulrich Müller  <ulm@gentoo.org>
 
+	* configure.ac: Update version to 1.4.2.
+	* Tagged 1.4.2 release.
+
 	* modules/profile.eselect (get_repos): Fix bash 4.3 breakage,
 	bug 511132.
 

diff --git a/configure.ac b/configure.ac
index ea3c58e..21be69f 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,4 +1,4 @@
-AC_INIT(eselect, 1.4.1, eselect@gentoo.org, eselect)
+AC_INIT(eselect, 1.4.2, eselect@gentoo.org, eselect)
 AC_PREREQ(2.59)
 AC_CONFIG_SRCDIR(bin/eselect.in)
 AC_CONFIG_AUX_DIR(config)


^ permalink raw reply related	[flat|nested] 98+ messages in thread

* [gentoo-commits] proj/eselect:master commit in: /
@ 2014-09-01 16:55 Ulrich Müller
  0 siblings, 0 replies; 98+ messages in thread
From: Ulrich Müller @ 2014-09-01 16:55 UTC (permalink / raw
  To: gentoo-commits

commit:     436c38c7f99736fd5732ca513308b5f6a2ec99b5
Author:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
AuthorDate: Mon Sep  1 16:40:26 2014 +0000
Commit:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
CommitDate: Mon Sep  1 16:40:26 2014 +0000
URL:        http://sources.gentoo.org/gitweb/?p=proj/eselect.git;a=commit;h=436c38c7

Update NEWS.

---
 NEWS | 8 ++++++++
 1 file changed, 8 insertions(+)

diff --git a/NEWS b/NEWS
index f891f60..f14d592 100644
--- a/NEWS
+++ b/NEWS
@@ -1,6 +1,14 @@
 This file contains a summary of changes in released versions.  Please read the
 ChangeLog file for a more detailed listing of changes/bug fixes.
 
+1.4.3:
+    Bug fixes:
+    - Recognise kernel directories other than linux-[0-9]* (bug #516754).
+
+    New features:
+    - Improved parsing of global options.
+    - Bash completion for options with an argument.
+
 1.4.2:
     Bug fixes:
     - Fixed bug #511132: Breakage with bash 4.3 in profile module.


^ permalink raw reply related	[flat|nested] 98+ messages in thread

* [gentoo-commits] proj/eselect:master commit in: /
@ 2014-09-01 16:55 Ulrich Müller
  0 siblings, 0 replies; 98+ messages in thread
From: Ulrich Müller @ 2014-09-01 16:55 UTC (permalink / raw
  To: gentoo-commits

commit:     268353c6f752917fed3c50171db78bf8ab459945
Author:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
AuthorDate: Mon Sep  1 16:41:05 2014 +0000
Commit:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
CommitDate: Mon Sep  1 16:41:05 2014 +0000
URL:        http://sources.gentoo.org/gitweb/?p=proj/eselect.git;a=commit;h=268353c6

Update version to 1.4.3.

---
 ChangeLog    | 5 +++++
 configure.ac | 2 +-
 2 files changed, 6 insertions(+), 1 deletion(-)

diff --git a/ChangeLog b/ChangeLog
index ca4c7c9..b27214b 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2014-09-01  Ulrich Müller  <ulm@gentoo.org>
+
+	* configure.ac: Update version to 1.4.3.
+	* Tagged 1.4.3 release.
+
 2014-08-28  Ulrich Müller  <ulm@gentoo.org>
 
 	* modules/kernel.eselect (find_targets): Changed heuristic for

diff --git a/configure.ac b/configure.ac
index 21be69f..ab6e76a 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,4 +1,4 @@
-AC_INIT(eselect, 1.4.2, eselect@gentoo.org, eselect)
+AC_INIT(eselect, 1.4.3, eselect@gentoo.org, eselect)
 AC_PREREQ(2.59)
 AC_CONFIG_SRCDIR(bin/eselect.in)
 AC_CONFIG_AUX_DIR(config)


^ permalink raw reply related	[flat|nested] 98+ messages in thread

* [gentoo-commits] proj/eselect:master commit in: /
@ 2015-01-17 23:52 Ulrich Müller
  0 siblings, 0 replies; 98+ messages in thread
From: Ulrich Müller @ 2015-01-17 23:52 UTC (permalink / raw
  To: gentoo-commits

commit:     54c428513a6a7d4d2b773f056237f4ee2cd8d857
Author:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
AuthorDate: Sat Jan 17 23:56:57 2015 +0000
Commit:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
CommitDate: Sat Jan 17 23:56:57 2015 +0000
URL:        http://sources.gentoo.org/gitweb/?p=proj/eselect.git;a=commit;h=54c42851

Use "git describe --long" in configure.

* configure.ac (EXTRAVERSION): Use "git describe --long".

---
 ChangeLog    | 4 ++++
 configure.ac | 2 +-
 2 files changed, 5 insertions(+), 1 deletion(-)

diff --git a/ChangeLog b/ChangeLog
index 01b8d14..22cab2a 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2015-01-18  Ulrich Müller  <ulm@gentoo.org>
+
+	* configure.ac (EXTRAVERSION): Use "git describe --long".
+
 2015-01-17  Ulrich Müller  <ulm@gentoo.org>
 
 	* modules/rc.eselect: Be compatible with new OpenRC, bug 536822.

diff --git a/configure.ac b/configure.ac
index ab6e76a..d2eb07d 100644
--- a/configure.ac
+++ b/configure.ac
@@ -78,7 +78,7 @@ AC_SUBST(EPREFIX)
 AC_MSG_CHECKING([whether building from git])
 EXTRAVERSION=""
 if test -d ${GIT_DIR:-.git}; then
-    COMMIT=`git describe --always HEAD`
+    COMMIT=`git describe --long --always HEAD`
     if test x$COMMIT != x; then
         EXTRAVERSION=", git commit $COMMIT"
     fi


^ permalink raw reply related	[flat|nested] 98+ messages in thread

* [gentoo-commits] proj/eselect:master commit in: /
@ 2015-01-24 12:27 Ulrich Müller
  0 siblings, 0 replies; 98+ messages in thread
From: Ulrich Müller @ 2015-01-24 12:27 UTC (permalink / raw
  To: gentoo-commits

commit:     bed4d4d32a787a4f649537f4c39225ca15b4419c
Author:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
AuthorDate: Sat Jan 24 11:59:35 2015 +0000
Commit:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
CommitDate: Sat Jan 24 11:59:35 2015 +0000
URL:        http://sources.gentoo.org/gitweb/?p=proj/eselect.git;a=commit;h=bed4d4d3

Update CC-BY-SA to version 3.0.

* README: Documentation is now licensed under GPL-2+ or
CC-BY-SA-3.0 (was CC-BY-SA-2.5 before).

---
 ChangeLog | 5 +++++
 README    | 4 ++--
 2 files changed, 7 insertions(+), 2 deletions(-)

diff --git a/ChangeLog b/ChangeLog
index e8d41ab..ea271e4 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2015-01-24  Ulrich Müller  <ulm@gentoo.org>
+
+	* README: Documentation is now licensed under GPL-2+ or
+	CC-BY-SA-3.0 (was CC-BY-SA-2.5 before).
+
 2015-01-18  Ulrich Müller  <ulm@gentoo.org>
 
 	* modules/rc.eselect (is_script): Don't call external programs.

diff --git a/README b/README
index 9ab4015..b107b32 100644
--- a/README
+++ b/README
@@ -20,10 +20,10 @@ version 2 or later`__.
 
 The documentation in the ``doc/`` directory is dual-licensed. It can
 be distributed either under the above terms, or (at your option) under
-the `Creative Commons Attribution-ShareAlike 2.5 License`__.
+the `Creative Commons Attribution-ShareAlike 3.0 Unported License`__.
 
 __ http://www.gnu.org/licenses/gpl-2.0
-__ http://creativecommons.org/licenses/by-sa/2.5/
+__ http://creativecommons.org/licenses/by-sa/3.0/
 
 Style Notes
 -----------


^ permalink raw reply related	[flat|nested] 98+ messages in thread

* [gentoo-commits] proj/eselect:master commit in: /
@ 2015-01-24 12:27 Ulrich Müller
  0 siblings, 0 replies; 98+ messages in thread
From: Ulrich Müller @ 2015-01-24 12:27 UTC (permalink / raw
  To: gentoo-commits

commit:     30bc73eddf756f66145b8603e31505e7093972d6
Author:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
AuthorDate: Sat Jan 24 12:15:53 2015 +0000
Commit:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
CommitDate: Sat Jan 24 12:15:53 2015 +0000
URL:        http://sources.gentoo.org/gitweb/?p=proj/eselect.git;a=commit;h=30bc73ed

Update version to 1.4.4.

---
 ChangeLog    | 3 +++
 configure.ac | 2 +-
 2 files changed, 4 insertions(+), 1 deletion(-)

diff --git a/ChangeLog b/ChangeLog
index ea271e4..9fa727f 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
 2015-01-24  Ulrich Müller  <ulm@gentoo.org>
 
+	* configure.ac: Update version to 1.4.4.
+	* Tagged 1.4.4 release.
+
 	* README: Documentation is now licensed under GPL-2+ or
 	CC-BY-SA-3.0 (was CC-BY-SA-2.5 before).
 

diff --git a/configure.ac b/configure.ac
index d2eb07d..3923e70 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,4 +1,4 @@
-AC_INIT(eselect, 1.4.3, eselect@gentoo.org, eselect)
+AC_INIT(eselect, 1.4.4, eselect@gentoo.org, eselect)
 AC_PREREQ(2.59)
 AC_CONFIG_SRCDIR(bin/eselect.in)
 AC_CONFIG_AUX_DIR(config)


^ permalink raw reply related	[flat|nested] 98+ messages in thread

* [gentoo-commits] proj/eselect:master commit in: /
@ 2015-01-24 12:27 Ulrich Müller
  0 siblings, 0 replies; 98+ messages in thread
From: Ulrich Müller @ 2015-01-24 12:27 UTC (permalink / raw
  To: gentoo-commits

commit:     58947742d04832ea2dbbd0d28af1c41b496745c7
Author:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
AuthorDate: Sat Jan 24 12:13:48 2015 +0000
Commit:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
CommitDate: Sat Jan 24 12:13:48 2015 +0000
URL:        http://sources.gentoo.org/gitweb/?p=proj/eselect.git;a=commit;h=58947742

Update NEWS.

---
 NEWS | 9 ++++++++-
 1 file changed, 8 insertions(+), 1 deletion(-)

diff --git a/NEWS b/NEWS
index f14d592..2778b0f 100644
--- a/NEWS
+++ b/NEWS
@@ -1,9 +1,16 @@
 This file contains a summary of changes in released versions.  Please read the
 ChangeLog file for a more detailed listing of changes/bug fixes.
 
+1.4.4:
+    Bug fixes:
+    - Fixed bug #536822: Recognise 'openrc-run' init scripts in rc module.
+
+    New features:
+    - Documentation is now licensed under GPL-2+ or CC-BY-SA-3.0.
+
 1.4.3:
     Bug fixes:
-    - Recognise kernel directories other than linux-[0-9]* (bug #516754).
+    - Fixed bug #516754: Recognise kernel directories other than linux-[0-9]*.
 
     New features:
     - Improved parsing of global options.


^ permalink raw reply related	[flat|nested] 98+ messages in thread

* [gentoo-commits] proj/eselect:master commit in: /
@ 2015-08-13 10:07 Ulrich Müller
  0 siblings, 0 replies; 98+ messages in thread
From: Ulrich Müller @ 2015-08-13 10:07 UTC (permalink / raw
  To: gentoo-commits

commit:     f39abff9f45b81578c59bbd5dddef7f47597ac5a
Author:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
AuthorDate: Thu Aug 13 08:25:54 2015 +0000
Commit:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
CommitDate: Thu Aug 13 08:25:54 2015 +0000
URL:        https://gitweb.gentoo.org/proj/eselect.git/commit/?id=f39abff9

Update NEWS.

 NEWS | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/NEWS b/NEWS
index 2778b0f..4075f32 100644
--- a/NEWS
+++ b/NEWS
@@ -1,6 +1,10 @@
 This file contains a summary of changes in released versions.  Please read the
 ChangeLog file for a more detailed listing of changes/bug fixes.
 
+1.4.5:
+    New features:
+    - binutils module removed (bug #507870).
+
 1.4.4:
     Bug fixes:
     - Fixed bug #536822: Recognise 'openrc-run' init scripts in rc module.


^ permalink raw reply related	[flat|nested] 98+ messages in thread

* [gentoo-commits] proj/eselect:master commit in: /
@ 2015-08-13 10:07 Ulrich Müller
  0 siblings, 0 replies; 98+ messages in thread
From: Ulrich Müller @ 2015-08-13 10:07 UTC (permalink / raw
  To: gentoo-commits

commit:     7f50ddd8054cff8570c1a2589914cc7e88fddab1
Author:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
AuthorDate: Thu Aug 13 08:36:38 2015 +0000
Commit:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
CommitDate: Thu Aug 13 08:36:38 2015 +0000
URL:        https://gitweb.gentoo.org/proj/eselect.git/commit/?id=7f50ddd8

Update for automake-1.15.

* autogen.bash: Update for aclocal 1.15 and automake-1.15.

 ChangeLog    | 2 ++
 autogen.bash | 5 +++--
 2 files changed, 5 insertions(+), 2 deletions(-)

diff --git a/ChangeLog b/ChangeLog
index 4f43078..966b813 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,7 @@
 2015-08-13  Ulrich Müller  <ulm@gentoo.org>
 
+	* autogen.bash: Update for aclocal 1.15 and automake-1.15.
+
 	* modules/binutils.eselect:
 	* man/binutils.eselect.5: Module removed. This has been converted
 	to a wrapper and moved to the binutils-config package, bug 507870.

diff --git a/autogen.bash b/autogen.bash
index 7e3c72a..eec7f3c 100755
--- a/autogen.bash
+++ b/autogen.bash
@@ -34,9 +34,10 @@ run mkdir -p config
 run $(get libtoolize) --copy --force --automake
 rm -f config.cache
 
-run $(get aclocal 1.14 1.13 1.12)
+run $(get aclocal 1.15 1.14 1.13 1.12)
 # run $(get autoheader 2.59)
 WANT_AUTOCONF=2.5 run $(get autoconf 2.69 2.68 2.67 2.65)
-WANT_AUTOMAKE=1.12 run $(get automake 1.14 1.13 1.12) -a -c -W no-portability
+WANT_AUTOMAKE=1.12 run $(get automake 1.15 1.14 1.13 1.12) \
+             -a -c -W no-portability
 
 echo "Success. Now run ./configure --help"


^ permalink raw reply related	[flat|nested] 98+ messages in thread

* [gentoo-commits] proj/eselect:master commit in: /
@ 2015-08-13 10:07 Ulrich Müller
  0 siblings, 0 replies; 98+ messages in thread
From: Ulrich Müller @ 2015-08-13 10:07 UTC (permalink / raw
  To: gentoo-commits

commit:     ae8bde45c53fec8aba8a451be57ed5163494bce8
Author:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
AuthorDate: Thu Aug 13 08:38:21 2015 +0000
Commit:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
CommitDate: Thu Aug 13 08:38:21 2015 +0000
URL:        https://gitweb.gentoo.org/proj/eselect.git/commit/?id=ae8bde45

Update version to 1.4.5.

 ChangeLog    | 3 +++
 configure.ac | 2 +-
 2 files changed, 4 insertions(+), 1 deletion(-)

diff --git a/ChangeLog b/ChangeLog
index 966b813..5e5e0d5 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
 2015-08-13  Ulrich Müller  <ulm@gentoo.org>
 
+	* configure.ac: Update version to 1.4.5.
+	* Tagged 1.4.5 release.
+
 	* autogen.bash: Update for aclocal 1.15 and automake-1.15.
 
 	* modules/binutils.eselect:

diff --git a/configure.ac b/configure.ac
index 3923e70..a18f14e 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,4 +1,4 @@
-AC_INIT(eselect, 1.4.4, eselect@gentoo.org, eselect)
+AC_INIT(eselect, 1.4.5, eselect@gentoo.org, eselect)
 AC_PREREQ(2.59)
 AC_CONFIG_SRCDIR(bin/eselect.in)
 AC_CONFIG_AUX_DIR(config)


^ permalink raw reply related	[flat|nested] 98+ messages in thread

* [gentoo-commits] proj/eselect:master commit in: /
@ 2015-08-22 14:49 Ulrich Müller
  0 siblings, 0 replies; 98+ messages in thread
From: Ulrich Müller @ 2015-08-22 14:49 UTC (permalink / raw
  To: gentoo-commits

commit:     ca0a7692f607a3787d3d9fc38142a3822d3c59a9
Author:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
AuthorDate: Sat Aug 22 14:46:48 2015 +0000
Commit:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
CommitDate: Sat Aug 22 14:46:48 2015 +0000
URL:        https://gitweb.gentoo.org/proj/eselect.git/commit/?id=ca0a7692

Fix revision detection for out-of-tree builds.

* configure.ac (EXTRAVERSION): Fix detection of git revision
for out-of-tree builds.

 ChangeLog    | 5 +++++
 configure.ac | 5 +++--
 2 files changed, 8 insertions(+), 2 deletions(-)

diff --git a/ChangeLog b/ChangeLog
index 5e5e0d5..da5fefd 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2015-08-22  Ulrich Müller  <ulm@gentoo.org>
+
+	* configure.ac (EXTRAVERSION): Fix detection of git revision
+	for out-of-tree builds.
+
 2015-08-13  Ulrich Müller  <ulm@gentoo.org>
 
 	* configure.ac: Update version to 1.4.5.

diff --git a/configure.ac b/configure.ac
index a18f14e..8f38759 100644
--- a/configure.ac
+++ b/configure.ac
@@ -77,8 +77,9 @@ AC_SUBST(EPREFIX)
 # Include extra version information when building from git
 AC_MSG_CHECKING([whether building from git])
 EXTRAVERSION=""
-if test -d ${GIT_DIR:-.git}; then
-    COMMIT=`git describe --long --always HEAD`
+eselect_git_dir=${GIT_DIR:-${srcdir}/.git}
+if test -d "${eselect_git_dir}"; then
+    COMMIT=`GIT_DIR="${eselect_git_dir}" git describe --long --always HEAD`
     if test x$COMMIT != x; then
         EXTRAVERSION=", git commit $COMMIT"
     fi


^ permalink raw reply related	[flat|nested] 98+ messages in thread

* [gentoo-commits] proj/eselect:master commit in: /
@ 2016-06-01 19:50 Ulrich Müller
  0 siblings, 0 replies; 98+ messages in thread
From: Ulrich Müller @ 2016-06-01 19:50 UTC (permalink / raw
  To: gentoo-commits

commit:     67bcfe4cf1874a8571255a9612da75c5c9d1afde
Author:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
AuthorDate: Wed Jun  1 19:49:21 2016 +0000
Commit:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
CommitDate: Wed Jun  1 19:49:21 2016 +0000
URL:        https://gitweb.gentoo.org/proj/eselect.git/commit/?id=67bcfe4c

Make configure test for git more robust.

* configure.ac: Make testing for git repository more robust.

 ChangeLog    | 2 ++
 configure.ac | 2 +-
 2 files changed, 3 insertions(+), 1 deletion(-)

diff --git a/ChangeLog b/ChangeLog
index c166ad0..087baae 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,7 @@
 2016-06-01  Ulrich Müller  <ulm@gentoo.org>
 
+	* configure.ac: Make testing for git repository more robust.
+
 	* configure.ac: Where possible, use AC_CHECK_PROGS instead of
 	AC_PATH_PROGS, in order to avoid absolute paths, bug 122260.
 	* libs/core.bash.in (sed):

diff --git a/configure.ac b/configure.ac
index 6fce662..9a72546 100644
--- a/configure.ac
+++ b/configure.ac
@@ -73,7 +73,7 @@ AC_SUBST(EPREFIX)
 AC_MSG_CHECKING([whether building from git])
 EXTRAVERSION=""
 eselect_git_dir=${GIT_DIR:-${srcdir}/.git}
-if test -d "${eselect_git_dir}"; then
+if GIT_DIR="${eselect_git_dir}" git rev-parse >/dev/null 2>&1; then
     COMMIT=`GIT_DIR="${eselect_git_dir}" git describe --long --always HEAD`
     if test x$COMMIT != x; then
         EXTRAVERSION=", git commit $COMMIT"


^ permalink raw reply related	[flat|nested] 98+ messages in thread

* [gentoo-commits] proj/eselect:master commit in: /
@ 2016-06-17 18:42 Ulrich Müller
  0 siblings, 0 replies; 98+ messages in thread
From: Ulrich Müller @ 2016-06-17 18:42 UTC (permalink / raw
  To: gentoo-commits

commit:     c435c4cb3782db3fd3b54e5d3fc47343c4d79582
Author:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
AuthorDate: Fri Jun 17 18:21:01 2016 +0000
Commit:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
CommitDate: Fri Jun 17 18:21:01 2016 +0000
URL:        https://gitweb.gentoo.org/proj/eselect.git/commit/?id=c435c4cb

Update NEWS.

 NEWS | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/NEWS b/NEWS
index 4075f32..942e4eb 100644
--- a/NEWS
+++ b/NEWS
@@ -1,6 +1,12 @@
 This file contains a summary of changes in released versions.  Please read the
 ChangeLog file for a more detailed listing of changes/bug fixes.
 
+1.4.6:
+    Bug fixes:
+    - Fixed bug #122260: Do not call programs by absolute paths.
+    - Fixed bug #572348: Globally set umask +rx.
+    - Prefer less to more in pager module.
+
 1.4.5:
     New features:
     - binutils module removed (bug #507870).


^ permalink raw reply related	[flat|nested] 98+ messages in thread

* [gentoo-commits] proj/eselect:master commit in: /
@ 2016-06-17 18:42 Ulrich Müller
  0 siblings, 0 replies; 98+ messages in thread
From: Ulrich Müller @ 2016-06-17 18:42 UTC (permalink / raw
  To: gentoo-commits

commit:     1e4ac8e4bb859ebfb022528f6fbc2e951648d90e
Author:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
AuthorDate: Fri Jun 17 18:22:41 2016 +0000
Commit:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
CommitDate: Fri Jun 17 18:22:41 2016 +0000
URL:        https://gitweb.gentoo.org/proj/eselect.git/commit/?id=1e4ac8e4

Update version to 1.4.6.

 ChangeLog    | 5 +++++
 configure.ac | 2 +-
 2 files changed, 6 insertions(+), 1 deletion(-)

diff --git a/ChangeLog b/ChangeLog
index 56f76c0..eb3db3b 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2016-06-17  Ulrich Müller  <ulm@gentoo.org>
+
+	* configure.ac: Update version to 1.4.6.
+	* Tagged 1.4.6 release.
+
 2016-06-16  Ulrich Müller  <ulm@gentoo.org>
 
 	* modules/pager.eselect (EDITOR_LIST): Prefer less to more.

diff --git a/configure.ac b/configure.ac
index 9a72546..0448825 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,4 +1,4 @@
-AC_INIT(eselect, 1.4.5, eselect@gentoo.org, eselect)
+AC_INIT(eselect, 1.4.6, eselect@gentoo.org, eselect)
 AC_PREREQ(2.59)
 AC_CONFIG_SRCDIR(bin/eselect.in)
 AC_CONFIG_AUX_DIR(config)


^ permalink raw reply related	[flat|nested] 98+ messages in thread

* [gentoo-commits] proj/eselect:master commit in: /
@ 2016-10-30  9:17 Ulrich Müller
  0 siblings, 0 replies; 98+ messages in thread
From: Ulrich Müller @ 2016-10-30  9:17 UTC (permalink / raw
  To: gentoo-commits

commit:     a21c7ce175289e9550d146897ae84e6b25d00085
Author:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
AuthorDate: Sun Oct 30 09:15:12 2016 +0000
Commit:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
CommitDate: Sun Oct 30 09:15:12 2016 +0000
URL:        https://gitweb.gentoo.org/proj/eselect.git/commit/?id=a21c7ce1

Update NEWS.

 NEWS | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/NEWS b/NEWS
index 942e4eb..9df3dc4 100644
--- a/NEWS
+++ b/NEWS
@@ -1,6 +1,10 @@
 This file contains a summary of changes in released versions.  Please read the
 ChangeLog file for a more detailed listing of changes/bug fixes.
 
+1.4.7:
+    Bug fixes:
+    - Fixed bug #598480: Ignore comment lines when parsing config files.
+
 1.4.6:
     Bug fixes:
     - Fixed bug #122260: Do not call programs by absolute paths.


^ permalink raw reply related	[flat|nested] 98+ messages in thread

* [gentoo-commits] proj/eselect:master commit in: /
@ 2016-10-30  9:17 Ulrich Müller
  0 siblings, 0 replies; 98+ messages in thread
From: Ulrich Müller @ 2016-10-30  9:17 UTC (permalink / raw
  To: gentoo-commits

commit:     6946c746d66ef00161af74c57c97a75d1c117df8
Author:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
AuthorDate: Sun Oct 30 09:15:26 2016 +0000
Commit:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
CommitDate: Sun Oct 30 09:15:26 2016 +0000
URL:        https://gitweb.gentoo.org/proj/eselect.git/commit/?id=6946c746

Update version to 1.4.7.

 ChangeLog    | 3 +++
 configure.ac | 2 +-
 2 files changed, 4 insertions(+), 1 deletion(-)

diff --git a/ChangeLog b/ChangeLog
index e9fc937..c7a54f6 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
 2016-10-30  Ulrich Müller  <ulm@gentoo.org>
 
+	* configure.ac: Update version to 1.4.7.
+	* Tagged 1.4.7 release.
+
 	* libs/config.bash.in (store_config): Ignore comment lines in
 	config files and make parsing more robust, bug 598480.
 

diff --git a/configure.ac b/configure.ac
index 0448825..a571340 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,4 +1,4 @@
-AC_INIT(eselect, 1.4.6, eselect@gentoo.org, eselect)
+AC_INIT(eselect, 1.4.7, eselect@gentoo.org, eselect)
 AC_PREREQ(2.59)
 AC_CONFIG_SRCDIR(bin/eselect.in)
 AC_CONFIG_AUX_DIR(config)


^ permalink raw reply related	[flat|nested] 98+ messages in thread

* [gentoo-commits] proj/eselect:master commit in: /
@ 2016-12-10  9:33 Ulrich Müller
  0 siblings, 0 replies; 98+ messages in thread
From: Ulrich Müller @ 2016-12-10  9:33 UTC (permalink / raw
  To: gentoo-commits

commit:     b56166b9c84cde2ff69e81cfe516863ab631d849
Author:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
AuthorDate: Sat Dec 10 08:31:01 2016 +0000
Commit:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
CommitDate: Sat Dec 10 08:31:01 2016 +0000
URL:        https://gitweb.gentoo.org/proj/eselect.git/commit/?id=b56166b9

Update NEWS.

 NEWS | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/NEWS b/NEWS
index 9df3dc4..e83e0b0 100644
--- a/NEWS
+++ b/NEWS
@@ -1,6 +1,12 @@
 This file contains a summary of changes in released versions.  Please read the
 ChangeLog file for a more detailed listing of changes/bug fixes.
 
+1.4.8:
+    Bug fixes:
+    - Fixed bug #304011: Support pkgcore-0.9*.
+    - Fixed bug #601506: Improved error handling in news module.
+    - Disable eval again.
+
 1.4.7:
     Bug fixes:
     - Fixed bug #598480: Ignore comment lines when parsing config files.


^ permalink raw reply related	[flat|nested] 98+ messages in thread

* [gentoo-commits] proj/eselect:master commit in: /
@ 2016-12-10  9:33 Ulrich Müller
  0 siblings, 0 replies; 98+ messages in thread
From: Ulrich Müller @ 2016-12-10  9:33 UTC (permalink / raw
  To: gentoo-commits

commit:     378832d7a2734d87c7704da7f680ab58d5603def
Author:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
AuthorDate: Sat Dec 10 08:31:45 2016 +0000
Commit:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
CommitDate: Sat Dec 10 08:31:45 2016 +0000
URL:        https://gitweb.gentoo.org/proj/eselect.git/commit/?id=378832d7

Update version to 1.4.8.

 ChangeLog    | 5 +++++
 configure.ac | 2 +-
 2 files changed, 6 insertions(+), 1 deletion(-)

diff --git a/ChangeLog b/ChangeLog
index 0d77f5d..20e9ad3 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2016-12-10  Ulrich Müller  <ulm@gentoo.org>
+
+	* configure.ac: Update version to 1.4.8.
+	* Tagged 1.4.8 release.
+
 2016-12-04  Ulrich Müller  <ulm@gentoo.org>
 
 	* libs/package-manager.bash.in (get_repositories)

diff --git a/configure.ac b/configure.ac
index a571340..9127ca6 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,4 +1,4 @@
-AC_INIT(eselect, 1.4.7, eselect@gentoo.org, eselect)
+AC_INIT(eselect, 1.4.8, eselect@gentoo.org, eselect)
 AC_PREREQ(2.59)
 AC_CONFIG_SRCDIR(bin/eselect.in)
 AC_CONFIG_AUX_DIR(config)


^ permalink raw reply related	[flat|nested] 98+ messages in thread

* [gentoo-commits] proj/eselect:master commit in: /
@ 2017-03-22  5:26 Ulrich Müller
  0 siblings, 0 replies; 98+ messages in thread
From: Ulrich Müller @ 2017-03-22  5:26 UTC (permalink / raw
  To: gentoo-commits

commit:     c22a5a7bb5141b8cd7a2ce476aa21cfc85e4e804
Author:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
AuthorDate: Wed Mar 22 05:11:14 2017 +0000
Commit:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
CommitDate: Wed Mar 22 05:11:14 2017 +0000
URL:        https://gitweb.gentoo.org/proj/eselect.git/commit/?id=c22a5a7b

Update NEWS.

 NEWS | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/NEWS b/NEWS
index e83e0b0..5300068 100644
--- a/NEWS
+++ b/NEWS
@@ -1,6 +1,10 @@
 This file contains a summary of changes in released versions.  Please read the
 ChangeLog file for a more detailed listing of changes/bug fixes.
 
+1.4.9:
+    New features:
+    - New architectures in package-manager lib.
+
 1.4.8:
     Bug fixes:
     - Fixed bug #304011: Support pkgcore-0.9*.


^ permalink raw reply related	[flat|nested] 98+ messages in thread

* [gentoo-commits] proj/eselect:master commit in: /
@ 2017-03-22  5:26 Ulrich Müller
  0 siblings, 0 replies; 98+ messages in thread
From: Ulrich Müller @ 2017-03-22  5:26 UTC (permalink / raw
  To: gentoo-commits

commit:     2adf612ee8fe69ade0e46ef918354b70218ceec2
Author:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
AuthorDate: Wed Mar 22 05:11:48 2017 +0000
Commit:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
CommitDate: Wed Mar 22 05:11:48 2017 +0000
URL:        https://gitweb.gentoo.org/proj/eselect.git/commit/?id=2adf612e

Update version to 1.4.9.

 ChangeLog    | 5 +++++
 configure.ac | 2 +-
 2 files changed, 6 insertions(+), 1 deletion(-)

diff --git a/ChangeLog b/ChangeLog
index 9508639..4bd53b9 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2017-03-22  Ulrich Müller  <ulm@gentoo.org>
+
+	* configure.ac: Update version to 1.4.9.
+	* Tagged 1.4.9 release.
+
 2017-03-21  Mike Frysinger <vapier@gentoo.org>
 
 	* libs/package-manager.bash.in (arch): Fill out arch matches

diff --git a/configure.ac b/configure.ac
index 9127ca6..4f8744d 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,4 +1,4 @@
-AC_INIT(eselect, 1.4.8, eselect@gentoo.org, eselect)
+AC_INIT(eselect, 1.4.9, eselect@gentoo.org, eselect)
 AC_PREREQ(2.59)
 AC_CONFIG_SRCDIR(bin/eselect.in)
 AC_CONFIG_AUX_DIR(config)


^ permalink raw reply related	[flat|nested] 98+ messages in thread

* [gentoo-commits] proj/eselect:master commit in: /
@ 2017-09-17 21:41 Ulrich Müller
  0 siblings, 0 replies; 98+ messages in thread
From: Ulrich Müller @ 2017-09-17 21:41 UTC (permalink / raw
  To: gentoo-commits

commit:     3a2e3b6c2fca365ddc5e618ae9169b1e3f73fe48
Author:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
AuthorDate: Sun Sep 17 21:37:07 2017 +0000
Commit:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
CommitDate: Sun Sep 17 21:37:07 2017 +0000
URL:        https://gitweb.gentoo.org/proj/eselect.git/commit/?id=3a2e3b6c

README: Fix length of title underline.

 README | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/README b/README
index c83a07c..a7ccd3a 100644
--- a/README
+++ b/README
@@ -1,5 +1,5 @@
 README for eselect
-===================
+==================
 
 Authors
 -------


^ permalink raw reply related	[flat|nested] 98+ messages in thread

* [gentoo-commits] proj/eselect:master commit in: /
@ 2017-12-25 11:00 Ulrich Müller
  0 siblings, 0 replies; 98+ messages in thread
From: Ulrich Müller @ 2017-12-25 11:00 UTC (permalink / raw
  To: gentoo-commits

commit:     4fcbb4a86078c3d98a555f6a260b1ca585daf2ce
Author:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
AuthorDate: Mon Dec 25 09:44:57 2017 +0000
Commit:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
CommitDate: Mon Dec 25 09:44:57 2017 +0000
URL:        https://gitweb.gentoo.org/proj/eselect.git/commit/?id=4fcbb4a8

Update NEWS.

 NEWS | 9 +++++++++
 1 file changed, 9 insertions(+)

diff --git a/NEWS b/NEWS
index 5300068..523c980 100644
--- a/NEWS
+++ b/NEWS
@@ -1,6 +1,15 @@
 This file contains a summary of changes in released versions.  Please read the
 ChangeLog file for a more detailed listing of changes/bug fixes.
 
+1.4.10:
+    Bug fixes:
+    - Fixed bug #614008: Regex in profile module.
+    - Fixed bug #617572: Check range of number in kernel and profile modules.
+    - Fixed bug #640386: Do not remove the old kernel symlink unless there is
+      a valid new target.
+    - eval() will die rather than emit a warning.
+    - Check for valid news item format.
+
 1.4.9:
     New features:
     - New architectures in package-manager lib.


^ permalink raw reply related	[flat|nested] 98+ messages in thread

* [gentoo-commits] proj/eselect:master commit in: /
@ 2017-12-25 11:00 Ulrich Müller
  0 siblings, 0 replies; 98+ messages in thread
From: Ulrich Müller @ 2017-12-25 11:00 UTC (permalink / raw
  To: gentoo-commits

commit:     ab3b298b633b3d1cb10e0bdb11713a06a8c0d4f1
Author:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
AuthorDate: Mon Dec 25 09:46:36 2017 +0000
Commit:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
CommitDate: Mon Dec 25 09:46:36 2017 +0000
URL:        https://gitweb.gentoo.org/proj/eselect.git/commit/?id=ab3b298b

Update version to 1.4.10.

 ChangeLog    | 3 +++
 configure.ac | 2 +-
 2 files changed, 4 insertions(+), 1 deletion(-)

diff --git a/ChangeLog b/ChangeLog
index 55e5bb4..97dd57f 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
 2017-12-25  Ulrich Müller  <ulm@gentoo.org>
 
+	* configure.ac: Update version to 1.4.10.
+	* Tagged 1.4.10 release.
+
 	* modules/news.eselect (do_list): Check for valid news item format.
 
 	* libs/core.bash.in (eval): Make it fatal again, after more than

diff --git a/configure.ac b/configure.ac
index 4f8744d..19601ed 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,4 +1,4 @@
-AC_INIT(eselect, 1.4.9, eselect@gentoo.org, eselect)
+AC_INIT(eselect, 1.4.10, eselect@gentoo.org, eselect)
 AC_PREREQ(2.59)
 AC_CONFIG_SRCDIR(bin/eselect.in)
 AC_CONFIG_AUX_DIR(config)


^ permalink raw reply related	[flat|nested] 98+ messages in thread

* [gentoo-commits] proj/eselect:master commit in: /
@ 2017-12-25 11:00 Ulrich Müller
  0 siblings, 0 replies; 98+ messages in thread
From: Ulrich Müller @ 2017-12-25 11:00 UTC (permalink / raw
  To: gentoo-commits

commit:     dc4ab563af1a171e4cf04b4e9dc0e0af57f7a40f
Author:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
AuthorDate: Mon Dec 25 09:07:59 2017 +0000
Commit:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
CommitDate: Mon Dec 25 09:07:59 2017 +0000
URL:        https://gitweb.gentoo.org/proj/eselect.git/commit/?id=dc4ab563

Add reference to bug 640386 to ChangeLog.

 ChangeLog | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/ChangeLog b/ChangeLog
index 627fa10..a8d3693 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -14,7 +14,8 @@
 2017-05-06  Ulrich Müller  <ulm@gentoo.org>
 
 	* modules/kernel.eselect (do_set): Don't remove the old symlink
-	before we know that we have a valid new target. Simplify.
+	before we know that we have a valid new target, bug 640386.
+	Simplify.
 	(set_symlink): Check if the new link target is valid, then remove
 	any old symlink, then set the new one.
 	(remove_symlink): Use rm -f.


^ permalink raw reply related	[flat|nested] 98+ messages in thread

* [gentoo-commits] proj/eselect:master commit in: /
@ 2018-01-09  9:08 Ulrich Müller
  0 siblings, 0 replies; 98+ messages in thread
From: Ulrich Müller @ 2018-01-09  9:08 UTC (permalink / raw
  To: gentoo-commits

commit:     6844029a48c34acbf934a2002582509329a853b7
Author:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
AuthorDate: Tue Jan  9 08:45:14 2018 +0000
Commit:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
CommitDate: Tue Jan  9 08:45:14 2018 +0000
URL:        https://gitweb.gentoo.org/proj/eselect.git/commit/?id=6844029a

Update version to 1.4.11.

 ChangeLog    | 3 +++
 configure.ac | 2 +-
 2 files changed, 4 insertions(+), 1 deletion(-)

diff --git a/ChangeLog b/ChangeLog
index 0be1bc4..398b23c 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
 2018-01-09  Ulrich Müller  <ulm@gentoo.org>
 
+	* configure.ac: Update version to 1.4.11.
+	* Tagged 1.4.11 release.
+
 	* modules/profile.eselect (set_symlink): Require --force option
 	when selecting an experimental profile.
 

diff --git a/configure.ac b/configure.ac
index 19601ed..1cb4d06 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,4 +1,4 @@
-AC_INIT(eselect, 1.4.10, eselect@gentoo.org, eselect)
+AC_INIT(eselect, 1.4.11, eselect@gentoo.org, eselect)
 AC_PREREQ(2.59)
 AC_CONFIG_SRCDIR(bin/eselect.in)
 AC_CONFIG_AUX_DIR(config)


^ permalink raw reply related	[flat|nested] 98+ messages in thread

* [gentoo-commits] proj/eselect:master commit in: /
@ 2018-01-09  9:08 Ulrich Müller
  0 siblings, 0 replies; 98+ messages in thread
From: Ulrich Müller @ 2018-01-09  9:08 UTC (permalink / raw
  To: gentoo-commits

commit:     82bb7b48ecaeca1a1154d4cee7f52b428aa8c244
Author:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
AuthorDate: Tue Jan  9 08:45:01 2018 +0000
Commit:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
CommitDate: Tue Jan  9 08:45:01 2018 +0000
URL:        https://gitweb.gentoo.org/proj/eselect.git/commit/?id=82bb7b48

Update NEWS.

 NEWS | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/NEWS b/NEWS
index 523c980..28c7e20 100644
--- a/NEWS
+++ b/NEWS
@@ -1,6 +1,11 @@
 This file contains a summary of changes in released versions.  Please read the
 ChangeLog file for a more detailed listing of changes/bug fixes.
 
+1.4.11:
+    New features:
+    - Show profile status in list, and allow setting an experimental profile
+      only with the --force option in profile module (bug #643864).
+
 1.4.10:
     Bug fixes:
     - Fixed bug #614008: Regex in profile module.


^ permalink raw reply related	[flat|nested] 98+ messages in thread

* [gentoo-commits] proj/eselect:master commit in: /
@ 2018-01-24 10:03 Ulrich Müller
  0 siblings, 0 replies; 98+ messages in thread
From: Ulrich Müller @ 2018-01-24 10:03 UTC (permalink / raw
  To: gentoo-commits

commit:     fbd0035451b1095b8d3a4bd0f132c1d65ef95851
Author:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
AuthorDate: Wed Jan 24 09:39:02 2018 +0000
Commit:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
CommitDate: Wed Jan 24 09:39:02 2018 +0000
URL:        https://gitweb.gentoo.org/proj/eselect.git/commit/?id=fbd00354

Update NEWS.

 NEWS | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/NEWS b/NEWS
index 28c7e20..c25a81a 100644
--- a/NEWS
+++ b/NEWS
@@ -1,6 +1,10 @@
 This file contains a summary of changes in released versions.  Please read the
 ChangeLog file for a more detailed listing of changes/bug fixes.
 
+1.4.12:
+    Bug fixes:
+    - Workaround for bug #645240: OpenRC commands not in PATH in rc module.
+
 1.4.11:
     New features:
     - Show profile status in list, and allow setting an experimental profile


^ permalink raw reply related	[flat|nested] 98+ messages in thread

* [gentoo-commits] proj/eselect:master commit in: /
@ 2018-01-24 10:03 Ulrich Müller
  0 siblings, 0 replies; 98+ messages in thread
From: Ulrich Müller @ 2018-01-24 10:03 UTC (permalink / raw
  To: gentoo-commits

commit:     b391686b4d1fd434cb357c04ffe4026c335f70e1
Author:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
AuthorDate: Wed Jan 24 09:40:38 2018 +0000
Commit:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
CommitDate: Wed Jan 24 09:40:38 2018 +0000
URL:        https://gitweb.gentoo.org/proj/eselect.git/commit/?id=b391686b

Update version to 1.4.12.

 ChangeLog    | 3 +++
 configure.ac | 2 +-
 2 files changed, 4 insertions(+), 1 deletion(-)

diff --git a/ChangeLog b/ChangeLog
index 66b7e4e..d94fe63 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
 2018-01-24  Ulrich Müller  <ulm@gentoo.org>
 
+	* configure.ac: Update version to 1.4.12.
+	* Tagged 1.4.12 release.
+
 	* modules/rc.eselect (show_script_status): Add /lib64/rc/bin
 	to PATH as well, workaround for bug 645240 until OpenRC is fixed.
 

diff --git a/configure.ac b/configure.ac
index 1cb4d06..062ef5d 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,4 +1,4 @@
-AC_INIT(eselect, 1.4.11, eselect@gentoo.org, eselect)
+AC_INIT(eselect, 1.4.12, eselect@gentoo.org, eselect)
 AC_PREREQ(2.59)
 AC_CONFIG_SRCDIR(bin/eselect.in)
 AC_CONFIG_AUX_DIR(config)


^ permalink raw reply related	[flat|nested] 98+ messages in thread

* [gentoo-commits] proj/eselect:master commit in: /
@ 2018-05-30 16:01 Ulrich Müller
  0 siblings, 0 replies; 98+ messages in thread
From: Ulrich Müller @ 2018-05-30 16:01 UTC (permalink / raw
  To: gentoo-commits

commit:     8e1c663a75aad586e7da5dd22b8a1a29dc3beb01
Author:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
AuthorDate: Tue May 29 16:40:39 2018 +0000
Commit:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
CommitDate: Tue May 29 16:40:39 2018 +0000
URL:        https://gitweb.gentoo.org/proj/eselect.git/commit/?id=8e1c663a

Update NEWS.

 NEWS | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/NEWS b/NEWS
index c25a81a..f9ca432 100644
--- a/NEWS
+++ b/NEWS
@@ -1,6 +1,10 @@
 This file contains a summary of changes in released versions.  Please read the
 ChangeLog file for a more detailed listing of changes/bug fixes.
 
+1.4.13:
+    New features:
+    - New get_libdir() function in multilib library.
+
 1.4.12:
     Bug fixes:
     - Workaround for bug #645240: OpenRC commands not in PATH in rc module.


^ permalink raw reply related	[flat|nested] 98+ messages in thread

* [gentoo-commits] proj/eselect:master commit in: /
@ 2018-05-30 16:01 Ulrich Müller
  0 siblings, 0 replies; 98+ messages in thread
From: Ulrich Müller @ 2018-05-30 16:01 UTC (permalink / raw
  To: gentoo-commits

commit:     02dd9b7a37caa0f037312df8d84e9803167941eb
Author:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
AuthorDate: Tue May 29 16:41:41 2018 +0000
Commit:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
CommitDate: Tue May 29 16:41:41 2018 +0000
URL:        https://gitweb.gentoo.org/proj/eselect.git/commit/?id=02dd9b7a

Update version to 1.4.13.

 ChangeLog    | 3 +++
 configure.ac | 2 +-
 2 files changed, 4 insertions(+), 1 deletion(-)

diff --git a/ChangeLog b/ChangeLog
index 821e7c9..f59bd41 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
 2018-05-29  Ulrich Müller  <ulm@gentoo.org>
 
+	* configure.ac: Update version to 1.4.13.
+	* Tagged 1.4.13 release.
+
 	* doc/developer-guide.txt: Replace the term "dep atom" by
 	"package dependency specification".
 

diff --git a/configure.ac b/configure.ac
index 062ef5d..76635be 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,4 +1,4 @@
-AC_INIT(eselect, 1.4.12, eselect@gentoo.org, eselect)
+AC_INIT(eselect, 1.4.13, eselect@gentoo.org, eselect)
 AC_PREREQ(2.59)
 AC_CONFIG_SRCDIR(bin/eselect.in)
 AC_CONFIG_AUX_DIR(config)


^ permalink raw reply related	[flat|nested] 98+ messages in thread

* [gentoo-commits] proj/eselect:master commit in: /
@ 2019-02-17  7:52 Ulrich Müller
  0 siblings, 0 replies; 98+ messages in thread
From: Ulrich Müller @ 2019-02-17  7:52 UTC (permalink / raw
  To: gentoo-commits

commit:     870fddee2d04b4893d5581e4510684b1701b8284
Author:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
AuthorDate: Sun Feb 17 07:42:26 2019 +0000
Commit:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
CommitDate: Sun Feb 17 07:42:26 2019 +0000
URL:        https://gitweb.gentoo.org/proj/eselect.git/commit/?id=870fddee

Update NEWS.

Signed-off-by: Ulrich Müller <ulm <AT> gentoo.org>

 NEWS | 8 ++++++++
 1 file changed, 8 insertions(+)

diff --git a/NEWS b/NEWS
index f9ca432..d993860 100644
--- a/NEWS
+++ b/NEWS
@@ -1,6 +1,14 @@
 This file contains a summary of changes in released versions.  Please read the
 ChangeLog file for a more detailed listing of changes/bug fixes.
 
+1.4.14:
+    Bug fixes:
+    - Fixed bug #662996: Example in profile.eselect(5) man page.
+
+    New features:
+    - In profile module, warn about deprecated profiles (bug #673568).
+    - Display warning messages in yellow instead of red.
+
 1.4.13:
     New features:
     - New get_libdir() function in multilib library.


^ permalink raw reply related	[flat|nested] 98+ messages in thread

* [gentoo-commits] proj/eselect:master commit in: /
@ 2019-02-17  7:52 Ulrich Müller
  0 siblings, 0 replies; 98+ messages in thread
From: Ulrich Müller @ 2019-02-17  7:52 UTC (permalink / raw
  To: gentoo-commits

commit:     46bec985e659bf14d987800a54aadcce5ff37e33
Author:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
AuthorDate: Sun Feb 17 07:42:52 2019 +0000
Commit:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
CommitDate: Sun Feb 17 07:42:52 2019 +0000
URL:        https://gitweb.gentoo.org/proj/eselect.git/commit/?id=46bec985

Update version to 1.4.14.

Signed-off-by: Ulrich Müller <ulm <AT> gentoo.org>

 ChangeLog    | 5 +++++
 configure.ac | 2 +-
 2 files changed, 6 insertions(+), 1 deletion(-)

diff --git a/ChangeLog b/ChangeLog
index 446cd31..20ecfab 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2019-02-17  Ulrich Mueller  <ulm@gentoo.org>
+
+	* configure.ac: Update version to 1.4.14.
+	* Tagged 1.4.14 release.
+
 2019-02-13  Ulrich Mueller  <ulm@gentoo.org>
 
 	* libs/output.bash.in (colours): Display warning messages in

diff --git a/configure.ac b/configure.ac
index 76635be..6085e4d 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,4 +1,4 @@
-AC_INIT(eselect, 1.4.13, eselect@gentoo.org, eselect)
+AC_INIT(eselect, 1.4.14, eselect@gentoo.org, eselect)
 AC_PREREQ(2.59)
 AC_CONFIG_SRCDIR(bin/eselect.in)
 AC_CONFIG_AUX_DIR(config)


^ permalink raw reply related	[flat|nested] 98+ messages in thread

* [gentoo-commits] proj/eselect:master commit in: /
@ 2019-09-02 10:39 Ulrich Müller
  0 siblings, 0 replies; 98+ messages in thread
From: Ulrich Müller @ 2019-09-02 10:39 UTC (permalink / raw
  To: gentoo-commits

commit:     6329e9dd9d432ba6a6ca2a4700e87e1affe02e01
Author:     Ulrich Müller <ulm <AT> kph <DOT> uni-mainz <DOT> de>
AuthorDate: Mon Sep  2 10:08:46 2019 +0000
Commit:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
CommitDate: Mon Sep  2 10:08:46 2019 +0000
URL:        https://gitweb.gentoo.org/proj/eselect.git/commit/?id=6329e9dd

ChangeLog: Use UTF-8.

Signed-off-by: Ulrich Müller <ulm <AT> kph.uni-mainz.de>

 ChangeLog | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/ChangeLog b/ChangeLog
index bc42d2a..94f8577 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,20 +1,20 @@
-2019-05-26  Ulrich Mueller  <ulm@gentoo.org>
+2019-05-26  Ulrich Müller  <ulm@gentoo.org>
 
 	* modules/news.eselect (do_read, do_unread): Allow specification
 	of item by its number or name.
 	(describe_read_options, describe_unread_options): Document it.
 
-2019-02-17  Ulrich Mueller  <ulm@gentoo.org>
+2019-02-17  Ulrich Müller  <ulm@gentoo.org>
 
 	* configure.ac: Update version to 1.4.14.
 	* Tagged 1.4.14 release.
 
-2019-02-13  Ulrich Mueller  <ulm@gentoo.org>
+2019-02-13  Ulrich Müller  <ulm@gentoo.org>
 
 	* libs/output.bash.in (colours): Display warning messages in
 	yellow, in order to distinguish from errors which are red.
 
-2018-12-22  Ulrich Mueller  <ulm@gentoo.org>
+2018-12-22  Ulrich Müller  <ulm@gentoo.org>
 
 	* modules/profile.eselect (set_symlink): Warn about deprecated
 	profiles, bug 673568.


^ permalink raw reply related	[flat|nested] 98+ messages in thread

* [gentoo-commits] proj/eselect:master commit in: /
@ 2019-09-02 11:28 Ulrich Müller
  0 siblings, 0 replies; 98+ messages in thread
From: Ulrich Müller @ 2019-09-02 11:28 UTC (permalink / raw
  To: gentoo-commits

commit:     31602a6128d92b5540231e08ca3e7dce0c225bd4
Author:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
AuthorDate: Mon Sep  2 10:08:46 2019 +0000
Commit:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
CommitDate: Mon Sep  2 10:08:46 2019 +0000
URL:        https://gitweb.gentoo.org/proj/eselect.git/commit/?id=31602a61

ChangeLog: Use UTF-8.

Signed-off-by: Ulrich Müller <ulm <AT> gentoo.org>

 ChangeLog | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/ChangeLog b/ChangeLog
index bc42d2a..94f8577 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,20 +1,20 @@
-2019-05-26  Ulrich Mueller  <ulm@gentoo.org>
+2019-05-26  Ulrich Müller  <ulm@gentoo.org>
 
 	* modules/news.eselect (do_read, do_unread): Allow specification
 	of item by its number or name.
 	(describe_read_options, describe_unread_options): Document it.
 
-2019-02-17  Ulrich Mueller  <ulm@gentoo.org>
+2019-02-17  Ulrich Müller  <ulm@gentoo.org>
 
 	* configure.ac: Update version to 1.4.14.
 	* Tagged 1.4.14 release.
 
-2019-02-13  Ulrich Mueller  <ulm@gentoo.org>
+2019-02-13  Ulrich Müller  <ulm@gentoo.org>
 
 	* libs/output.bash.in (colours): Display warning messages in
 	yellow, in order to distinguish from errors which are red.
 
-2018-12-22  Ulrich Mueller  <ulm@gentoo.org>
+2018-12-22  Ulrich Müller  <ulm@gentoo.org>
 
 	* modules/profile.eselect (set_symlink): Warn about deprecated
 	profiles, bug 673568.


^ permalink raw reply related	[flat|nested] 98+ messages in thread

* [gentoo-commits] proj/eselect:master commit in: /
@ 2019-09-04 10:40 Ulrich Müller
  0 siblings, 0 replies; 98+ messages in thread
From: Ulrich Müller @ 2019-09-04 10:40 UTC (permalink / raw
  To: gentoo-commits

commit:     27cbba882bc5b80cfe845af89ee44f3cad90a88c
Author:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
AuthorDate: Wed Sep  4 10:03:37 2019 +0000
Commit:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
CommitDate: Wed Sep  4 10:03:37 2019 +0000
URL:        https://gitweb.gentoo.org/proj/eselect.git/commit/?id=27cbba88

Update autotools versions.

* autogen.bash (WANT_AUTOCONF, WANT_AUTOMAKE): Update versions.

Signed-off-by: Ulrich Müller <ulm <AT> gentoo.org>

 ChangeLog    | 4 ++++
 autogen.bash | 6 +++---
 2 files changed, 7 insertions(+), 3 deletions(-)

diff --git a/ChangeLog b/ChangeLog
index cbb6229..d459f08 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2019-09-04  Ulrich Müller  <ulm@gentoo.org>
+
+	* autogen.bash (WANT_AUTOCONF, WANT_AUTOMAKE): Update versions.
+
 2019-09-02  Ulrich Müller  <ulm@gentoo.org>
 
 	* libs/editor-variable.bash.in (find_in_path): New function, looks

diff --git a/autogen.bash b/autogen.bash
index eec7f3c..a5a1c19 100755
--- a/autogen.bash
+++ b/autogen.bash
@@ -34,10 +34,10 @@ run mkdir -p config
 run $(get libtoolize) --copy --force --automake
 rm -f config.cache
 
-run $(get aclocal 1.15 1.14 1.13 1.12)
+run $(get aclocal 1.16 1.15 1.14)
 # run $(get autoheader 2.59)
-WANT_AUTOCONF=2.5 run $(get autoconf 2.69 2.68 2.67 2.65)
-WANT_AUTOMAKE=1.12 run $(get automake 1.15 1.14 1.13 1.12) \
+WANT_AUTOCONF=2.5 run $(get autoconf 2.69 2.68 2.67)
+WANT_AUTOMAKE=1.14 run $(get automake 1.16 1.15 1.14) \
              -a -c -W no-portability
 
 echo "Success. Now run ./configure --help"


^ permalink raw reply related	[flat|nested] 98+ messages in thread

* [gentoo-commits] proj/eselect:master commit in: /
@ 2019-09-04 10:40 Ulrich Müller
  0 siblings, 0 replies; 98+ messages in thread
From: Ulrich Müller @ 2019-09-04 10:40 UTC (permalink / raw
  To: gentoo-commits

commit:     e47a5681b849c4b878ff795bf15de320103126a2
Author:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
AuthorDate: Wed Sep  4 10:05:09 2019 +0000
Commit:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
CommitDate: Wed Sep  4 10:05:09 2019 +0000
URL:        https://gitweb.gentoo.org/proj/eselect.git/commit/?id=e47a5681

Update version to 1.4.15.

Signed-off-by: Ulrich Müller <ulm <AT> gentoo.org>

 ChangeLog    | 3 +++
 configure.ac | 2 +-
 2 files changed, 4 insertions(+), 1 deletion(-)

diff --git a/ChangeLog b/ChangeLog
index d459f08..dbddf71 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
 2019-09-04  Ulrich Müller  <ulm@gentoo.org>
 
+	* configure.ac: Update version to 1.4.15.
+	* Tagged 1.4.15 release.
+
 	* autogen.bash (WANT_AUTOCONF, WANT_AUTOMAKE): Update versions.
 
 2019-09-02  Ulrich Müller  <ulm@gentoo.org>

diff --git a/configure.ac b/configure.ac
index 6085e4d..55065a3 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,4 +1,4 @@
-AC_INIT(eselect, 1.4.14, eselect@gentoo.org, eselect)
+AC_INIT(eselect, 1.4.15, eselect@gentoo.org, eselect)
 AC_PREREQ(2.59)
 AC_CONFIG_SRCDIR(bin/eselect.in)
 AC_CONFIG_AUX_DIR(config)


^ permalink raw reply related	[flat|nested] 98+ messages in thread

* [gentoo-commits] proj/eselect:master commit in: /
@ 2019-09-04 10:40 Ulrich Müller
  0 siblings, 0 replies; 98+ messages in thread
From: Ulrich Müller @ 2019-09-04 10:40 UTC (permalink / raw
  To: gentoo-commits

commit:     98110187e82caf464f08641769824459e02934d5
Author:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
AuthorDate: Wed Sep  4 09:46:51 2019 +0000
Commit:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
CommitDate: Wed Sep  4 09:46:51 2019 +0000
URL:        https://gitweb.gentoo.org/proj/eselect.git/commit/?id=98110187

Update NEWS.

Signed-off-by: Ulrich Müller <ulm <AT> gentoo.org>

 NEWS | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/NEWS b/NEWS
index d993860..36d1379 100644
--- a/NEWS
+++ b/NEWS
@@ -1,6 +1,12 @@
 This file contains a summary of changes in released versions.  Please read the
 ChangeLog file for a more detailed listing of changes/bug fixes.
 
+1.4.15:
+    New features:
+    - Allow selection of news item by its number or name.
+    - Support command names without path in editor-variable library.
+    - Commands in editor and pager modules are listed without path.
+
 1.4.14:
     Bug fixes:
     - Fixed bug #662996: Example in profile.eselect(5) man page.


^ permalink raw reply related	[flat|nested] 98+ messages in thread

* [gentoo-commits] proj/eselect:master commit in: /
@ 2019-11-28 13:41 Ulrich Müller
  0 siblings, 0 replies; 98+ messages in thread
From: Ulrich Müller @ 2019-11-28 13:41 UTC (permalink / raw
  To: gentoo-commits

commit:     afaad1201ab3d8d3ab27bee8269ab837435beb95
Author:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
AuthorDate: Thu Nov 28 13:39:43 2019 +0000
Commit:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
CommitDate: Thu Nov 28 13:39:43 2019 +0000
URL:        https://gitweb.gentoo.org/proj/eselect.git/commit/?id=afaad120

Changelog: Whitespace fixes.

Signed-off-by: Ulrich Müller <ulm <AT> gentoo.org>

 ChangeLog | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/ChangeLog b/ChangeLog
index e9f1f8e..aaa31db 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -108,7 +108,7 @@
 2017-06-18  Ulrich Müller  <ulm@gentoo.org>
 
 	* libs/package-manager.bash.in (arch): Map nios2 to nios2 (as it
-	is called in profiles/arch.list) rather	than nios.
+	is called in profiles/arch.list) rather than nios.
 
 2017-05-22  Ulrich Müller  <ulm@gentoo.org>
 
@@ -132,7 +132,7 @@
 	* configure.ac: Update version to 1.4.9.
 	* Tagged 1.4.9 release.
 
-2017-03-21  Mike Frysinger <vapier@gentoo.org>
+2017-03-21  Mike Frysinger  <vapier@gentoo.org>
 
 	* libs/package-manager.bash.in (arch): Fill out arch matches
 	a bit more.
@@ -737,7 +737,7 @@
 2011-03-13  Ulrich Müller  <ulm@gentoo.org>
 
 	* modules/profile.eselect: Support make.profile in both the /etc
-	and the	/etc/portage directory.
+	and the /etc/portage directory.
 	(DESCRIPTION): Don't mention explicit path.
 	(get_symlink_location): New function, sets MAKE_PROFILE variable.
 	(do_show, do_set): Call get_symlink_location.


^ permalink raw reply related	[flat|nested] 98+ messages in thread

* [gentoo-commits] proj/eselect:master commit in: /
@ 2019-11-28 13:41 Ulrich Müller
  0 siblings, 0 replies; 98+ messages in thread
From: Ulrich Müller @ 2019-11-28 13:41 UTC (permalink / raw
  To: gentoo-commits

commit:     45930f33e4db86b44c03133a85dda7fd3c9b0196
Author:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
AuthorDate: Thu Nov 28 13:35:36 2019 +0000
Commit:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
CommitDate: Thu Nov 28 13:35:36 2019 +0000
URL:        https://gitweb.gentoo.org/proj/eselect.git/commit/?id=45930f33

Update CC-BY-SA to version 4.0.

Signed-off-by: Ulrich Müller <ulm <AT> gentoo.org>

 ChangeLog | 3 +++
 README    | 6 +++---
 2 files changed, 6 insertions(+), 3 deletions(-)

diff --git a/ChangeLog b/ChangeLog
index 6292c9a..e9f1f8e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
 2019-11-28  Ulrich Müller  <ulm@gentoo.org>
 
+	* README: Documentation is now dual-licensed under GPL-2+ or
+	CC-BY-SA-4.0. Update URI of GPL-2 license text.
+
 	* modules/rc.eselect (show_script_status): Quote strings to
 	prevent globbing, bug 701382.
 

diff --git a/README b/README
index 1ef30e6..bfcb6f9 100644
--- a/README
+++ b/README
@@ -20,10 +20,10 @@ version 2 or later`__.
 
 The documentation in the ``doc/`` directory is dual-licensed. It can
 be distributed either under the above terms, or (at your option) under
-the `Creative Commons Attribution-ShareAlike 3.0 Unported License`__.
+the `Creative Commons Attribution-ShareAlike 4.0 International License`__.
 
-__ http://www.gnu.org/licenses/gpl-2.0
-__ http://creativecommons.org/licenses/by-sa/3.0/
+__ https://www.gnu.org/licenses/old-licenses/gpl-2.0.html
+__ https://creativecommons.org/licenses/by-sa/4.0/
 
 Style Notes
 -----------


^ permalink raw reply related	[flat|nested] 98+ messages in thread

* [gentoo-commits] proj/eselect:master commit in: /
@ 2019-11-28 19:23 Ulrich Müller
  0 siblings, 0 replies; 98+ messages in thread
From: Ulrich Müller @ 2019-11-28 19:23 UTC (permalink / raw
  To: gentoo-commits

commit:     0f91ddb921d67cf1c19bd40434a2bd8499e1dca3
Author:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
AuthorDate: Thu Nov 28 19:14:50 2019 +0000
Commit:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
CommitDate: Thu Nov 28 19:14:50 2019 +0000
URL:        https://gitweb.gentoo.org/proj/eselect.git/commit/?id=0f91ddb9

Update version to 1.4.16.

Signed-off-by: Ulrich Müller <ulm <AT> gentoo.org>

 ChangeLog    | 3 +++
 configure.ac | 2 +-
 2 files changed, 4 insertions(+), 1 deletion(-)

diff --git a/ChangeLog b/ChangeLog
index aaa31db..86ffd88 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
 2019-11-28  Ulrich Müller  <ulm@gentoo.org>
 
+	* configure.ac: Update version to 1.4.16.
+	* Tagged 1.4.16 release.
+
 	* README: Documentation is now dual-licensed under GPL-2+ or
 	CC-BY-SA-4.0. Update URI of GPL-2 license text.
 

diff --git a/configure.ac b/configure.ac
index 55065a3..62b5c23 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,4 +1,4 @@
-AC_INIT(eselect, 1.4.15, eselect@gentoo.org, eselect)
+AC_INIT(eselect, 1.4.16, eselect@gentoo.org, eselect)
 AC_PREREQ(2.59)
 AC_CONFIG_SRCDIR(bin/eselect.in)
 AC_CONFIG_AUX_DIR(config)


^ permalink raw reply related	[flat|nested] 98+ messages in thread

* [gentoo-commits] proj/eselect:master commit in: /
@ 2019-11-28 19:23 Ulrich Müller
  0 siblings, 0 replies; 98+ messages in thread
From: Ulrich Müller @ 2019-11-28 19:23 UTC (permalink / raw
  To: gentoo-commits

commit:     969f65e66f807f1607dcc08230544f92c69fe0ef
Author:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
AuthorDate: Thu Nov 28 19:11:02 2019 +0000
Commit:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
CommitDate: Thu Nov 28 19:11:02 2019 +0000
URL:        https://gitweb.gentoo.org/proj/eselect.git/commit/?id=969f65e6

Update NEWS.

Signed-off-by: Ulrich Müller <ulm <AT> gentoo.org>

 NEWS | 7 +++++++
 1 file changed, 7 insertions(+)

diff --git a/NEWS b/NEWS
index 36d1379..9806fcd 100644
--- a/NEWS
+++ b/NEWS
@@ -1,6 +1,13 @@
 This file contains a summary of changes in released versions.  Please read the
 ChangeLog file for a more detailed listing of changes/bug fixes.
 
+1.4.16:
+    Bug fixes:
+    - Fixed bug #701382: Add missing quotes in rc module.
+
+    New features:
+    - Documentation is now dual-licensed under GPL-2+ or CC-BY-SA-4.0.
+
 1.4.15:
     New features:
     - Allow selection of news item by its number or name.


^ permalink raw reply related	[flat|nested] 98+ messages in thread

* [gentoo-commits] proj/eselect:master commit in: /
@ 2020-12-16 12:49 Ulrich Müller
  0 siblings, 0 replies; 98+ messages in thread
From: Ulrich Müller @ 2020-12-16 12:49 UTC (permalink / raw
  To: gentoo-commits

commit:     20c9b61f7d2c140ec0f14062e4ca2332c4d796a8
Author:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
AuthorDate: Wed Dec 16 11:35:17 2020 +0000
Commit:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
CommitDate: Wed Dec 16 11:35:17 2020 +0000
URL:        https://gitweb.gentoo.org/proj/eselect.git/commit/?id=20c9b61f

Update version to 1.4.17.

Signed-off-by: Ulrich Müller <ulm <AT> gentoo.org>

 ChangeLog    | 5 +++++
 configure.ac | 2 +-
 2 files changed, 6 insertions(+), 1 deletion(-)

diff --git a/ChangeLog b/ChangeLog
index d037d6a..e15e521 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2020-12-16  Ulrich Müller  <ulm@gentoo.org>
+
+	* configure.ac: Update version to 1.4.17.
+	* Tagged 1.4.17 release.
+
 2020-04-23  Ulrich Müller  <ulm@gentoo.org>
 
 	* modules/rc.eselect (is_script): Test whether the script is a

diff --git a/configure.ac b/configure.ac
index 62b5c23..79cb10b 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,4 +1,4 @@
-AC_INIT(eselect, 1.4.16, eselect@gentoo.org, eselect)
+AC_INIT(eselect, 1.4.17, eselect@gentoo.org, eselect)
 AC_PREREQ(2.59)
 AC_CONFIG_SRCDIR(bin/eselect.in)
 AC_CONFIG_AUX_DIR(config)


^ permalink raw reply related	[flat|nested] 98+ messages in thread

* [gentoo-commits] proj/eselect:master commit in: /
@ 2020-12-16 12:49 Ulrich Müller
  0 siblings, 0 replies; 98+ messages in thread
From: Ulrich Müller @ 2020-12-16 12:49 UTC (permalink / raw
  To: gentoo-commits

commit:     633c22046e7139b78810706ba3134d21ffa9fd59
Author:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
AuthorDate: Wed Dec 16 11:34:47 2020 +0000
Commit:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
CommitDate: Wed Dec 16 11:34:47 2020 +0000
URL:        https://gitweb.gentoo.org/proj/eselect.git/commit/?id=633c2204

Update NEWS.

Signed-off-by: Ulrich Müller <ulm <AT> gentoo.org>

 NEWS | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/NEWS b/NEWS
index 9806fcd..04a081f 100644
--- a/NEWS
+++ b/NEWS
@@ -1,6 +1,10 @@
 This file contains a summary of changes in released versions.  Please read the
 ChangeLog file for a more detailed listing of changes/bug fixes.
 
+1.4.17:
+    Bug fixes:
+    - Fixed bug #718920: Handling of stacked runlevels in rc module.
+
 1.4.16:
     Bug fixes:
     - Fixed bug #701382: Add missing quotes in rc module.


^ permalink raw reply related	[flat|nested] 98+ messages in thread

* [gentoo-commits] proj/eselect:master commit in: /
@ 2021-02-19 13:33 Ulrich Müller
  0 siblings, 0 replies; 98+ messages in thread
From: Ulrich Müller @ 2021-02-19 13:33 UTC (permalink / raw
  To: gentoo-commits

commit:     18cb2b5b6b5538b9aa1680181eb36e3c5e7b30c7
Author:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
AuthorDate: Fri Dec 18 16:42:14 2020 +0000
Commit:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
CommitDate: Fri Dec 18 16:42:14 2020 +0000
URL:        https://gitweb.gentoo.org/proj/eselect.git/commit/?id=18cb2b5b

Prefer realpath in configure check.

* configure.ac (REALPATH, READLINK): Prefer realpath to readlink,
because the former is included with Coreutils since version 8.15.

Signed-off-by: Ulrich Müller <ulm <AT> gentoo.org>

 ChangeLog    |  5 +++++
 configure.ac | 34 +++++++++++++++++-----------------
 2 files changed, 22 insertions(+), 17 deletions(-)

diff --git a/ChangeLog b/ChangeLog
index e15e521..90109e8 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2020-12-18  Ulrich Müller  <ulm@gentoo.org>
+
+	* configure.ac (REALPATH, READLINK): Prefer realpath to readlink,
+	because the former is included with Coreutils since version 8.15.
+
 2020-12-16  Ulrich Müller  <ulm@gentoo.org>
 
 	* configure.ac: Update version to 1.4.17.

diff --git a/configure.ac b/configure.ac
index 79cb10b..48522e6 100644
--- a/configure.ac
+++ b/configure.ac
@@ -34,25 +34,25 @@ fi
 AC_PATH_PROG(ENV_UPDATE, env-update, /usr/sbin/env-update,
   [$PATH:$prefix/sbin:/usr/sbin])
 
-AC_CHECK_PROGS(READLINK, [greadlink readlink])
-if test x$READLINK != x; then
-    AC_MSG_CHECKING([whether $READLINK supports -f])
-    if $READLINK -f . >/dev/null 2>&1; then
-        AC_MSG_RESULT(yes)
-    else
-        AC_MSG_RESULT(no)
-        READLINK=""
-    fi
-fi
-if test x$READLINK = x; then
-    AC_CHECK_PROGS(REALPATH, realpath)
-fi
-if test x$READLINK != x; then
-    CANONICALISE="$READLINK -f"
-elif test x$REALPATH != x; then
+CANONICALISE=""
+# realpath is included with Coreutils since version 8.15 (2012)
+AC_CHECK_PROGS(REALPATH, [grealpath realpath])
+if test x$REALPATH != x; then
     CANONICALISE="$REALPATH"
 else
-    AC_MSG_ERROR([Either GNU readlink or realpath is required])
+    AC_CHECK_PROGS(READLINK, [greadlink readlink])
+    if test x$READLINK != x; then
+        AC_MSG_CHECKING([whether $READLINK supports -f])
+        if $READLINK -f . >/dev/null 2>&1; then
+            AC_MSG_RESULT(yes)
+            CANONICALISE="$READLINK -f"
+        else
+            AC_MSG_RESULT(no)
+        fi
+    fi
+fi
+if test "x$CANONICALISE" = x; then
+    AC_MSG_ERROR([Either realpath or GNU readlink is required])
 fi
 AC_SUBST(CANONICALISE)
 


^ permalink raw reply related	[flat|nested] 98+ messages in thread

* [gentoo-commits] proj/eselect:master commit in: /
@ 2021-12-28  9:41 Ulrich Müller
  0 siblings, 0 replies; 98+ messages in thread
From: Ulrich Müller @ 2021-12-28  9:41 UTC (permalink / raw
  To: gentoo-commits

commit:     eaa80176847ddd7c389ad7de178f0234bedfec2b
Author:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
AuthorDate: Tue Dec 28 09:04:18 2021 +0000
Commit:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
CommitDate: Tue Dec 28 09:04:18 2021 +0000
URL:        https://gitweb.gentoo.org/proj/eselect.git/commit/?id=eaa80176

Update NEWS

Signed-off-by: Ulrich Müller <ulm <AT> gentoo.org>

 NEWS | 7 +++++++
 1 file changed, 7 insertions(+)

diff --git a/NEWS b/NEWS
index 04a081f..35f0538 100644
--- a/NEWS
+++ b/NEWS
@@ -1,6 +1,13 @@
 This file contains a summary of changes in released versions.  Please read the
 ChangeLog file for a more detailed listing of changes/bug fixes.
 
+1.4.18:
+    New features:
+    - Prefer realpath to readlink in configure check.
+    - New options "new" and "all" in news module list action (bug #771075).
+    - Recognise loongarch*/loong in package-manager lib.
+    - Don't use absolute paths in visual module.
+
 1.4.17:
     Bug fixes:
     - Fixed bug #718920: Handling of stacked runlevels in rc module.


^ permalink raw reply related	[flat|nested] 98+ messages in thread

* [gentoo-commits] proj/eselect:master commit in: /
@ 2021-12-28  9:41 Ulrich Müller
  0 siblings, 0 replies; 98+ messages in thread
From: Ulrich Müller @ 2021-12-28  9:41 UTC (permalink / raw
  To: gentoo-commits

commit:     0f1ae9117f1256cd9247ed4cfb944dbe107b84d6
Author:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
AuthorDate: Tue Dec 28 09:04:36 2021 +0000
Commit:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
CommitDate: Tue Dec 28 09:04:36 2021 +0000
URL:        https://gitweb.gentoo.org/proj/eselect.git/commit/?id=0f1ae911

Update version to 1.4.18

Signed-off-by: Ulrich Müller <ulm <AT> gentoo.org>

 ChangeLog    | 5 +++++
 configure.ac | 2 +-
 2 files changed, 6 insertions(+), 1 deletion(-)

diff --git a/ChangeLog b/ChangeLog
index dc70d61..668b7e8 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2021-12-28  Ulrich Müller  <ulm@gentoo.org>
+
+	* configure.ac: Update version to 1.4.18.
+	* Tagged 1.4.18 release.
+
 2021-10-24  Ulrich Müller  <ulm@gentoo.org>
 
 	* modules/visual.eselect (EDITOR_LIST): Don't use absolute paths.

diff --git a/configure.ac b/configure.ac
index 48522e6..8bc63b0 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,4 +1,4 @@
-AC_INIT(eselect, 1.4.17, eselect@gentoo.org, eselect)
+AC_INIT(eselect, 1.4.18, eselect@gentoo.org, eselect)
 AC_PREREQ(2.59)
 AC_CONFIG_SRCDIR(bin/eselect.in)
 AC_CONFIG_AUX_DIR(config)


^ permalink raw reply related	[flat|nested] 98+ messages in thread

* [gentoo-commits] proj/eselect:master commit in: /
@ 2022-01-08 17:14 Ulrich Müller
  0 siblings, 0 replies; 98+ messages in thread
From: Ulrich Müller @ 2022-01-08 17:14 UTC (permalink / raw
  To: gentoo-commits

commit:     5c8b0fe13e678ef26e87464895a461e4d8afed32
Author:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
AuthorDate: Sat Jan  8 17:02:09 2022 +0000
Commit:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
CommitDate: Sat Jan  8 17:02:09 2022 +0000
URL:        https://gitweb.gentoo.org/proj/eselect.git/commit/?id=5c8b0fe1

Update NEWS

Signed-off-by: Ulrich Müller <ulm <AT> gentoo.org>

 NEWS | 7 +++++++
 1 file changed, 7 insertions(+)

diff --git a/NEWS b/NEWS
index 35f0538..ec35fb6 100644
--- a/NEWS
+++ b/NEWS
@@ -1,6 +1,13 @@
 This file contains a summary of changes in released versions.  Please read the
 ChangeLog file for a more detailed listing of changes/bug fixes.
 
+1.4.19:
+    Bug fixes:
+    - Fixed bug #830707: Avoid empty root path in profile module.
+
+    New features:
+    - New global option --root.
+
 1.4.18:
     New features:
     - Prefer realpath to readlink in configure check.


^ permalink raw reply related	[flat|nested] 98+ messages in thread

* [gentoo-commits] proj/eselect:master commit in: /
@ 2022-01-08 17:14 Ulrich Müller
  0 siblings, 0 replies; 98+ messages in thread
From: Ulrich Müller @ 2022-01-08 17:14 UTC (permalink / raw
  To: gentoo-commits

commit:     9f400f67f09805f7b55666e205d282d73b32143e
Author:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
AuthorDate: Sat Jan  8 17:03:12 2022 +0000
Commit:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
CommitDate: Sat Jan  8 17:03:12 2022 +0000
URL:        https://gitweb.gentoo.org/proj/eselect.git/commit/?id=9f400f67

Update version to 1.4.19

Signed-off-by: Ulrich Müller <ulm <AT> gentoo.org>

 ChangeLog    | 3 +++
 configure.ac | 2 +-
 2 files changed, 4 insertions(+), 1 deletion(-)

diff --git a/ChangeLog b/ChangeLog
index 0f0579d..d40ac8d 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
 2022-01-08  Ulrich Müller  <ulm@gentoo.org>
 
+	* configure.ac: Update version to 1.4.19.
+	* Tagged 1.4.19 release.
+
 	* bin/eselect.in: New global option --root.
 	(es_do_help): Document it.
 	* doc/user-guide.txt:

diff --git a/configure.ac b/configure.ac
index 8bc63b0..6ee7e08 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,4 +1,4 @@
-AC_INIT(eselect, 1.4.18, eselect@gentoo.org, eselect)
+AC_INIT(eselect, 1.4.19, eselect@gentoo.org, eselect)
 AC_PREREQ(2.59)
 AC_CONFIG_SRCDIR(bin/eselect.in)
 AC_CONFIG_AUX_DIR(config)


^ permalink raw reply related	[flat|nested] 98+ messages in thread

* [gentoo-commits] proj/eselect:master commit in: /
@ 2022-01-19  3:54 Ulrich Müller
  0 siblings, 0 replies; 98+ messages in thread
From: Ulrich Müller @ 2022-01-19  3:54 UTC (permalink / raw
  To: gentoo-commits

commit:     10ba3349d46544b4932fa36efef76685150b9df7
Author:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
AuthorDate: Sat Jan  8 21:20:05 2022 +0000
Commit:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
CommitDate: Sat Jan  8 21:20:05 2022 +0000
URL:        https://gitweb.gentoo.org/proj/eselect.git/commit/?id=10ba3349

Update NEWS

Signed-off-by: Ulrich Müller <ulm <AT> gentoo.org>

 NEWS | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/NEWS b/NEWS
index ec35fb6..9e1396c 100644
--- a/NEWS
+++ b/NEWS
@@ -1,6 +1,10 @@
 This file contains a summary of changes in released versions.  Please read the
 ChangeLog file for a more detailed listing of changes/bug fixes.
 
+1.4.20:
+    Bug fixes:
+    - Error out if --root has no option argument.
+
 1.4.19:
     Bug fixes:
     - Fixed bug #830707: Avoid empty root path in profile module.


^ permalink raw reply related	[flat|nested] 98+ messages in thread

* [gentoo-commits] proj/eselect:master commit in: /
@ 2022-01-19  3:54 Ulrich Müller
  0 siblings, 0 replies; 98+ messages in thread
From: Ulrich Müller @ 2022-01-19  3:54 UTC (permalink / raw
  To: gentoo-commits

commit:     18f8049b2a7db469beaec27804ad2969508f3e44
Author:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
AuthorDate: Sat Jan  8 21:20:23 2022 +0000
Commit:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
CommitDate: Sat Jan  8 21:20:23 2022 +0000
URL:        https://gitweb.gentoo.org/proj/eselect.git/commit/?id=18f8049b

Update version to 1.4.20

Signed-off-by: Ulrich Müller <ulm <AT> gentoo.org>

 ChangeLog    | 3 +++
 configure.ac | 2 +-
 2 files changed, 4 insertions(+), 1 deletion(-)

diff --git a/ChangeLog b/ChangeLog
index ac7c78b..8089935 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
 2022-01-08  Ulrich Müller  <ulm@gentoo.org>
 
+	* configure.ac: Update version to 1.4.20.
+	* Tagged 1.4.20 release.
+
 	* bin/eselect.in: Error out if --root has no option argument.
 
 	* configure.ac: Update version to 1.4.19.

diff --git a/configure.ac b/configure.ac
index 6ee7e08..00fd2d8 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,4 +1,4 @@
-AC_INIT(eselect, 1.4.19, eselect@gentoo.org, eselect)
+AC_INIT(eselect, 1.4.20, eselect@gentoo.org, eselect)
 AC_PREREQ(2.59)
 AC_CONFIG_SRCDIR(bin/eselect.in)
 AC_CONFIG_AUX_DIR(config)


^ permalink raw reply related	[flat|nested] 98+ messages in thread

* [gentoo-commits] proj/eselect:master commit in: /
@ 2023-02-27 17:40 Ulrich Müller
  0 siblings, 0 replies; 98+ messages in thread
From: Ulrich Müller @ 2023-02-27 17:40 UTC (permalink / raw
  To: gentoo-commits

commit:     b139066702785bd19338e0db796672a6b66322ef
Author:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
AuthorDate: Mon Feb 27 17:13:46 2023 +0000
Commit:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
CommitDate: Mon Feb 27 17:13:46 2023 +0000
URL:        https://gitweb.gentoo.org/proj/eselect.git/commit/?id=b1390667

Update NEWS

Signed-off-by: Ulrich Müller <ulm <AT> gentoo.org>

 NEWS | 8 ++++++++
 1 file changed, 8 insertions(+)

diff --git a/NEWS b/NEWS
index 9e1396c..382cc12 100644
--- a/NEWS
+++ b/NEWS
@@ -1,6 +1,14 @@
 This file contains a summary of changes in released versions.  Please read the
 ChangeLog file for a more detailed listing of changes/bug fixes.
 
+1.4.21:
+    Bug fixes:
+    - Fixed a byte-compile warning in eselect-mode.
+
+    New features:
+    - Allow EPREFIX to be overridden for manipulating prefixed ROOT.
+    - New global option --eprefix.
+
 1.4.20:
     Bug fixes:
     - Error out if --root has no option argument.


^ permalink raw reply related	[flat|nested] 98+ messages in thread

* [gentoo-commits] proj/eselect:master commit in: /
@ 2023-03-15 11:04 Ulrich Müller
  0 siblings, 0 replies; 98+ messages in thread
From: Ulrich Müller @ 2023-03-15 11:04 UTC (permalink / raw
  To: gentoo-commits

commit:     e49f345a6e26ea143f43394480ae0b7d98bbe265
Author:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
AuthorDate: Tue Mar 14 20:24:26 2023 +0000
Commit:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
CommitDate: Tue Mar 14 20:24:26 2023 +0000
URL:        https://gitweb.gentoo.org/proj/eselect.git/commit/?id=e49f345a

ChangeLog: Add reference to bug 901205

Signed-off-by: Ulrich Müller <ulm <AT> gentoo.org>

 ChangeLog | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/ChangeLog b/ChangeLog
index 57a53fc..913494f 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,7 +1,7 @@
 2023-03-14  Florian Schmaus  <flow@gentoo.org>
 
 	* libs/core.bash.in (find_module): Allow to specify an absolute
-	path as the module's filename.
+	path as the module's filename, bug 901205.
 
 2023-02-28  Ulrich Müller  <ulm@gentoo.org>
 


^ permalink raw reply related	[flat|nested] 98+ messages in thread

* [gentoo-commits] proj/eselect:master commit in: /
@ 2023-03-20 17:25 Ulrich Müller
  0 siblings, 0 replies; 98+ messages in thread
From: Ulrich Müller @ 2023-03-20 17:25 UTC (permalink / raw
  To: gentoo-commits

commit:     b3f814db7a968633ada66e97aa05e9769240af26
Author:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
AuthorDate: Mon Mar 20 17:17:43 2023 +0000
Commit:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
CommitDate: Mon Mar 20 17:17:43 2023 +0000
URL:        https://gitweb.gentoo.org/proj/eselect.git/commit/?id=b3f814db

Update version to 1.4.22

Signed-off-by: Ulrich Müller <ulm <AT> gentoo.org>

 ChangeLog    | 5 +++++
 configure.ac | 2 +-
 2 files changed, 6 insertions(+), 1 deletion(-)

diff --git a/ChangeLog b/ChangeLog
index 3057a22..f807496 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2023-03-20  Ulrich Müller  <ulm@gentoo.org>
+
+	* configure.ac: Update version to 1.4.22.
+	* Tagged 1.4.22 release.
+
 2023-03-16  Ulrich Müller  <ulm@gentoo.org>
 
 	* bin/eselect.in (trap): Don't output a message, because die()

diff --git a/configure.ac b/configure.ac
index 4a0fc9a..e767884 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,4 +1,4 @@
-AC_INIT(eselect, 1.4.21, eselect@gentoo.org, eselect)
+AC_INIT(eselect, 1.4.22, eselect@gentoo.org, eselect)
 AC_PREREQ(2.59)
 AC_CONFIG_SRCDIR(bin/eselect.in)
 AC_CONFIG_AUX_DIR(config)


^ permalink raw reply related	[flat|nested] 98+ messages in thread

* [gentoo-commits] proj/eselect:master commit in: /
@ 2023-03-20 17:25 Ulrich Müller
  0 siblings, 0 replies; 98+ messages in thread
From: Ulrich Müller @ 2023-03-20 17:25 UTC (permalink / raw
  To: gentoo-commits

commit:     cae12e63a7776767c5920fc4bf634753d8423a21
Author:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
AuthorDate: Mon Mar 20 17:17:08 2023 +0000
Commit:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
CommitDate: Mon Mar 20 17:17:08 2023 +0000
URL:        https://gitweb.gentoo.org/proj/eselect.git/commit/?id=cae12e63

Update NEWS

Signed-off-by: Ulrich Müller <ulm <AT> gentoo.org>

 NEWS | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/NEWS b/NEWS
index 382cc12..f64f210 100644
--- a/NEWS
+++ b/NEWS
@@ -1,6 +1,12 @@
 This file contains a summary of changes in released versions.  Please read the
 ChangeLog file for a more detailed listing of changes/bug fixes.
 
+1.4.22:
+    New features:
+    - Disable colour if NO_COLOR is set in the environment.
+    - Allow to specify modules by an absolute path (bug #901205).
+    - New "update" action in kernel module (bug #901209).
+
 1.4.21:
     Bug fixes:
     - Fixed a byte-compile warning in eselect-mode.


^ permalink raw reply related	[flat|nested] 98+ messages in thread

* [gentoo-commits] proj/eselect:master commit in: /
@ 2023-06-06 18:52 Ulrich Müller
  0 siblings, 0 replies; 98+ messages in thread
From: Ulrich Müller @ 2023-06-06 18:52 UTC (permalink / raw
  To: gentoo-commits

commit:     5cae50348afa7111655857e429c2c1a067cd6c88
Author:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
AuthorDate: Tue Jun  6 18:36:28 2023 +0000
Commit:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
CommitDate: Tue Jun  6 18:36:28 2023 +0000
URL:        https://gitweb.gentoo.org/proj/eselect.git/commit/?id=5cae5034

Update version to 1.4.23

Signed-off-by: Ulrich Müller <ulm <AT> gentoo.org>

 ChangeLog    | 5 +++++
 configure.ac | 2 +-
 2 files changed, 6 insertions(+), 1 deletion(-)

diff --git a/ChangeLog b/ChangeLog
index fe99690..b0ed346 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2023-06-06  Ulrich Müller  <ulm@gentoo.org>
+
+	* configure.ac: Update version to 1.4.23.
+	* Tagged 1.4.23 release.
+
 2023-06-05  Ulrich Müller  <ulm@gentoo.org>
 
 	* bin/eselect.in (PATH): Sanitise, remove Portage's internal

diff --git a/configure.ac b/configure.ac
index 3d5741b..5fbad80 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,4 +1,4 @@
-AC_INIT(eselect, 1.4.22, eselect@gentoo.org, eselect)
+AC_INIT(eselect, 1.4.23, eselect@gentoo.org, eselect)
 AC_PREREQ(2.59)
 AC_CONFIG_SRCDIR(bin/eselect.in)
 AC_CONFIG_AUX_DIR(config)


^ permalink raw reply related	[flat|nested] 98+ messages in thread

* [gentoo-commits] proj/eselect:master commit in: /
@ 2023-06-06 18:52 Ulrich Müller
  0 siblings, 0 replies; 98+ messages in thread
From: Ulrich Müller @ 2023-06-06 18:52 UTC (permalink / raw
  To: gentoo-commits

commit:     11d9c679a5f0877aa8c8d211153cc843495e74b9
Author:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
AuthorDate: Tue Jun  6 18:36:07 2023 +0000
Commit:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
CommitDate: Tue Jun  6 18:36:07 2023 +0000
URL:        https://gitweb.gentoo.org/proj/eselect.git/commit/?id=11d9c679

Update NEWS

Signed-off-by: Ulrich Müller <ulm <AT> gentoo.org>

 NEWS | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/NEWS b/NEWS
index f64f210..82ba396 100644
--- a/NEWS
+++ b/NEWS
@@ -1,6 +1,12 @@
 This file contains a summary of changes in released versions.  Please read the
 ChangeLog file for a more detailed listing of changes/bug fixes.
 
+1.4.23:
+    New features:
+    - Don't autodetect bash and env-update at configure time (bug #905934).
+    - Sanitise PATH, remove Portage's internal ebuild-helpers dir from it.
+    - Add subsection about module testing to developer guide (bug #907844).
+
 1.4.22:
     New features:
     - Disable colour if NO_COLOR is set in the environment.


^ permalink raw reply related	[flat|nested] 98+ messages in thread

* [gentoo-commits] proj/eselect:master commit in: /
@ 2023-06-07  7:29 Ulrich Müller
  0 siblings, 0 replies; 98+ messages in thread
From: Ulrich Müller @ 2023-06-07  7:29 UTC (permalink / raw
  To: gentoo-commits

commit:     90cda551761d10a029d2126ed4de753d9f604489
Author:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
AuthorDate: Wed Jun  7 07:26:03 2023 +0000
Commit:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
CommitDate: Wed Jun  7 07:26:03 2023 +0000
URL:        https://gitweb.gentoo.org/proj/eselect.git/commit/?id=90cda551

Update version to 1.4.24

Signed-off-by: Ulrich Müller <ulm <AT> gentoo.org>

 ChangeLog    | 3 +++
 configure.ac | 2 +-
 2 files changed, 4 insertions(+), 1 deletion(-)

diff --git a/ChangeLog b/ChangeLog
index ef5914e..aba58d1 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
 2023-06-07  Ulrich Müller  <ulm@gentoo.org>
 
+	* configure.ac: Update version to 1.4.24.
+	* Tagged 1.4.24 release.
+
 	* bin/eselect.in (PATH): Don't append a spurious newline.
 
 2023-06-06  Ulrich Müller  <ulm@gentoo.org>

diff --git a/configure.ac b/configure.ac
index 5fbad80..7d4ad6e 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,4 +1,4 @@
-AC_INIT(eselect, 1.4.23, eselect@gentoo.org, eselect)
+AC_INIT(eselect, 1.4.24, eselect@gentoo.org, eselect)
 AC_PREREQ(2.59)
 AC_CONFIG_SRCDIR(bin/eselect.in)
 AC_CONFIG_AUX_DIR(config)


^ permalink raw reply related	[flat|nested] 98+ messages in thread

* [gentoo-commits] proj/eselect:master commit in: /
@ 2023-06-07  7:29 Ulrich Müller
  0 siblings, 0 replies; 98+ messages in thread
From: Ulrich Müller @ 2023-06-07  7:29 UTC (permalink / raw
  To: gentoo-commits

commit:     f6d55a0b76d5aabce25010fffa8e5b70fb84d236
Author:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
AuthorDate: Wed Jun  7 07:24:10 2023 +0000
Commit:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
CommitDate: Wed Jun  7 07:24:10 2023 +0000
URL:        https://gitweb.gentoo.org/proj/eselect.git/commit/?id=f6d55a0b

Update NEWS

Signed-off-by: Ulrich Müller <ulm <AT> gentoo.org>

 NEWS | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/NEWS b/NEWS
index 82ba396..7db32f6 100644
--- a/NEWS
+++ b/NEWS
@@ -1,6 +1,10 @@
 This file contains a summary of changes in released versions.  Please read the
 ChangeLog file for a more detailed listing of changes/bug fixes.
 
+1.4.24:
+    Bug fixes:
+    - Don't append a spurious newline to PATH.
+
 1.4.23:
     New features:
     - Don't autodetect bash and env-update at configure time (bug #905934).


^ permalink raw reply related	[flat|nested] 98+ messages in thread

* [gentoo-commits] proj/eselect:master commit in: /
@ 2023-06-12 16:24 Ulrich Müller
  0 siblings, 0 replies; 98+ messages in thread
From: Ulrich Müller @ 2023-06-12 16:24 UTC (permalink / raw
  To: gentoo-commits

commit:     76d1a10983c076fe4d3af825797ae444f7aefb05
Author:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
AuthorDate: Mon Jun 12 16:03:23 2023 +0000
Commit:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
CommitDate: Mon Jun 12 16:03:23 2023 +0000
URL:        https://gitweb.gentoo.org/proj/eselect.git/commit/?id=76d1a109

Update NEWS

Signed-off-by: Ulrich Müller <ulm <AT> gentoo.org>

 NEWS | 7 +++++++
 1 file changed, 7 insertions(+)

diff --git a/NEWS b/NEWS
index 7db32f6..501858d 100644
--- a/NEWS
+++ b/NEWS
@@ -1,6 +1,13 @@
 This file contains a summary of changes in released versions.  Please read the
 ChangeLog file for a more detailed listing of changes/bug fixes.
 
+1.4.25:
+    Bug fixes:
+    - Fixed bug #908401: More robust file type detection in env module.
+
+    New features:
+    - eselect-mode can update copyright years before writing a file.
+
 1.4.24:
     Bug fixes:
     - Don't append a spurious newline to PATH.


^ permalink raw reply related	[flat|nested] 98+ messages in thread

* [gentoo-commits] proj/eselect:master commit in: /
@ 2023-06-12 16:24 Ulrich Müller
  0 siblings, 0 replies; 98+ messages in thread
From: Ulrich Müller @ 2023-06-12 16:24 UTC (permalink / raw
  To: gentoo-commits

commit:     9fc05b47a0a76cf8a00471ccb66e2455c44d8516
Author:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
AuthorDate: Mon Jun 12 16:03:53 2023 +0000
Commit:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
CommitDate: Mon Jun 12 16:03:53 2023 +0000
URL:        https://gitweb.gentoo.org/proj/eselect.git/commit/?id=9fc05b47

Update version to 1.4.25

Signed-off-by: Ulrich Müller <ulm <AT> gentoo.org>

 ChangeLog    | 3 +++
 configure.ac | 2 +-
 2 files changed, 4 insertions(+), 1 deletion(-)

diff --git a/ChangeLog b/ChangeLog
index 96cee04..65a49f0 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
 2023-06-12  Ulrich Müller  <ulm@gentoo.org>
 
+	* configure.ac: Update version to 1.4.25.
+	* Tagged 1.4.25 release.
+
 	* modules/env.eselect (is_envfile): Make detection of text file
 	more robust. Bug 908401.
 

diff --git a/configure.ac b/configure.ac
index 7d4ad6e..b561481 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,4 +1,4 @@
-AC_INIT(eselect, 1.4.24, eselect@gentoo.org, eselect)
+AC_INIT(eselect, 1.4.25, eselect@gentoo.org, eselect)
 AC_PREREQ(2.59)
 AC_CONFIG_SRCDIR(bin/eselect.in)
 AC_CONFIG_AUX_DIR(config)


^ permalink raw reply related	[flat|nested] 98+ messages in thread

* [gentoo-commits] proj/eselect:master commit in: /
@ 2023-08-09 15:37 Ulrich Müller
  0 siblings, 0 replies; 98+ messages in thread
From: Ulrich Müller @ 2023-08-09 15:37 UTC (permalink / raw
  To: gentoo-commits

commit:     ade79584b8723ad5bd8690f99a1a6f2d9ff0ef52
Author:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
AuthorDate: Wed Aug  9 15:26:21 2023 +0000
Commit:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
CommitDate: Wed Aug  9 15:26:21 2023 +0000
URL:        https://gitweb.gentoo.org/proj/eselect.git/commit/?id=ade79584

Update version to 1.4.26

Signed-off-by: Ulrich Müller <ulm <AT> gentoo.org>

 ChangeLog    | 5 +++++
 configure.ac | 2 +-
 2 files changed, 6 insertions(+), 1 deletion(-)

diff --git a/ChangeLog b/ChangeLog
index aa50140..cce6fb2 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2023-08-09  Ulrich Müller  <ulm@gentoo.org>
+
+	* configure.ac: Update version to 1.4.26.
+	* Tagged 1.4.26 release.
+
 2023-08-07  Ulrich Müller  <ulm@gentoo.org>
 
 	* modules/editor.eselect (EDITOR_LIST):

diff --git a/configure.ac b/configure.ac
index b561481..91912c0 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,4 +1,4 @@
-AC_INIT(eselect, 1.4.25, eselect@gentoo.org, eselect)
+AC_INIT(eselect, 1.4.26, eselect@gentoo.org, eselect)
 AC_PREREQ(2.59)
 AC_CONFIG_SRCDIR(bin/eselect.in)
 AC_CONFIG_AUX_DIR(config)


^ permalink raw reply related	[flat|nested] 98+ messages in thread

* [gentoo-commits] proj/eselect:master commit in: /
@ 2023-08-09 15:37 Ulrich Müller
  0 siblings, 0 replies; 98+ messages in thread
From: Ulrich Müller @ 2023-08-09 15:37 UTC (permalink / raw
  To: gentoo-commits

commit:     f980eea0771c728d69c170ab95a8a376623a4667
Author:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
AuthorDate: Wed Aug  9 15:25:53 2023 +0000
Commit:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
CommitDate: Wed Aug  9 15:25:53 2023 +0000
URL:        https://gitweb.gentoo.org/proj/eselect.git/commit/?id=f980eea0

Update NEWS

Signed-off-by: Ulrich Müller <ulm <AT> gentoo.org>

 NEWS | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/NEWS b/NEWS
index 501858d..3bae57a 100644
--- a/NEWS
+++ b/NEWS
@@ -1,6 +1,10 @@
 This file contains a summary of changes in released versions.  Please read the
 ChangeLog file for a more detailed listing of changes/bug fixes.
 
+1.4.26:
+    New features:
+    - Updated list of editors in editor and visual modules (bug #911792).
+
 1.4.25:
     Bug fixes:
     - Fixed bug #908401: More robust file type detection in env module.


^ permalink raw reply related	[flat|nested] 98+ messages in thread

* [gentoo-commits] proj/eselect:master commit in: /
@ 2023-09-13 18:20 Ulrich Müller
  0 siblings, 0 replies; 98+ messages in thread
From: Ulrich Müller @ 2023-09-13 18:20 UTC (permalink / raw
  To: gentoo-commits

commit:     93d289022f27bde243c5632095f41905c4645ba7
Author:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
AuthorDate: Wed Sep 13 18:11:14 2023 +0000
Commit:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
CommitDate: Wed Sep 13 18:11:14 2023 +0000
URL:        https://gitweb.gentoo.org/proj/eselect.git/commit/?id=93d28902

Update version to 1.4.27

Signed-off-by: Ulrich Müller <ulm <AT> gentoo.org>

 ChangeLog    | 5 +++++
 configure.ac | 2 +-
 2 files changed, 6 insertions(+), 1 deletion(-)

diff --git a/ChangeLog b/ChangeLog
index 71ce655..65307ec 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2023-09-13  Ulrich Müller  <ulm@gentoo.org>
+
+	* configure.ac: Update version to 1.4.27.
+	* Tagged 1.4.27 release.
+
 2023-09-09  Ulrich Müller  <ulm@gentoo.org>
 
 	* modules/profile.eselect (set_symlink): Selecting an experimental

diff --git a/configure.ac b/configure.ac
index 91912c0..a28ff1d 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,4 +1,4 @@
-AC_INIT(eselect, 1.4.26, eselect@gentoo.org, eselect)
+AC_INIT(eselect, 1.4.27, eselect@gentoo.org, eselect)
 AC_PREREQ(2.59)
 AC_CONFIG_SRCDIR(bin/eselect.in)
 AC_CONFIG_AUX_DIR(config)


^ permalink raw reply related	[flat|nested] 98+ messages in thread

* [gentoo-commits] proj/eselect:master commit in: /
@ 2023-09-13 18:20 Ulrich Müller
  0 siblings, 0 replies; 98+ messages in thread
From: Ulrich Müller @ 2023-09-13 18:20 UTC (permalink / raw
  To: gentoo-commits

commit:     077cf083c2512d30f7339a80b91229bf3b673b7e
Author:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
AuthorDate: Wed Sep 13 18:10:49 2023 +0000
Commit:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
CommitDate: Wed Sep 13 18:10:49 2023 +0000
URL:        https://gitweb.gentoo.org/proj/eselect.git/commit/?id=077cf083

Update NEWS

Signed-off-by: Ulrich Müller <ulm <AT> gentoo.org>

 NEWS | 8 ++++++++
 1 file changed, 8 insertions(+)

diff --git a/NEWS b/NEWS
index 3bae57a..801a7a8 100644
--- a/NEWS
+++ b/NEWS
@@ -1,6 +1,14 @@
 This file contains a summary of changes in released versions.  Please read the
 ChangeLog file for a more detailed listing of changes/bug fixes.
 
+1.4.27:
+    Bug fixes:
+    - Fixed bug #913480: Selecting an experimental profile no longer requires
+    the --force option.
+
+    New features:
+    - Lexical binding enabled in eselect-mode.
+
 1.4.26:
     New features:
     - Updated list of editors in editor and visual modules (bug #911792).


^ permalink raw reply related	[flat|nested] 98+ messages in thread

end of thread, other threads:[~2023-09-13 18:20 UTC | newest]

Thread overview: 98+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-01-19  3:54 [gentoo-commits] proj/eselect:master commit in: / Ulrich Müller
  -- strict thread matches above, loose matches on Subject: below --
2023-09-13 18:20 Ulrich Müller
2023-09-13 18:20 Ulrich Müller
2023-08-09 15:37 Ulrich Müller
2023-08-09 15:37 Ulrich Müller
2023-06-12 16:24 Ulrich Müller
2023-06-12 16:24 Ulrich Müller
2023-06-07  7:29 Ulrich Müller
2023-06-07  7:29 Ulrich Müller
2023-06-06 18:52 Ulrich Müller
2023-06-06 18:52 Ulrich Müller
2023-03-20 17:25 Ulrich Müller
2023-03-20 17:25 Ulrich Müller
2023-03-15 11:04 Ulrich Müller
2023-02-27 17:40 Ulrich Müller
2022-01-19  3:54 Ulrich Müller
2022-01-08 17:14 Ulrich Müller
2022-01-08 17:14 Ulrich Müller
2021-12-28  9:41 Ulrich Müller
2021-12-28  9:41 Ulrich Müller
2021-02-19 13:33 Ulrich Müller
2020-12-16 12:49 Ulrich Müller
2020-12-16 12:49 Ulrich Müller
2019-11-28 19:23 Ulrich Müller
2019-11-28 19:23 Ulrich Müller
2019-11-28 13:41 Ulrich Müller
2019-11-28 13:41 Ulrich Müller
2019-09-04 10:40 Ulrich Müller
2019-09-04 10:40 Ulrich Müller
2019-09-04 10:40 Ulrich Müller
2019-09-02 11:28 Ulrich Müller
2019-09-02 10:39 Ulrich Müller
2019-02-17  7:52 Ulrich Müller
2019-02-17  7:52 Ulrich Müller
2018-05-30 16:01 Ulrich Müller
2018-05-30 16:01 Ulrich Müller
2018-01-24 10:03 Ulrich Müller
2018-01-24 10:03 Ulrich Müller
2018-01-09  9:08 Ulrich Müller
2018-01-09  9:08 Ulrich Müller
2017-12-25 11:00 Ulrich Müller
2017-12-25 11:00 Ulrich Müller
2017-12-25 11:00 Ulrich Müller
2017-09-17 21:41 Ulrich Müller
2017-03-22  5:26 Ulrich Müller
2017-03-22  5:26 Ulrich Müller
2016-12-10  9:33 Ulrich Müller
2016-12-10  9:33 Ulrich Müller
2016-10-30  9:17 Ulrich Müller
2016-10-30  9:17 Ulrich Müller
2016-06-17 18:42 Ulrich Müller
2016-06-17 18:42 Ulrich Müller
2016-06-01 19:50 Ulrich Müller
2015-08-22 14:49 Ulrich Müller
2015-08-13 10:07 Ulrich Müller
2015-08-13 10:07 Ulrich Müller
2015-08-13 10:07 Ulrich Müller
2015-01-24 12:27 Ulrich Müller
2015-01-24 12:27 Ulrich Müller
2015-01-24 12:27 Ulrich Müller
2015-01-17 23:52 Ulrich Müller
2014-09-01 16:55 Ulrich Müller
2014-09-01 16:55 Ulrich Müller
2014-05-24 17:51 Ulrich Müller
2014-05-24 17:51 Ulrich Müller
2014-05-20  8:03 Ulrich Müller
2014-05-20  7:46 Ulrich Müller
2014-05-20  6:53 Ulrich Müller
2014-03-20 14:15 Ulrich Müller
2014-03-20 14:15 Ulrich Müller
2014-02-15  0:00 Ulrich Müller
2014-02-15  0:00 Ulrich Müller
2013-12-07 13:28 Ulrich Müller
2013-10-27 18:40 Ulrich Müller
2013-10-27 14:51 Ulrich Müller
2013-08-28  6:11 Ulrich Mueller
2013-08-28  6:11 Ulrich Mueller
2013-08-28  6:11 Ulrich Mueller
2013-08-08 20:59 Ulrich Mueller
2013-07-16 16:08 Ulrich Mueller
2013-07-16 16:08 Ulrich Mueller
2013-07-14  8:19 Ulrich Mueller
2013-07-11  6:14 Ulrich Mueller
2013-07-06 13:17 Ulrich Mueller
2013-07-06 13:17 Ulrich Mueller
2013-06-22 15:58 Ulrich Mueller
2013-06-22 15:58 Ulrich Mueller
2013-01-06 19:09 Ulrich Mueller
2013-01-05 15:35 Ulrich Mueller
2012-10-23  8:40 Ulrich Mueller
2012-10-23  8:40 Ulrich Mueller
2012-10-13  9:16 Ulrich Mueller
2012-10-13  9:16 Ulrich Mueller
2012-10-13  9:16 Ulrich Mueller
2012-09-14 22:41 Ulrich Mueller
2012-09-13 17:11 Ulrich Mueller
2012-09-12 22:09 Ulrich Mueller
2012-06-27 17:07 Ulrich Mueller

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox