diff options
author | Simone Gotti <motaboy@gentoo.org> | 2004-10-21 21:38:43 +0000 |
---|---|---|
committer | Simone Gotti <motaboy@gentoo.org> | 2004-10-21 21:38:43 +0000 |
commit | 19845b795b4ff944c64ee74cd88c0006ae8e6e72 (patch) | |
tree | 584e971cde8bc8e07eba64cb77421fa6942cb562 /app-editors | |
parent | stable on alpha and ia64 (diff) | |
download | historical-19845b795b4ff944c64ee74cd88c0006ae8e6e72.tar.gz historical-19845b795b4ff944c64ee74cd88c0006ae8e6e72.tar.bz2 historical-19845b795b4ff944c64ee74cd88c0006ae8e6e72.zip |
Added a patch to configure to honor the "arts" USE flag.
Diffstat (limited to 'app-editors')
-rw-r--r-- | app-editors/kxmleditor/ChangeLog | 6 | ||||
-rw-r--r-- | app-editors/kxmleditor/Manifest | 5 | ||||
-rw-r--r-- | app-editors/kxmleditor/files/kxmleditor-1.1.3-configure.patch | 143 | ||||
-rw-r--r-- | app-editors/kxmleditor/kxmleditor-1.1.3.ebuild | 7 |
4 files changed, 157 insertions, 4 deletions
diff --git a/app-editors/kxmleditor/ChangeLog b/app-editors/kxmleditor/ChangeLog index 5eb0bdd346a3..9311e90fb6ed 100644 --- a/app-editors/kxmleditor/ChangeLog +++ b/app-editors/kxmleditor/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for app-editors/kxmleditor # Copyright 2002-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-editors/kxmleditor/ChangeLog,v 1.17 2004/10/05 12:19:43 pvdabeel Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/kxmleditor/ChangeLog,v 1.18 2004/10/21 21:38:43 motaboy Exp $ + + 21 Oct 2004; Simone Gotti <motaboy@gentoo.org> + +files/kxmleditor-1.1.3-configure.patch, kxmleditor-1.1.3.ebuild: + Added a patch to configure to honor the "arts" USE flag. 05 Oct 2004; Pieter Van den Abeele <pvdabeel@gentoo.org> kxmleditor-1.0.0.ebuild, kxmleditor-1.1.3.ebuild: diff --git a/app-editors/kxmleditor/Manifest b/app-editors/kxmleditor/Manifest index 45b30700f5ee..9c6bc54d21a9 100644 --- a/app-editors/kxmleditor/Manifest +++ b/app-editors/kxmleditor/Manifest @@ -1,7 +1,8 @@ -MD5 5da645e68221bd42c40fa8ba48a2a952 ChangeLog 2330 MD5 257edbd837d3e74fe5f427d628eb18d2 kxmleditor-1.0.0.ebuild 485 -MD5 35d7324d4893ea8ad26a82d2422b6940 kxmleditor-1.1.3.ebuild 494 +MD5 9abd70863c895e1393f231c0dcd09b38 kxmleditor-1.1.3.ebuild 583 +MD5 5789b7968fbf4a753995f3857d5a858d ChangeLog 2506 MD5 1b6808bbd78c9161f8b7efb090d966f8 metadata.xml 162 MD5 c1878e630895dbd0fec350d0d898e3d2 files/digest-kxmleditor-1.0.0 69 MD5 59b6e45d8311093734c9107cd6561e86 files/digest-kxmleditor-1.1.3 69 MD5 848bbac8ddef072cb80cb5707f5fbf15 files/kxmleditor-0.8-gcc3.diff 532 +MD5 f18c7751b8545449f5aa42664ea06d92 files/kxmleditor-1.1.3-configure.patch 3574 diff --git a/app-editors/kxmleditor/files/kxmleditor-1.1.3-configure.patch b/app-editors/kxmleditor/files/kxmleditor-1.1.3-configure.patch new file mode 100644 index 000000000000..baa52209c5f6 --- /dev/null +++ b/app-editors/kxmleditor/files/kxmleditor-1.1.3-configure.patch @@ -0,0 +1,143 @@ +--- configure.orig 2004-10-21 23:19:26.889996584 +0200 ++++ configure 2004-10-21 23:22:34.475479256 +0200 +@@ -23933,139 +23933,7 @@ + + 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 diff --git a/app-editors/kxmleditor/kxmleditor-1.1.3.ebuild b/app-editors/kxmleditor/kxmleditor-1.1.3.ebuild index ee8ea1c2686e..4c57d6c8bd65 100644 --- a/app-editors/kxmleditor/kxmleditor-1.1.3.ebuild +++ b/app-editors/kxmleditor/kxmleditor-1.1.3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-editors/kxmleditor/kxmleditor-1.1.3.ebuild,v 1.3 2004/10/05 12:19:43 pvdabeel Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/kxmleditor/kxmleditor-1.1.3.ebuild,v 1.4 2004/10/21 21:38:43 motaboy Exp $ inherit kde @@ -14,3 +14,8 @@ KEYWORDS="x86 ppc ~amd64 sparc" IUSE="" need-kde 3.1 + +src_unpack() { + kde_src_unpack + ! useq arts && epatch ${FILESDIR}/${P}-configure.patch +} |