summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Pagano <mpagano@gentoo.org>2011-12-29 23:43:14 +0000
committerMike Pagano <mpagano@gentoo.org>2011-12-29 23:43:14 +0000
commit951205adcc57446928e6cf1ffbd181a1954f9f6d (patch)
tree23ad5d57d455a8d338e80d5b685bc748a9a64088 /dev-util/quilt/files
parentFixes USE=nls and build failure(sparc) on Gentoo/FreeBSD. Thanks to Dmitri Bo... (diff)
downloadgentoo-2-951205adcc57446928e6cf1ffbd181a1954f9f6d.tar.gz
gentoo-2-951205adcc57446928e6cf1ffbd181a1954f9f6d.tar.bz2
gentoo-2-951205adcc57446928e6cf1ffbd181a1954f9f6d.zip
Drop old versions
(Portage version: 2.2.0_alpha84/cvs/Linux x86_64)
Diffstat (limited to 'dev-util/quilt/files')
-rw-r--r--dev-util/quilt/files/quilt-0.42-no-graphviz.patch28
-rw-r--r--dev-util/quilt/files/quilt-0.42-prevent-stripping.patch13
-rw-r--r--dev-util/quilt/files/quilt-0.45-no-graphviz.patch45
-rw-r--r--dev-util/quilt/files/quilt-0.46-no-graphviz.patch45
-rw-r--r--dev-util/quilt/files/quilt-0.47-no-graphviz.patch43
5 files changed, 0 insertions, 174 deletions
diff --git a/dev-util/quilt/files/quilt-0.42-no-graphviz.patch b/dev-util/quilt/files/quilt-0.42-no-graphviz.patch
deleted file mode 100644
index 707fc291d5e2..000000000000
--- a/dev-util/quilt/files/quilt-0.42-no-graphviz.patch
+++ /dev/null
@@ -1,28 +0,0 @@
-Index: quilt-0.42/Makefile.in
-===================================================================
---- quilt-0.42.orig/Makefile.in
-+++ quilt-0.42/Makefile.in
-@@ -62,8 +62,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)
- SRC += $(SCRIPTS_SRC:%=scripts/%)
-Index: quilt-0.42/bash_completion
-===================================================================
---- quilt-0.42.orig/bash_completion
-+++ quilt-0.42/bash_completion
-@@ -178,9 +178,6 @@ _quilt_completion()
- fork)
- COMPREPLY=( )
- ;;
-- graph)
-- COMPREPLY=( $( compgen -W "-h --all --reduce --lines --edge-labels $(quilt applied)" -- $cur ) )
-- ;;
- grep)
- _longopt grep
- COMPREPLY=( ${COMPREPLY[@]:-} $( compgen -W "-h" -- $cur ) )
diff --git a/dev-util/quilt/files/quilt-0.42-prevent-stripping.patch b/dev-util/quilt/files/quilt-0.42-prevent-stripping.patch
deleted file mode 100644
index 1f981977300e..000000000000
--- a/dev-util/quilt/files/quilt-0.42-prevent-stripping.patch
+++ /dev/null
@@ -1,13 +0,0 @@
-Index: quilt-0.42/Makefile.in
-===================================================================
---- quilt-0.42.orig/Makefile.in
-+++ quilt-0.42/Makefile.in
-@@ -235,7 +235,7 @@ install : scripts
- @INSTALL@ -m 644 scripts/patchfns $(BUILD_ROOT)$(SCRIPTS_DIR)
-
- @INSTALL@ -d $(BUILD_ROOT)$(LIB_DIR)
-- @INSTALL@ -m 755 -s $(LIB:%=lib/%) $(BUILD_ROOT)$(LIB_DIR)/
-+ @INSTALL@ -m 755 $(LIB:%=lib/%) $(BUILD_ROOT)$(LIB_DIR)/
-
- @INSTALL@ -d $(BUILD_ROOT)$(docdir)/$(PACKAGE)-$(VERSION)/
- @INSTALL@ -m 644 doc/README \
diff --git a/dev-util/quilt/files/quilt-0.45-no-graphviz.patch b/dev-util/quilt/files/quilt-0.45-no-graphviz.patch
deleted file mode 100644
index 1654b103b752..000000000000
--- a/dev-util/quilt/files/quilt-0.45-no-graphviz.patch
+++ /dev/null
@@ -1,45 +0,0 @@
-diff -Nupr quilt-0.45.orig/Makefile.in quilt-0.45/Makefile.in
---- quilt-0.45.orig/Makefile.in 2006-03-25 13:07:26.000000000 +0100
-+++ quilt-0.45/Makefile.in 2006-12-27 15:18:36.000000000 +0100
-@@ -80,8 +80,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)
-diff -Nupr quilt-0.45.orig/bash_completion quilt-0.45/bash_completion
---- quilt-0.45.orig/bash_completion 2006-02-03 08:38:15.000000000 +0100
-+++ quilt-0.45/bash_completion 2006-12-27 15:17:58.000000000 +0100
-@@ -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 ) )
diff --git a/dev-util/quilt/files/quilt-0.46-no-graphviz.patch b/dev-util/quilt/files/quilt-0.46-no-graphviz.patch
deleted file mode 100644
index cdc1dffd65b7..000000000000
--- a/dev-util/quilt/files/quilt-0.46-no-graphviz.patch
+++ /dev/null
@@ -1,45 +0,0 @@
-diff -Nurp quilt-0.46.orig/Makefile.in quilt-0.46/Makefile.in
---- quilt-0.46.orig/Makefile.in 2006-10-11 14:36:10.000000000 +0200
-+++ quilt-0.46/Makefile.in 2006-12-27 15:26:38.000000000 +0100
-@@ -81,8 +81,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)
-diff -Nurp quilt-0.46.orig/bash_completion quilt-0.46/bash_completion
---- quilt-0.46.orig/bash_completion 2006-02-03 08:38:15.000000000 +0100
-+++ quilt-0.46/bash_completion 2006-12-27 15:26:38.000000000 +0100
-@@ -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 ) )
diff --git a/dev-util/quilt/files/quilt-0.47-no-graphviz.patch b/dev-util/quilt/files/quilt-0.47-no-graphviz.patch
deleted file mode 100644
index b8346cfc338a..000000000000
--- a/dev-util/quilt/files/quilt-0.47-no-graphviz.patch
+++ /dev/null
@@ -1,43 +0,0 @@
---- 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 ) )