blob: 806068bc70b5fed943045769d342448a65f29bae (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
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
|