Gentoo Archives: gentoo-commits

From: Michael Palimaka <kensington@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/kde:master commit in: kde-frameworks/solid/files/
Date: Tue, 10 Jun 2014 14:04:32
Message-Id: 1402409059.834107095ce47c1debef1c1971dc964fa245af83.kensington@gentoo
1 commit: 834107095ce47c1debef1c1971dc964fa245af83
2 Author: Michael Palimaka <kensington <AT> gentoo <DOT> org>
3 AuthorDate: Tue Jun 10 14:04:19 2014 +0000
4 Commit: Michael Palimaka <kensington <AT> gentoo <DOT> org>
5 CommitDate: Tue Jun 10 14:04:19 2014 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=83410709
7
8 [kde-frameworks/solid] Remove unused patch.
9
10 Package-Manager: portage-2.2.10
11
12 ---
13 .../solid-4.98.0-collision-kdelibs4-fix.patch | 25 ----------------------
14 1 file changed, 25 deletions(-)
15
16 diff --git a/kde-frameworks/solid/files/solid-4.98.0-collision-kdelibs4-fix.patch b/kde-frameworks/solid/files/solid-4.98.0-collision-kdelibs4-fix.patch
17 deleted file mode 100644
18 index 7de6a16..0000000
19 --- a/kde-frameworks/solid/files/solid-4.98.0-collision-kdelibs4-fix.patch
20 +++ /dev/null
21 @@ -1,25 +0,0 @@
22 -commit da0aa13642dfc8d4dbaf1f0f5d223714077c1e50
23 -Author: Jonathan Riddell <jr@××××××××.org>
24 -Date: Tue Apr 1 15:42:47 2014 +0100
25 -
26 - rename solid-hardware to solid-hardware5 to stop it clashing with the
27 - equivalent binary from kde-runtime in kdelibs4 land
28 -
29 - REVIEW:117208
30 -
31 -diff --git a/src/tools/solid-hardware/CMakeLists.txt b/src/tools/solid-hardware/CMakeLists.txt
32 -index 7cb604e..dbda0d4 100644
33 ---- a/src/tools/solid-hardware/CMakeLists.txt
34 -+++ b/src/tools/solid-hardware/CMakeLists.txt
35 -@@ -1,7 +1,4 @@
36 --add_executable(solid-hardware solid-hardware.cpp)
37 --ecm_mark_nongui_executable(solid-hardware)
38 --target_link_libraries(solid-hardware KF5::Solid)
39 --install(TARGETS solid-hardware ${INSTALL_TARGETS_DEFAULT_ARGS})
40 --
41 --
42 --
43 -+add_executable(solid-hardware5 solid-hardware.cpp)
44 -+ecm_mark_nongui_executable(solid-hardware5)
45 -+target_link_libraries(solid-hardware5 KF5::Solid)
46 -+install(TARGETS solid-hardware5 ${INSTALL_TARGETS_DEFAULT_ARGS})