diff options
author | Gregorio Guidi <greg_g@gentoo.org> | 2005-04-03 16:48:08 +0000 |
---|---|---|
committer | Gregorio Guidi <greg_g@gentoo.org> | 2005-04-03 16:48:08 +0000 |
commit | 50138c296d173fa18bcaab813536238f121882ce (patch) | |
tree | 65f090ecd8edb23cd065434480faa23768b6d314 /media-sound/k3guitune/files | |
parent | Stable on ppc. (diff) | |
download | gentoo-2-50138c296d173fa18bcaab813536238f121882ce.tar.gz gentoo-2-50138c296d173fa18bcaab813536238f121882ce.tar.bz2 gentoo-2-50138c296d173fa18bcaab813536238f121882ce.zip |
Change the ebuild to use the kde eclass.
(Portage version: 2.0.51.19)
Diffstat (limited to 'media-sound/k3guitune/files')
-rw-r--r-- | media-sound/k3guitune/files/k3guitune-0.4.1-configure.patch | 75 |
1 files changed, 75 insertions, 0 deletions
diff --git a/media-sound/k3guitune/files/k3guitune-0.4.1-configure.patch b/media-sound/k3guitune/files/k3guitune-0.4.1-configure.patch new file mode 100644 index 000000000000..de1e258c9a1a --- /dev/null +++ b/media-sound/k3guitune/files/k3guitune-0.4.1-configure.patch @@ -0,0 +1,75 @@ +diff -Nur k3guitune-0.4.1.orig/configure k3guitune-0.4.1/configure +--- k3guitune-0.4.1.orig/configure 2004-08-18 15:10:29.000000000 +0200 ++++ k3guitune-0.4.1/configure 2005-04-03 18:41:51.000000000 +0200 +@@ -14073,71 +14073,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 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:$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 |