Gentoo Archives: gentoo-commits

From: Andreas Sturmlechner <asturm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: kde-plasma/milou/
Date: Tue, 27 Oct 2020 21:26:42
Message-Id: 1603833952.7410c70e44e8701deecc41ec4d77c33bb9cdc3d5.asturm@gentoo
1 commit: 7410c70e44e8701deecc41ec4d77c33bb9cdc3d5
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Tue Oct 27 20:21:24 2020 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Tue Oct 27 21:25:52 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7410c70e
7
8 kde-plasma/milou: drop 5.20.1*
9
10 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
11
12 kde-plasma/milou/Manifest | 1 -
13 kde-plasma/milou/milou-5.20.1.ebuild | 35 -----------------------------------
14 2 files changed, 36 deletions(-)
15
16 diff --git a/kde-plasma/milou/Manifest b/kde-plasma/milou/Manifest
17 index 4f60884189f..33fcd8976a2 100644
18 --- a/kde-plasma/milou/Manifest
19 +++ b/kde-plasma/milou/Manifest
20 @@ -1,3 +1,2 @@
21 DIST milou-5.19.5.tar.xz 64612 BLAKE2B 588e5b98d5a1aa061dfe09d9566c68904c882a7a4120e3fadaed60fa1f372013d966511693ee44bb67d6b554e44d287374784ed02b25c04a0b7b06fd34240fa1 SHA512 c480d22ec7f6be8031af13b23914add05d331b017c1d4d2a193a47f31cad1ede0bfa833a9368d0ba9c35cf5b0f97e23d15307ae45569d8bd9d7fde305d17b913
22 -DIST milou-5.20.1.tar.xz 54928 BLAKE2B 55e5338d1404c8cf4662899b0893e1497938b39106fa2ad1da1a8bfab881653fd877ee3c69a01622cd55d76865b5a477d0ef278e8f2dac05ab65617677428ad1 SHA512 c2ea0733a11dfde0119849868d5718ba706c67297f6949c30cbb581c8dfd5bfd17d66a56a1f73163876c65ff13621e5de5666a4c5d0782677fe66afce4a33019
23 DIST milou-5.20.2.tar.xz 55004 BLAKE2B 28813b7e4969a099d3b93d6d5e378fa1fef623aec801f8d46772149a8bafc449d488739629a0cda1b9cbd466dc7d7fd7960c0229120a4da93eb77283e351a29c SHA512 cee8a01922fbc9b5f10c7b7fa988338c5e6cab698ef9b4579e7abbae4648fa99fd650859abc2b1faf75ea4241e1b2985da61eff7e19c4e624840002587e19f74
24
25 diff --git a/kde-plasma/milou/milou-5.20.1.ebuild b/kde-plasma/milou/milou-5.20.1.ebuild
26 deleted file mode 100644
27 index f320720f61d..00000000000
28 --- a/kde-plasma/milou/milou-5.20.1.ebuild
29 +++ /dev/null
30 @@ -1,35 +0,0 @@
31 -# Copyright 1999-2020 Gentoo Authors
32 -# Distributed under the terms of the GNU General Public License v2
33 -
34 -EAPI=7
35 -
36 -ECM_TEST="forceoptional"
37 -KFMIN=5.74.0
38 -PVCUT=$(ver_cut 1-3)
39 -QTMIN=5.15.1
40 -inherit ecm kde.org
41 -
42 -DESCRIPTION="Dedicated search application built on top of Baloo"
43 -HOMEPAGE="https://invent.kde.org/plasma/milou"
44 -
45 -LICENSE="GPL-2 LGPL-2.1"
46 -SLOT="5"
47 -KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86"
48 -IUSE=""
49 -
50 -DEPEND="
51 - >=dev-qt/qtdeclarative-${QTMIN}:5
52 - >=dev-qt/qtgui-${QTMIN}:5
53 - >=dev-qt/qtwidgets-${QTMIN}:5
54 - >=kde-frameworks/kconfig-${KFMIN}:5
55 - >=kde-frameworks/kcoreaddons-${KFMIN}:5
56 - >=kde-frameworks/kdeclarative-${KFMIN}:5
57 - >=kde-frameworks/ki18n-${KFMIN}:5
58 - >=kde-frameworks/kitemmodels-${KFMIN}:5
59 - >=kde-frameworks/krunner-${KFMIN}:5
60 - >=kde-frameworks/kservice-${KFMIN}:5
61 - >=kde-frameworks/plasma-${KFMIN}:5
62 -"
63 -RDEPEND="${DEPEND}"
64 -
65 -PATCHES=( "${FILESDIR}/${PN}-5.19.80-disable-manual-tests.patch" ) # bug 732584