summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDiego Elio Pettenò <flameeyes@gentoo.org>2006-07-26 07:35:18 +0000
committerDiego Elio Pettenò <flameeyes@gentoo.org>2006-07-26 07:35:18 +0000
commit7b67616495c7b2fa5896f8eaf864c715cacf062a (patch)
tree6aec73bac53e69bb6c169a42c22a64a510db0e6f /kde-base/smoke
parentinital commit. Thanks to everyone contributed in bug #27861 (diff)
downloadgentoo-2-7b67616495c7b2fa5896f8eaf864c715cacf062a.tar.gz
gentoo-2-7b67616495c7b2fa5896f8eaf864c715cacf062a.tar.bz2
gentoo-2-7b67616495c7b2fa5896f8eaf864c715cacf062a.zip
Extract the whole kalyptus sources or it fails on some cases. Reported by Juergen Rose in bug #141685.
(Portage version: 2.1.1_pre3-r4)
Diffstat (limited to 'kde-base/smoke')
-rw-r--r--kde-base/smoke/ChangeLog6
-rw-r--r--kde-base/smoke/smoke-3.5.2.ebuild7
2 files changed, 10 insertions, 3 deletions
diff --git a/kde-base/smoke/ChangeLog b/kde-base/smoke/ChangeLog
index 7537a5d090b3..524e95eb3dca 100644
--- a/kde-base/smoke/ChangeLog
+++ b/kde-base/smoke/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for kde-base/smoke
# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/kde-base/smoke/ChangeLog,v 1.35 2006/07/25 10:49:59 flameeyes Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-base/smoke/ChangeLog,v 1.36 2006/07/26 07:35:18 flameeyes Exp $
+
+ 26 Jul 2006; Diego Pettenò <flameeyes@gentoo.org> smoke-3.5.2.ebuild:
+ Extract the whole kalyptus sources or it fails on some cases. Reported by
+ Juergen Rose in bug #141685.
25 Jul 2006; Diego Pettenò <flameeyes@gentoo.org> -smoke-3.3.1.ebuild:
Drop 3.3 versions.
diff --git a/kde-base/smoke/smoke-3.5.2.ebuild b/kde-base/smoke/smoke-3.5.2.ebuild
index 431f91650669..b6cd1bdc9037 100644
--- a/kde-base/smoke/smoke-3.5.2.ebuild
+++ b/kde-base/smoke/smoke-3.5.2.ebuild
@@ -1,9 +1,9 @@
# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/kde-base/smoke/smoke-3.5.2.ebuild,v 1.8 2006/07/25 09:37:29 flameeyes Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-base/smoke/smoke-3.5.2.ebuild,v 1.9 2006/07/26 07:35:18 flameeyes Exp $
KMNAME=kdebindings
-KMEXTRACTONLY="kalyptus/kalyptus kalyptus/*.pm"
+KMEXTRACTONLY="kalyptus/"
KM_MAKEFILESREV=1
MAXKDEVER=3.5.4
KM_DEPRANGE="$PV $MAXKDEVER"
@@ -25,6 +25,9 @@ PATCHES="$FILESDIR/no-gtk-glib-check.diff"
# so it's best to turn it off here. (I don't have that much RAM, so can't estimate
# how much would be enough, but it's at least that much... --danarmak)
src_compile() {
+ # Remove this to avoid strange errors
+ rm -f "${S}/kalyptus/configure.in"
+
kde-meta_src_compile myconf
# override myconf's setting of enable-final
myconf="$myconf --disable-final"