summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexey Shvetsov <alexxy@gentoo.org>2009-10-08 15:16:35 +0000
committerAlexey Shvetsov <alexxy@gentoo.org>2009-10-08 15:16:35 +0000
commit1f1f968fcbb798182019912fba04162dae5d43ab (patch)
tree38255ad0b78703aaa02009408cb2fe3b417abb8d /kde-base
parent[kde-base] Drop KDE 4.3.0 (diff)
downloadgentoo-2-1f1f968fcbb798182019912fba04162dae5d43ab.tar.gz
gentoo-2-1f1f968fcbb798182019912fba04162dae5d43ab.tar.bz2
gentoo-2-1f1f968fcbb798182019912fba04162dae5d43ab.zip
[kde-base] Drop KDE 4.3.0
(Portage version: 2.2_rc44/cvs/Linux x86_64)
Diffstat (limited to 'kde-base')
-rw-r--r--kde-base/smoke/ChangeLog5
-rw-r--r--kde-base/smoke/smoke-4.3.0.ebuild57
2 files changed, 4 insertions, 58 deletions
diff --git a/kde-base/smoke/ChangeLog b/kde-base/smoke/ChangeLog
index 22a85f396668..42386ba9b3fd 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.72 2009/10/06 20:39:51 alexxy Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-base/smoke/ChangeLog,v 1.73 2009/10/08 15:16:34 alexxy Exp $
+
+ 08 Oct 2009; Alexey Shvetsov <alexxy@gentoo.org> -smoke-4.3.0.ebuild:
+ Drop KDE 4.3.0
*smoke-4.3.2 (06 Oct 2009)
diff --git a/kde-base/smoke/smoke-4.3.0.ebuild b/kde-base/smoke/smoke-4.3.0.ebuild
deleted file mode 100644
index 549bdbdc8817..000000000000
--- a/kde-base/smoke/smoke-4.3.0.ebuild
+++ /dev/null
@@ -1,57 +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-4.3.0.ebuild,v 1.1 2009/08/04 01:34:17 wired Exp $
-
-EAPI="2"
-
-KMNAME="kdebindings"
-WEBKIT_REQUIRED="optional"
-inherit kde4-meta
-
-DESCRIPTION="Scripting Meta Object Kompiler Engine"
-KEYWORDS="~amd64 ~x86"
-IUSE="akonadi kdevplatform +phonon qscintilla qwt +semantic-desktop"
-# okular
-
-COMMON_DEPEND="
- >=kde-base/qimageblitz-0.0.4
- akonadi? (
- app-office/akonadi-server
- >=kde-base/kdepimlibs-${PV}:${SLOT}[kdeprefix=]
- )
- kdevplatform? ( dev-util/kdevplatform:4 )
- phonon? ( >=media-sound/phonon-4.4_pre[xcb] )
- qscintilla? ( x11-libs/qscintilla[qt4] )
- qwt? ( x11-libs/qwt:5 )
- semantic-desktop? (
- dev-libs/soprano
- >=kde-base/nepomuk-${PV}:${SLOT}[kdeprefix=]
- )
-"
-# okular? ( kde-base/okular) -- it can't find it anyway
-
-DEPEND="${COMMON_DEPEND}
- dev-lang/perl
-"
-RDEPEND="${COMMON_DEPEND}"
-
-KMEXTRACTONLY="kalyptus/"
-
-PATCHES=( "${FILESDIR}"/${PN}-phonon-fix.patch )
-
-src_configure() {
- local mycmakeargs="
- $(cmake-utils_use_enable webkit QTWEBKIT_SMOKE)
- $(cmake-utils_use_enable qwt QWT_SMOKE)
- $(cmake-utils_use_enable qscintilla QSCI_SMOKE)
- $(cmake-utils_use_enable phonon PHONON_SMOKE)
- $(cmake-utils_use_enable kdevplatform KDEVPLATFORM_SMOKE)
- $(cmake-utils_use_enable semantic-desktop Nepomuk)
- $(cmake-utils_use_enable semantic-desktop Soprano)
- $(cmake-utils_use_enable akonadi Kdepimlibs)
- $(cmake-utils_use_enable akonadi)
- -DENABLE_Okular=OFF
- "
- # $(cmake-utils_use_enable okular)
- kde4-meta_src_configure
-}