summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Conrad Tilstra <tadpol@gentoo.org>2001-08-15 19:32:35 +0000
committerMichael Conrad Tilstra <tadpol@gentoo.org>2001-08-15 19:32:35 +0000
commita420b6b6d742cf8fd2ee44bb00dce171fffd4351 (patch)
tree92c65ba11ebb7852d485936c048ad047c33a95b5 /app-misc/devtodo/files
parentheader (diff)
downloadgentoo-2-a420b6b6d742cf8fd2ee44bb00dce171fffd4351.tar.gz
gentoo-2-a420b6b6d742cf8fd2ee44bb00dce171fffd4351.tar.bz2
gentoo-2-a420b6b6d742cf8fd2ee44bb00dce171fffd4351.zip
- added patch to make the --colour high=red (not the lack of a `+')
This patch will be submitted to the proper places.
Diffstat (limited to 'app-misc/devtodo/files')
-rw-r--r--app-misc/devtodo/files/devtodo-0.1.11.colourplain.patch12
-rw-r--r--app-misc/devtodo/files/digest-devtodo-0.1.11-r11
2 files changed, 13 insertions, 0 deletions
diff --git a/app-misc/devtodo/files/devtodo-0.1.11.colourplain.patch b/app-misc/devtodo/files/devtodo-0.1.11.colourplain.patch
new file mode 100644
index 000000000000..079fc2d02a2b
--- /dev/null
+++ b/app-misc/devtodo/files/devtodo-0.1.11.colourplain.patch
@@ -0,0 +1,12 @@
+diff -ru devtodo-0.1.11.orig/src/TodoDB.cc devtodo-0.1.11/src/TodoDB.cc
+--- devtodo-0.1.11.orig/src/TodoDB.cc Wed Jul 11 06:42:35 2001
++++ devtodo-0.1.11/src/TodoDB.cc Wed Aug 15 14:10:05 2001
+@@ -814,6 +814,8 @@
+ if (clr[0] == '+') {
+ a = ::bold;
+ clr = colour.substr(1);
++ }else{
++ a = StreamColour::mono;
+ }
+ if (clr == "black") c = ::black;
+ else
diff --git a/app-misc/devtodo/files/digest-devtodo-0.1.11-r1 b/app-misc/devtodo/files/digest-devtodo-0.1.11-r1
new file mode 100644
index 000000000000..f15813677a92
--- /dev/null
+++ b/app-misc/devtodo/files/digest-devtodo-0.1.11-r1
@@ -0,0 +1 @@
+MD5 501566f92724a2073280cbdf8adeb709 devtodo-0.1.11.tar.gz