Gentoo Archives: gentoo-commits

From: Andreas Sturmlechner <asturm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/kde:master commit in: kde-apps/kholidays/
Date: Sun, 11 Feb 2018 22:00:14
Message-Id: 1518386391.d8e2499167cc0f634e3962e511b7fe42751a44f5.asturm@gentoo
1 commit: d8e2499167cc0f634e3962e511b7fe42751a44f5
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Sat Feb 10 13:53:09 2018 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Sun Feb 11 21:59:51 2018 +0000
6 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=d8e24991
7
8 kde-apps/kholidays: Development continues as part of Frameworks
9
10 kde-apps/kholidays/kholidays-17.12.49.9999.ebuild | 26 -----------------------
11 kde-apps/kholidays/kholidays-9999.ebuild | 26 -----------------------
12 kde-apps/kholidays/metadata.xml | 8 -------
13 3 files changed, 60 deletions(-)
14
15 diff --git a/kde-apps/kholidays/kholidays-17.12.49.9999.ebuild b/kde-apps/kholidays/kholidays-17.12.49.9999.ebuild
16 deleted file mode 100644
17 index 825c299d21..0000000000
18 --- a/kde-apps/kholidays/kholidays-17.12.49.9999.ebuild
19 +++ /dev/null
20 @@ -1,26 +0,0 @@
21 -# Copyright 1999-2018 Gentoo Foundation
22 -# Distributed under the terms of the GNU General Public License v2
23 -
24 -EAPI=6
25 -
26 -KDE_TEST="true"
27 -inherit kde5
28 -
29 -DESCRIPTION="Library to determine holidays and other special events for a geographical region"
30 -LICENSE="LGPL-2.1+"
31 -KEYWORDS=""
32 -IUSE="nls"
33 -
34 -RDEPEND="
35 - $(add_qt_dep qtdeclarative)
36 -"
37 -DEPEND="${RDEPEND}
38 - nls? ( $(add_qt_dep linguist-tools) )
39 -"
40 -
41 -src_test() {
42 - # bug 624214
43 - mkdir -p "${HOME}/.local/share/kf5/libkholidays" || die
44 - cp -r "${S}/holidays/plan2" "${HOME}/.local/share/kf5/libkholidays/" || die
45 - kde5_src_test
46 -}
47
48 diff --git a/kde-apps/kholidays/kholidays-9999.ebuild b/kde-apps/kholidays/kholidays-9999.ebuild
49 deleted file mode 100644
50 index 825c299d21..0000000000
51 --- a/kde-apps/kholidays/kholidays-9999.ebuild
52 +++ /dev/null
53 @@ -1,26 +0,0 @@
54 -# Copyright 1999-2018 Gentoo Foundation
55 -# Distributed under the terms of the GNU General Public License v2
56 -
57 -EAPI=6
58 -
59 -KDE_TEST="true"
60 -inherit kde5
61 -
62 -DESCRIPTION="Library to determine holidays and other special events for a geographical region"
63 -LICENSE="LGPL-2.1+"
64 -KEYWORDS=""
65 -IUSE="nls"
66 -
67 -RDEPEND="
68 - $(add_qt_dep qtdeclarative)
69 -"
70 -DEPEND="${RDEPEND}
71 - nls? ( $(add_qt_dep linguist-tools) )
72 -"
73 -
74 -src_test() {
75 - # bug 624214
76 - mkdir -p "${HOME}/.local/share/kf5/libkholidays" || die
77 - cp -r "${S}/holidays/plan2" "${HOME}/.local/share/kf5/libkholidays/" || die
78 - kde5_src_test
79 -}
80
81 diff --git a/kde-apps/kholidays/metadata.xml b/kde-apps/kholidays/metadata.xml
82 deleted file mode 100644
83 index 2fdbf33d96..0000000000
84 --- a/kde-apps/kholidays/metadata.xml
85 +++ /dev/null
86 @@ -1,8 +0,0 @@
87 -<?xml version="1.0" encoding="UTF-8"?>
88 -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
89 -<pkgmetadata>
90 - <maintainer type="project">
91 - <email>kde@g.o</email>
92 - <name>Gentoo KDE Project</name>
93 - </maintainer>
94 -</pkgmetadata>