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: Thu, 30 Sep 2021 17:24:41
Message-Id: 1633022528.b9c1402dba47fb37d428e038198debffccfc3c27.asturm@gentoo
1 commit: b9c1402dba47fb37d428e038198debffccfc3c27
2 Author: Jimi Huotari <chiitoo <AT> gentoo <DOT> org>
3 AuthorDate: Sat Sep 25 06:48:26 2021 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Thu Sep 30 17:22:08 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b9c1402d
7
8 media-gfx/lximage-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 media-gfx/lximage-qt/Manifest | 1 -
15 media-gfx/lximage-qt/lximage-qt-0.16.0.ebuild | 52 ---------------------------
16 2 files changed, 53 deletions(-)
17
18 diff --git a/media-gfx/lximage-qt/Manifest b/media-gfx/lximage-qt/Manifest
19 index 7ae0a2aed3a..bad4470bee4 100644
20 --- a/media-gfx/lximage-qt/Manifest
21 +++ b/media-gfx/lximage-qt/Manifest
22 @@ -1,2 +1 @@
23 -DIST lximage-qt-0.16.0.tar.xz 100920 BLAKE2B 17a41013b7d7e599662a698fa24b6b15a550b2211dd818fbfda19b0fb9439bf77b63b2d8248ad8a65605fee8fc73c78d294ae86401d5660f6d798aa775273709 SHA512 2da46d23567cff7044a884e14b30de36b3a19d802768585b7c3332897b0af2fc42993ed9bb9d062db7988a0526cc7357a09fbac5f283a615b109ea8dfbf474b5
24 DIST lximage-qt-0.17.0.tar.xz 109772 BLAKE2B e49c6fb2b3db9b5ff829f7003862ab8124773d82a540019f2ba64c48fa4fffff0eb5f317b8222be95b1b030b5d64a961d4c96298275a835f56816dc857cc6e27 SHA512 fb7867f5589fa45f3e2d37dcd0733c49fb5439206b11d2a43020305c5c7d222796aa0cf2dbf19d5fc7829a34d3877241cb4bb36ea2883a41503eadd39deaf8e0
25
26 diff --git a/media-gfx/lximage-qt/lximage-qt-0.16.0.ebuild b/media-gfx/lximage-qt/lximage-qt-0.16.0.ebuild
27 deleted file mode 100644
28 index 8bd658c7b2f..00000000000
29 --- a/media-gfx/lximage-qt/lximage-qt-0.16.0.ebuild
30 +++ /dev/null
31 @@ -1,52 +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 Image Viewer"
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="GPL-2 GPL-2+"
51 -SLOT="0"
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/qtdbus:5
62 - dev-qt/qtgui:5
63 - dev-qt/qtnetwork:5
64 - dev-qt/qtprintsupport:5
65 - dev-qt/qtsvg:5
66 - dev-qt/qtwidgets:5
67 - dev-qt/qtx11extras:5
68 - media-libs/libexif
69 - >=x11-libs/libfm-qt-0.16.0:=
70 - x11-libs/libX11
71 - x11-libs/libXfixes
72 -"
73 -RDEPEND="${DEPEND}
74 - !lxqt-base/lxqt-l10n
75 -"
76 -
77 -pkg_postinst() {
78 - xdg_desktop_database_update
79 -}
80 -
81 -pkg_postrm() {
82 - xdg_desktop_database_update
83 -}