diff options
author | 2004-07-21 02:56:47 +0000 | |
---|---|---|
committer | 2004-07-21 02:56:47 +0000 | |
commit | dcb9d08556434f2dc545051a39d624444f044ab3 (patch) | |
tree | a46e92e92be0023ada6ac1e92e481793c2a90e65 /app-misc/devtodo/files | |
parent | use new doom-data dir (Manifest recommit) (diff) | |
download | gentoo-2-dcb9d08556434f2dc545051a39d624444f044ab3.tar.gz gentoo-2-dcb9d08556434f2dc545051a39d624444f044ab3.tar.bz2 gentoo-2-dcb9d08556434f2dc545051a39d624444f044ab3.zip |
bug #55371, cleanup ebuild, remove old unused patch from tree.
Diffstat (limited to 'app-misc/devtodo/files')
-rw-r--r-- | app-misc/devtodo/files/devtodo-0.1.11.colourplain.patch | 12 | ||||
-rw-r--r-- | app-misc/devtodo/files/devtodo-1.1.17-notdl.patch | 46 | ||||
-rw-r--r-- | app-misc/devtodo/files/digest-devtodo-0.1.17-r1 | 1 |
3 files changed, 47 insertions, 12 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 deleted file mode 100644 index 079fc2d02a2b..000000000000 --- a/app-misc/devtodo/files/devtodo-0.1.11.colourplain.patch +++ /dev/null @@ -1,12 +0,0 @@ -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/devtodo-1.1.17-notdl.patch b/app-misc/devtodo/files/devtodo-1.1.17-notdl.patch new file mode 100644 index 000000000000..806068bc70b5 --- /dev/null +++ b/app-misc/devtodo/files/devtodo-1.1.17-notdl.patch @@ -0,0 +1,46 @@ +diff -ru devtodo-0.1.17/doc/Makefile.am devtodo-0.1.17-notdl/doc/Makefile.am +--- devtodo-0.1.17/doc/Makefile.am 2002-12-18 23:07:14.000000000 -0500 ++++ devtodo-0.1.17-notdl/doc/Makefile.am 2004-07-18 02:32:21.512198704 -0400 +@@ -1,5 +1,5 @@ + man_MANS=devtodo.1 +-manlinks=tda tdr tdd tde tdl todo ++manlinks=tda tdr tdd tde todo + + install-data-local: + mkdir -p $(DESTDIR)$(mandir)/man1 +diff -ru devtodo-0.1.17/doc/devtodo.1.in devtodo-0.1.17-notdl/doc/devtodo.1.in +--- devtodo-0.1.17/doc/devtodo.1.in 2002-12-26 02:50:23.000000000 -0500 ++++ devtodo-0.1.17-notdl/doc/devtodo.1.in 2004-07-18 02:32:21.513198552 -0400 +@@ -20,9 +20,6 @@ + .TP + \fBtdd \fI<indices>\fP\fP + Mark the specified items as being done. +-.TP +-\fBtdl [\-g \fI<index>\fP] \fI<database>\fP\fP +-Link the specified devtodo database into the current one, optionally grafting it as a child of the specified index. + .SH "DESCRIPTION" + .LP + \fBtodo\fP is a program aimed specifically at programmers (but usable by anybody at the terminal) to aid in day\-to\-day development. +@@ -369,6 +366,10 @@ + .TP + \fB~/.todorc\fR + User-specific options are specified in this file. Please refer to the section \fBTODORC\fR for more information. ++.SH "BUGS" ++.LP ++Because of a conflict with app-misc/tdl, the tdl symbolic link and the tdl manual page have been removed. ++See \fIhttp://bugs.gentoo.org/show_bug.cgi?id=55371\fR for more information. + .SH "AUTHORS" + .LP + Alec Thomas \fI<alecthomas@mail.com>\fR +diff -ru devtodo-0.1.17/src/Makefile.am devtodo-0.1.17-notdl/src/Makefile.am +--- devtodo-0.1.17/src/Makefile.am 2002-12-21 10:29:29.000000000 -0500 ++++ devtodo-0.1.17-notdl/src/Makefile.am 2004-07-18 02:33:13.775253512 -0400 +@@ -1,7 +1,7 @@ + bin_PROGRAMS=devtodo + devtodo_SOURCES=Todo.cc Todo.h TodoDB.cc TodoDB.h support.cc support.h \ + main.cc todoterm.cc todoterm.h Loaders.cc Loaders.h todorl.h +-binlinks=tda tdr tdd tdl tde todo ++binlinks=tda tdr tdd tde todo + + devtodo_LDADD=../util/libutil.la + INCLUDES=-I../util diff --git a/app-misc/devtodo/files/digest-devtodo-0.1.17-r1 b/app-misc/devtodo/files/digest-devtodo-0.1.17-r1 new file mode 100644 index 000000000000..21e6c99eeb79 --- /dev/null +++ b/app-misc/devtodo/files/digest-devtodo-0.1.17-r1 @@ -0,0 +1 @@ +MD5 cc3cdd3064eaa7270191bee63d3b1a2c devtodo-0.1.17.tar.gz 312755 |