diff options
author | Gregorio Guidi <greg_g@gentoo.org> | 2005-08-17 10:17:06 +0000 |
---|---|---|
committer | Gregorio Guidi <greg_g@gentoo.org> | 2005-08-17 10:17:06 +0000 |
commit | 739e4685011025fc4cd406e91b8d9249b4cb5977 (patch) | |
tree | b97a1612348da4aca63f71b357145248a2ab442b /x11-misc/superkaramba/files | |
parent | Version bumped. (diff) | |
download | gentoo-2-739e4685011025fc4cd406e91b8d9249b4cb5977.tar.gz gentoo-2-739e4685011025fc4cd406e91b8d9249b4cb5977.tar.bz2 gentoo-2-739e4685011025fc4cd406e91b8d9249b4cb5977.zip |
Remove old ebuilds.
(Portage version: 2.0.51.22-r2)
Diffstat (limited to 'x11-misc/superkaramba/files')
5 files changed, 0 insertions, 179 deletions
diff --git a/x11-misc/superkaramba/files/digest-superkaramba-0.33-r1 b/x11-misc/superkaramba/files/digest-superkaramba-0.33-r1 deleted file mode 100644 index 41c3c769c135..000000000000 --- a/x11-misc/superkaramba/files/digest-superkaramba-0.33-r1 +++ /dev/null @@ -1 +0,0 @@ -MD5 132d094a8e35383c757aaf5739fcb856 superkaramba-0.33.tar.gz 1343029 diff --git a/x11-misc/superkaramba/files/digest-superkaramba-0.35 b/x11-misc/superkaramba/files/digest-superkaramba-0.35 deleted file mode 100644 index c47a8e2c9d90..000000000000 --- a/x11-misc/superkaramba/files/digest-superkaramba-0.35 +++ /dev/null @@ -1 +0,0 @@ -MD5 c397c35fc98112f13c35cee101085dde superkaramba-0.35.tar.gz 1363255 diff --git a/x11-misc/superkaramba/files/dock-fix.patch b/x11-misc/superkaramba/files/dock-fix.patch deleted file mode 100644 index ffcb01747ccf..000000000000 --- a/x11-misc/superkaramba/files/dock-fix.patch +++ /dev/null @@ -1,15 +0,0 @@ ---- src/karamba.cpp 2004-02-22 23:13:52.991588320 +0000 -+++ src/karamba.cpp 2004-02-22 23:17:29.663649160 +0000 -@@ -2241,11 +2241,11 @@ karamba::karamba(QString fn, bool reload - PyEval_ReleaseLock(); - //This thread's python refence is now gone. A new reference must be created for each thread. - - - //Matthew Kay: set window type to "dock" (plays better with taskbar themes this way) -- KWin::setType(winId(), NET::Dock); -+ //KWin::setType(winId(), NET::Dock); - - widgetMask = 0; - info = new NETWinInfo( qt_xdisplay(), winId(), qt_xrootwin(), NET::WMState ); - - // could be replaced with TaskManager diff --git a/x11-misc/superkaramba/files/gcc-3.4.patch b/x11-misc/superkaramba/files/gcc-3.4.patch deleted file mode 100644 index 0b796424fb2e..000000000000 --- a/x11-misc/superkaramba/files/gcc-3.4.patch +++ /dev/null @@ -1,21 +0,0 @@ -diff -Naur src/imagelabel.cpp src_new/imagelabel.cpp ---- src/imagelabel.cpp 2004-06-06 07:04:45.162134296 +0100 -+++ src_new/imagelabel.cpp 2004-06-06 07:05:03.700316064 +0100 -@@ -537,7 +537,7 @@ - imageEffect = 0; - } - applyTransformations(); --}; -+} - - void ImageLabel::intensity(float ratio, int millisec) - { -@@ -549,7 +549,7 @@ - //KPixmapEffect::intensity(pixmap, ratio); - imageEffect = new Intensity(this, ratio, millisec); - applyTransformations(); --}; -+} - - void ImageLabel::channelIntensity(float ratio, QString channel, int millisec) - { diff --git a/x11-misc/superkaramba/files/superkaramba-0.35-configure-arts.patch b/x11-misc/superkaramba/files/superkaramba-0.35-configure-arts.patch deleted file mode 100644 index 0402c7226136..000000000000 --- a/x11-misc/superkaramba/files/superkaramba-0.35-configure-arts.patch +++ /dev/null @@ -1,141 +0,0 @@ ---- configure.orig 2004-11-02 18:37:43.000000000 +0100 -+++ configure 2004-11-02 18:40:13.000000000 +0100 -@@ -23868,138 +23868,6 @@ - fi - - -- echo "$as_me:$LINENO: checking for mcopidl" >&5 --echo $ECHO_N "checking for mcopidl... $ECHO_C" >&6 -- if test -n "$MCOPIDL"; then -- kde_cv_path="$MCOPIDL"; -- else -- kde_cache=`echo mcopidl | sed 'y%./+-%__p_%'` -- -- if eval "test \"\${kde_cv_path_$kde_cache+set}\" = set"; then -- echo $ECHO_N "(cached) $ECHO_C" >&6 --else -- -- kde_cv_path="NONE" -- dirs="$kde_default_bindirs" -- kde_save_IFS=$IFS -- IFS=':' -- for dir in $PATH; do -- dirs="$dirs $dir" -- done -- IFS=$kde_save_IFS -- -- for dir in $dirs; do -- if test -x "$dir/mcopidl"; then -- if test -n "" -- then -- evalstr="$dir/mcopidl 2>&1 " -- if eval $evalstr; then -- kde_cv_path="$dir/mcopidl" -- break -- fi -- else -- kde_cv_path="$dir/mcopidl" -- break -- fi -- fi -- done -- -- eval "kde_cv_path_$kde_cache=$kde_cv_path" -- -- --fi -- -- -- eval "kde_cv_path=\"`echo '$kde_cv_path_'$kde_cache`\"" -- -- fi -- -- if test -z "$kde_cv_path" || test "$kde_cv_path" = NONE; then -- echo "$as_me:$LINENO: result: not found" >&5 --echo "${ECHO_T}not found" >&6 -- -- { { echo "$as_me:$LINENO: error: The important program mcopidl was not found! --Please check whether you installed aRts correctly. --" >&5 --echo "$as_me: error: The important program mcopidl was not found! --Please check whether you installed aRts correctly. --" >&2;} -- { (exit 1); exit 1; }; } -- -- else -- echo "$as_me:$LINENO: result: $kde_cv_path" >&5 --echo "${ECHO_T}$kde_cv_path" >&6 -- MCOPIDL=$kde_cv_path -- -- fi -- -- -- echo "$as_me:$LINENO: checking for artsc-config" >&5 --echo $ECHO_N "checking for artsc-config... $ECHO_C" >&6 -- if test -n "$ARTSCCONFIG"; then -- kde_cv_path="$ARTSCCONFIG"; -- else -- kde_cache=`echo artsc-config | sed 'y%./+-%__p_%'` -- -- if eval "test \"\${kde_cv_path_$kde_cache+set}\" = set"; then -- echo $ECHO_N "(cached) $ECHO_C" >&6 --else -- -- kde_cv_path="NONE" -- dirs="$kde_default_bindirs" -- kde_save_IFS=$IFS -- IFS=':' -- for dir in $PATH; do -- dirs="$dirs $dir" -- done -- IFS=$kde_save_IFS -- -- for dir in $dirs; do -- if test -x "$dir/artsc-config"; then -- if test -n "" -- then -- evalstr="$dir/artsc-config 2>&1 " -- if eval $evalstr; then -- kde_cv_path="$dir/artsc-config" -- break -- fi -- else -- kde_cv_path="$dir/artsc-config" -- break -- fi -- fi -- done -- -- eval "kde_cv_path_$kde_cache=$kde_cv_path" -- -- --fi -- -- -- eval "kde_cv_path=\"`echo '$kde_cv_path_'$kde_cache`\"" -- -- fi -- -- if test -z "$kde_cv_path" || test "$kde_cv_path" = NONE; then -- echo "$as_me:$LINENO: result: not found" >&5 --echo "${ECHO_T}not found" >&6 -- -- { { echo "$as_me:$LINENO: error: The important program artsc-config was not found! --Please check whether you installed aRts correctly. --" >&5 --echo "$as_me: error: The important program artsc-config was not found! --Please check whether you installed aRts correctly. --" >&2;} -- { (exit 1); exit 1; }; } -- -- else -- echo "$as_me:$LINENO: result: $kde_cv_path" >&5 --echo "${ECHO_T}$kde_cv_path" >&6 -- ARTSCCONFIG=$kde_cv_path -- -- fi -- -- - echo "$as_me:$LINENO: checking for kde-config" >&5 - echo $ECHO_N "checking for kde-config... $ECHO_C" >&6 - if test -n "$KDECONFIG"; then |