diff options
Diffstat (limited to 'x11-misc/hotkeys/files')
-rw-r--r-- | x11-misc/hotkeys/files/digest-hotkeys-0.5.4 | 1 | ||||
-rw-r--r-- | x11-misc/hotkeys/files/digest-hotkeys-0.5.5 | 1 | ||||
-rw-r--r-- | x11-misc/hotkeys/files/digest-hotkeys-0.5.7.1-r1 | 1 | ||||
-rw-r--r-- | x11-misc/hotkeys/files/hotkeys-0.5.4-gentoo.diff.gz | bin | 20810 -> 0 bytes | |||
-rw-r--r-- | x11-misc/hotkeys/files/hotkeys-0.5.5-gentoo.diff | 77 | ||||
-rw-r--r-- | x11-misc/hotkeys/files/hotkeys-0.5.7.1-r1-gentoo.diff | 13 |
6 files changed, 14 insertions, 79 deletions
diff --git a/x11-misc/hotkeys/files/digest-hotkeys-0.5.4 b/x11-misc/hotkeys/files/digest-hotkeys-0.5.4 deleted file mode 100644 index f63a40da8fca..000000000000 --- a/x11-misc/hotkeys/files/digest-hotkeys-0.5.4 +++ /dev/null @@ -1 +0,0 @@ -MD5 50810778bf50c769a39cd44ba59fd14a hotkeys_0.5.4.tar.gz 378334 diff --git a/x11-misc/hotkeys/files/digest-hotkeys-0.5.5 b/x11-misc/hotkeys/files/digest-hotkeys-0.5.5 deleted file mode 100644 index 8460aa1b35da..000000000000 --- a/x11-misc/hotkeys/files/digest-hotkeys-0.5.5 +++ /dev/null @@ -1 +0,0 @@ -MD5 2b46502efec8f2dad776b473482b4368 hotkeys-0.5.5.tar.bz2 342193 diff --git a/x11-misc/hotkeys/files/digest-hotkeys-0.5.7.1-r1 b/x11-misc/hotkeys/files/digest-hotkeys-0.5.7.1-r1 new file mode 100644 index 000000000000..9c3c845c6e2c --- /dev/null +++ b/x11-misc/hotkeys/files/digest-hotkeys-0.5.7.1-r1 @@ -0,0 +1 @@ +MD5 68e2aea6b4444f943b5f85ac00542a1c hotkeys_0.5.7.1.tar.gz 234289 diff --git a/x11-misc/hotkeys/files/hotkeys-0.5.4-gentoo.diff.gz b/x11-misc/hotkeys/files/hotkeys-0.5.4-gentoo.diff.gz Binary files differdeleted file mode 100644 index d03c41c9add8..000000000000 --- a/x11-misc/hotkeys/files/hotkeys-0.5.4-gentoo.diff.gz +++ /dev/null diff --git a/x11-misc/hotkeys/files/hotkeys-0.5.5-gentoo.diff b/x11-misc/hotkeys/files/hotkeys-0.5.5-gentoo.diff deleted file mode 100644 index d65f92424e96..000000000000 --- a/x11-misc/hotkeys/files/hotkeys-0.5.5-gentoo.diff +++ /dev/null @@ -1,77 +0,0 @@ ---- ./src/kbddef.c.xml2 Sun Jun 2 22:37:33 2002 -+++ ./src/kbddef.c Sun Jun 2 22:37:43 2002 -@@ -38,7 +38,7 @@ - #include "XF86keysym.h" - - #include <xmlmemory.h> --#include <parser.h> -+#include <libxml2/libxml/parser.h> - - #include "hotkeys.h" - #include "kbddef.h" ---- ./configure.xml2 Mon Oct 29 12:47:31 2001 -+++ ./configure Sun Jun 2 22:37:17 2002 -@@ -2189,14 +2189,14 @@ - CFLAGS="$CFLAGS $XML_CFLAGS" - LIBS="$LIBS $XML_LIBS" - -- echo $ac_n "checking for xmlParseFile in -lxml""... $ac_c" 1>&6 --echo "configure:2194: checking for xmlParseFile in -lxml" >&5 -+ echo $ac_n "checking for xmlParseFile in -lxml2""... $ac_c" 1>&6 -+echo "configure:2194: checking for xmlParseFile in -lxml22" >&5 - ac_lib_var=`echo xml'_'xmlParseFile | sed 'y%./+-%__p_%'` - if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then - echo $ac_n "(cached) $ac_c" 1>&6 - else - ac_save_LIBS="$LIBS" --LIBS="-lxml $LIBS" -+LIBS="-lxml2 $LIBS" - cat > conftest.$ac_ext <<EOF - #line 2202 "configure" - #include "confdefs.h" -@@ -2230,7 +2230,7 @@ - #define $ac_tr_lib 1 - EOF - -- LIBS="-lxml $LIBS" -+ LIBS="-lxml2 $LIBS" - - else - echo "$ac_t""no" 1>&6 -@@ -2247,7 +2247,7 @@ - #line 2248 "configure" - #include "confdefs.h" - -- #include <parser.h> -+ #include <libxml2/libxml/parser.h> - int main () - { - #ifdef xmlChildrenNode - ---- /tmp/kbddef.c Wed Sep 11 18:51:19 2002 -+++ src/kbddef.c Wed Sep 11 18:51:33 2002 -@@ -37,7 +37,7 @@ - */ - #include "XF86keysym.h" - --#include <xmlmemory.h> -+#include <libxml2/libxml/xmlmemory.h> - #include <libxml2/libxml/parser.h> - - #include "hotkeys.h" - ---- /tmp/configure Wed Sep 11 19:02:34 2002 -+++ configure Wed Sep 11 19:03:12 2002 -@@ -2447,10 +2447,10 @@ - - - if test ! x$xosd_libdir = x; then -- LIBS="$LIBS -L$xosd_libdir" -+ LIBS="-L$xosd_libdir $LIBS" - fi - if test ! x$xosd_incdir = x; then -- CPPFLAGS="$CPPFLAGS -I$xosd_incdir" -+ CPPFLAGS="-I$xosd_incdir $CPPFLAGS" - fi - - if test "x$enable_xosd" = "xyes" diff --git a/x11-misc/hotkeys/files/hotkeys-0.5.7.1-r1-gentoo.diff b/x11-misc/hotkeys/files/hotkeys-0.5.7.1-r1-gentoo.diff new file mode 100644 index 000000000000..b76c8dd9822b --- /dev/null +++ b/x11-misc/hotkeys/files/hotkeys-0.5.7.1-r1-gentoo.diff @@ -0,0 +1,13 @@ +--- src/kbddef.c.org 2003-08-15 13:20:45.000000000 +0200 ++++ src/kbddef.c 2003-08-15 13:21:06.000000000 +0200 +@@ -37,8 +37,8 @@ + */ + #include "XF86keysym.h" + +-#include <xmlmemory.h> +-#include <parser.h> ++#include <libxml2/libxml/xmlmemory.h> ++#include <libxml2/libxml/parser.h> + + #include "hotkeys.h" + #include "kbddef.h" |