devtodo: removed orphaned port

This commit is contained in:
Fredrik Rinnestam 2013-05-06 21:03:55 +02:00
parent 2a99f2573e
commit 0b378e7b5e
4 changed files with 0 additions and 53 deletions

View File

@ -1,20 +0,0 @@
drwxr-xr-x root/root usr/
drwxr-xr-x root/root usr/bin/
-rwxr-xr-x root/root usr/bin/devtodo
lrwxrwxrwx root/root usr/bin/tda -> devtodo
lrwxrwxrwx root/root usr/bin/tdd -> devtodo
lrwxrwxrwx root/root usr/bin/tde -> devtodo
lrwxrwxrwx root/root usr/bin/tdl -> devtodo
lrwxrwxrwx root/root usr/bin/tdr -> devtodo
lrwxrwxrwx root/root usr/bin/todo -> devtodo
drwxr-xr-x root/root usr/etc/
-rw-r--r-- root/root usr/etc/todorc
drwxr-xr-x root/root usr/man/
drwxr-xr-x root/root usr/man/man1/
-rw-r--r-- root/root usr/man/man1/devtodo.1.gz
lrwxrwxrwx root/root usr/man/man1/tda.1.gz -> devtodo.1.gz
lrwxrwxrwx root/root usr/man/man1/tdd.1.gz -> devtodo.1.gz
lrwxrwxrwx root/root usr/man/man1/tde.1.gz -> devtodo.1.gz
lrwxrwxrwx root/root usr/man/man1/tdl.1.gz -> devtodo.1.gz
lrwxrwxrwx root/root usr/man/man1/tdr.1.gz -> devtodo.1.gz
lrwxrwxrwx root/root usr/man/man1/todo.1.gz -> devtodo.1.gz

View File

@ -1,2 +0,0 @@
4a6241437cb56f237f850bcd2233c3c4 devtodo-0.1.20.tar.gz
bd7d73004fc604608eb79e524e9e9f15 devtodo.diff

View File

@ -1,20 +0,0 @@
# Description: command line application for maintaining lists of tasks
# URL: http://swapoff.org/DevTodo
# Maintainer: Tilman Sauerbeck, tilman at crux dot nu
name=devtodo
version=0.1.20
release=2
source=(http://swapoff.org/files/$name/$name-$version.tar.gz
$name.diff)
build () {
cd $name-$version
patch -Np1 -i $SRC/$name.diff
./configure --prefix=/usr --mandir=/usr/man
make
make DESTDIR=$PKG install
}

View File

@ -1,11 +0,0 @@
diff -aur devtodo-0.1.20.orig/src/todoterm.cc devtodo-0.1.20/src/todoterm.cc
--- devtodo-0.1.20.orig/src/todoterm.cc 2007-06-28 15:04:36.000000000 +0200
+++ devtodo-0.1.20/src/todoterm.cc 2008-06-20 22:57:21.683864560 +0200
@@ -7,6 +7,7 @@
#include <stdexcept>
#include <curses.h>
#include <term.h>
+#include <stdlib.h>
static char info[2048];
static bool term_initialized;