summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDiego Elio Pettenò <flameeyes@gentoo.org>2006-01-15 23:01:48 +0000
committerDiego Elio Pettenò <flameeyes@gentoo.org>2006-01-15 23:01:48 +0000
commit792c695c1607fd5913a028471254e8b4f20edc22 (patch)
tree72d966da8df1960a84f94315a6bb222bdb0470f2 /media-video/alevt/files
parentWe will use nptl even in stage1. (diff)
downloadgentoo-2-792c695c1607fd5913a028471254e8b4f20edc22.tar.gz
gentoo-2-792c695c1607fd5913a028471254e8b4f20edc22.tar.bz2
gentoo-2-792c695c1607fd5913a028471254e8b4f20edc22.zip
Drop old version and orphan files.
(Portage version: 2529-svn)
Diffstat (limited to 'media-video/alevt/files')
-rw-r--r--media-video/alevt/files/alevt.desktop9
-rw-r--r--media-video/alevt/files/digest-alevt-1.6.1-r22
-rw-r--r--media-video/alevt/files/xio_timer.patch16
3 files changed, 0 insertions, 27 deletions
diff --git a/media-video/alevt/files/alevt.desktop b/media-video/alevt/files/alevt.desktop
deleted file mode 100644
index 0fe00a61c67a..000000000000
--- a/media-video/alevt/files/alevt.desktop
+++ /dev/null
@@ -1,9 +0,0 @@
-[Desktop Entry]
-Name=Videotext Viewer
-Comment=AleVT Videotext Viewer
-Exec=alevt
-Icon=alevt.xpm
-Terminal=0
-Type=Application
-Categories=Application;AudioVideo;
-
diff --git a/media-video/alevt/files/digest-alevt-1.6.1-r2 b/media-video/alevt/files/digest-alevt-1.6.1-r2
deleted file mode 100644
index c18e0d58402b..000000000000
--- a/media-video/alevt/files/digest-alevt-1.6.1-r2
+++ /dev/null
@@ -1,2 +0,0 @@
-MD5 df6e241c6e2c6505c95d50cde0e1bc73 alevt-1.6.1.tar.gz 117731
-MD5 22d862b1428c323cf643205649bedcb7 alevt-dvb.patch 55489
diff --git a/media-video/alevt/files/xio_timer.patch b/media-video/alevt/files/xio_timer.patch
deleted file mode 100644
index 18df73e07804..000000000000
--- a/media-video/alevt/files/xio_timer.patch
+++ /dev/null
@@ -1,16 +0,0 @@
---- alevt-1.6.0.orig/xio.c 2000-10-11 19:49:10.000000000 +0200
-+++ alevt-1.6.0/xio.c 2004-11-12 20:51:51.388897944 +0100
-@@ -31,11 +31,12 @@
-
- static struct dl_head dpys[1]; /* list of all displays */
-
-+static void
-+xio_timer(void *data, int fd);
-
- static int
- timer_init(int argc, char **argv)
- {
-- static xio_timer();
- int p[2], timer_pid, i;
-
- if (pipe(p) == -1)