summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarcus D. Hanwell <cryos@gentoo.org>2005-02-24 17:22:27 +0000
committerMarcus D. Hanwell <cryos@gentoo.org>2005-02-24 17:22:27 +0000
commit1f5cccb1342516d53e365bdb7c1cece5fde0b43d (patch)
treed4b150c35f75fb5f90600b35dbb4bc1ff141e517 /sci-calculators/kconvert/files
parentstable on amd64/x86 (diff)
downloadhistorical-1f5cccb1342516d53e365bdb7c1cece5fde0b43d.tar.gz
historical-1f5cccb1342516d53e365bdb7c1cece5fde0b43d.tar.bz2
historical-1f5cccb1342516d53e365bdb7c1cece5fde0b43d.zip
Fixed ebuild to use kde.eclass, built without arts and a few other bits. Fixes bug 82095.
Package-Manager: portage-2.0.51-r15
Diffstat (limited to 'sci-calculators/kconvert/files')
-rw-r--r--sci-calculators/kconvert/files/digest-kconvert-1.1-r11
-rw-r--r--sci-calculators/kconvert/files/kconvert-1.1-arts-configure.patch135
2 files changed, 136 insertions, 0 deletions
diff --git a/sci-calculators/kconvert/files/digest-kconvert-1.1-r1 b/sci-calculators/kconvert/files/digest-kconvert-1.1-r1
new file mode 100644
index 000000000000..2e2b6ef8a3ca
--- /dev/null
+++ b/sci-calculators/kconvert/files/digest-kconvert-1.1-r1
@@ -0,0 +1 @@
+MD5 7ae71d48d637549cd233ff2e7e1c311e kconvert-1.1.tar.gz 440218
diff --git a/sci-calculators/kconvert/files/kconvert-1.1-arts-configure.patch b/sci-calculators/kconvert/files/kconvert-1.1-arts-configure.patch
new file mode 100644
index 000000000000..eb8eb69a882a
--- /dev/null
+++ b/sci-calculators/kconvert/files/kconvert-1.1-arts-configure.patch
@@ -0,0 +1,135 @@
+--- configure.orig 2005-02-24 17:05:17.967356592 +0000
++++ configure 2005-02-24 17:07:25.941901504 +0000
+@@ -10820,132 +10820,6 @@
+
+ fi
+
+- echo "$as_me:10823: 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:10868: result: not found" >&5
+-echo "${ECHO_T}not found" >&6
+-
+- { { echo "$as_me:10871: error: The important program mcopidl was not found!
+-Please check whether you installed KDE correctly.
+-" >&5
+-echo "$as_me: error: The important program mcopidl was not found!
+-Please check whether you installed KDE correctly.
+-" >&2;}
+- { (exit 1); exit 1; }; }
+-
+- else
+- echo "$as_me:10880: result: $kde_cv_path" >&5
+-echo "${ECHO_T}$kde_cv_path" >&6
+- MCOPIDL=$kde_cv_path
+-
+- fi
+-
+- echo "$as_me:10886: 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:10931: result: not found" >&5
+-echo "${ECHO_T}not found" >&6
+-
+- { { echo "$as_me:10934: error: The important program artsc-config was not found!
+-Please check whether you installed KDE correctly.
+-" >&5
+-echo "$as_me: error: The important program artsc-config was not found!
+-Please check whether you installed KDE correctly.
+-" >&2;}
+- { (exit 1); exit 1; }; }
+-
+- else
+- echo "$as_me:10943: result: $kde_cv_path" >&5
+-echo "${ECHO_T}$kde_cv_path" >&6
+- ARTSCCONFIG=$kde_cv_path
+-
+- fi
+-
+ echo "$as_me:10949: checking for kde-config" >&5
+ echo $ECHO_N "checking for kde-config... $ECHO_C" >&6
+ if test -n "$KDECONFIG"; then