Gentoo Archives: gentoo-commits

From: Johannes Huber <johu@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: kde-apps/kdeartwork-weatherwallpapers/, ...
Date: Wed, 31 Aug 2016 17:54:48
Message-Id: 1472665838.1a808c998d739439df1305fb3050fe7bcbc529c5.johu@gentoo
1 commit: 1a808c998d739439df1305fb3050fe7bcbc529c5
2 Author: Johannes Huber <johu <AT> gentoo <DOT> org>
3 AuthorDate: Wed Aug 31 17:50:38 2016 +0000
4 Commit: Johannes Huber <johu <AT> gentoo <DOT> org>
5 CommitDate: Wed Aug 31 17:50:38 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1a808c99
7
8 kde-apps/kdeartwork-weatherwallpapers: Remove last-rited pkg
9
10 kde-apps/kdeartwork-weatherwallpapers/Manifest | 1 -
11 ...rtwork-weatherwallpapers-15.08.3-kf5-port.patch | 49 ----------------------
12 .../kdeartwork-weatherwallpapers-15.08.3-r2.ebuild | 34 ---------------
13 .../kdeartwork-weatherwallpapers-15.08.3.ebuild | 18 --------
14 kde-apps/kdeartwork-weatherwallpapers/metadata.xml | 8 ----
15 5 files changed, 110 deletions(-)
16
17 diff --git a/kde-apps/kdeartwork-weatherwallpapers/Manifest b/kde-apps/kdeartwork-weatherwallpapers/Manifest
18 deleted file mode 100644
19 index eaa8add..00000000
20 --- a/kde-apps/kdeartwork-weatherwallpapers/Manifest
21 +++ /dev/null
22 @@ -1 +0,0 @@
23 -DIST kdeartwork-15.08.3.tar.xz 140847804 SHA256 fb3fe3a0502de6e5e3acc4a6bab5b11e861fa596cc3f8acf2f4f86451c003b0c SHA512 780a7f8bd3f897907adc2d3573145b9cf52a740488fc604cd2d5b9e84e172b25a4d7824f30c77bec398a92db688e18f937d44912c033c90dd86ef4ef9fc9b520 WHIRLPOOL 312d2b3d7ccba86ae9368a210b6fb92e69af51e17c118846e05e2cc8efde55484511f2c18b39068b25ea9834173514a3293425d27fa8dbee908743b9e2a5ee71
24
25 diff --git a/kde-apps/kdeartwork-weatherwallpapers/files/kdeartwork-weatherwallpapers-15.08.3-kf5-port.patch b/kde-apps/kdeartwork-weatherwallpapers/files/kdeartwork-weatherwallpapers-15.08.3-kf5-port.patch
26 deleted file mode 100644
27 index 925560d..00000000
28 --- a/kde-apps/kdeartwork-weatherwallpapers/files/kdeartwork-weatherwallpapers-15.08.3-kf5-port.patch
29 +++ /dev/null
30 @@ -1,49 +0,0 @@
31 ---- a/CMakeLists.txt 2013-10-18 18:04:24.000000000 +0200
32 -+++ b/CMakeLists.txt 2015-12-19 14:20:50.523356947 +0100
33 -@@ -3,9 +3,14 @@
34 - set(CMAKE_MODULE_PATH ${CMAKE_SOURCE_DIR}/cmake/modules )
35 -
36 - # search packages used by KDE
37 --find_package(KDE4 REQUIRED)
38 --include (KDE4Defaults)
39 --include (MacroLibrary)
40 -+cmake_minimum_required(VERSION 2.8.12)
41 -+
42 -+find_package(ECM 0.0.9 REQUIRED NO_MODULE)
43 -+set(CMAKE_MODULE_PATH ${ECM_MODULE_PATH} ${ECM_KDE_MODULE_DIR})
44 -+
45 -+include(KDEInstallDirs)
46 -+include(KDECMakeSettings)
47 -+include(ECMOptionalAddSubdirectory)
48 -
49 - add_definitions (${QT_DEFINITIONS} ${KDE4_DEFINITIONS})
50 - add_definitions( -DQT_NO_CAST_FROM_ASCII )
51 -@@ -14,18 +19,17 @@
52 - include_directories (${CMAKE_SOURCE_DIR} ${CMAKE_BINARY_DIR} ${KDE4_INCLUDES})
53 -
54 -
55 --macro_optional_add_subdirectory(ColorSchemes)
56 --macro_optional_add_subdirectory(IconThemes)
57 --macro_optional_add_subdirectory(emoticons)
58 --macro_optional_add_subdirectory(kscreensaver)
59 -+ecm_optional_add_subdirectory(ColorSchemes)
60 -+ecm_optional_add_subdirectory(IconThemes)
61 -+ecm_optional_add_subdirectory(emoticons)
62 -+ecm_optional_add_subdirectory(kscreensaver)
63 - if (Q_WS_X11)
64 -- macro_optional_add_subdirectory(kwin-styles)
65 -+ ecm_optional_add_subdirectory(kwin-styles)
66 - endif (Q_WS_X11)
67 --macro_optional_add_subdirectory(styles)
68 --macro_optional_add_subdirectory(wallpapers)
69 --macro_optional_add_subdirectory(HighResolutionWallpapers)
70 --macro_optional_add_subdirectory(WeatherWallpapers)
71 --macro_optional_add_subdirectory(desktopthemes)
72 -+ecm_optional_add_subdirectory(styles)
73 -+ecm_optional_add_subdirectory(wallpapers)
74 -+ecm_optional_add_subdirectory(HighResolutionWallpapers)
75 -+ecm_optional_add_subdirectory(WeatherWallpapers)
76 -+ecm_optional_add_subdirectory(desktopthemes)
77 -
78 --macro_display_feature_log()
79 -
80
81 diff --git a/kde-apps/kdeartwork-weatherwallpapers/kdeartwork-weatherwallpapers-15.08.3-r2.ebuild b/kde-apps/kdeartwork-weatherwallpapers/kdeartwork-weatherwallpapers-15.08.3-r2.ebuild
82 deleted file mode 100644
83 index 11bf1eb..00000000
84 --- a/kde-apps/kdeartwork-weatherwallpapers/kdeartwork-weatherwallpapers-15.08.3-r2.ebuild
85 +++ /dev/null
86 @@ -1,34 +0,0 @@
87 -# Copyright 1999-2016 Gentoo Foundation
88 -# Distributed under the terms of the GNU General Public License v2
89 -# $Id$
90 -
91 -EAPI=6
92 -
93 -KMNAME="kdeartwork"
94 -KDE_AUTODEPS="false"
95 -KDE_DEBUG="false"
96 -inherit kde5
97 -
98 -DESCRIPTION="Weather aware wallpapers. Changes with weather outside"
99 -KEYWORDS="~amd64 ~x86"
100 -IUSE=""
101 -
102 -DEPEND="
103 - $(add_frameworks_dep extra-cmake-modules)
104 - $(add_qt_dep qtcore)
105 -"
106 -RDEPEND="
107 - $(add_kdeapps_dep kdeartwork-wallpapers)
108 - !kde-apps/kdeartwork-weatherwallpapers:4
109 -"
110 -
111 -PATCHES=( "${FILESDIR}/${P}-kf5-port.patch" )
112 -
113 -src_configure() {
114 - local mycmakeargs=(
115 - -DDISABLE_ALL_OPTIONAL_SUBDIRECTORIES=TRUE
116 - -DBUILD_WeatherWallpapers=TRUE
117 - )
118 -
119 - kde5_src_configure
120 -}
121
122 diff --git a/kde-apps/kdeartwork-weatherwallpapers/kdeartwork-weatherwallpapers-15.08.3.ebuild b/kde-apps/kdeartwork-weatherwallpapers/kdeartwork-weatherwallpapers-15.08.3.ebuild
123 deleted file mode 100644
124 index f085694..00000000
125 --- a/kde-apps/kdeartwork-weatherwallpapers/kdeartwork-weatherwallpapers-15.08.3.ebuild
126 +++ /dev/null
127 @@ -1,18 +0,0 @@
128 -# Copyright 1999-2015 Gentoo Foundation
129 -# Distributed under the terms of the GNU General Public License v2
130 -# $Id$
131 -
132 -EAPI=5
133 -
134 -KMNAME="kdeartwork"
135 -KMMODULE="WeatherWallpapers"
136 -KDE_SCM="svn"
137 -inherit kde4-meta
138 -
139 -DESCRIPTION="Weather aware wallpapers. Changes with weather outside"
140 -KEYWORDS="amd64 ~arm x86"
141 -IUSE=""
142 -
143 -RDEPEND="
144 - $(add_kdeapps_dep kdeartwork-wallpapers)
145 -"
146
147 diff --git a/kde-apps/kdeartwork-weatherwallpapers/metadata.xml b/kde-apps/kdeartwork-weatherwallpapers/metadata.xml
148 deleted file mode 100644
149 index 2fdbf33..00000000
150 --- a/kde-apps/kdeartwork-weatherwallpapers/metadata.xml
151 +++ /dev/null
152 @@ -1,8 +0,0 @@
153 -<?xml version="1.0" encoding="UTF-8"?>
154 -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
155 -<pkgmetadata>
156 - <maintainer type="project">
157 - <email>kde@g.o</email>
158 - <name>Gentoo KDE Project</name>
159 - </maintainer>
160 -</pkgmetadata>