diff options
author | Carsten Lohrke <carlo@gentoo.org> | 2005-05-07 19:13:00 +0000 |
---|---|---|
committer | Carsten Lohrke <carlo@gentoo.org> | 2005-05-07 19:13:00 +0000 |
commit | 2dda53bb9d12a7952e42d6552b789c88705b0f03 (patch) | |
tree | 4d9247861e96bfb8d1d159401c0f3ffddb83702a /dev-util | |
parent | dependency correction (diff) | |
download | historical-2dda53bb9d12a7952e42d6552b789c88705b0f03.tar.gz historical-2dda53bb9d12a7952e42d6552b789c88705b0f03.tar.bz2 historical-2dda53bb9d12a7952e42d6552b789c88705b0f03.zip |
remove configure check for arts
Package-Manager: portage-2.0.51.19
Diffstat (limited to 'dev-util')
-rw-r--r-- | dev-util/kprof/ChangeLog | 6 | ||||
-rw-r--r-- | dev-util/kprof/Manifest | 5 | ||||
-rw-r--r-- | dev-util/kprof/files/kprof-1.4.3-configure-arts.diff | 185 | ||||
-rw-r--r-- | dev-util/kprof/kprof-1.4.3.ebuild | 8 |
4 files changed, 199 insertions, 5 deletions
diff --git a/dev-util/kprof/ChangeLog b/dev-util/kprof/ChangeLog index e0ca0487cc9d..650ede8657d6 100644 --- a/dev-util/kprof/ChangeLog +++ b/dev-util/kprof/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-util/kprof # Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/kprof/ChangeLog,v 1.9 2005/05/07 15:43:03 dholm Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/kprof/ChangeLog,v 1.10 2005/05/07 19:13:00 carlo Exp $ + + 07 May 2005; Carsten Lohrke <carlo@gentoo.org> + +files/kprof-1.4.3-configure-arts.diff, kprof-1.4.3.ebuild: + remove configure check for arts 07 May 2005; David Holm <dholm@gentoo.org> kprof-1.4.3.ebuild: Added to ~ppc. diff --git a/dev-util/kprof/Manifest b/dev-util/kprof/Manifest index 98f0760b9a5d..776dbe4dbb5c 100644 --- a/dev-util/kprof/Manifest +++ b/dev-util/kprof/Manifest @@ -1,4 +1,5 @@ -MD5 a90b08dd8b9dc9594fd77c66a2759906 ChangeLog 1059 +MD5 42122e99110f7d7475fab8e4c48b60fb kprof-1.4.3.ebuild 611 +MD5 e37a29e21a313efa2b7e8e97379be20e ChangeLog 1206 MD5 acc03a4b12bb0433a57e95bd253b9501 metadata.xml 156 -MD5 33d49ebdad14686ea2500f26d7346c22 kprof-1.4.3.ebuild 527 MD5 520114cc01161034987be7e7d1433076 files/digest-kprof-1.4.3 64 +MD5 445a7cf4aac8795bbdbb620e14eceb5e files/kprof-1.4.3-configure-arts.diff 4399 diff --git a/dev-util/kprof/files/kprof-1.4.3-configure-arts.diff b/dev-util/kprof/files/kprof-1.4.3-configure-arts.diff new file mode 100644 index 000000000000..1929f5d4ff79 --- /dev/null +++ b/dev-util/kprof/files/kprof-1.4.3-configure-arts.diff @@ -0,0 +1,185 @@ +--- configure.orig 2005-05-07 20:58:28.000000000 +0200 ++++ configure 2005-05-07 20:59:22.000000000 +0200 +@@ -8270,182 +8270,6 @@ + fi + + +- echo $ac_n "checking for mcopidl""... $ac_c" 1>&6 +-echo "configure:8275: checking for mcopidl" >&5 +- if test -n "$MCOPIDL"; then +- kde_cv_path="$MCOPIDL"; +- else +- kde_cache=`echo mcopidl | sed 'y%./+-%__p_%'` +- +- if eval "test \"`echo '$''{'kde_cv_path_$kde_cache'+set}'`\" = set"; then +- echo $ac_n "(cached) $ac_c" 1>&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 "$ac_t""not found" 1>&6 +- +- { echo "configure: error: The important program mcopidl was not found! +-Please check whether you installed KDE correctly. +-" 1>&2; exit 1; } +- +- else +- echo "$ac_t""$kde_cv_path" 1>&6 +- MCOPIDL=$kde_cv_path +- +- fi +- +- +- echo $ac_n "checking for artsc-config""... $ac_c" 1>&6 +-echo "configure:8335: checking for artsc-config" >&5 +- if test -n "$ARTSCCONFIG"; then +- kde_cv_path="$ARTSCCONFIG"; +- else +- kde_cache=`echo artsc-config | sed 'y%./+-%__p_%'` +- +- if eval "test \"`echo '$''{'kde_cv_path_$kde_cache'+set}'`\" = set"; then +- echo $ac_n "(cached) $ac_c" 1>&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 "$ac_t""not found" 1>&6 +- +- { echo "configure: error: The important program artsc-config was not found! +-Please check whether you installed KDE correctly. +-" 1>&2; exit 1; } +- +- else +- echo "$ac_t""$kde_cv_path" 1>&6 +- ARTSCCONFIG=$kde_cv_path +- +- fi +- +- +- echo $ac_n "checking for kde-config""... $ac_c" 1>&6 +-echo "configure:8395: checking for kde-config" >&5 +- if test -n "$KDECONFIG"; then +- kde_cv_path="$KDECONFIG"; +- else +- kde_cache=`echo kde-config | sed 'y%./+-%__p_%'` +- +- if eval "test \"`echo '$''{'kde_cv_path_$kde_cache'+set}'`\" = set"; then +- echo $ac_n "(cached) $ac_c" 1>&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/kde-config"; then +- if test -n "" +- then +- evalstr="$dir/kde-config 2>&1 " +- if eval $evalstr; then +- kde_cv_path="$dir/kde-config" +- break +- fi +- else +- kde_cv_path="$dir/kde-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 "$ac_t""not found" 1>&6 +- +- else +- echo "$ac_t""$kde_cv_path" 1>&6 +- KDECONFIG=$kde_cv_path +- +- fi +- +- + echo $ac_n "checking for meinproc""... $ac_c" 1>&6 + echo "configure:8451: checking for meinproc" >&5 + if test -n "$MEINPROC"; then diff --git a/dev-util/kprof/kprof-1.4.3.ebuild b/dev-util/kprof/kprof-1.4.3.ebuild index 390d6ccd2ee0..be63449ec3c3 100644 --- a/dev-util/kprof/kprof-1.4.3.ebuild +++ b/dev-util/kprof/kprof-1.4.3.ebuild @@ -1,8 +1,8 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/kprof/kprof-1.4.3.ebuild,v 1.4 2005/05/07 15:43:03 dholm Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/kprof/kprof-1.4.3.ebuild,v 1.5 2005/05/07 19:13:00 carlo Exp $ -inherit kde +inherit kde eutils S=${WORKDIR}/${PN} @@ -17,3 +17,7 @@ IUSE="" need-kde 3 +src_unpack(){ + kde_src_unpack + epatch ${FILESDIR}/${P}-configure-arts.diff +} |