diff options
author | Maciej Mrozowski <reavertm@gentoo.org> | 2010-05-20 03:54:42 +0000 |
---|---|---|
committer | Maciej Mrozowski <reavertm@gentoo.org> | 2010-05-20 03:54:42 +0000 |
commit | eee2425e68d98532fbdddd127ee08a97fb5d7718 (patch) | |
tree | d85c6ecdde218667d4917f8a55e9ffc591c69036 /kde-base | |
parent | Remove kdevplatform USE flag (diff) | |
download | historical-eee2425e68d98532fbdddd127ee08a97fb5d7718.tar.gz historical-eee2425e68d98532fbdddd127ee08a97fb5d7718.tar.bz2 historical-eee2425e68d98532fbdddd127ee08a97fb5d7718.zip |
Remove kdevplatform USE flag, drop old patch.
Package-Manager: portage-2.2_rc67/cvs/Linux x86_64
Diffstat (limited to 'kde-base')
-rw-r--r-- | kde-base/smoke/ChangeLog | 7 | ||||
-rw-r--r-- | kde-base/smoke/files/smoke-4.4.1-webkit-cmake.patch | 52 | ||||
-rw-r--r-- | kde-base/smoke/metadata.xml | 1 | ||||
-rw-r--r-- | kde-base/smoke/smoke-4.4.2-r1.ebuild | 6 | ||||
-rw-r--r-- | kde-base/smoke/smoke-4.4.3-r1.ebuild | 6 |
5 files changed, 10 insertions, 62 deletions
diff --git a/kde-base/smoke/ChangeLog b/kde-base/smoke/ChangeLog index ea7441e2b18e..977335c7c24e 100644 --- a/kde-base/smoke/ChangeLog +++ b/kde-base/smoke/ChangeLog @@ -1,6 +1,11 @@ # 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.101 2010/05/17 15:31:55 reavertm Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/smoke/ChangeLog,v 1.102 2010/05/20 03:54:41 reavertm Exp $ + + 20 May 2010; Maciej Mrozowski <reavertm@gentoo.org> + -files/smoke-4.4.1-webkit-cmake.patch, smoke-4.4.2-r1.ebuild, + smoke-4.4.3-r1.ebuild, metadata.xml: + Remove kdevplatform USE flag, drop old patch. *smoke-4.4.3-r1 (17 May 2010) *smoke-4.4.2-r1 (17 May 2010) diff --git a/kde-base/smoke/files/smoke-4.4.1-webkit-cmake.patch b/kde-base/smoke/files/smoke-4.4.1-webkit-cmake.patch deleted file mode 100644 index 98331491ec69..000000000000 --- a/kde-base/smoke/files/smoke-4.4.1-webkit-cmake.patch +++ /dev/null @@ -1,52 +0,0 @@ -Index: smoke/plasma/CMakeLists.txt -=================================================================== ---- smoke/plasma/CMakeLists.txt (revision 1107565) -+++ smoke/plasma/CMakeLists.txt (working copy) -@@ -3,14 +3,14 @@ - - ########### next target ############### - --add_custom_command(OUTPUT ${CMAKE_CURRENT_BINARY_DIR}/smokedata.cpp -- ${CMAKE_CURRENT_BINARY_DIR}/x_1.cpp -- ${CMAKE_CURRENT_BINARY_DIR}/x_2.cpp -- ${CMAKE_CURRENT_BINARY_DIR}/x_3.cpp -- ${CMAKE_CURRENT_BINARY_DIR}/x_4.cpp -- ${CMAKE_CURRENT_BINARY_DIR}/x_5.cpp -- ${CMAKE_CURRENT_BINARY_DIR}/x_6.cpp -- ${CMAKE_CURRENT_BINARY_DIR}/x_7.cpp -+add_custom_command(OUTPUT ${CMAKE_CURRENT_BINARY_DIR}/smokedata.cpp -+ ${CMAKE_CURRENT_BINARY_DIR}/x_1.cpp -+ ${CMAKE_CURRENT_BINARY_DIR}/x_2.cpp -+ ${CMAKE_CURRENT_BINARY_DIR}/x_3.cpp -+ ${CMAKE_CURRENT_BINARY_DIR}/x_4.cpp -+ ${CMAKE_CURRENT_BINARY_DIR}/x_5.cpp -+ ${CMAKE_CURRENT_BINARY_DIR}/x_6.cpp -+ ${CMAKE_CURRENT_BINARY_DIR}/x_7.cpp - ${CMAKE_CURRENT_BINARY_DIR}/x_8.cpp - ${CMAKE_CURRENT_BINARY_DIR}/x_9.cpp - ${CMAKE_CURRENT_BINARY_DIR}/x_10.cpp -@@ -22,8 +22,8 @@ - - macro_add_file_dependencies( ${CMAKE_CURRENT_BINARY_DIR}/smokedata.cpp ${CMAKE_CURRENT_BINARY_DIR}/x_1.cpp ) - --set(smokeplasma_LIB_SRCS ${CMAKE_CURRENT_BINARY_DIR}/smokedata.cpp -- ${CMAKE_CURRENT_BINARY_DIR}/x_1.cpp -+set(smokeplasma_LIB_SRCS ${CMAKE_CURRENT_BINARY_DIR}/smokedata.cpp -+ ${CMAKE_CURRENT_BINARY_DIR}/x_1.cpp - ${CMAKE_CURRENT_BINARY_DIR}/x_2.cpp - ${CMAKE_CURRENT_BINARY_DIR}/x_3.cpp - ${CMAKE_CURRENT_BINARY_DIR}/x_4.cpp -@@ -41,12 +41,11 @@ - - kde4_add_library(smokeplasma SHARED ${smokeplasma_LIB_SRCS}) - --target_link_libraries(smokeplasma -+target_link_libraries(smokeplasma - ${KDE4_KDEUI_LIBS} - ${KDE4_PLASMA_LIBS} - smokeqtcore - smokeqtgui -- smokeqtwebkit - smokekdecore - smokekdeui - ) diff --git a/kde-base/smoke/metadata.xml b/kde-base/smoke/metadata.xml index 8c504369eee6..c78d4590a356 100644 --- a/kde-base/smoke/metadata.xml +++ b/kde-base/smoke/metadata.xml @@ -4,7 +4,6 @@ <herd>kde</herd> <use> <flag name="akonadi">Compile bindings for Akonadi.</flag> - <flag name="kdevplatform">Compile bindings for <pkg>dev-util/kdevplatform</pkg>.</flag> <flag name="multimedia">Compile bindings for <pkg>x11-libs/qt-multimedia</pkg>.</flag> <flag name="okular">Compile bindings for <pkg>kde-base/okular</pkg>.</flag> <flag name="phonon">Compile bindings for Phonon.</flag> diff --git a/kde-base/smoke/smoke-4.4.2-r1.ebuild b/kde-base/smoke/smoke-4.4.2-r1.ebuild index 032e7b2bc9ae..663b576e9091 100644 --- a/kde-base/smoke/smoke-4.4.2-r1.ebuild +++ b/kde-base/smoke/smoke-4.4.2-r1.ebuild @@ -1,6 +1,6 @@ # 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.2-r1.ebuild,v 1.1 2010/05/17 15:31:55 reavertm Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/smoke/smoke-4.4.2-r1.ebuild,v 1.2 2010/05/20 03:54:41 reavertm Exp $ EAPI="3" @@ -11,12 +11,11 @@ inherit kde4-meta DESCRIPTION="Scripting Meta Object Kompiler Engine" KEYWORDS="~amd64 ~hppa ~ppc ~ppc64 ~x86" -IUSE="akonadi kdevplatform okular +phonon qimageblitz qscintilla qwt semantic-desktop" +IUSE="akonadi okular +phonon qimageblitz 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? ( >=media-libs/qimageblitz-0.0.4 ) @@ -32,7 +31,6 @@ 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 multimedia QTMULTIMEDIA_SMOKE) $(cmake-utils_use_enable okular) $(cmake-utils_use_enable phonon PHONON_SMOKE) diff --git a/kde-base/smoke/smoke-4.4.3-r1.ebuild b/kde-base/smoke/smoke-4.4.3-r1.ebuild index bd28b83883f2..c39464d5ab7f 100644 --- a/kde-base/smoke/smoke-4.4.3-r1.ebuild +++ b/kde-base/smoke/smoke-4.4.3-r1.ebuild @@ -1,6 +1,6 @@ # 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.3-r1.ebuild,v 1.1 2010/05/17 15:31:55 reavertm Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/smoke/smoke-4.4.3-r1.ebuild,v 1.2 2010/05/20 03:54:41 reavertm Exp $ EAPI="3" @@ -11,12 +11,11 @@ inherit kde4-meta DESCRIPTION="Scripting Meta Object Kompiler Engine" KEYWORDS="~amd64 ~hppa ~ppc ~ppc64 ~x86" -IUSE="akonadi kdevplatform okular +phonon qimageblitz qscintilla qwt semantic-desktop" +IUSE="akonadi okular +phonon qimageblitz 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? ( >=media-libs/qimageblitz-0.0.4 ) @@ -32,7 +31,6 @@ 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 multimedia QTMULTIMEDIA_SMOKE) $(cmake-utils_use_enable okular) $(cmake-utils_use_enable phonon PHONON_SMOKE) |