Gentoo Archives: gentoo-commits

From: Andreas Sturmlechner <asturm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: media-gfx/lximage-qt/
Date: Wed, 13 Mar 2019 19:50:21
Message-Id: 1552506585.09330a9e2f9a3e409db891de69021d18ec344d85.asturm@gentoo
1 commit: 09330a9e2f9a3e409db891de69021d18ec344d85
2 Author: Jimi Huotari <chiitoo <AT> gentoo <DOT> org>
3 AuthorDate: Tue Mar 12 23:35:25 2019 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Wed Mar 13 19:49:45 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=09330a9e
7
8 media-gfx/lximage-qt: remove 0.14.1 (r0)
9
10 Package-Manager: Portage-2.3.62, Repoman-2.3.12
11 Signed-off-by: Jimi Huotari <chiitoo <AT> gentoo.org>
12 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
13
14 media-gfx/lximage-qt/lximage-qt-0.14.1.ebuild | 45 ---------------------------
15 1 file changed, 45 deletions(-)
16
17 diff --git a/media-gfx/lximage-qt/lximage-qt-0.14.1.ebuild b/media-gfx/lximage-qt/lximage-qt-0.14.1.ebuild
18 deleted file mode 100644
19 index 6111774cdc0..00000000000
20 --- a/media-gfx/lximage-qt/lximage-qt-0.14.1.ebuild
21 +++ /dev/null
22 @@ -1,45 +0,0 @@
23 -# Copyright 1999-2019 Gentoo Authors
24 -# Distributed under the terms of the GNU General Public License v2
25 -
26 -EAPI=7
27 -
28 -inherit cmake-utils
29 -
30 -DESCRIPTION="LXImage Image Viewer - GPicView replacement"
31 -HOMEPAGE="https://lxqt.org/"
32 -
33 -if [[ ${PV} = *9999* ]]; then
34 - inherit git-r3
35 - EGIT_REPO_URI="https://github.com/lxqt/${PN}.git"
36 -else
37 - SRC_URI="https://downloads.lxqt.org/downloads/${PN}/${PV}/${P}.tar.xz"
38 - KEYWORDS="~amd64 ~arm ~arm64 ~x86"
39 -fi
40 -
41 -LICENSE="GPL-2+ LGPL-2.1+"
42 -SLOT="0"
43 -
44 -BDEPEND="
45 - dev-qt/linguist-tools:5
46 - >=dev-util/lxqt-build-tools-0.6.0
47 - virtual/pkgconfig
48 -"
49 -DEPEND="
50 - dev-libs/glib:2
51 - dev-qt/qtcore:5
52 - dev-qt/qtdbus:5
53 - dev-qt/qtgui:5
54 - dev-qt/qtnetwork:5
55 - dev-qt/qtprintsupport:5
56 - dev-qt/qtsvg:5
57 - dev-qt/qtwidgets:5
58 - dev-qt/qtx11extras:5
59 - media-libs/libexif
60 - >=x11-libs/libfm-1.2:=
61 - >=x11-libs/libfm-qt-0.12.0:=
62 - x11-libs/libX11
63 - x11-libs/libXfixes
64 -"
65 -RDEPEND="${DEPEND}
66 - !lxqt-base/lxqt-l10n
67 -"