diff options
author | Wulf Krueger <philantrop@gentoo.org> | 2007-08-17 21:26:35 +0000 |
---|---|---|
committer | Wulf Krueger <philantrop@gentoo.org> | 2007-08-17 21:26:35 +0000 |
commit | 07183c9d9f3305560fb56ca5bbbe4c327b4874e3 (patch) | |
tree | d1dc049507da93c59f85962aa6e6d1daab1a0bf9 /app-text/dictd | |
parent | Removed dictd-1.8.0. It didn't compile anymore, the ebuild was broken and it ... (diff) | |
download | gentoo-2-07183c9d9f3305560fb56ca5bbbe4c327b4874e3.tar.gz gentoo-2-07183c9d9f3305560fb56ca5bbbe4c327b4874e3.tar.bz2 gentoo-2-07183c9d9f3305560fb56ca5bbbe4c327b4874e3.zip |
Missed obsolete patch when removing dictd-1.8.0.
(Portage version: 2.1.3.5)
Diffstat (limited to 'app-text/dictd')
-rw-r--r-- | app-text/dictd/ChangeLog | 6 | ||||
-rw-r--r-- | app-text/dictd/files/dictd-1.8.0-gcc33-multiline-string-fix.patch | 12 |
2 files changed, 5 insertions, 13 deletions
diff --git a/app-text/dictd/ChangeLog b/app-text/dictd/ChangeLog index 6b48ed6ef66b..4d6789794d98 100644 --- a/app-text/dictd/ChangeLog +++ b/app-text/dictd/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for app-text/dictd # Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/dictd/ChangeLog,v 1.35 2007/08/17 21:23:12 philantrop Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/dictd/ChangeLog,v 1.36 2007/08/17 21:26:35 philantrop Exp $ + + 17 Aug 2007; Wulf C. Krueger <philantrop@gentoo.org> + -files/dictd-1.8.0-gcc33-multiline-string-fix.patch: + Missed obsolete patch when removing dictd-1.8.0. 17 Aug 2007; Wulf C. Krueger <philantrop@gentoo.org> -files/1.8.0/dict.conf, -files/1.8.0/dictd, -files/1.8.0/dictd.conf, diff --git a/app-text/dictd/files/dictd-1.8.0-gcc33-multiline-string-fix.patch b/app-text/dictd/files/dictd-1.8.0-gcc33-multiline-string-fix.patch deleted file mode 100644 index 05b71e2ec946..000000000000 --- a/app-text/dictd/files/dictd-1.8.0-gcc33-multiline-string-fix.patch +++ /dev/null @@ -1,12 +0,0 @@ ---- dictd-1.8.0/dictfmt.c 2003-09-21 10:59:06.000000000 +1200 -+++ dictd-1.8.0-gentoo/dictfmt.c 2003-09-21 11:18:37.000000000 +1200 -@@ -369,7 +369,7 @@ - several words to have the same definition\n\ - Example: autumn%%%fall can be used\n\ - if '--headword-separator %%%' is supplied", --"--without-headword with this parameter supplied -+"--without-headword with this parameter supplied\n\ - head words will not be copied to .dict file", - 0 }; - const char **p = help_msg; - |