summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Pagano <mpagano@gentoo.org>2008-11-17 20:08:58 +0000
committerMike Pagano <mpagano@gentoo.org>2008-11-17 20:08:58 +0000
commit950ce164aa782ee7bb4b97a1d83bb3554a112019 (patch)
tree10040d77dcaf5cb06bac325513b1d1aee251ab97 /dev-util/quilt
parentFix patch to apply. (diff)
downloadgentoo-2-950ce164aa782ee7bb4b97a1d83bb3554a112019.tar.gz
gentoo-2-950ce164aa782ee7bb4b97a1d83bb3554a112019.tar.bz2
gentoo-2-950ce164aa782ee7bb4b97a1d83bb3554a112019.zip
Adding missing no-graphviz patch for version 0.47
(Portage version: 2.2_rc13/cvs/Linux 2.6.27-gentoo-r2 i686)
Diffstat (limited to 'dev-util/quilt')
-rw-r--r--dev-util/quilt/ChangeLog6
-rw-r--r--dev-util/quilt/files/quilt-0.47-no-graphviz.patch43
2 files changed, 48 insertions, 1 deletions
diff --git a/dev-util/quilt/ChangeLog b/dev-util/quilt/ChangeLog
index 64b618a01f34..ac011ce1816f 100644
--- a/dev-util/quilt/ChangeLog
+++ b/dev-util/quilt/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for dev-util/quilt
# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/quilt/ChangeLog,v 1.37 2008/11/16 21:19:43 mpagano Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/quilt/ChangeLog,v 1.38 2008/11/17 20:08:58 mpagano Exp $
+
+ 17 Nov 2008; Mike Pagano <mpagano@gentoo.org>
+ +files/quilt-0.47-no-graphviz.patch:
+ Adding missing no-graphviz patch for version 0.47
*quilt-0.47 (16 Nov 2008)
diff --git a/dev-util/quilt/files/quilt-0.47-no-graphviz.patch b/dev-util/quilt/files/quilt-0.47-no-graphviz.patch
new file mode 100644
index 000000000000..b8346cfc338a
--- /dev/null
+++ b/dev-util/quilt/files/quilt-0.47-no-graphviz.patch
@@ -0,0 +1,43 @@
+--- quilt-0.47/Makefile.in.orig 2008-11-17 14:53:21.000000000 -0500
++++ quilt-0.47/Makefile.in 2008-11-17 14:53:49.000000000 -0500
+@@ -82,8 +82,7 @@ QUILT := $(QUILT_IN)
+ SRC += $(QUILT_SRC:%=quilt/%)
+ DIRT += $(QUILT_IN:%=quilt/%)
+
+-SCRIPTS_IN := patchfns parse-patch inspect dependency-graph edmail \
+- remove-trailing-ws
++SCRIPTS_IN := patchfns parse-patch inspect edmail remove-trailing-ws
+
+ SCRIPTS_SRC := $(SCRIPTS_IN:%=%.in)
+ SCRIPTS := $(SCRIPTS_IN)
+--- quilt-0.47/bash_completion.orig 2008-11-17 14:56:25.000000000 -0500
++++ quilt-0.47/bash_completion 2008-11-17 15:02:50.000000000 -0500
+@@ -95,7 +95,7 @@ _quilt_completion()
+ prev=${COMP_WORDS[COMP_CWORD-1]}
+
+ # quilt sub commands
+- cmds='add annotate applied delete diff edit files fold fork graph \
++ cmds='add annotate applied delete diff edit files fold fork \
+ grep header import mail new next patches pop previous push refresh \
+ remove rename series setup snapshot top unapplied'
+
+@@ -188,19 +188,6 @@ _quilt_completion()
+ ;;
+ esac
+ ;;
+- graph)
+- case $prev in
+- -T)
+- COMPREPLY=( $( compgen -W "ps" -- $cur ) )
+- ;;
+- --edge-labels)
+- COMPREPLY=( $( compgen -W "files" -- $cur ) )
+- ;;
+- *)
+- COMPREPLY=( $( compgen -W "-T -h --all --reduce --lines --edge-labels $(quilt applied)" -- $cur ) )
+- ;;
+- esac
+- ;;
+ grep)
+ _longopt grep
+ COMPREPLY=( ${COMPREPLY[@]:-} $( compgen -W "-h" -- $cur ) )