summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDiego Elio Pettenò <flameeyes@gentoo.org>2006-04-06 03:25:05 +0000
committerDiego Elio Pettenò <flameeyes@gentoo.org>2006-04-06 03:25:05 +0000
commit5febf651091ffd01319c04cd22c5d2c330a37012 (patch)
treebfa845f5868ca8c1141d52880e83c1c4001e5259 /kde-base
parentCleanup of old KDE 3.5.0 and 3.5.1 ebuild.s (diff)
downloadgentoo-2-5febf651091ffd01319c04cd22c5d2c330a37012.tar.gz
gentoo-2-5febf651091ffd01319c04cd22c5d2c330a37012.tar.bz2
gentoo-2-5febf651091ffd01319c04cd22c5d2c330a37012.zip
Cleanup of old KDE 3.5.0 and 3.5.1 ebuild.s
(Portage version: 2.1_pre7-r4)
Diffstat (limited to 'kde-base')
-rw-r--r--kde-base/smoke/ChangeLog7
-rw-r--r--kde-base/smoke/files/digest-smoke-3.5.01
-rw-r--r--kde-base/smoke/smoke-3.5.0.ebuild36
3 files changed, 5 insertions, 39 deletions
diff --git a/kde-base/smoke/ChangeLog b/kde-base/smoke/ChangeLog
index 124f89e2fe49..1c8f09f8771b 100644
--- a/kde-base/smoke/ChangeLog
+++ b/kde-base/smoke/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for kde-base/smoke
-# Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/kde-base/smoke/ChangeLog,v 1.26 2006/03/22 20:15:47 danarmak Exp $
+# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/kde-base/smoke/ChangeLog,v 1.27 2006/04/06 03:25:05 flameeyes Exp $
+
+ 06 Apr 2006; Diego Pettenò <flameeyes@gentoo.org> -smoke-3.5.0.ebuild:
+ Removed old 3.5.0/3.5.1 packages.
*smoke-3.5.2 (22 Mar 2006)
diff --git a/kde-base/smoke/files/digest-smoke-3.5.0 b/kde-base/smoke/files/digest-smoke-3.5.0
deleted file mode 100644
index c43095c4d375..000000000000
--- a/kde-base/smoke/files/digest-smoke-3.5.0
+++ /dev/null
@@ -1 +0,0 @@
-MD5 137924318ff5fc49cee3c82ee0ce5cf5 kdebindings-3.5.0.tar.bz2 5387839
diff --git a/kde-base/smoke/smoke-3.5.0.ebuild b/kde-base/smoke/smoke-3.5.0.ebuild
deleted file mode 100644
index f065d8e5f5dc..000000000000
--- a/kde-base/smoke/smoke-3.5.0.ebuild
+++ /dev/null
@@ -1,36 +0,0 @@
-# Copyright 1999-2005 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/kde-base/smoke/smoke-3.5.0.ebuild,v 1.3 2006/01/22 22:53:10 danarmak Exp $
-
-KMNAME=kdebindings
-KMEXTRACTONLY="kalyptus/kalyptus kalyptus/*.pm"
-KM_MAKEFILESREV=1
-MAXKDEVER=3.5.1
-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 ~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() {
- 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
-}