Gentoo Archives: gentoo-commits

From: Andreas Sturmlechner <asturm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: x11-libs/libfm-qt/
Date: Thu, 30 Sep 2021 17:24:42
Message-Id: 1633022529.b18b58901419a2feb1877e42c0406cb76fee7895.asturm@gentoo
1 commit: b18b58901419a2feb1877e42c0406cb76fee7895
2 Author: Jimi Huotari <chiitoo <AT> gentoo <DOT> org>
3 AuthorDate: Sat Sep 25 06:52:08 2021 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Thu Sep 30 17:22:09 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b18b5890
7
8 x11-libs/libfm-qt: remove version 0.16.0
9
10 Package-Manager: Portage-3.0.23, Repoman-3.0.3
11 Signed-off-by: Jimi Huotari <chiitoo <AT> gentoo.org>
12 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
13
14 x11-libs/libfm-qt/Manifest | 1 -
15 x11-libs/libfm-qt/libfm-qt-0.16.0.ebuild | 47 --------------------------------
16 2 files changed, 48 deletions(-)
17
18 diff --git a/x11-libs/libfm-qt/Manifest b/x11-libs/libfm-qt/Manifest
19 index 0b38a25215e..7e332010540 100644
20 --- a/x11-libs/libfm-qt/Manifest
21 +++ b/x11-libs/libfm-qt/Manifest
22 @@ -1,2 +1 @@
23 -DIST libfm-qt-0.16.0.tar.xz 348548 BLAKE2B 41c52efc5b71d924c06d55a5b94e7f9a1c4feda0a664d83b0de906479bdb644260a68136720baeb1958a48b08019b72de34b6066f51c19e5c5fb65afcd9e903c SHA512 5de63408a641b0e77cb319952e428aee9cd35db9ec3e6726a8327ebc53f5641cf66b28dbabd96797c64a253b1e41421dbe05dcb9f4bc7941bd92676bbfa9cc84
24 DIST libfm-qt-0.17.1.tar.xz 363052 BLAKE2B 5931a5f06f0d085aedf0b178efe4f47ccc90d6e99dfa88955d692736d0dbc4fb8ebc9c5b834547b473b84ce815bb7e1e2e991fee38f390e7ff85c8a3effe8f26 SHA512 1e1781a01446f381625361a50f77422827e7ac5ab6039b4246369e2281edf78d3ccba866fa472667bcbb6737c44ebc350cb30a0055fc84d1f5d7e1c83e1241c1
25
26 diff --git a/x11-libs/libfm-qt/libfm-qt-0.16.0.ebuild b/x11-libs/libfm-qt/libfm-qt-0.16.0.ebuild
27 deleted file mode 100644
28 index 7b04c4a72eb..00000000000
29 --- a/x11-libs/libfm-qt/libfm-qt-0.16.0.ebuild
30 +++ /dev/null
31 @@ -1,47 +0,0 @@
32 -# Copyright 1999-2021 Gentoo Authors
33 -# Distributed under the terms of the GNU General Public License v2
34 -
35 -EAPI=7
36 -
37 -inherit cmake xdg-utils
38 -
39 -DESCRIPTION="Qt Library for Building File Managers"
40 -HOMEPAGE="https://lxqt.github.io/"
41 -
42 -if [[ "${PV}" == "9999" ]]; then
43 - inherit git-r3
44 - EGIT_REPO_URI="https://github.com/lxqt/${PN}.git"
45 -else
46 - SRC_URI="https://github.com/lxqt/${PN}/releases/download/${PV}/${P}.tar.xz"
47 - KEYWORDS="amd64 ~arm ~arm64 ~ppc64 x86"
48 -fi
49 -
50 -LICENSE="BSD GPL-2+ LGPL-2.1+"
51 -SLOT="0/7"
52 -
53 -BDEPEND="
54 - dev-qt/linguist-tools:5
55 - >=dev-util/lxqt-build-tools-0.8.0
56 - virtual/pkgconfig
57 -"
58 -DEPEND="
59 - dev-libs/glib:2
60 - dev-qt/qtcore:5
61 - dev-qt/qtgui:5=
62 - dev-qt/qtwidgets:5
63 - dev-qt/qtx11extras:5
64 - >=lxde-base/menu-cache-1.1.0:=
65 - media-libs/libexif
66 - x11-libs/libxcb
67 -"
68 -RDEPEND="${DEPEND}
69 - !lxqt-base/lxqt-l10n
70 -"
71 -
72 -pkg_postinst() {
73 - xdg_mimeinfo_database_update
74 -}
75 -
76 -pkg_postrm() {
77 - xdg_mimeinfo_database_update
78 -}