diff options
author | Simone Gotti <motaboy@gentoo.org> | 2004-10-18 21:28:37 +0000 |
---|---|---|
committer | Simone Gotti <motaboy@gentoo.org> | 2004-10-18 21:28:37 +0000 |
commit | 605a834f9c71faaeee9438f168b24b1c7cc915ad (patch) | |
tree | 63baafde99c12a0a8c409a1876990bef5c250a85 /net-misc/kwebget/files | |
parent | new version (Manifest recommit) (diff) | |
download | gentoo-2-605a834f9c71faaeee9438f168b24b1c7cc915ad.tar.gz gentoo-2-605a834f9c71faaeee9438f168b24b1c7cc915ad.tar.bz2 gentoo-2-605a834f9c71faaeee9438f168b24b1c7cc915ad.zip |
New ebuild. Thanks to Cyrille Berger, see bug #67750. Added a patch to configure to honor the "arts" USE flag.
Diffstat (limited to 'net-misc/kwebget/files')
-rw-r--r-- | net-misc/kwebget/files/digest-kwebget-0.8.1 | 1 | ||||
-rw-r--r-- | net-misc/kwebget/files/kwebget-0.8.1-configure.patch | 135 |
2 files changed, 136 insertions, 0 deletions
diff --git a/net-misc/kwebget/files/digest-kwebget-0.8.1 b/net-misc/kwebget/files/digest-kwebget-0.8.1 new file mode 100644 index 000000000000..7d6da9ec94ed --- /dev/null +++ b/net-misc/kwebget/files/digest-kwebget-0.8.1 @@ -0,0 +1 @@ +MD5 0143a6e092da11000bafe6c71912247c kwebget-0.8.1.tar.bz2 990308 diff --git a/net-misc/kwebget/files/kwebget-0.8.1-configure.patch b/net-misc/kwebget/files/kwebget-0.8.1-configure.patch new file mode 100644 index 000000000000..2b5de52a5d7d --- /dev/null +++ b/net-misc/kwebget/files/kwebget-0.8.1-configure.patch @@ -0,0 +1,135 @@ +--- configure.orig 2004-10-18 20:30:25.583525536 +0000 ++++ configure 2004-10-18 20:30:59.453376536 +0000 +@@ -20552,131 +20552,7 @@ + + fi + +- echo "$as_me:20555: 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:20600: result: not found" >&5 +-echo "${ECHO_T}not found" >&6 +- +- { { echo "$as_me:20603: 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:20612: result: $kde_cv_path" >&5 +-echo "${ECHO_T}$kde_cv_path" >&6 +- MCOPIDL=$kde_cv_path +- +- fi +- +- echo "$as_me:20618: 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:20663: result: not found" >&5 +-echo "${ECHO_T}not found" >&6 +- +- { { echo "$as_me:20666: 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:20675: result: $kde_cv_path" >&5 +-echo "${ECHO_T}$kde_cv_path" >&6 +- ARTSCCONFIG=$kde_cv_path +- +- fi ++ + + echo "$as_me:20681: checking for kde-config" >&5 + echo $ECHO_N "checking for kde-config... $ECHO_C" >&6 |