diff options
author | Alexey Shvetsov <alexxy@gentoo.org> | 2010-05-04 05:56:05 +0000 |
---|---|---|
committer | Alexey Shvetsov <alexxy@gentoo.org> | 2010-05-04 05:56:05 +0000 |
commit | dcda06df03ca2eb8a73b5203a9a68b4ab7148abf (patch) | |
tree | efc6a721654baad7194f07c704ff4f495f38b97b /kde-base/smoke | |
parent | Allow newer boost and steal boost-related code from wesnoth ebuild (diff) | |
download | historical-dcda06df03ca2eb8a73b5203a9a68b4ab7148abf.tar.gz historical-dcda06df03ca2eb8a73b5203a9a68b4ab7148abf.tar.bz2 historical-dcda06df03ca2eb8a73b5203a9a68b4ab7148abf.zip |
[kde-base] Drop KDE SC 4.4.1
Package-Manager: portage-2.2_rc67/cvs/Linux x86_64
RepoMan-Options: --force
Diffstat (limited to 'kde-base/smoke')
-rw-r--r-- | kde-base/smoke/ChangeLog | 5 | ||||
-rw-r--r-- | kde-base/smoke/smoke-4.4.1.ebuild | 49 |
2 files changed, 4 insertions, 50 deletions
diff --git a/kde-base/smoke/ChangeLog b/kde-base/smoke/ChangeLog index 693ebc785ecf..b56637c698ee 100644 --- a/kde-base/smoke/ChangeLog +++ b/kde-base/smoke/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for kde-base/smoke # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/kde-base/smoke/ChangeLog,v 1.99 2010/05/03 21:46:34 alexxy Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/smoke/ChangeLog,v 1.100 2010/05/04 05:53:46 alexxy Exp $ + + 04 May 2010; Alexey Shvetsov <alexxy@gentoo.org> -smoke-4.4.1.ebuild: + Drop KDE SC 4.4.1 *smoke-4.4.3 (03 May 2010) diff --git a/kde-base/smoke/smoke-4.4.1.ebuild b/kde-base/smoke/smoke-4.4.1.ebuild deleted file mode 100644 index 5243b298eff9..000000000000 --- a/kde-base/smoke/smoke-4.4.1.ebuild +++ /dev/null @@ -1,49 +0,0 @@ -# Copyright 1999-2010 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/kde-base/smoke/smoke-4.4.1.ebuild,v 1.2 2010/03/26 15:15:10 reavertm Exp $ - -EAPI="3" - -KMNAME="kdebindings" -WEBKIT_REQUIRED="optional" -inherit kde4-meta - -DESCRIPTION="Scripting Meta Object Kompiler Engine" -KEYWORDS="~amd64 ~hppa ~ppc ~ppc64 ~x86" -IUSE="akonadi kdevplatform okular +phonon qimageblitz qtmultimedia qscintilla qwt semantic-desktop" - -COMMON_DEPEND=" - $(add_kdebase_dep kdelibs 'semantic-desktop?') - akonadi? ( $(add_kdebase_dep kdepimlibs) ) - kdevplatform? ( dev-util/kdevplatform:4 ) - okular? ( $(add_kdebase_dep okular) ) - phonon? ( >=media-sound/phonon-4.3.80[xcb] ) - qimageblitz? ( >=kde-base/qimageblitz-0.0.4 ) - qscintilla? ( x11-libs/qscintilla ) - qwt? ( x11-libs/qwt:5 ) -" - -DEPEND="${COMMON_DEPEND}" -RDEPEND="${COMMON_DEPEND}" - -KMEXTRA="generator/" - -PATCHES=( "${FILESDIR}/${P}-webkit-cmake.patch" ) - -src_configure() { - mycmakeargs=( - $(cmake-utils_use_enable akonadi) - $(cmake-utils_use_enable akonadi Kdepimlibs) - $(cmake-utils_use_enable kdevplatform KDEVPLATFORM_SMOKE) - $(cmake-utils_use_enable okular) - $(cmake-utils_use_enable phonon PHONON_SMOKE) - $(cmake-utils_use_enable qimageblitz QIMAGEBLITZ_SMOKE) - $(cmake-utils_use_enable qscintilla QSCI_SMOKE) - $(cmake-utils_use_enable qtmultimedia QTMULTIMEDIA_SMOKE) - $(cmake-utils_use_enable qwt QWT_SMOKE) - $(cmake-utils_use_enable semantic-desktop Nepomuk) - $(cmake-utils_use_enable semantic-desktop Soprano) - $(cmake-utils_use_enable webkit QTWEBKIT_SMOKE) - ) - kde4-meta_src_configure -} |