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
commitb68e5dd1d8b92aca06fb56c5194a06cc6621aed5 (patch)
treeda4fab63cfe85a3b9706155ac4f62ef0a00ffed5 /x11-misc/superkaramba
parentMarked ppc64; bug #69668 (diff)
downloadhistorical-b68e5dd1d8b92aca06fb56c5194a06cc6621aed5.tar.gz
historical-b68e5dd1d8b92aca06fb56c5194a06cc6621aed5.tar.bz2
historical-b68e5dd1d8b92aca06fb56c5194a06cc6621aed5.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/superkaramba')
-rw-r--r--x11-misc/superkaramba/ChangeLog7
-rw-r--r--x11-misc/superkaramba/Manifest8
-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
5 files changed, 169 insertions, 8 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/Manifest b/x11-misc/superkaramba/Manifest
index acff879c9f7b..412e02f7ea59 100644
--- a/x11-misc/superkaramba/Manifest
+++ b/x11-misc/superkaramba/Manifest
@@ -1,8 +1,10 @@
-MD5 cc6c5376c567b790611afd5624d339f0 ChangeLog 3289
+MD5 4096e4611285c907ecc3685406ab91db superkaramba-0.34.ebuild 1024
MD5 4af9dfedde94355b9e32300372cda3a0 superkaramba-0.33-r1.ebuild 1013
-MD5 104657f8d3058e2f83e25452e9cae1d9 superkaramba-0.34.ebuild 910
-MD5 e22128955d4c0c335105f1f4afc16c22 files/digest-superkaramba-0.33-r1 70
+MD5 bffc9137e1fa5ed23eec2c6fafa887e4 ChangeLog 3527
+MD5 96a4184e1e3325923219a5f96a5511a5 metadata.xml 163
MD5 3707ced975dbb7ed6431b0d4d783c9a2 files/digest-superkaramba-0.34 70
+MD5 cd41af5125faa130c7a22ae6b158a840 files/superkaramba-0.34-configure.patch 3567
MD5 cdb19bc9b7b5471511929e67dd1ccff5 files/dock-fix.patch 630
+MD5 e22128955d4c0c335105f1f4afc16c22 files/digest-superkaramba-0.33-r1 70
MD5 bc8c6f131298276904d12794a267827c files/gcc-3.4.patch 552
MD5 dfffd46934fc1bbec91ae05eb8ec535b files/karamba-env 60
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