* [gentoo-commits] gentoo-x86 commit in app-shells/bash-completion: ChangeLog bash-completion-2.1-r1.ebuild
@ 2013-07-16 0:13 Samuli Suominen (ssuominen)
0 siblings, 0 replies; 6+ messages in thread
From: Samuli Suominen (ssuominen) @ 2013-07-16 0:13 UTC (permalink / raw
To: gentoo-commits
ssuominen 13/07/16 00:13:33
Modified: ChangeLog
Added: bash-completion-2.1-r1.ebuild
Log:
Migrate to upstream build system and directory structure wrt #472938
(Portage version: 2.2.0_alpha188/cvs/Linux x86_64, signed Manifest commit with key 4868F14D)
Revision Changes Path
1.252 app-shells/bash-completion/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-shells/bash-completion/ChangeLog?rev=1.252&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-shells/bash-completion/ChangeLog?rev=1.252&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-shells/bash-completion/ChangeLog?r1=1.251&r2=1.252
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-shells/bash-completion/ChangeLog,v
retrieving revision 1.251
retrieving revision 1.252
diff -u -r1.251 -r1.252
--- ChangeLog 17 Jun 2013 13:37:55 -0000 1.251
+++ ChangeLog 16 Jul 2013 00:13:33 -0000 1.252
@@ -1,6 +1,12 @@
# ChangeLog for app-shells/bash-completion
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-shells/bash-completion/ChangeLog,v 1.251 2013/06/17 13:37:55 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-shells/bash-completion/ChangeLog,v 1.252 2013/07/16 00:13:33 ssuominen Exp $
+
+*bash-completion-2.1-r1 (16 Jul 2013)
+
+ 16 Jul 2013; Samuli Suominen <ssuominen@gentoo.org>
+ +bash-completion-2.1-r1.ebuild:
+ Migrate to upstream build system and directory structure wrt #472938
17 Jun 2013; Jeroen Roovers <jer@gentoo.org> bash-completion-2.1.ebuild:
Remove nmcli completion (bug #472844).
1.1 app-shells/bash-completion/bash-completion-2.1-r1.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-shells/bash-completion/bash-completion-2.1-r1.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-shells/bash-completion/bash-completion-2.1-r1.ebuild?rev=1.1&content-type=text/plain
Index: bash-completion-2.1-r1.ebuild
===================================================================
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-shells/bash-completion/bash-completion-2.1-r1.ebuild,v 1.1 2013/07/16 00:13:33 ssuominen Exp $
EAPI=5
DESCRIPTION="Programmable Completion for bash"
HOMEPAGE="http://bash-completion.alioth.debian.org/"
SRC_URI="http://bash-completion.alioth.debian.org/files/${P}.tar.bz2"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~x86-interix ~amd64-linux ~ia64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris"
IUSE=""
RDEPEND="|| ( >=app-shells/bash-4.1 app-shells/zsh )
sys-apps/miscfiles
!<app-shells/gentoo-bashcomp-20130101" #472938#c1
src_install() {
default
# use the copies from >=sys-apps/util-linux-2.23 wrt #468544 -> hd and ncal
# becomes dead symlinks as a result
local file
for file in cal dmesg eject hd hexdump hwclock ionice look ncal renice rtcwake; do
rm -f "${ED}"/usr/share/bash-completion/completions/${file}
done
# use the copy from app-editors/vim-core:
rm -f "${ED}"/usr/share/bash-completion/completions/xxd
# use the copy from net-misc/networkmanager:
rm -f "${ED}"/usr/share/bash-completion/completions/nmcli
dodoc AUTHORS CHANGES README
}
pkg_postinst() {
if has_version 'app-shells/zsh'; then
elog "If you are interested in using the provided bash completion functions with"
elog "zsh, valuable tips on the effective use of bashcompinit are available:"
elog " http://www.zsh.org/mla/workers/2003/msg00046.html"
elog
fi
}
^ permalink raw reply [flat|nested] 6+ messages in thread
* [gentoo-commits] gentoo-x86 commit in app-shells/bash-completion: ChangeLog bash-completion-2.1-r1.ebuild
@ 2013-07-16 0:51 Samuli Suominen (ssuominen)
0 siblings, 0 replies; 6+ messages in thread
From: Samuli Suominen (ssuominen) @ 2013-07-16 0:51 UTC (permalink / raw
To: gentoo-commits
ssuominen 13/07/16 00:51:20
Modified: ChangeLog bash-completion-2.1-r1.ebuild
Log:
Post installation message about non-login shells wrt #472938#c4 by Alexander Tsoy
(Portage version: 2.2.0_alpha188/cvs/Linux x86_64, signed Manifest commit with key 4868F14D)
Revision Changes Path
1.253 app-shells/bash-completion/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-shells/bash-completion/ChangeLog?rev=1.253&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-shells/bash-completion/ChangeLog?rev=1.253&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-shells/bash-completion/ChangeLog?r1=1.252&r2=1.253
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-shells/bash-completion/ChangeLog,v
retrieving revision 1.252
retrieving revision 1.253
diff -u -r1.252 -r1.253
--- ChangeLog 16 Jul 2013 00:13:33 -0000 1.252
+++ ChangeLog 16 Jul 2013 00:51:20 -0000 1.253
@@ -1,6 +1,11 @@
# ChangeLog for app-shells/bash-completion
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-shells/bash-completion/ChangeLog,v 1.252 2013/07/16 00:13:33 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-shells/bash-completion/ChangeLog,v 1.253 2013/07/16 00:51:20 ssuominen Exp $
+
+ 16 Jul 2013; Samuli Suominen <ssuominen@gentoo.org>
+ bash-completion-2.1-r1.ebuild:
+ Post installation message about non-login shells wrt #472938#c4 by Alexander
+ Tsoy
*bash-completion-2.1-r1 (16 Jul 2013)
1.2 app-shells/bash-completion/bash-completion-2.1-r1.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-shells/bash-completion/bash-completion-2.1-r1.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-shells/bash-completion/bash-completion-2.1-r1.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-shells/bash-completion/bash-completion-2.1-r1.ebuild?r1=1.1&r2=1.2
Index: bash-completion-2.1-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-shells/bash-completion/bash-completion-2.1-r1.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- bash-completion-2.1-r1.ebuild 16 Jul 2013 00:13:33 -0000 1.1
+++ bash-completion-2.1-r1.ebuild 16 Jul 2013 00:51:20 -0000 1.2
@@ -1,6 +1,6 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-shells/bash-completion/bash-completion-2.1-r1.ebuild,v 1.1 2013/07/16 00:13:33 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-shells/bash-completion/bash-completion-2.1-r1.ebuild,v 1.2 2013/07/16 00:51:20 ssuominen Exp $
EAPI=5
@@ -37,7 +37,13 @@
}
pkg_postinst() {
+ if [[ -z ${REPLACING_VERSIONS} ]]; then
+ elog "If you use non-login shells you still need to source"
+ elog "/usr/share/bash-completion/bash_completion in your ~/.bashrc."
+ fi
+
if has_version 'app-shells/zsh'; then
+ elog
elog "If you are interested in using the provided bash completion functions with"
elog "zsh, valuable tips on the effective use of bashcompinit are available:"
elog " http://www.zsh.org/mla/workers/2003/msg00046.html"
^ permalink raw reply [flat|nested] 6+ messages in thread
* [gentoo-commits] gentoo-x86 commit in app-shells/bash-completion: ChangeLog bash-completion-2.1-r1.ebuild
@ 2013-07-16 1:03 Samuli Suominen (ssuominen)
0 siblings, 0 replies; 6+ messages in thread
From: Samuli Suominen (ssuominen) @ 2013-07-16 1:03 UTC (permalink / raw
To: gentoo-commits
ssuominen 13/07/16 01:03:32
Modified: ChangeLog bash-completion-2.1-r1.ebuild
Log:
Post installation warning about re-emerging packages for, to name one, the completions/ sub directory change.
(Portage version: 2.2.0_alpha188/cvs/Linux x86_64, signed Manifest commit with key 4868F14D)
Revision Changes Path
1.254 app-shells/bash-completion/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-shells/bash-completion/ChangeLog?rev=1.254&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-shells/bash-completion/ChangeLog?rev=1.254&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-shells/bash-completion/ChangeLog?r1=1.253&r2=1.254
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-shells/bash-completion/ChangeLog,v
retrieving revision 1.253
retrieving revision 1.254
diff -u -r1.253 -r1.254
--- ChangeLog 16 Jul 2013 00:51:20 -0000 1.253
+++ ChangeLog 16 Jul 2013 01:03:32 -0000 1.254
@@ -1,6 +1,11 @@
# ChangeLog for app-shells/bash-completion
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-shells/bash-completion/ChangeLog,v 1.253 2013/07/16 00:51:20 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-shells/bash-completion/ChangeLog,v 1.254 2013/07/16 01:03:32 ssuominen Exp $
+
+ 16 Jul 2013; Samuli Suominen <ssuominen@gentoo.org>
+ bash-completion-2.1-r1.ebuild:
+ Post installation warning about re-emerging packages for, to name one, the
+ completions/ sub directory change.
16 Jul 2013; Samuli Suominen <ssuominen@gentoo.org>
bash-completion-2.1-r1.ebuild:
1.3 app-shells/bash-completion/bash-completion-2.1-r1.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-shells/bash-completion/bash-completion-2.1-r1.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-shells/bash-completion/bash-completion-2.1-r1.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-shells/bash-completion/bash-completion-2.1-r1.ebuild?r1=1.2&r2=1.3
Index: bash-completion-2.1-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-shells/bash-completion/bash-completion-2.1-r1.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- bash-completion-2.1-r1.ebuild 16 Jul 2013 00:51:20 -0000 1.2
+++ bash-completion-2.1-r1.ebuild 16 Jul 2013 01:03:32 -0000 1.3
@@ -1,6 +1,6 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-shells/bash-completion/bash-completion-2.1-r1.ebuild,v 1.2 2013/07/16 00:51:20 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-shells/bash-completion/bash-completion-2.1-r1.ebuild,v 1.3 2013/07/16 01:03:32 ssuominen Exp $
EAPI=5
@@ -40,6 +40,14 @@
if [[ -z ${REPLACING_VERSIONS} ]]; then
elog "If you use non-login shells you still need to source"
elog "/usr/share/bash-completion/bash_completion in your ~/.bashrc."
+ else
+ ewarn "Please re-emerge all packages on your system which install"
+ ewarn "completions and helpers in /usr/share/bash-completion."
+ ewarn "They should now be in their own sub directories."
+ ewarn
+ ewarn "One way to do this is to run the following command:"
+ ewarn "emerge -av1 \$(qfile -q -S -C /usr/share/bash-completion)"
+ ewarn "Note that qfile can be found in app-portage/portage-utils"
fi
if has_version 'app-shells/zsh'; then
^ permalink raw reply [flat|nested] 6+ messages in thread
* [gentoo-commits] gentoo-x86 commit in app-shells/bash-completion: ChangeLog bash-completion-2.1-r1.ebuild
@ 2013-07-16 1:26 Samuli Suominen (ssuominen)
0 siblings, 0 replies; 6+ messages in thread
From: Samuli Suominen (ssuominen) @ 2013-07-16 1:26 UTC (permalink / raw
To: gentoo-commits
ssuominen 13/07/16 01:26:22
Modified: ChangeLog bash-completion-2.1-r1.ebuild
Log:
more postinst message changes
(Portage version: 2.2.0_alpha188/cvs/Linux x86_64, signed Manifest commit with key 4868F14D)
Revision Changes Path
1.255 app-shells/bash-completion/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-shells/bash-completion/ChangeLog?rev=1.255&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-shells/bash-completion/ChangeLog?rev=1.255&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-shells/bash-completion/ChangeLog?r1=1.254&r2=1.255
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-shells/bash-completion/ChangeLog,v
retrieving revision 1.254
retrieving revision 1.255
diff -u -r1.254 -r1.255
--- ChangeLog 16 Jul 2013 01:03:32 -0000 1.254
+++ ChangeLog 16 Jul 2013 01:26:22 -0000 1.255
@@ -1,11 +1,11 @@
# ChangeLog for app-shells/bash-completion
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-shells/bash-completion/ChangeLog,v 1.254 2013/07/16 01:03:32 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-shells/bash-completion/ChangeLog,v 1.255 2013/07/16 01:26:22 ssuominen Exp $
16 Jul 2013; Samuli Suominen <ssuominen@gentoo.org>
bash-completion-2.1-r1.ebuild:
- Post installation warning about re-emerging packages for, to name one, the
- completions/ sub directory change.
+ Post installation warning about re-emerging packages for the completions/
+ sub directory change.
16 Jul 2013; Samuli Suominen <ssuominen@gentoo.org>
bash-completion-2.1-r1.ebuild:
1.4 app-shells/bash-completion/bash-completion-2.1-r1.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-shells/bash-completion/bash-completion-2.1-r1.ebuild?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-shells/bash-completion/bash-completion-2.1-r1.ebuild?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-shells/bash-completion/bash-completion-2.1-r1.ebuild?r1=1.3&r2=1.4
Index: bash-completion-2.1-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-shells/bash-completion/bash-completion-2.1-r1.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- bash-completion-2.1-r1.ebuild 16 Jul 2013 01:03:32 -0000 1.3
+++ bash-completion-2.1-r1.ebuild 16 Jul 2013 01:26:22 -0000 1.4
@@ -1,6 +1,6 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-shells/bash-completion/bash-completion-2.1-r1.ebuild,v 1.3 2013/07/16 01:03:32 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-shells/bash-completion/bash-completion-2.1-r1.ebuild,v 1.4 2013/07/16 01:26:22 ssuominen Exp $
EAPI=5
@@ -42,8 +42,8 @@
elog "/usr/share/bash-completion/bash_completion in your ~/.bashrc."
else
ewarn "Please re-emerge all packages on your system which install"
- ewarn "completions and helpers in /usr/share/bash-completion."
- ewarn "They should now be in their own sub directories."
+ ewarn "completions in /usr/share/bash-completion."
+ ewarn "They should now be in their own completions/ sub directory."
ewarn
ewarn "One way to do this is to run the following command:"
ewarn "emerge -av1 \$(qfile -q -S -C /usr/share/bash-completion)"
^ permalink raw reply [flat|nested] 6+ messages in thread
* [gentoo-commits] gentoo-x86 commit in app-shells/bash-completion: ChangeLog bash-completion-2.1-r1.ebuild
@ 2013-07-16 14:44 Samuli Suominen (ssuominen)
0 siblings, 0 replies; 6+ messages in thread
From: Samuli Suominen (ssuominen) @ 2013-07-16 14:44 UTC (permalink / raw
To: gentoo-commits
ssuominen 13/07/16 14:44:56
Modified: ChangeLog bash-completion-2.1-r1.ebuild
Log:
Remove the bashcomp blocker and let the broken files be for now
(Portage version: 2.2.0_alpha188/cvs/Linux x86_64, signed Manifest commit with key 4868F14D)
Revision Changes Path
1.256 app-shells/bash-completion/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-shells/bash-completion/ChangeLog?rev=1.256&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-shells/bash-completion/ChangeLog?rev=1.256&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-shells/bash-completion/ChangeLog?r1=1.255&r2=1.256
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-shells/bash-completion/ChangeLog,v
retrieving revision 1.255
retrieving revision 1.256
diff -u -r1.255 -r1.256
--- ChangeLog 16 Jul 2013 01:26:22 -0000 1.255
+++ ChangeLog 16 Jul 2013 14:44:56 -0000 1.256
@@ -1,6 +1,10 @@
# ChangeLog for app-shells/bash-completion
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-shells/bash-completion/ChangeLog,v 1.255 2013/07/16 01:26:22 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-shells/bash-completion/ChangeLog,v 1.256 2013/07/16 14:44:56 ssuominen Exp $
+
+ 16 Jul 2013; Samuli Suominen <ssuominen@gentoo.org>
+ bash-completion-2.1-r1.ebuild:
+ Remove the bashcomp blocker and let the broken files be for now
16 Jul 2013; Samuli Suominen <ssuominen@gentoo.org>
bash-completion-2.1-r1.ebuild:
1.5 app-shells/bash-completion/bash-completion-2.1-r1.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-shells/bash-completion/bash-completion-2.1-r1.ebuild?rev=1.5&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-shells/bash-completion/bash-completion-2.1-r1.ebuild?rev=1.5&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-shells/bash-completion/bash-completion-2.1-r1.ebuild?r1=1.4&r2=1.5
Index: bash-completion-2.1-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-shells/bash-completion/bash-completion-2.1-r1.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- bash-completion-2.1-r1.ebuild 16 Jul 2013 01:26:22 -0000 1.4
+++ bash-completion-2.1-r1.ebuild 16 Jul 2013 14:44:56 -0000 1.5
@@ -1,6 +1,6 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-shells/bash-completion/bash-completion-2.1-r1.ebuild,v 1.4 2013/07/16 01:26:22 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-shells/bash-completion/bash-completion-2.1-r1.ebuild,v 1.5 2013/07/16 14:44:56 ssuominen Exp $
EAPI=5
@@ -14,8 +14,7 @@
IUSE=""
RDEPEND="|| ( >=app-shells/bash-4.1 app-shells/zsh )
- sys-apps/miscfiles
- !<app-shells/gentoo-bashcomp-20130101" #472938#c1
+ sys-apps/miscfiles"
src_install() {
default
^ permalink raw reply [flat|nested] 6+ messages in thread
* [gentoo-commits] gentoo-x86 commit in app-shells/bash-completion: ChangeLog bash-completion-2.1-r1.ebuild
@ 2014-01-22 19:27 Samuli Suominen (ssuominen)
0 siblings, 0 replies; 6+ messages in thread
From: Samuli Suominen (ssuominen) @ 2014-01-22 19:27 UTC (permalink / raw
To: gentoo-commits
ssuominen 14/01/22 19:27:19
Modified: ChangeLog
Removed: bash-completion-2.1-r1.ebuild
Log:
Remove -r1 for now (and work on it in overlay)
(Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key 4868F14D)
Revision Changes Path
1.261 app-shells/bash-completion/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-shells/bash-completion/ChangeLog?rev=1.261&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-shells/bash-completion/ChangeLog?rev=1.261&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-shells/bash-completion/ChangeLog?r1=1.260&r2=1.261
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-shells/bash-completion/ChangeLog,v
retrieving revision 1.260
retrieving revision 1.261
diff -u -r1.260 -r1.261
--- ChangeLog 19 Jan 2014 10:12:43 -0000 1.260
+++ ChangeLog 22 Jan 2014 19:27:19 -0000 1.261
@@ -1,6 +1,10 @@
# ChangeLog for app-shells/bash-completion
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-shells/bash-completion/ChangeLog,v 1.260 2014/01/19 10:12:43 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-shells/bash-completion/ChangeLog,v 1.261 2014/01/22 19:27:19 ssuominen Exp $
+
+ 22 Jan 2014; Samuli Suominen <ssuominen@gentoo.org>
+ -bash-completion-2.1-r1.ebuild:
+ Remove -r1 for now (and work on it in overlay)
19 Jan 2014; Mike Frysinger <vapier@gentoo.org> bash-completion-1.3-r2.ebuild,
bash-completion-2.1-r1.ebuild, bash-completion-2.1.ebuild:
^ permalink raw reply [flat|nested] 6+ messages in thread
end of thread, other threads:[~2014-01-22 19:27 UTC | newest]
Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-07-16 14:44 [gentoo-commits] gentoo-x86 commit in app-shells/bash-completion: ChangeLog bash-completion-2.1-r1.ebuild Samuli Suominen (ssuominen)
-- strict thread matches above, loose matches on Subject: below --
2014-01-22 19:27 Samuli Suominen (ssuominen)
2013-07-16 1:26 Samuli Suominen (ssuominen)
2013-07-16 1:03 Samuli Suominen (ssuominen)
2013-07-16 0:51 Samuli Suominen (ssuominen)
2013-07-16 0:13 Samuli Suominen (ssuominen)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox