Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: kde-plasma/plasma-browser-integration/
Date: Sun, 31 Oct 2021 03:17:38
Message-Id: 1635650178.de80e346f6bf7094cb80f42451b7ef248bd5d1c2.sam@gentoo
1 commit: de80e346f6bf7094cb80f42451b7ef248bd5d1c2
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Sun Oct 31 03:16:18 2021 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Sun Oct 31 03:16:18 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=de80e346
7
8 kde-plasma/plasma-browser-integration: drop 5.23.1*
9
10 Signed-off-by: Sam James <sam <AT> gentoo.org>
11
12 kde-plasma/plasma-browser-integration/Manifest | 1 -
13 .../plasma-browser-integration-5.23.1.ebuild | 44 ----------------------
14 2 files changed, 45 deletions(-)
15
16 diff --git a/kde-plasma/plasma-browser-integration/Manifest b/kde-plasma/plasma-browser-integration/Manifest
17 index bf6b3655c67..0d53fda9243 100644
18 --- a/kde-plasma/plasma-browser-integration/Manifest
19 +++ b/kde-plasma/plasma-browser-integration/Manifest
20 @@ -1,3 +1,2 @@
21 DIST plasma-browser-integration-5.22.5.tar.xz 214448 BLAKE2B 114baa04ab7fad7a3450c199b405afc3d0ce6c4a7e7cf8828dc15e509417de003ffb6b73a002b52b5d8a46f566a63320d33d23fdb8a60484e65c0176afcfadd1 SHA512 8cc29cc51c6cce4dd31677cff8851d58eb0dded0d41c52e0fa488a6f5a803c46b0f29ae02642707a039a283e19ea49fe2dac36604202282f6a62cd0f8716940a
22 -DIST plasma-browser-integration-5.23.1.tar.xz 219568 BLAKE2B ccaa8ce82b3926b943ccc3ba2cc5eec683d9caba94123719e8d9c6c83494b691f05eb082327c9d1ffcb51ac4a9313f38a6666f96d0761a429cc9cb62c0b6818a SHA512 084437387f9645007e552d3b33b4b20c593023c109589bcc7efc2543bd8caec385e5900034822f322e4dd7f3f904d8a1f22ba3928d4ba3e977b35409a1677977
23 DIST plasma-browser-integration-5.23.2.tar.xz 219648 BLAKE2B 74552cf9099bb6ef627e77ac6bfe9c24c4d9e9f3b9ae968599f7fbade2c45388417073455d8f3c77b4a9f14ebb21a7d2b834274589285a033e60371eface052a SHA512 7f76144bacbc7ef5a4a13b8c7c2564973baaf2a363c99055aeea21063baf47354fccc54eac56d649c843d9fc422cd51f2138ffeb2d0596f66851e049dd66eb27
24
25 diff --git a/kde-plasma/plasma-browser-integration/plasma-browser-integration-5.23.1.ebuild b/kde-plasma/plasma-browser-integration/plasma-browser-integration-5.23.1.ebuild
26 deleted file mode 100644
27 index 83cbeb10359..00000000000
28 --- a/kde-plasma/plasma-browser-integration/plasma-browser-integration-5.23.1.ebuild
29 +++ /dev/null
30 @@ -1,44 +0,0 @@
31 -# Copyright 1999-2021 Gentoo Authors
32 -# Distributed under the terms of the GNU General Public License v2
33 -
34 -EAPI=8
35 -
36 -KFMIN=5.86.0
37 -PVCUT=$(ver_cut 1-3)
38 -QTMIN=5.15.2
39 -inherit ecm kde.org
40 -
41 -DESCRIPTION="Integrate Chrome/Firefox better into Plasma through browser extensions"
42 -HOMEPAGE+=" https://community.kde.org/Plasma/Browser_Integration"
43 -
44 -LICENSE="GPL-3+"
45 -SLOT="5"
46 -KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~riscv ~x86"
47 -IUSE=""
48 -
49 -DEPEND="
50 - >=dev-qt/qtdbus-${QTMIN}:5
51 - >=dev-qt/qtgui-${QTMIN}:5
52 - >=dev-qt/qtwidgets-${QTMIN}:5
53 - >=kde-frameworks/kactivities-${KFMIN}:5
54 - >=kde-frameworks/kconfig-${KFMIN}:5
55 - >=kde-frameworks/kcoreaddons-${KFMIN}:5
56 - >=kde-frameworks/kdbusaddons-${KFMIN}:5
57 - >=kde-frameworks/kfilemetadata-${KFMIN}:5
58 - >=kde-frameworks/ki18n-${KFMIN}:5
59 - >=kde-frameworks/kio-${KFMIN}:5
60 - >=kde-frameworks/kjobwidgets-${KFMIN}:5
61 - >=kde-frameworks/knotifications-${KFMIN}:5
62 - >=kde-frameworks/krunner-${KFMIN}:5
63 - >=kde-frameworks/purpose-${KFMIN}:5
64 - >=kde-plasma/plasma-workspace-${PVCUT}:5
65 -"
66 -RDEPEND="${DEPEND}"
67 -
68 -src_configure() {
69 - local mycmakeargs=(
70 - -DMOZILLA_DIR="${EPREFIX}/usr/$(get_libdir)/mozilla"
71 - )
72 -
73 - ecm_src_configure
74 -}