summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Mair-Keimberger (asterix) <m.mairkeimberger@gmail.com>2016-11-12 21:22:50 +0100
committerMichael Palimaka <kensington@gentoo.org>2016-11-18 02:48:44 +1100
commit97e0dc42bcdb2d0602a2f3efd079ca4f66802701 (patch)
tree751ee391eba9b99cc307f5f7ed1ac8bdbdb87114 /dev-util/quilt
parentnet-libs/gsoap: Removed old. (diff)
downloadgentoo-97e0dc42bcdb2d0602a2f3efd079ca4f66802701.tar.gz
gentoo-97e0dc42bcdb2d0602a2f3efd079ca4f66802701.tar.bz2
gentoo-97e0dc42bcdb2d0602a2f3efd079ca4f66802701.zip
dev-util/quilt: remove unused patch
Diffstat (limited to 'dev-util/quilt')
-rw-r--r--dev-util/quilt/files/quilt-0.48-no-graphviz.patch34
1 files changed, 0 insertions, 34 deletions
diff --git a/dev-util/quilt/files/quilt-0.48-no-graphviz.patch b/dev-util/quilt/files/quilt-0.48-no-graphviz.patch
deleted file mode 100644
index 4ae5ba09624e..000000000000
--- a/dev-util/quilt/files/quilt-0.48-no-graphviz.patch
+++ /dev/null
@@ -1,34 +0,0 @@
---- Makefile.in.orig 2009-02-24 13:49:47.000000000 -0500
-+++ Makefile.in 2009-02-24 13:50:21.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)
---- bash_completion.orig 2009-02-24 13:49:52.000000000 -0500
-+++ bash_completion 2009-02-24 13:50:46.000000000 -0500
-@@ -189,19 +189,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 ) )