summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJonathan Callen <abcd@gentoo.org>2009-10-12 23:20:15 +0000
committerJonathan Callen <abcd@gentoo.org>2009-10-12 23:20:15 +0000
commitec1393cf077261a72e1ce45ff817dcedfed15d3a (patch)
tree59b2325aafb049bb5aae17c94d0710b56be39a6d /kde-base/smoke
parentKDE 3.5.9 removal (diff)
downloadgentoo-2-ec1393cf077261a72e1ce45ff817dcedfed15d3a.tar.gz
gentoo-2-ec1393cf077261a72e1ce45ff817dcedfed15d3a.tar.bz2
gentoo-2-ec1393cf077261a72e1ce45ff817dcedfed15d3a.zip
KDE 3.5.9 removal
(Portage version: -svn/cvs/Linux i686)
Diffstat (limited to 'kde-base/smoke')
-rw-r--r--kde-base/smoke/ChangeLog5
-rw-r--r--kde-base/smoke/smoke-3.5.9.ebuild41
2 files changed, 4 insertions, 42 deletions
diff --git a/kde-base/smoke/ChangeLog b/kde-base/smoke/ChangeLog
index d1c14575b466..45c689231dda 100644
--- a/kde-base/smoke/ChangeLog
+++ b/kde-base/smoke/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for kde-base/smoke
# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/kde-base/smoke/ChangeLog,v 1.75 2009/10/12 05:45:35 abcd Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-base/smoke/ChangeLog,v 1.76 2009/10/12 23:20:15 abcd Exp $
+
+ 12 Oct 2009; Jonathan Callen <abcd@gentoo.org> -smoke-3.5.9.ebuild:
+ KDE 3.5.9 removal
12 Oct 2009; Jonathan Callen <abcd@gentoo.org> smoke-3.5.9.ebuild,
smoke-3.5.10.ebuild:
diff --git a/kde-base/smoke/smoke-3.5.9.ebuild b/kde-base/smoke/smoke-3.5.9.ebuild
deleted file mode 100644
index b5ac2cb11e0b..000000000000
--- a/kde-base/smoke/smoke-3.5.9.ebuild
+++ /dev/null
@@ -1,41 +0,0 @@
-# Copyright 1999-2009 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/kde-base/smoke/smoke-3.5.9.ebuild,v 1.7 2009/10/12 05:45:35 abcd Exp $
-
-KMNAME=kdebindings
-KMEXTRACTONLY="kalyptus/"
-KM_MAKEFILESREV=1
-EAPI="1"
-inherit kde-meta
-
-DESCRIPTION="Scripting Meta Object Kompiler Engine: a language-agnostic bindings generator for qt and kde"
-HOMEPAGE="http://techbase.kde.org/Development/Languages/smoke/"
-KEYWORDS="amd64 ppc ppc64 sparc x86"
-IUSE=""
-
-DEPEND="dev-lang/perl
- x11-libs/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
-}