diff options
author | Krzysztof Pawlik <nelchael@gentoo.org> | 2006-02-11 11:22:28 +0000 |
---|---|---|
committer | Krzysztof Pawlik <nelchael@gentoo.org> | 2006-02-11 11:22:28 +0000 |
commit | 358fb399db9e37d93854dcb8e42204db9e5bd41c (patch) | |
tree | a5936b23199610c7bbf09305b4715819c3d9fa1d /x11-misc/peksystray/files | |
parent | Fixed DEPEND for modular X. (diff) | |
download | gentoo-2-358fb399db9e37d93854dcb8e42204db9e5bd41c.tar.gz gentoo-2-358fb399db9e37d93854dcb8e42204db9e5bd41c.tar.bz2 gentoo-2-358fb399db9e37d93854dcb8e42204db9e5bd41c.zip |
Fixed DEPEND for modular X.
(Portage version: 2.1_pre4-r1)
Diffstat (limited to 'x11-misc/peksystray/files')
-rw-r--r-- | x11-misc/peksystray/files/digest-peksystray-0.2 | 1 | ||||
-rw-r--r-- | x11-misc/peksystray/files/peksystray-gcc3-mlsl.diff | 40 |
2 files changed, 0 insertions, 41 deletions
diff --git a/x11-misc/peksystray/files/digest-peksystray-0.2 b/x11-misc/peksystray/files/digest-peksystray-0.2 deleted file mode 100644 index d0a6e3c44f13..000000000000 --- a/x11-misc/peksystray/files/digest-peksystray-0.2 +++ /dev/null @@ -1 +0,0 @@ -MD5 ebc882971dddf4bac5bda77c232e7233 peksystray-0.2.tar.gz 67117 diff --git a/x11-misc/peksystray/files/peksystray-gcc3-mlsl.diff b/x11-misc/peksystray/files/peksystray-gcc3-mlsl.diff deleted file mode 100644 index 868e9b2fd4da..000000000000 --- a/x11-misc/peksystray/files/peksystray-gcc3-mlsl.diff +++ /dev/null @@ -1,40 +0,0 @@ -diff -ruN peksystray-0.2.orig/src/peksystray.c peksystray-0.2/src/peksystray.c ---- peksystray-0.2.orig/src/peksystray.c 2003-06-20 12:21:04.000000000 +0100 -+++ peksystray-0.2/src/peksystray.c 2004-01-10 17:49:13.000000000 +0000 -@@ -66,21 +66,21 @@ - void - display_help () - { -- fprintf (stdout, " --%s - version %s --Copyright 2003, Mohammed Sameer <uniball@linux-egypt.org> -- --Usage: %s [OPTIONS] -- --Options: -- --help\t Display this help. -- --version\t Display version number and exit. -- --display DISPLAY\t The X display to connect to. -- --icon-size SIZE\t Icon size. Default is 16. -- --vertical\t Vertical layout. Default is horizontal. -- --border SIZE\t Border width. Default is 0; -- --multiple\t Open each icon in a separate window. Default is no. -- -+ fprintf (stdout, "\n\ -+%s - version %s\n\ -+Copyright 2003, Mohammed Sameer <uniball@linux-egypt.org>\n\ -+\n\ -+Usage: %s [OPTIONS]\n\ -+\n\ -+Options:\n\ -+ --help\t Display this help.\n\ -+ --version\t Display version number and exit.\n\ -+ --display DISPLAY\t The X display to connect to.\n\ -+ --icon-size SIZE\t Icon size. Default is 16.\n\ -+ --vertical\t Vertical layout. Default is horizontal.\n\ -+ --border SIZE\t Border width. Default is 0;\n\ -+ --multiple\t Open each icon in a separate window. Default is no.\n\ -+\n\ - ", PACKAGE, VERSION, PACKAGE); - exit (0); - } |