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: Fri, 28 Jun 2019 01:18:02
Message-Id: 1561679850.e3e1c7599bd725adc8c17ffc537e2fb56c416b66.asturm@gentoo
1 commit: e3e1c7599bd725adc8c17ffc537e2fb56c416b66
2 Author: Jimi Huotari <chiitoo <AT> gentoo <DOT> org>
3 AuthorDate: Thu Jun 27 23:22:00 2019 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Thu Jun 27 23:57:30 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e3e1c759
7
8 x11-libs/libfm-qt: drop previous stable (0.14.1-r1)
9
10 Package-Manager: Portage-2.3.67, Repoman-2.3.16
11 Signed-off-by: Jimi Huotari <chiitoo <AT> gentoo.org>
12 Closes: https://github.com/gentoo/gentoo/pull/12345
13 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
14
15 x11-libs/libfm-qt/libfm-qt-0.14.1-r1.ebuild | 39 -----------------------------
16 1 file changed, 39 deletions(-)
17
18 diff --git a/x11-libs/libfm-qt/libfm-qt-0.14.1-r1.ebuild b/x11-libs/libfm-qt/libfm-qt-0.14.1-r1.ebuild
19 deleted file mode 100644
20 index 6856ff994d3..00000000000
21 --- a/x11-libs/libfm-qt/libfm-qt-0.14.1-r1.ebuild
22 +++ /dev/null
23 @@ -1,39 +0,0 @@
24 -# Copyright 1999-2019 Gentoo Authors
25 -# Distributed under the terms of the GNU General Public License v2
26 -
27 -EAPI=7
28 -
29 -inherit cmake-utils
30 -
31 -DESCRIPTION="Qt port of libfm, a library providing components to build desktop file managers"
32 -HOMEPAGE="https://lxqt.org/"
33 -
34 -if [[ "${PV}" == "9999" ]]; then
35 - inherit git-r3
36 - EGIT_REPO_URI="https://github.com/lxqt/${PN}.git"
37 -else
38 - SRC_URI="https://downloads.lxqt.org/downloads/${PN}/${PV}/${P}.tar.xz"
39 - KEYWORDS="amd64 ~arm ~arm64 x86"
40 -fi
41 -
42 -LICENSE="GPL-2+ LGPL-2.1+"
43 -SLOT="0/5"
44 -
45 -BDEPEND="
46 - dev-qt/linguist-tools:5
47 - >=dev-util/lxqt-build-tools-0.6.0
48 - virtual/pkgconfig
49 -"
50 -DEPEND="
51 - dev-libs/glib:2
52 - dev-qt/qtcore:5
53 - dev-qt/qtgui:5
54 - dev-qt/qtwidgets:5
55 - dev-qt/qtx11extras:5
56 - >=lxde-base/menu-cache-1.1.0
57 - media-libs/libexif:=
58 - x11-libs/libxcb:=
59 -"
60 -RDEPEND="${DEPEND}
61 - !lxqt-base/lxqt-l10n
62 -"