summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--kde-base/kdebase-data/files/agent-shutdown.sh13
-rw-r--r--kde-base/kdebase-data/files/agent-startup.sh19
-rw-r--r--kde-base/kdebase-data/files/startkde-3.4.0_rc1-gentoo.diff47
-rw-r--r--kde-base/kdebase-startkde/files/startkde-3.4.0_rc1-gentoo.diff47
-rw-r--r--kde-base/kdvi/files/kdvi-configure-check-freetype.diff37
5 files changed, 0 insertions, 163 deletions
diff --git a/kde-base/kdebase-data/files/agent-shutdown.sh b/kde-base/kdebase-data/files/agent-shutdown.sh
deleted file mode 100644
index 09c026605b12..000000000000
--- a/kde-base/kdebase-data/files/agent-shutdown.sh
+++ /dev/null
@@ -1,13 +0,0 @@
-#!/bin/sh
-#
-# Customized agents shutdown file
-#
-#if [ -x /usr/bin/gpg-agent -a -n "$GPG_AGENT_INFO" ]; then
-# kill $(echo ${GPG_AGENT_INFO} | cut -d':' -f 2) 2>&1 >/dev/null
-#fi
-#
-#if [ -x /usr/bin/ssh-agent ]; then
-# eval "$(/usr/bin/ssh-agent -k)"
-#fi
-#
-
diff --git a/kde-base/kdebase-data/files/agent-startup.sh b/kde-base/kdebase-data/files/agent-startup.sh
deleted file mode 100644
index 6b7be61a9904..000000000000
--- a/kde-base/kdebase-data/files/agent-startup.sh
+++ /dev/null
@@ -1,19 +0,0 @@
-# Agents startup file
-#
-# This file is sourced at kde startup, so that
-# the environment variables set here are available
-# throughout the session.
-
-# Uncomment the following lines to start gpg-agent
-# and/or ssh-agent at kde startup.
-# If you do so, do not forget to uncomment the respective
-# lines in KDEDIR/shutdown/agent-shutdown.sh to
-# properly kill the agents when the session ends.
-
-#if [ -x /usr/bin/gpg-agent ]; then
-# eval "$(/usr/bin/gpg-agent --daemon)"
-#fi
-#
-#if [ -x /usr/bin/ssh-agent ]; then
-# eval "$(/usr/bin/ssh-agent -s)"
-#fi
diff --git a/kde-base/kdebase-data/files/startkde-3.4.0_rc1-gentoo.diff b/kde-base/kdebase-data/files/startkde-3.4.0_rc1-gentoo.diff
deleted file mode 100644
index ab6e2798a60a..000000000000
--- a/kde-base/kdebase-data/files/startkde-3.4.0_rc1-gentoo.diff
+++ /dev/null
@@ -1,47 +0,0 @@
---- startkde.orig 2005-02-23 13:24:24.000000000 +0200
-+++ startkde 2005-02-27 21:08:37.483412112 +0200
-@@ -14,14 +14,42 @@
- exit 1
- fi
-
--# Set the background to plain grey.
-+# Set the background to plain cyan.
- # The standard X background is nasty, causing moire effects and exploding
- # people's heads. We use colours from the standard KDE palette for those with
- # palettised displays.
- if test -z "$XDM_MANAGED" || echo "$XDM_MANAGED" | grep ",auto" > /dev/null; then
-- xsetroot -solid "#C0C0C0"
-+ xsetroot -solid "#5477A0"
- fi
-
-+# Gentoo part begins
-+
-+export PATH="_KDEDIR_/bin:${PATH}"
-+
-+# Handle ~/.kde* dirs - separate ones for separate KDEs.
-+# We've backtracked on the scheme where .kdeX.Y directories are temporarily
-+# moved to .kde.
-+cd ~
-+if [ -e .kde ]; then
-+ if [ ! -L .kde ]; then
-+ /bin/mv -f .kde .kde.backup
-+ else
-+ rm -f .kde
-+ fi
-+fi
-+if [ ! -e .kde3.4 ]; then
-+ if [ -e .kde3.3 ]; then
-+ /bin/cp -r .kde3.3 .kde3.4
-+ elif [ -e .kde3.2 ]; then
-+ /bin/cp -r .kde3.2 .kde3.4
-+ else
-+ /bin/mkdir .kde3.4
-+ fi
-+fi
-+/bin/ln -sf .kde3.4 .kde
-+
-+# Gentoo part ends
-+
- # we have to unset this for Darwin since it will screw up KDE's dynamic-loading
- unset DYLD_FORCE_FLAT_NAMESPACE
-
diff --git a/kde-base/kdebase-startkde/files/startkde-3.4.0_rc1-gentoo.diff b/kde-base/kdebase-startkde/files/startkde-3.4.0_rc1-gentoo.diff
deleted file mode 100644
index ab6e2798a60a..000000000000
--- a/kde-base/kdebase-startkde/files/startkde-3.4.0_rc1-gentoo.diff
+++ /dev/null
@@ -1,47 +0,0 @@
---- startkde.orig 2005-02-23 13:24:24.000000000 +0200
-+++ startkde 2005-02-27 21:08:37.483412112 +0200
-@@ -14,14 +14,42 @@
- exit 1
- fi
-
--# Set the background to plain grey.
-+# Set the background to plain cyan.
- # The standard X background is nasty, causing moire effects and exploding
- # people's heads. We use colours from the standard KDE palette for those with
- # palettised displays.
- if test -z "$XDM_MANAGED" || echo "$XDM_MANAGED" | grep ",auto" > /dev/null; then
-- xsetroot -solid "#C0C0C0"
-+ xsetroot -solid "#5477A0"
- fi
-
-+# Gentoo part begins
-+
-+export PATH="_KDEDIR_/bin:${PATH}"
-+
-+# Handle ~/.kde* dirs - separate ones for separate KDEs.
-+# We've backtracked on the scheme where .kdeX.Y directories are temporarily
-+# moved to .kde.
-+cd ~
-+if [ -e .kde ]; then
-+ if [ ! -L .kde ]; then
-+ /bin/mv -f .kde .kde.backup
-+ else
-+ rm -f .kde
-+ fi
-+fi
-+if [ ! -e .kde3.4 ]; then
-+ if [ -e .kde3.3 ]; then
-+ /bin/cp -r .kde3.3 .kde3.4
-+ elif [ -e .kde3.2 ]; then
-+ /bin/cp -r .kde3.2 .kde3.4
-+ else
-+ /bin/mkdir .kde3.4
-+ fi
-+fi
-+/bin/ln -sf .kde3.4 .kde
-+
-+# Gentoo part ends
-+
- # we have to unset this for Darwin since it will screw up KDE's dynamic-loading
- unset DYLD_FORCE_FLAT_NAMESPACE
-
diff --git a/kde-base/kdvi/files/kdvi-configure-check-freetype.diff b/kde-base/kdvi/files/kdvi-configure-check-freetype.diff
deleted file mode 100644
index 69b2ceb52f6c..000000000000
--- a/kde-base/kdvi/files/kdvi-configure-check-freetype.diff
+++ /dev/null
@@ -1,37 +0,0 @@
---- kdvi/configure.in.in.orig 2005-01-03 22:14:17.196708168 +0200
-+++ kdvi/configure.in.in 2005-01-03 22:14:46.062319928 +0200
-@@ -23,3 +23,34 @@
-
- AC_CHECK_HEADERS(sys/types.h sys/params.h limits.h)
-
-+# Check for freetype2
-+KDE_FIND_PATH(freetype-config, FREETYPE_CONFIG, [${prefix}/bin ${exec_prefix}/bin /usr/local/bin /opt/local/bin],)
-+
-+if test -n "$FREETYPE_CONFIG"; then
-+ vers=`$FREETYPE_CONFIG --version 2>/dev/null | awk 'BEGIN { FS = "."; } { printf "%d", ($1 * 1000 + $2) * 1000 + $3;}'`
-+ if test -n "$vers" && test "$vers" -ge 8000002
-+ then
-+ LIBFREETYPE_LIBS="`$FREETYPE_CONFIG --libs`"
-+ FREETYPE_RPATH=
-+ for args in $LIBFREETYPE_LIBS; do
-+ case $args in
-+ -L*)
-+ FREETYPE_RPATH="$FREETYPE_RPATH $args"
-+ ;;
-+ esac
-+ done
-+ FREETYPE_RPATH=`echo $FREETYPE_RPATH | sed -e "s/-L/-R/g"`
-+ LIBFREETYPE_CFLAGS="`$FREETYPE_CONFIG --cflags`"
-+
-+ AC_DEFINE_UNQUOTED(HAVE_FREETYPE, 1, [Defines if your system has the freetype library])
-+ fi
-+fi
-+
-+AC_SUBST(LIBFREETYPE_LIBS)
-+AC_SUBST(LIBFREETYPE_CFLAGS)
-+AC_SUBST(FREETYPE_RPATH)
-+
-+if test -z "$LIBFREETYPE_LIBS"; then
-+ DO_NOT_COMPILE="$DO_NOT_COMPILE kdvi"
-+fi
-+