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: Wed, 17 Oct 2018 14:41:33
Message-Id: 1539787249.550014a27a0ed5bde5a396f643d926f49b6c9e07.asturm@gentoo
1 commit: 550014a27a0ed5bde5a396f643d926f49b6c9e07
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Tue Oct 16 13:08:46 2018 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Wed Oct 17 14:40:49 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=550014a2
7
8 x11-libs/libfm-qt: Drop 0.11.0 and 0.13.1 (r0)
9
10 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
11 Package-Manager: Portage-2.3.51, Repoman-2.3.11
12
13 x11-libs/libfm-qt/Manifest | 1 -
14 x11-libs/libfm-qt/libfm-qt-0.11.1.ebuild | 45 --------------------------------
15 x11-libs/libfm-qt/libfm-qt-0.13.1.ebuild | 44 -------------------------------
16 3 files changed, 90 deletions(-)
17
18 diff --git a/x11-libs/libfm-qt/Manifest b/x11-libs/libfm-qt/Manifest
19 index 06980eb1ddb..9e646eacff8 100644
20 --- a/x11-libs/libfm-qt/Manifest
21 +++ b/x11-libs/libfm-qt/Manifest
22 @@ -1,2 +1 @@
23 -DIST libfm-qt-0.11.1.tar.xz 127624 BLAKE2B a6651e5ffc79a49f17f4ab95dbb9e4f51bd8de08f9d207970e32e2732eec920eaba0edf404ef1fa2fcc1e9b7f14fbc869eeb1ba334dae4b2f5ef3a9f5b94c713 SHA512 e7cb545e81459f459aafdf491541c3de7cc91249c2179f74bc1ddab0f0c50467e82b731afce22b3a86a2462d331f55794f4336912ec607bfb5e2faa43ad58079
24 DIST libfm-qt-0.13.1.tar.xz 191972 BLAKE2B 760847be1fbb209003bd2b61a9c475ccf57721c469927039518a5f65543b8264c32f3e2c66c867be0b969fdf4636fb82cde0b2bd4e77b1365fcb9f61b0bd02c8 SHA512 29b8f686950a7b0ea86468d01ca64a6ff8316ccd5f0144808a4332692cf96199431470880a9b560780efeba7add833ab6a0d9b4b24220f8fb7091cc5ef151dc8
25
26 diff --git a/x11-libs/libfm-qt/libfm-qt-0.11.1.ebuild b/x11-libs/libfm-qt/libfm-qt-0.11.1.ebuild
27 deleted file mode 100644
28 index f377c3afce2..00000000000
29 --- a/x11-libs/libfm-qt/libfm-qt-0.11.1.ebuild
30 +++ /dev/null
31 @@ -1,45 +0,0 @@
32 -# Copyright 1999-2018 Gentoo Foundation
33 -# Distributed under the terms of the GNU General Public License v2
34 -
35 -EAPI=6
36 -
37 -inherit cmake-utils
38 -
39 -if [[ "${PV}" == "9999" ]]; then
40 - inherit git-r3
41 - EGIT_REPO_URI="https://git.lxde.org/git/lxde/${PN}"
42 -else
43 - SRC_URI="https://github.com/lxde/${PN}/releases/download/${PV}/${P}.tar.xz"
44 - KEYWORDS="amd64 ~arm ~arm64 x86"
45 -fi
46 -
47 -DESCRIPTION="Qt port of libfm, a library providing components to build desktop file managers"
48 -HOMEPAGE="https://lxqt.org"
49 -
50 -LICENSE="LGPL-2.1+"
51 -SLOT="0/3"
52 -
53 -RDEPEND="
54 - dev-libs/glib:2
55 - dev-qt/qtcore:5
56 - dev-qt/qtgui:5
57 - dev-qt/qtwidgets:5
58 - dev-qt/qtx11extras:5
59 - >=lxde-base/menu-cache-0.4.1
60 - >=x11-libs/libfm-1.2.0:=
61 - x11-libs/libxcb:=
62 - !<x11-misc/pcmanfm-qt-0.11.0
63 -"
64 -DEPEND="${RDEPEND}
65 - dev-qt/linguist-tools:5
66 - lxqt-base/liblxqt
67 - virtual/pkgconfig
68 -"
69 -
70 -src_configure() {
71 - local mycmakeargs=(
72 - -DPULL_TRANSLATIONS=NO
73 - )
74 -
75 - cmake-utils_src_configure
76 -}
77
78 diff --git a/x11-libs/libfm-qt/libfm-qt-0.13.1.ebuild b/x11-libs/libfm-qt/libfm-qt-0.13.1.ebuild
79 deleted file mode 100644
80 index 03b618ca3fa..00000000000
81 --- a/x11-libs/libfm-qt/libfm-qt-0.13.1.ebuild
82 +++ /dev/null
83 @@ -1,44 +0,0 @@
84 -# Copyright 1999-2018 Gentoo Authors
85 -# Distributed under the terms of the GNU General Public License v2
86 -
87 -EAPI=6
88 -
89 -inherit cmake-utils eapi7-ver
90 -
91 -DESCRIPTION="Qt port of libfm, a library providing components to build desktop file managers"
92 -HOMEPAGE="https://lxqt.org/"
93 -
94 -if [[ "${PV}" == "9999" ]]; then
95 - inherit git-r3
96 - EGIT_REPO_URI="https://github.com/lxqt/${PN}.git"
97 -else
98 - SRC_URI="https://downloads.lxqt.org/downloads/${PN}/${PV}/${P}.tar.xz"
99 - KEYWORDS="~amd64 ~arm ~arm64 ~x86"
100 -fi
101 -
102 -LICENSE="GPL-2+ LGPL-2.1+"
103 -SLOT="0/5"
104 -
105 -RDEPEND="
106 - dev-libs/glib:2
107 - dev-qt/qtcore:5
108 - dev-qt/qtgui:5
109 - dev-qt/qtwidgets:5
110 - dev-qt/qtx11extras:5
111 - >=lxde-base/menu-cache-1.1.0
112 - media-libs/libexif:=
113 - >=x11-libs/libfm-1.2.0:=
114 - x11-libs/libxcb:=
115 -"
116 -DEPEND="${RDEPEND}
117 - dev-qt/linguist-tools:5
118 - >=dev-util/lxqt-build-tools-0.5.0
119 - virtual/pkgconfig
120 -"
121 -
122 -src_configure() {
123 - local mycmakeargs=(
124 - -DPULL_TRANSLATIONS=OFF
125 - )
126 - cmake-utils_src_configure
127 -}