summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimone Gotti <motaboy@gentoo.org>2005-02-05 15:19:03 +0000
committerSimone Gotti <motaboy@gentoo.org>2005-02-05 15:19:03 +0000
commit2f57faaf61610451ed10a7e23633fdbd08adfd82 (patch)
tree46d32113d6eea3827ecbf365797d32db2ca88e4b /app-office/kmymoney2
parentsys-fs/unionfs vserver IUSE flag (diff)
downloadgentoo-2-2f57faaf61610451ed10a7e23633fdbd08adfd82.tar.gz
gentoo-2-2f57faaf61610451ed10a7e23633fdbd08adfd82.tar.bz2
gentoo-2-2f57faaf61610451ed10a7e23633fdbd08adfd82.zip
Add a configure script patch to honor the arts USE flag. Fixes bug #80461.
(Portage version: 2.0.51-r15)
Diffstat (limited to 'app-office/kmymoney2')
-rw-r--r--app-office/kmymoney2/ChangeLog8
-rw-r--r--app-office/kmymoney2/files/kmymoney2-0.6.2-configure-arts.patch142
-rw-r--r--app-office/kmymoney2/files/kmymoney2-0.6.4-configure-arts.patch142
-rw-r--r--app-office/kmymoney2/kmymoney2-0.6.2.ebuild7
-rw-r--r--app-office/kmymoney2/kmymoney2-0.6.4.ebuild7
5 files changed, 303 insertions, 3 deletions
diff --git a/app-office/kmymoney2/ChangeLog b/app-office/kmymoney2/ChangeLog
index 9150cd5b28ba..09d0f5682869 100644
--- a/app-office/kmymoney2/ChangeLog
+++ b/app-office/kmymoney2/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for app-office/kmymoney2
# Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-office/kmymoney2/ChangeLog,v 1.20 2005/01/23 19:15:42 centic Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-office/kmymoney2/ChangeLog,v 1.21 2005/02/05 15:19:03 motaboy Exp $
+
+ 05 Feb 2005; Simone Gotti <motaboy@gentoo.org>
+ +files/kmymoney2-0.6.2-configure-arts.patch,
+ +files/kmymoney2-0.6.4-configure-arts.patch, kmymoney2-0.6.2.ebuild,
+ kmymoney2-0.6.4.ebuild:
+ Add a configure script patch to honor the arts USE flag. Fixes bug #80461.
*kmymoney2-0.6.4 (23 Jan 2005)
diff --git a/app-office/kmymoney2/files/kmymoney2-0.6.2-configure-arts.patch b/app-office/kmymoney2/files/kmymoney2-0.6.2-configure-arts.patch
new file mode 100644
index 000000000000..85d2d10be62b
--- /dev/null
+++ b/app-office/kmymoney2/files/kmymoney2-0.6.2-configure-arts.patch
@@ -0,0 +1,142 @@
+--- configure.orig 2005-02-05 16:01:37.622988944 +0000
++++ configure 2005-02-05 16:01:45.342815352 +0000
+@@ -14245,139 +14245,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
+- 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 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:$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
diff --git a/app-office/kmymoney2/files/kmymoney2-0.6.4-configure-arts.patch b/app-office/kmymoney2/files/kmymoney2-0.6.4-configure-arts.patch
new file mode 100644
index 000000000000..85d2d10be62b
--- /dev/null
+++ b/app-office/kmymoney2/files/kmymoney2-0.6.4-configure-arts.patch
@@ -0,0 +1,142 @@
+--- configure.orig 2005-02-05 16:01:37.622988944 +0000
++++ configure 2005-02-05 16:01:45.342815352 +0000
+@@ -14245,139 +14245,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
+- 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 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:$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
diff --git a/app-office/kmymoney2/kmymoney2-0.6.2.ebuild b/app-office/kmymoney2/kmymoney2-0.6.2.ebuild
index 85a00d438720..fbdb8637b066 100644
--- a/app-office/kmymoney2/kmymoney2-0.6.2.ebuild
+++ b/app-office/kmymoney2/kmymoney2-0.6.2.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-office/kmymoney2/kmymoney2-0.6.2.ebuild,v 1.5 2005/01/01 15:35:35 eradicator Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-office/kmymoney2/kmymoney2-0.6.2.ebuild,v 1.6 2005/02/05 15:19:03 motaboy Exp $
inherit kde
@@ -18,3 +18,8 @@ DEPEND="dev-libs/libxml2
dev-cpp/libxmlpp"
need-kde 3
+src_unpack() {
+ kde_src_unpack
+
+ use arts || epatch ${FILESDIR}/${P}-configure-arts.patch
+}
diff --git a/app-office/kmymoney2/kmymoney2-0.6.4.ebuild b/app-office/kmymoney2/kmymoney2-0.6.4.ebuild
index bb2985cc07df..b658cc0219b0 100644
--- a/app-office/kmymoney2/kmymoney2-0.6.4.ebuild
+++ b/app-office/kmymoney2/kmymoney2-0.6.4.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-office/kmymoney2/kmymoney2-0.6.4.ebuild,v 1.1 2005/01/23 19:15:42 centic Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-office/kmymoney2/kmymoney2-0.6.4.ebuild,v 1.2 2005/02/05 15:19:03 motaboy Exp $
inherit kde
@@ -18,3 +18,8 @@ DEPEND="dev-libs/libxml2
dev-cpp/libxmlpp"
need-kde 3
+src_unpack() {
+ kde_src_unpack
+
+ use arts || epatch ${FILESDIR}/${P}-configure-arts.patch
+}