diff options
author | Gregorio Guidi <greg_g@gentoo.org> | 2005-04-05 12:29:39 +0000 |
---|---|---|
committer | Gregorio Guidi <greg_g@gentoo.org> | 2005-04-05 12:29:39 +0000 |
commit | 601478ebe5e59a20534f91c6a19b5a9aea6afb4f (patch) | |
tree | b14a283aaaece2240b0448ee0edbf8be131208b7 /kde-base | |
parent | remove the -1 argument from enewgroup, fixing bug #87940 by Dmitri Vassilenko... (diff) | |
download | historical-601478ebe5e59a20534f91c6a19b5a9aea6afb4f.tar.gz historical-601478ebe5e59a20534f91c6a19b5a9aea6afb4f.tar.bz2 historical-601478ebe5e59a20534f91c6a19b5a9aea6afb4f.zip |
Remove old files.
Package-Manager: portage-2.0.51.19
Diffstat (limited to 'kde-base')
-rw-r--r-- | kde-base/arts/Manifest | 3 | ||||
-rw-r--r-- | kde-base/kdebase-data/files/agent-shutdown.sh | 13 | ||||
-rw-r--r-- | kde-base/kdebase-data/files/agent-startup.sh | 19 | ||||
-rw-r--r-- | kde-base/kdebase-data/files/startkde-3.4.0_rc1-gentoo.diff | 47 | ||||
-rw-r--r-- | kde-base/kdebase-startkde/files/startkde-3.4.0_rc1-gentoo.diff | 47 | ||||
-rw-r--r-- | kde-base/kdvi/files/kdvi-configure-check-freetype.diff | 37 |
6 files changed, 0 insertions, 166 deletions
diff --git a/kde-base/arts/Manifest b/kde-base/arts/Manifest index a4fc82212e32..542500cb3e7f 100644 --- a/kde-base/arts/Manifest +++ b/kde-base/arts/Manifest @@ -1,6 +1,5 @@ MD5 14889ab75f97d76e58b0c1154e7683a9 metadata.xml 161 MD5 a5f1c45c79d0c5d24e158539dbf0a412 arts-1.3.2-r1.ebuild 3062 -MD5 64ce055b52934b0ac53381e0fd606a00 arts-1.3.1.ebuild 3033 MD5 47dfda3bb57ed7f4710dd5b8805d1c29 arts-3.4.0.ebuild 2564 MD5 a5275f8c40fefda8126684f0f819f0c0 ChangeLog 19740 MD5 75e0ac21d8f15a07268c3236aad6bba9 arts-1.2.3.ebuild 2821 @@ -8,10 +7,8 @@ MD5 07cd89a1f6dc0185f2be1e585b4a7f02 arts-1.3.2.ebuild 3184 MD5 e78db892e7b447f86fab2ea9503a3a3d files/arts-1.2.3-buffer.patch 745 MD5 0a66e4f219b0dee9346c9c99ae4b15d0 files/digest-arts-1.3.2-r1 63 MD5 ac0526184e3193af65a2a8aa7fd5feab files/digest-arts-1.2.3 63 -MD5 22eaa23f91c114995e7b8ae286c3ac2c files/arts-1.3.1-alsa-bigendian.patch 571 MD5 68ec6c8e74dfea13c3bb54575b1c51d4 files/1.3.0-jack-configure.in.in.patch 694 MD5 0a66e4f219b0dee9346c9c99ae4b15d0 files/digest-arts-1.3.2 63 -MD5 258879d2a4fd175a96b7c80bb99a82cf files/digest-arts-1.3.1 63 MD5 64df5930253711053181dcdbba96f42b files/arts-1.3.2-mcopidl.patch 418 MD5 22eaa23f91c114995e7b8ae286c3ac2c files/arts-1.3.2-alsa-bigendian.patch 571 MD5 185a4720c0e94a1546ee383016fc3e3c files/arts-vorbis-fix.dif 1136 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 -+ |