summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKrzysztof Pawlik <nelchael@gentoo.org>2006-01-21 18:49:21 +0000
committerKrzysztof Pawlik <nelchael@gentoo.org>2006-01-21 18:49:21 +0000
commit040130103991c1db616a58a1be59ff682a4f55b7 (patch)
treeff3663261a5a7d44ae73780257cebf737f503daf /x11-misc/xsnap/files
parentRemoving mod_accounting, bug 106466. (diff)
downloadgentoo-2-040130103991c1db616a58a1be59ff682a4f55b7.tar.gz
gentoo-2-040130103991c1db616a58a1be59ff682a4f55b7.tar.bz2
gentoo-2-040130103991c1db616a58a1be59ff682a4f55b7.zip
Fixed DEPEND for modular X.
(Portage version: 2.1_pre3-r1)
Diffstat (limited to 'x11-misc/xsnap/files')
-rw-r--r--x11-misc/xsnap/files/digest-xsnap-1.31
-rw-r--r--x11-misc/xsnap/files/xsnap-1.3-gentoo.patch19
2 files changed, 0 insertions, 20 deletions
diff --git a/x11-misc/xsnap/files/digest-xsnap-1.3 b/x11-misc/xsnap/files/digest-xsnap-1.3
deleted file mode 100644
index cb2adc7312f9..000000000000
--- a/x11-misc/xsnap/files/digest-xsnap-1.3
+++ /dev/null
@@ -1 +0,0 @@
-MD5 a6dc88dc3f74d87d262b2051af879089 xsnap-1.3.tgz 18567
diff --git a/x11-misc/xsnap/files/xsnap-1.3-gentoo.patch b/x11-misc/xsnap/files/xsnap-1.3-gentoo.patch
deleted file mode 100644
index 8991e4df255a..000000000000
--- a/x11-misc/xsnap/files/xsnap-1.3-gentoo.patch
+++ /dev/null
@@ -1,19 +0,0 @@
---- xsnap-1.3/xsnap.c.orig 2004-04-23 00:00:48.323212832 +0200
-+++ xsnap-1.3/xsnap.c 2004-04-23 00:01:15.564071592 +0200
-@@ -17,6 +17,7 @@
- */
-
- #include <stdio.h>
-+#include <stdlib.h>
- #include <unistd.h>
- #include <sys/stat.h>
- #include <X11/Xlib.h>
-@@ -693,7 +694,7 @@
- int i, notfound;
- struct stat buf;
-
-- if (*filename = '?')
-+ if (*filename == '?')
- {
- i=0;
- notfound=0;