diff options
author | Tobias Heinlein <keytoaster@gentoo.org> | 2008-06-07 12:43:42 +0000 |
---|---|---|
committer | Tobias Heinlein <keytoaster@gentoo.org> | 2008-06-07 12:43:42 +0000 |
commit | fe5b5768b82c56debddaf0078f72c75be57edf92 (patch) | |
tree | 401963dc44780f4958914aa7d008961a8f8ff99f /kde-base/smoke | |
parent | replaced the wrongly added single quotes with double quotes (diff) | |
download | historical-fe5b5768b82c56debddaf0078f72c75be57edf92.tar.gz historical-fe5b5768b82c56debddaf0078f72c75be57edf92.tar.bz2 historical-fe5b5768b82c56debddaf0078f72c75be57edf92.zip |
Removed old versions.
Package-Manager: portage-2.2_pre7/cvs/Linux 2.6.25-gentoo-r4 AMD Athlon(tm) 64 X2 Dual Core Processor 4200+
Diffstat (limited to 'kde-base/smoke')
-rw-r--r-- | kde-base/smoke/ChangeLog | 5 | ||||
-rw-r--r-- | kde-base/smoke/smoke-3.5.8.ebuild | 39 |
2 files changed, 4 insertions, 40 deletions
diff --git a/kde-base/smoke/ChangeLog b/kde-base/smoke/ChangeLog index 0fd36e6d60df..8343cab37529 100644 --- a/kde-base/smoke/ChangeLog +++ b/kde-base/smoke/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for kde-base/smoke # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/kde-base/smoke/ChangeLog,v 1.59 2008/05/18 18:29:19 maekke Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/smoke/ChangeLog,v 1.60 2008/06/07 12:12:42 keytoaster Exp $ + + 07 Jun 2008; Tobias Heinlein <keytoaster@gentoo.org> -smoke-3.5.8.ebuild: + Removed old versions. 18 May 2008; Markus Meier <maekke@gentoo.org> smoke-3.5.9.ebuild: amd64/x86 stable, bug #221063 diff --git a/kde-base/smoke/smoke-3.5.8.ebuild b/kde-base/smoke/smoke-3.5.8.ebuild deleted file mode 100644 index abed654311ca..000000000000 --- a/kde-base/smoke/smoke-3.5.8.ebuild +++ /dev/null @@ -1,39 +0,0 @@ -# Copyright 1999-2008 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.7 2008/02/20 18:51:22 armin76 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 - 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 -} |