summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarcus D. Hanwell <cryos@gentoo.org>2005-12-07 23:24:50 +0000
committerMarcus D. Hanwell <cryos@gentoo.org>2005-12-07 23:24:50 +0000
commit5695f173ca76e8c3484ffa0d073e8b4829f3d92a (patch)
treea3e9da56ec950ddb8c5d4a7e5b8e1bbaec5b7fe1 /kde-misc
parentSync with latest cvs and add patch to support more superh targets. (diff)
downloadgentoo-2-5695f173ca76e8c3484ffa0d073e8b4829f3d92a.tar.gz
gentoo-2-5695f173ca76e8c3484ffa0d073e8b4829f3d92a.tar.bz2
gentoo-2-5695f173ca76e8c3484ffa0d073e8b4829f3d92a.zip
Marked ~amd64, also added arts configure patch closing bug 107730.
(Portage version: 2.0.53)
Diffstat (limited to 'kde-misc')
-rw-r--r--kde-misc/kalbum/ChangeLog8
-rw-r--r--kde-misc/kalbum/files/kalbum-0.8.0-configure-arts.patch130
-rw-r--r--kde-misc/kalbum/kalbum-0.8.0.ebuild7
3 files changed, 140 insertions, 5 deletions
diff --git a/kde-misc/kalbum/ChangeLog b/kde-misc/kalbum/ChangeLog
index dc78c801005b..5ca36f6ee95f 100644
--- a/kde-misc/kalbum/ChangeLog
+++ b/kde-misc/kalbum/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for kde-misc/kalbum
-# Copyright 2003-2004 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/kde-misc/kalbum/ChangeLog,v 1.2 2004/10/31 01:17:35 swegener Exp $
+# Copyright 2003-2005 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/kde-misc/kalbum/ChangeLog,v 1.3 2005/12/07 23:24:50 cryos Exp $
+
+ 07 Dec 2005; Marcus D. Hanwell <cryos@gentoo.org>
+ +files/kalbum-0.8.0-configure-arts.patch, kalbum-0.8.0.ebuild:
+ Marked ~amd64, also added arts configure patch closing bug 107730.
*kalbum-0.8.0 (31 Oct 2004)
diff --git a/kde-misc/kalbum/files/kalbum-0.8.0-configure-arts.patch b/kde-misc/kalbum/files/kalbum-0.8.0-configure-arts.patch
new file mode 100644
index 000000000000..bb01bf0e4788
--- /dev/null
+++ b/kde-misc/kalbum/files/kalbum-0.8.0-configure-arts.patch
@@ -0,0 +1,130 @@
+--- configure.orig 2005-12-07 23:15:56.000000000 +0000
++++ configure 2005-12-07 23:16:28.000000000 +0000
+@@ -8269,127 +8269,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
diff --git a/kde-misc/kalbum/kalbum-0.8.0.ebuild b/kde-misc/kalbum/kalbum-0.8.0.ebuild
index a515cd544a1d..91ab2800f6d6 100644
--- a/kde-misc/kalbum/kalbum-0.8.0.ebuild
+++ b/kde-misc/kalbum/kalbum-0.8.0.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2004 Gentoo Foundation
+# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/kde-misc/kalbum/kalbum-0.8.0.ebuild,v 1.1 2004/10/30 23:31:30 carlo Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-misc/kalbum/kalbum-0.8.0.ebuild,v 1.2 2005/12/07 23:24:50 cryos Exp $
inherit kde
@@ -9,10 +9,11 @@ DESCRIPTION="A photo album generator for KDE 3.x"
SRC_URI="http://www.paldandy.com/kalbum/data/${P}/${P}.tar.bz2"
HOMEPAGE="http://www.paldandy.com/kalbum/"
LICENSE="GPL-2"
-KEYWORDS="x86 ppc sparc"
+KEYWORDS="~amd64 ppc sparc x86"
need-kde 3
+PATCHES="${FILESDIR}/${P}-configure-arts.patch"
src_install() {