diff options
author | 2005-05-01 23:11:32 +0000 | |
---|---|---|
committer | 2005-05-01 23:11:32 +0000 | |
commit | 48ef34d560a6a9e491ba3a48f0568573e13b0138 (patch) | |
tree | e02425fa3ed9d4c1400d88f5f8ac5699e85702f8 /dev-embedded/pikdev/files | |
parent | added mips64 packages file (diff) | |
download | gentoo-2-48ef34d560a6a9e491ba3a48f0568573e13b0138.tar.gz gentoo-2-48ef34d560a6a9e491ba3a48f0568573e13b0138.tar.bz2 gentoo-2-48ef34d560a6a9e491ba3a48f0568573e13b0138.zip |
remove configure check for arts
(Portage version: 2.0.51.19)
Diffstat (limited to 'dev-embedded/pikdev/files')
-rw-r--r-- | dev-embedded/pikdev/files/digest-pikdev-0.7.1-r2 | 1 | ||||
-rw-r--r-- | dev-embedded/pikdev/files/pikdev-0.7.1-configure-arts.patch | 141 |
2 files changed, 142 insertions, 0 deletions
diff --git a/dev-embedded/pikdev/files/digest-pikdev-0.7.1-r2 b/dev-embedded/pikdev/files/digest-pikdev-0.7.1-r2 new file mode 100644 index 000000000000..c8b55c46f10e --- /dev/null +++ b/dev-embedded/pikdev/files/digest-pikdev-0.7.1-r2 @@ -0,0 +1 @@ +MD5 f806451450b6f2b700398609f99421df pikdev-0.7.1.tar.gz 1056042 diff --git a/dev-embedded/pikdev/files/pikdev-0.7.1-configure-arts.patch b/dev-embedded/pikdev/files/pikdev-0.7.1-configure-arts.patch new file mode 100644 index 000000000000..e63dda972733 --- /dev/null +++ b/dev-embedded/pikdev/files/pikdev-0.7.1-configure-arts.patch @@ -0,0 +1,141 @@ +--- pikdev-0.7.1/configure.orig 2005-05-01 21:03:20.000000000 +0200 ++++ pikdev-0.7.1/configure 2005-05-01 21:05:29.000000000 +0200 +@@ -25061,138 +25061,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 |