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.48-no-graphviz.patch
Date: Tue, 24 Feb 2009 18:56:53
Message-Id: E1Lc2ST-0006wr-LH@stork.gentoo.org
1 mpagano 09/02/24 18:56:45
2
3 Added: quilt-0.48-no-graphviz.patch
4 Log:
5 Version bump
6 (Portage version: 2.2_rc23/cvs/Linux i686)
7
8 Revision Changes Path
9 1.1 dev-util/quilt/files/quilt-0.48-no-graphviz.patch
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/quilt/files/quilt-0.48-no-graphviz.patch?rev=1.1&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/quilt/files/quilt-0.48-no-graphviz.patch?rev=1.1&content-type=text/plain
13
14 Index: quilt-0.48-no-graphviz.patch
15 ===================================================================
16 --- Makefile.in.orig 2009-02-24 13:49:47.000000000 -0500
17 +++ Makefile.in 2009-02-24 13:50:21.000000000 -0500
18 @@ -82,8 +82,7 @@ QUILT := $(QUILT_IN)
19 SRC += $(QUILT_SRC:%=quilt/%)
20 DIRT += $(QUILT_IN:%=quilt/%)
21
22 -SCRIPTS_IN := patchfns parse-patch inspect dependency-graph edmail \
23 - remove-trailing-ws
24 +SCRIPTS_IN := patchfns parse-patch inspect edmail remove-trailing-ws
25
26 SCRIPTS_SRC := $(SCRIPTS_IN:%=%.in)
27 SCRIPTS := $(SCRIPTS_IN)
28 --- bash_completion.orig 2009-02-24 13:49:52.000000000 -0500
29 +++ bash_completion 2009-02-24 13:50:46.000000000 -0500
30 @@ -189,19 +189,6 @@ _quilt_completion()
31 ;;
32 esac
33 ;;
34 - graph)
35 - case $prev in
36 - -T)
37 - COMPREPLY=( $( compgen -W "ps" -- $cur ) )
38 - ;;
39 - --edge-labels)
40 - COMPREPLY=( $( compgen -W "files" -- $cur ) )
41 - ;;
42 - *)
43 - COMPREPLY=( $( compgen -W "-T -h --all --reduce --lines --edge-labels $(quilt applied)" -- $cur ) )
44 - ;;
45 - esac
46 - ;;
47 grep)
48 _longopt grep
49 COMPREPLY=( ${COMPREPLY[@]:-} $( compgen -W "-h" -- $cur ) )