diff options
author | Chris Gianelloni <wolf31o2@gentoo.org> | 2005-10-27 13:37:53 +0000 |
---|---|---|
committer | Chris Gianelloni <wolf31o2@gentoo.org> | 2005-10-27 13:37:53 +0000 |
commit | aad63a8f02478a7f7754bd4dbe36831b0c8ef999 (patch) | |
tree | b985837710afc9962284232f886b301ec9eb97d4 /net-misc/rdesktop/files | |
parent | Fixed up dodoc. Blame cardoe. :P (diff) | |
download | gentoo-2-aad63a8f02478a7f7754bd4dbe36831b0c8ef999.tar.gz gentoo-2-aad63a8f02478a7f7754bd4dbe36831b0c8ef999.tar.bz2 gentoo-2-aad63a8f02478a7f7754bd4dbe36831b0c8ef999.zip |
Cleaning up older ebuilds.
(Portage version: 2.0.53_rc6)
Diffstat (limited to 'net-misc/rdesktop/files')
4 files changed, 0 insertions, 162 deletions
diff --git a/net-misc/rdesktop/files/digest-rdesktop-1.3.1-r1 b/net-misc/rdesktop/files/digest-rdesktop-1.3.1-r1 deleted file mode 100644 index 928168058f7c..000000000000 --- a/net-misc/rdesktop/files/digest-rdesktop-1.3.1-r1 +++ /dev/null @@ -1 +0,0 @@ -MD5 968a1e3f5161bab80c306df31c54cfb1 rdesktop-1.3.1.tar.gz 139686 diff --git a/net-misc/rdesktop/files/digest-rdesktop-1.4.0-r1 b/net-misc/rdesktop/files/digest-rdesktop-1.4.0-r1 deleted file mode 100644 index 4e7f7c523112..000000000000 --- a/net-misc/rdesktop/files/digest-rdesktop-1.4.0-r1 +++ /dev/null @@ -1 +0,0 @@ -MD5 542cb9d9b4dd1ecaf3ed4ff753fea7b8 rdesktop-1.4.0.tar.gz 202531 diff --git a/net-misc/rdesktop/files/rdesktop-1.3.1-kde.patch b/net-misc/rdesktop/files/rdesktop-1.3.1-kde.patch deleted file mode 100644 index 015aed8ac5fb..000000000000 --- a/net-misc/rdesktop/files/rdesktop-1.3.1-kde.patch +++ /dev/null @@ -1,76 +0,0 @@ ---- rdesktop-1.3.1/rdesktop.c.orig 2004-03-08 18:02:58.000000000 +0100 -+++ rdesktop-1.3.1/rdesktop.c 2004-03-09 22:32:19.000000000 +0100 -@@ -27,6 +27,7 @@ - #include <sys/time.h> /* gettimeofday */ - #include <sys/times.h> /* times */ - #include <errno.h> -+#include <X11/Xlib.h> /* Window */ - #include "rdesktop.h" - - #ifdef EGD_SOCKET -@@ -68,6 +69,7 @@ - BOOL g_console_session = False; - BOOL g_numlock_sync = False; - extern BOOL g_owncolmap; -+extern Window g_embed_wnd; - - #ifdef WITH_RDPSND - BOOL g_rdpsnd = False; -@@ -112,6 +114,7 @@ - fprintf(stderr, " -S: caption button size (single application mode)\n"); - fprintf(stderr, " -T: window title\n"); - fprintf(stderr, " -N: enable numlock synchronisation\n"); -+ fprintf(stderr, " -X: embed into another window with a given id.\n"); - fprintf(stderr, " -a: connection colour depth\n"); - fprintf(stderr, " -r: enable specified device redirection (currently: sound)\n"); - fprintf(stderr, " -0: attach to console\n"); -@@ -224,6 +227,7 @@ - prompt_password = False; - domain[0] = password[0] = shell[0] = directory[0] = 0; - strcpy(keymapname, "en-us"); -+ g_embed_wnd = 0; - - #ifdef RDP2VNC - #define VNCOPT "V:Q:" -@@ -231,7 +235,7 @@ - #define VNCOPT - #endif - -- while ((c = getopt(argc, argv, VNCOPT "u:d:s:c:p:n:k:g:fbeEmCDKS:T:Na:r:045h?")) != -1) -+ while ((c = getopt(argc, argv, VNCOPT "u:d:s:c:p:n:k:g:fbeEmCDKS:T:NX:a:r:045h?")) != -1) - { - switch (c) - { -@@ -374,6 +378,10 @@ - g_numlock_sync = True; - break; - -+ case 'X': -+ g_embed_wnd = strtod(optarg, NULL); -+ break; -+ - case 'a': - g_server_bpp = strtol(optarg, NULL, 10); - if (g_server_bpp != 8 && g_server_bpp != 16 && g_server_bpp != 15 ---- rdesktop-1.3.1/xwin.c.orig 2004-03-08 18:02:58.000000000 +0100 -+++ rdesktop-1.3.1/xwin.c 2004-03-10 16:17:59.000000000 +0100 -@@ -41,6 +41,7 @@ - static int g_x_socket; - static Screen *g_screen; - Window g_wnd; -+Window g_embed_wnd; - BOOL g_enable_compose = False; - static GC g_gc; - static BOOL g_gc_initialized = False; -@@ -929,6 +930,11 @@ - XFree(sizehints); - } - -+ if ( g_embed_wnd ) -+ { -+ XReparentWindow(g_display, g_wnd, g_embed_wnd, 0, 0); -+ } -+ - input_mask = KeyPressMask | KeyReleaseMask | ButtonPressMask | ButtonReleaseMask | - VisibilityChangeMask | FocusChangeMask; - diff --git a/net-misc/rdesktop/files/rdesktop-1.4.0-configure-with_arg.patch b/net-misc/rdesktop/files/rdesktop-1.4.0-configure-with_arg.patch deleted file mode 100644 index 241211bd4748..000000000000 --- a/net-misc/rdesktop/files/rdesktop-1.4.0-configure-with_arg.patch +++ /dev/null @@ -1,84 +0,0 @@ ---- rdesktop-1.4.0/configure 2005-03-02 17:35:03.000000000 +0000 -+++ rdesktop-1.4.0-richard/configure 2005-04-11 13:07:30.964584294 +0100 -@@ -6679,10 +6718,15 @@ - # Check whether --with-ipv6 or --without-ipv6 was given. - if test "${with_ipv6+set}" = set; then - withval="$with_ipv6" -- cat >>confdefs.h <<\_ACEOF -+ -+ if test $withval != "no"; -+ then -+ cat >>confdefs.h <<\_ACEOF - #define IPv6 1 - _ACEOF - -+ fi -+ - fi; - - -@@ -6693,40 +6737,60 @@ - # Check whether --with-debug or --without-debug was given. - if test "${with_debug+set}" = set; then - withval="$with_debug" -- cat >>confdefs.h <<\_ACEOF -+ -+ if test $withval != "no"; -+ then -+ cat >>confdefs.h <<\_ACEOF - #define WITH_DEBUG 1 - _ACEOF - -+ fi -+ - fi; - - - # Check whether --with-debug-kbd or --without-debug-kbd was given. - if test "${with_debug_kbd+set}" = set; then - withval="$with_debug_kbd" -- cat >>confdefs.h <<\_ACEOF -+ -+ if test $withval != "no"; -+ then -+ cat >>confdefs.h <<\_ACEOF - #define WITH_DEBUG_KBD 1 - _ACEOF - -+ fi -+ - fi; - - - # Check whether --with-debug-rdp5 or --without-debug-rdp5 was given. - if test "${with_debug_rdp5+set}" = set; then - withval="$with_debug_rdp5" -- cat >>confdefs.h <<\_ACEOF -+ -+ if test $withval != "no"; -+ then -+ cat >>confdefs.h <<\_ACEOF - #define WITH_DEBUG_RDP5 1 - _ACEOF - -+ fi -+ - fi; - - - # Check whether --with-debug-clipboard or --without-debug-clipboard was given. - if test "${with_debug_clipboard+set}" = set; then - withval="$with_debug_clipboard" -- cat >>confdefs.h <<\_ACEOF -+ -+ if test $withval != "no"; -+ then -+ cat >>confdefs.h <<\_ACEOF - #define WITH_DEBUG_CLIPBOARD 1 - _ACEOF - -+ fi -+ - fi; - - |