summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimone Gotti <motaboy@gentoo.org>2004-11-02 19:22:16 +0000
committerSimone Gotti <motaboy@gentoo.org>2004-11-02 19:22:16 +0000
commit45582060212806d2f72e25eeeca21da26a14a9d0 (patch)
tree629410b42e967017420a26fcf5b65b054cb3f630 /x11-misc
parentMarked ppc64; bug #69668 (Manifest recommit) (diff)
downloadgentoo-2-45582060212806d2f72e25eeeca21da26a14a9d0.tar.gz
gentoo-2-45582060212806d2f72e25eeeca21da26a14a9d0.tar.bz2
gentoo-2-45582060212806d2f72e25eeeca21da26a14a9d0.zip
Added a patch to the configure script to honor the "arts" USE flag. Fixes bug #69681. Stable on x86.
Diffstat (limited to 'x11-misc')
-rw-r--r--x11-misc/superkaramba/ChangeLog7
-rw-r--r--x11-misc/superkaramba/files/superkaramba-0.34-configure.patch141
-rw-r--r--x11-misc/superkaramba/metadata.xml5
-rw-r--r--x11-misc/superkaramba/superkaramba-0.34.ebuild16
4 files changed, 164 insertions, 5 deletions
diff --git a/x11-misc/superkaramba/ChangeLog b/x11-misc/superkaramba/ChangeLog
index b5ed1984d546..cacd96c6826e 100644
--- a/x11-misc/superkaramba/ChangeLog
+++ b/x11-misc/superkaramba/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for x11-misc/superkaramba
# Copyright 2000-2004 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/superkaramba/ChangeLog,v 1.23 2004/09/02 22:49:41 pvdabeel Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/superkaramba/ChangeLog,v 1.24 2004/11/02 19:22:16 motaboy Exp $
+
+ 02 Nov 2004; Simone Gotti <motaboy@gentoo.org> +metadata.xml,
+ +files/superkaramba-0.34-configure.patch, superkaramba-0.34.ebuild:
+ Added a patch to the configure script to honor the "arts" USE flag. Fixes bug
+ #69681. Stable on x86
03 Sep 2004; Pieter Van den Abeele <pvdabeel@gentoo.org>
superkaramba-0.34.ebuild:
diff --git a/x11-misc/superkaramba/files/superkaramba-0.34-configure.patch b/x11-misc/superkaramba/files/superkaramba-0.34-configure.patch
new file mode 100644
index 000000000000..0402c7226136
--- /dev/null
+++ b/x11-misc/superkaramba/files/superkaramba-0.34-configure.patch
@@ -0,0 +1,141 @@
+--- configure.orig 2004-11-02 18:37:43.000000000 +0100
++++ configure 2004-11-02 18:40:13.000000000 +0100
+@@ -23868,138 +23868,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
diff --git a/x11-misc/superkaramba/metadata.xml b/x11-misc/superkaramba/metadata.xml
new file mode 100644
index 000000000000..ec42e9fd586b
--- /dev/null
+++ b/x11-misc/superkaramba/metadata.xml
@@ -0,0 +1,5 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+<herd>kde-other</herd>
+</pkgmetadata>
diff --git a/x11-misc/superkaramba/superkaramba-0.34.ebuild b/x11-misc/superkaramba/superkaramba-0.34.ebuild
index b217504a6b17..fa45ffa7f0cd 100644
--- a/x11-misc/superkaramba/superkaramba-0.34.ebuild
+++ b/x11-misc/superkaramba/superkaramba-0.34.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/x11-misc/superkaramba/superkaramba-0.34.ebuild,v 1.2 2004/09/02 22:49:41 pvdabeel Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/superkaramba/superkaramba-0.34.ebuild,v 1.3 2004/11/02 19:22:16 motaboy Exp $
inherit kde eutils
@@ -10,12 +10,20 @@ SRC_URI="mirror://sourceforge/netdragon/${P}.tar.gz"
SLOT="0"
LICENSE="GPL-2"
-KEYWORDS="~x86 ppc ~sparc ~amd64"
+KEYWORDS="x86 ppc ~sparc ~amd64"
IUSE="doc"
-need-kde 3
+DEPEND="dev-lang/python"
-src_install () {
+need-kde 3.2
+
+src_unpack() {
+ kde_src_unpack
+
+ useq arts || epatch ${FILESDIR}/${P}-configure.patch
+}
+
+src_install() {
einstall
dodir /usr/share/karamba/themes /usr/share/karamba/bin
keepdir /usr/share/karamba/themes /usr/share/karamba/bin