summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJonathan Callen <abcd@gentoo.org>2011-12-12 01:01:31 +0000
committerJonathan Callen <abcd@gentoo.org>2011-12-12 01:01:31 +0000
commit99ed924441691f17ad659e62859278cdcea01b41 (patch)
tree1b3a3a57dfec12285fb83e3cf36033498d55f1bb /kde-base/kdebindings-csharp
parentrm old files (diff)
downloadgentoo-2-99ed924441691f17ad659e62859278cdcea01b41.tar.gz
gentoo-2-99ed924441691f17ad659e62859278cdcea01b41.tar.bz2
gentoo-2-99ed924441691f17ad659e62859278cdcea01b41.zip
rm old files
(Portage version: 2.2.0_alpha80/cvs/Linux x86_64)
Diffstat (limited to 'kde-base/kdebindings-csharp')
-rw-r--r--kde-base/kdebindings-csharp/ChangeLog6
-rw-r--r--kde-base/kdebindings-csharp/files/kdebindings-csharp-4.4.1-make-stuff-optional.patch41
2 files changed, 5 insertions, 42 deletions
diff --git a/kde-base/kdebindings-csharp/ChangeLog b/kde-base/kdebindings-csharp/ChangeLog
index c46575ffaa71..0da53c0e4a8b 100644
--- a/kde-base/kdebindings-csharp/ChangeLog
+++ b/kde-base/kdebindings-csharp/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for kde-base/kdebindings-csharp
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/kde-base/kdebindings-csharp/ChangeLog,v 1.67 2011/08/15 21:23:30 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-base/kdebindings-csharp/ChangeLog,v 1.68 2011/12/12 01:01:31 abcd Exp $
+
+ 12 Dec 2011; Jonathan Callen <abcd@gentoo.org>
+ -files/kdebindings-csharp-4.4.1-make-stuff-optional.patch:
+ rm old files
15 Aug 2011; Markus Meier <maekke@gentoo.org>
kdebindings-csharp-4.6.5.ebuild:
diff --git a/kde-base/kdebindings-csharp/files/kdebindings-csharp-4.4.1-make-stuff-optional.patch b/kde-base/kdebindings-csharp/files/kdebindings-csharp-4.4.1-make-stuff-optional.patch
deleted file mode 100644
index 2dc071ab25d9..000000000000
--- a/kde-base/kdebindings-csharp/files/kdebindings-csharp-4.4.1-make-stuff-optional.patch
+++ /dev/null
@@ -1,41 +0,0 @@
---- csharp/CMakeLists.txt 2009-09-02 13:30:38.045355025 +0300
-+++ csharp/CMakeLists.txt 2009-09-02 13:31:40.426071410 +0300
-@@ -3,6 +3,7 @@
- OPTION(ENABLE_QTTEST "build QtTest" ON)
- OPTION(ENABLE_QTUITOOLS_SHARP "build QtUiTools" ON)
- OPTION(ENABLE_QTWEBKIT_SHARP "build QtWebKit" ON)
-+OPTION(ENABLE_PLASMA_SHARP "build PlasmaSharp" ON)
- OPTION(ENABLE_PHONON_SHARP "build PhononSharp" OFF)
- OPTION(ENABLE_QSCINTILLA_SHARP "build QScintillaSharp" OFF)
- OPTION(ENABLE_KHTML_SHARP "build KHTML" ON)
-@@ -15,7 +16,8 @@
- set(QTTEST_ENABLED "no")
- SET(QTWEBKIT_ENABLED "no")
- SET(QTUITOOLS_ENABLED "no")
--SET(QTWEBKIT_ENABLED "no")
-+SET(QTWEBKIT_SHARP_ENABLED "no")
-+SET(PLASMA_SHARP_ENABLED "no")
- SET(PHONON_SHARP_ENABLED "no")
- SET(QSCINTILLA_SHARP_ENABLED "no")
- SET(AKONADI_ENABLED "no")
-@@ -102,8 +104,10 @@
- set(AKONADI_ENABLED "yes")
- endif(KDEPIMLIBS_FOUND AND Akonadi_FOUND)
-
-- SET(PLASMA_SHARP_ENABLED "yes")
-- ADD_SUBDIRECTORY(plasma)
-+ IF(ENABLE_PLASMA_SHARP)
-+ SET(PLASMA_SHARP_ENABLED "yes")
-+ ADD_SUBDIRECTORY(plasma)
-+ ENDIF(ENABLE_PLASMA_SHARP)
-
- ENDIF (CMAKE_CSharp_COMPILER_LOADED)
- endif(ENABLE_QYOTO)
-@@ -114,6 +118,7 @@
- message(STATUS "Build SopranoSharp... " ${SOPRANO_SHARP_ENABLED})
- message(STATUS "Build NepomukSharp... " ${NEPOMUK_SHARP_ENABLED})
- message(STATUS "Build PlasmaSharp... " ${PLASMA_SHARP_ENABLED})
-+message(STATUS "Build QtWebkitSharp... " ${QTWEBKIT_SHARP_ENABLED})
- message(STATUS "Build Kimono... " ${KIMONO_ENABLED})
- message(STATUS "Build KHTMLSharp... " ${KHTML_SHARP_ENABLED})
- message(STATUS "Build KTextEditorSharp... " ${KHTML_SHARP_ENABLED})