Note: Due to technical difficulties, the Archives are currently not up to date.
GMANE provides an alternative service for most mailing lists. c.f. bug 424647
List Archive: gentoo-commits
philantrop 07/10/19 23:59:43
Modified: ChangeLog
Added: smoke-3.5.8.ebuild
Log:
Bump to KDE 3.5.8.
(Portage version: 2.1.3.15)
Revision Changes Path
1.49 kde-base/smoke/ChangeLog
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/kde-base/smoke/ChangeLog?rev=1.49&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/kde-base/smoke/ChangeLog?rev=1.49&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/kde-base/smoke/ChangeLog?r1=1.48&r2=1.49
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/kde-base/smoke/ChangeLog,v
retrieving revision 1.48
retrieving revision 1.49
diff -u -r1.48 -r1.49
--- ChangeLog 11 Aug 2007 17:30:29 -0000 1.48
+++ ChangeLog 19 Oct 2007 23:59:42 -0000 1.49
@@ -1,6 +1,11 @@
# ChangeLog for kde-base/smoke
# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/kde-base/smoke/ChangeLog,v 1.48 2007/08/11 17:30:29 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-base/smoke/ChangeLog,v 1.49 2007/10/19 23:59:42 philantrop Exp $
+
+*smoke-3.5.8 (19 Oct 2007)
+
+ 19 Oct 2007; Wulf C. Krueger <philantrop@g.o> +smoke-3.5.8.ebuild:
+ Bump to KDE 3.5.8.
11 Aug 2007; Raúl Porcel <armin76@g.o> smoke-3.5.6.ebuild:
x86 stable wrt #176297
1.1 kde-base/smoke/smoke-3.5.8.ebuild
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/kde-base/smoke/smoke-3.5.8.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/kde-base/smoke/smoke-3.5.8.ebuild?rev=1.1&content-type=text/plain
Index: smoke-3.5.8.ebuild
===================================================================
# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/kde-base/smoke/smoke-3.5.8.ebuild,v 1.1 2007/10/19 23:59:42 philantrop Exp $
KMNAME=kdebindings
KMEXTRACTONLY="kalyptus/"
KM_MAKEFILESREV=1
MAXKDEVER=${PV}
KM_DEPRANGE="$PV $MAXKDEVER"
inherit kde-meta
DESCRIPTION="Scripting Meta Object Kompiler Engine: a language-agnostic bindings generator for qt and kde"
HOMEPAGE="http://developer.kde.org/language-bindings/smoke/"
KEYWORDS="~amd64 ~ppc ~ppc64 ~sparc ~x86"
IUSE=""
DEPEND="dev-lang/perl
dev-python/qscintilla" # QScintilla is an optional dep, there's a configure flag for it, but I don't want
# to introduce a local noqscintilla use flag as it's a light dep.
# Of course it'd be nice if someone told me what the difference is between a smoke
# compiled with and without qscintilla support. --danarmak
PATCHES="$FILESDIR/no-gtk-glib-check.diff"
# enable-final works, but requires at least 1.5GB of RAM to complete without swapping,
# 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"
# Needs patch to fix paralell building again
MAKEOPTS="$MAKEOPTS -j1"
kde-meta_src_compile configure make
}
--
gentoo-commits@g.o mailing list
|
|