Gentoo Archives: gentoo-commits

From: "Mike Pagano (mpagano)" <mpagano@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-util/quilt/files: quilt-0.50-no-graphviz.patch
Date: Thu, 29 Dec 2011 23:01:02
Message-Id: 20111229230052.9F6712004C@flycatcher.gentoo.org
1 mpagano 11/12/29 23:00:52
2
3 Added: quilt-0.50-no-graphviz.patch
4 Log:
5 Version bump. bug #396323. Thanks to Marco Paolone.
6
7 (Portage version: 2.2.0_alpha84/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.1 dev-util/quilt/files/quilt-0.50-no-graphviz.patch
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/quilt/files/quilt-0.50-no-graphviz.patch?rev=1.1&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/quilt/files/quilt-0.50-no-graphviz.patch?rev=1.1&content-type=text/plain
14
15 Index: quilt-0.50-no-graphviz.patch
16 ===================================================================
17 Index: b/Makefile.in
18 ===================================================================
19 --- a/Makefile.in
20 +++ b/Makefile.in
21 @@ -82,8 +82,7 @@ QUILT := $(QUILT_IN)
22 SRC += $(QUILT_SRC:%=quilt/%)
23 DIRT += $(QUILT_IN:%=quilt/%)
24
25 -SCRIPTS_IN := patchfns parse-patch inspect dependency-graph edmail \
26 - remove-trailing-ws
27 +SCRIPTS_IN := patchfns parse-patch inspect edmail remove-trailing-ws
28
29 SCRIPTS_SRC := $(SCRIPTS_IN:%=%.in)
30 SCRIPTS := $(SCRIPTS_IN)
31 Index: b/bash_completion
32 ===================================================================
33 --- a/bash_completion
34 +++ b/bash_completion
35 @@ -95,7 +95,7 @@ _quilt_completion()
36 prev=${COMP_WORDS[COMP_CWORD-1]}
37
38 # quilt sub commands
39 - cmds='add annotate applied delete diff edit files fold fork graph \
40 + cmds='add annotate applied delete diff edit files fold fork \
41 grep header import mail new next patches pop previous push refresh \
42 remove rename revert series setup snapshot top unapplied'
43
44 @@ -189,19 +189,6 @@ _quilt_completion()
45 ;;
46 esac
47 ;;
48 - graph)
49 - case $prev in
50 - -T)
51 - COMPREPLY=( $( compgen -W "ps" -- $cur ) )
52 - ;;
53 - --edge-labels)
54 - COMPREPLY=( $( compgen -W "files" -- $cur ) )
55 - ;;
56 - *)
57 - COMPREPLY=( $( compgen -W "-T -h --all --reduce --lines --edge-labels $(quilt applied 2>/dev/null)" -- $cur ) )
58 - ;;
59 - esac
60 - ;;
61 grep)
62 _longopt grep
63 COMPREPLY=( ${COMPREPLY[@]:-} $( compgen -W "-h" -- $cur ) )