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, 17 Oct 2018 14:41:28
Message-Id: 1539787249.234730da46b5d6284cc23b6979f19090a29c2773.asturm@gentoo
1 commit: 234730da46b5d6284cc23b6979f19090a29c2773
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Tue Oct 16 13:07:43 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=234730da
7
8 media-gfx/lximage-qt: Drop 0.5.0
9
10 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
11 Package-Manager: Portage-2.3.51, Repoman-2.3.11
12
13 media-gfx/lximage-qt/Manifest | 1 -
14 media-gfx/lximage-qt/lximage-qt-0.5.0.ebuild | 45 ----------------------------
15 2 files changed, 46 deletions(-)
16
17 diff --git a/media-gfx/lximage-qt/Manifest b/media-gfx/lximage-qt/Manifest
18 index 82662b4eefb..b795fa8b608 100644
19 --- a/media-gfx/lximage-qt/Manifest
20 +++ b/media-gfx/lximage-qt/Manifest
21 @@ -1,2 +1 @@
22 -DIST lximage-qt-0.5.0.tar.xz 36068 BLAKE2B 46cf157c1a48cfea8a3149e3177baa79ec493796843e7297371c1d5802df68bee1ac220aeb9d6110a4072ba588585f276be916f886e0d3f6010792a8800e54e1 SHA512 632399781614a9d62429ed1b31515c2a87cdf1c61ab26bfc8d566654a31eccfa66ae069cd18604f380a9fc8d8700aa73a2c71be16bc32775caeef211eb955b21
23 DIST lximage-qt-0.7.0.tar.xz 41560 BLAKE2B 32ca95556a696059254a686727f72e1d57d245134b507dc90f83920e9a4a71b9b41aca459db96cd2adceffb6dd6592399c27279d3c3ca9ded6fd61480525dbd1 SHA512 a31185562dec1aa720287ab3f9fb79b9bccfcf0f2069aa404bd469852edbe2507f8c24cf8af0cbe2ef7013e4dab8ca51c00ac7a348254f1bf20458decd3c82b4
24
25 diff --git a/media-gfx/lximage-qt/lximage-qt-0.5.0.ebuild b/media-gfx/lximage-qt/lximage-qt-0.5.0.ebuild
26 deleted file mode 100644
27 index e2ae8eb3099..00000000000
28 --- a/media-gfx/lximage-qt/lximage-qt-0.5.0.ebuild
29 +++ /dev/null
30 @@ -1,45 +0,0 @@
31 -# Copyright 1999-2018 Gentoo Foundation
32 -# Distributed under the terms of the GNU General Public License v2
33 -
34 -EAPI=6
35 -inherit cmake-utils
36 -
37 -DESCRIPTION="LXImage Image Viewer - GPicView replacement"
38 -HOMEPAGE="https://lxqt.org"
39 -
40 -if [[ ${PV} = *9999* ]]; then
41 - inherit git-r3
42 - EGIT_REPO_URI="https://git.lxde.org/git/lxde/${PN}.git"
43 -else
44 - SRC_URI="https://downloads.lxqt.org/downloads/${PN}/${PV}/${P}.tar.xz"
45 - KEYWORDS="amd64 ~arm64 x86"
46 -fi
47 -
48 -LICENSE="GPL-2+ LGPL-2.1+"
49 -SLOT="0"
50 -
51 -RDEPEND="
52 - dev-libs/glib:2
53 - dev-qt/qtcore:5
54 - dev-qt/qtdbus:5
55 - dev-qt/qtgui:5
56 - dev-qt/qtprintsupport:5
57 - dev-qt/qtsvg:5
58 - dev-qt/qtwidgets:5
59 - dev-qt/qtx11extras:5
60 - media-libs/libexif
61 - >=x11-libs/libfm-1.2:=
62 - x11-libs/libfm-qt:=
63 - x11-libs/libX11
64 - x11-libs/libXfixes"
65 -DEPEND="${RDEPEND}
66 - dev-qt/linguist-tools:5
67 - lxqt-base/liblxqt
68 - virtual/pkgconfig"
69 -
70 -src_configure() {
71 - local mycmakeargs=(
72 - -DPULL_TRANSLATIONS=OFF
73 - )
74 - cmake-utils_src_configure
75 -}