summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSeemant Kulleen <seemant@gentoo.org>2003-02-11 10:13:34 +0000
committerSeemant Kulleen <seemant@gentoo.org>2003-02-11 10:13:34 +0000
commit3ec7db0f7e9fd5903806bf3738ded3e229562cf3 (patch)
tree61b59096973c891b636d714cf69929a8d9748407 /media-video/alevt
parenttweaked motif description (diff)
downloadgentoo-2-3ec7db0f7e9fd5903806bf3738ded3e229562cf3.tar.gz
gentoo-2-3ec7db0f7e9fd5903806bf3738ded3e229562cf3.tar.bz2
gentoo-2-3ec7db0f7e9fd5903806bf3738ded3e229562cf3.zip
removing unused diffs
Diffstat (limited to 'media-video/alevt')
-rw-r--r--media-video/alevt/files/alevt-1.6.0-alevt-date.diff19
-rw-r--r--media-video/alevt/files/alevt-1.6.0-makefile.diff21
2 files changed, 0 insertions, 40 deletions
diff --git a/media-video/alevt/files/alevt-1.6.0-alevt-date.diff b/media-video/alevt/files/alevt-1.6.0-alevt-date.diff
deleted file mode 100644
index 39d493443310..000000000000
--- a/media-video/alevt/files/alevt-1.6.0-alevt-date.diff
+++ /dev/null
@@ -1,19 +0,0 @@
---- alevt-1.6.0/alevt-date.c Sat Sep 16 22:34:42 2000
-+++ alevt-1.6.0.ice/alevt-date.c Thu Jan 24 21:59:32 2002
-@@ -3,6 +3,7 @@
- #include <stdlib.h>
- #include <unistd.h>
- #include <signal.h>
-+#include <time.h>
-
- #include "os.h"
- #include "vt.h"
-@@ -22,7 +23,7 @@
- {
- struct tm *tm;
- time_t sys_t;
-- int dt;
-+ int dt, timezone;
- char buf[256];
-
- if (t < 0 || t > 235959 || t%100 > 59 || t/100%100 > 59)
diff --git a/media-video/alevt/files/alevt-1.6.0-makefile.diff b/media-video/alevt/files/alevt-1.6.0-makefile.diff
deleted file mode 100644
index 509b9136f11c..000000000000
--- a/media-video/alevt/files/alevt-1.6.0-makefile.diff
+++ /dev/null
@@ -1,21 +0,0 @@
---- alevt-1.6.0/Makefile Wed Oct 11 19:08:29 2000
-+++ alevt-1.6.0.ice/Makefile Thu Jan 24 22:12:15 2002
-@@ -69,12 +69,12 @@
- # anything below this line is just for me!
-
- install: all
-- install -m 0755 alevt /usr/local/bin
-- install -m 0755 alevt-date /usr/local/bin
-- install -m 0755 alevt-cap /usr/local/bin
-- install -m 0644 alevt.1x /usr/local/man/man1
-- install -m 0644 alevt-date.1 /usr/local/man/man1
-- install -m 0644 alevt-cap.1 /usr/local/man/man1
-+ install -m 0755 alevt /usr/bin
-+ install -m 0755 alevt-date /usr/bin
-+ install -m 0755 alevt-cap /usr/bin
-+ install -m 0644 alevt.1x /usr/man/man1
-+ install -m 0644 alevt-date.1 /usr/man/man1
-+ install -m 0644 alevt-cap.1 /usr/man/man1
- install -m 0644 contrib/mini-alevt.xpm /usr/include/X11/pixmaps
- sync
-