diff options
author | Alexey Shvetsov <alexxy@gentoo.org> | 2009-11-09 00:19:45 +0000 |
---|---|---|
committer | Alexey Shvetsov <alexxy@gentoo.org> | 2009-11-09 00:19:45 +0000 |
commit | c94d410a329d7b6afdfecd7975e0456fd1bf0f5d (patch) | |
tree | 4a8bbf282a3b0f5c0b107eca194c6381618d21e7 /kde-base/smoke | |
parent | Drop KDE 4.3.2 (diff) | |
download | gentoo-2-c94d410a329d7b6afdfecd7975e0456fd1bf0f5d.tar.gz gentoo-2-c94d410a329d7b6afdfecd7975e0456fd1bf0f5d.tar.bz2 gentoo-2-c94d410a329d7b6afdfecd7975e0456fd1bf0f5d.zip |
Drop KDE 4.3.2
(Portage version: 2.2_rc49/cvs/Linux x86_64)
Diffstat (limited to 'kde-base/smoke')
-rw-r--r-- | kde-base/smoke/ChangeLog | 5 | ||||
-rw-r--r-- | kde-base/smoke/smoke-4.3.2.ebuild | 57 |
2 files changed, 4 insertions, 58 deletions
diff --git a/kde-base/smoke/ChangeLog b/kde-base/smoke/ChangeLog index c21a6aaa1bac..b5863921e469 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.79 2009/11/02 22:11:14 wired Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/smoke/ChangeLog,v 1.80 2009/11/09 00:19:45 alexxy Exp $ + + 08 Nov 2009; Alexey Shvetsov <alexxy@gentoo.org> -smoke-4.3.2.ebuild: + Drop KDE 4.3.2 *smoke-4.3.3 (02 Nov 2009) diff --git a/kde-base/smoke/smoke-4.3.2.ebuild b/kde-base/smoke/smoke-4.3.2.ebuild deleted file mode 100644 index bcdaa5014d0d..000000000000 --- a/kde-base/smoke/smoke-4.3.2.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.2.ebuild,v 1.3 2009/10/26 21:31:59 jer Exp $ - -EAPI="2" - -KMNAME="kdebindings" -WEBKIT_REQUIRED="optional" -inherit kde4-meta - -DESCRIPTION="Scripting Meta Object Kompiler Engine" -KEYWORDS="~amd64 ~hppa ~ppc ~ppc64 ~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 -} |