Gentoo Archives: gentoo-commits

From: "Ulrich Mueller (ulm)" <ulm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in app-shells/bash-completion: ChangeLog bash-completion-1.3-r2.ebuild bash-completion-2.1.ebuild
Date: Wed, 28 Aug 2013 08:38:17
Message-Id: 20130828083808.C973E2004C@flycatcher.gentoo.org
1 ulm 13/08/28 08:38:08
2
3 Modified: ChangeLog bash-completion-1.3-r2.ebuild
4 bash-completion-2.1.ebuild
5 Log:
6 Add app-admin/eselect-bashcomp as alternative dependency for providing the bashcomp.eselect module, as discussed with ssuominen.
7
8 (Portage version: 2.2.1/cvs/Linux x86_64, signed Manifest commit with key 9433907D693FB5B8!)
9
10 Revision Changes Path
11 1.259 app-shells/bash-completion/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-shells/bash-completion/ChangeLog?rev=1.259&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-shells/bash-completion/ChangeLog?rev=1.259&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-shells/bash-completion/ChangeLog?r1=1.258&r2=1.259
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/app-shells/bash-completion/ChangeLog,v
20 retrieving revision 1.258
21 retrieving revision 1.259
22 diff -u -r1.258 -r1.259
23 --- ChangeLog 25 Aug 2013 17:05:36 -0000 1.258
24 +++ ChangeLog 28 Aug 2013 08:38:08 -0000 1.259
25 @@ -1,6 +1,11 @@
26 # ChangeLog for app-shells/bash-completion
27 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/app-shells/bash-completion/ChangeLog,v 1.258 2013/08/25 17:05:36 ssuominen Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/app-shells/bash-completion/ChangeLog,v 1.259 2013/08/28 08:38:08 ulm Exp $
30 +
31 + 28 Aug 2013; Ulrich Müller <ulm@g.o> bash-completion-1.3-r2.ebuild,
32 + bash-completion-2.1.ebuild:
33 + Add app-admin/eselect-bashcomp as alternative dependency for providing the
34 + bashcomp.eselect module, as discussed with ssuominen.
35
36 25 Aug 2013; Samuli Suominen <ssuominen@g.o>
37 bash-completion-2.1-r1.ebuild:
38
39
40
41 1.14 app-shells/bash-completion/bash-completion-1.3-r2.ebuild
42
43 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-shells/bash-completion/bash-completion-1.3-r2.ebuild?rev=1.14&view=markup
44 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-shells/bash-completion/bash-completion-1.3-r2.ebuild?rev=1.14&content-type=text/plain
45 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-shells/bash-completion/bash-completion-1.3-r2.ebuild?r1=1.13&r2=1.14
46
47 Index: bash-completion-1.3-r2.ebuild
48 ===================================================================
49 RCS file: /var/cvsroot/gentoo-x86/app-shells/bash-completion/bash-completion-1.3-r2.ebuild,v
50 retrieving revision 1.13
51 retrieving revision 1.14
52 diff -u -r1.13 -r1.14
53 --- bash-completion-1.3-r2.ebuild 24 Aug 2013 21:49:40 -0000 1.13
54 +++ bash-completion-1.3-r2.ebuild 28 Aug 2013 08:38:08 -0000 1.14
55 @@ -1,6 +1,6 @@
56 # Copyright 1999-2013 Gentoo Foundation
57 # Distributed under the terms of the GNU General Public License v2
58 -# $Header: /var/cvsroot/gentoo-x86/app-shells/bash-completion/bash-completion-1.3-r2.ebuild,v 1.13 2013/08/24 21:49:40 ulm Exp $
59 +# $Header: /var/cvsroot/gentoo-x86/app-shells/bash-completion/bash-completion-1.3-r2.ebuild,v 1.14 2013/08/28 08:38:08 ulm Exp $
60
61 EAPI=3
62 inherit prefix
63 @@ -15,7 +15,7 @@
64 IUSE=""
65
66 DEPEND=""
67 -RDEPEND="<app-admin/eselect-1.3.7
68 +RDEPEND="|| ( app-admin/eselect-bashcomp <app-admin/eselect-1.3.7 )
69 || ( >=app-shells/bash-3.2 app-shells/zsh )
70 sys-apps/miscfiles"
71 PDEPEND="app-shells/gentoo-bashcomp"
72
73
74
75 1.5 app-shells/bash-completion/bash-completion-2.1.ebuild
76
77 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-shells/bash-completion/bash-completion-2.1.ebuild?rev=1.5&view=markup
78 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-shells/bash-completion/bash-completion-2.1.ebuild?rev=1.5&content-type=text/plain
79 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-shells/bash-completion/bash-completion-2.1.ebuild?r1=1.4&r2=1.5
80
81 Index: bash-completion-2.1.ebuild
82 ===================================================================
83 RCS file: /var/cvsroot/gentoo-x86/app-shells/bash-completion/bash-completion-2.1.ebuild,v
84 retrieving revision 1.4
85 retrieving revision 1.5
86 diff -u -r1.4 -r1.5
87 --- bash-completion-2.1.ebuild 24 Aug 2013 21:49:40 -0000 1.4
88 +++ bash-completion-2.1.ebuild 28 Aug 2013 08:38:08 -0000 1.5
89 @@ -1,6 +1,6 @@
90 # Copyright 1999-2013 Gentoo Foundation
91 # Distributed under the terms of the GNU General Public License v2
92 -# $Header: /var/cvsroot/gentoo-x86/app-shells/bash-completion/bash-completion-2.1.ebuild,v 1.4 2013/08/24 21:49:40 ulm Exp $
93 +# $Header: /var/cvsroot/gentoo-x86/app-shells/bash-completion/bash-completion-2.1.ebuild,v 1.5 2013/08/28 08:38:08 ulm Exp $
94
95 EAPI=5
96 inherit prefix
97 @@ -14,7 +14,7 @@
98 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"
99 IUSE=""
100
101 -RDEPEND="<app-admin/eselect-1.3.7
102 +RDEPEND="|| ( app-admin/eselect-bashcomp <app-admin/eselect-1.3.7 )
103 || ( >=app-shells/bash-3.2 app-shells/zsh )
104 sys-apps/miscfiles"
105 PDEPEND="app-shells/gentoo-bashcomp"