Gentoo Archives: gentoo-commits

From: Andreas Sturmlechner <asturm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/lxqt-build-tools/
Date: Thu, 30 Sep 2021 17:24:42
Message-Id: 1633022530.eb69aa2b3644aa182e9c818aa4a0809ec901a507.asturm@gentoo
1 commit: eb69aa2b3644aa182e9c818aa4a0809ec901a507
2 Author: Jimi Huotari <chiitoo <AT> gentoo <DOT> org>
3 AuthorDate: Sat Sep 25 06:53:28 2021 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Thu Sep 30 17:22:10 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=eb69aa2b
7
8 dev-util/lxqt-build-tools: remove version 0.8.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 dev-util/lxqt-build-tools/Manifest | 1 -
15 .../lxqt-build-tools/lxqt-build-tools-0.8.0.ebuild | 26 ----------------------
16 2 files changed, 27 deletions(-)
17
18 diff --git a/dev-util/lxqt-build-tools/Manifest b/dev-util/lxqt-build-tools/Manifest
19 index d2baa400ede..a80be0335bc 100644
20 --- a/dev-util/lxqt-build-tools/Manifest
21 +++ b/dev-util/lxqt-build-tools/Manifest
22 @@ -1,2 +1 @@
23 -DIST lxqt-build-tools-0.8.0.tar.xz 25340 BLAKE2B c83524a5688cf38521406e50ad08e93b20d246c0fe779929905cd5aaff67ece6b7dae483d1d4f21657b913ab2ffc7ec821a3025ac6fe3585028146d1746f7565 SHA512 7c235df623ae8c88fa551f38bf24d0621958ce3586296a798b50bbce87084cb624298f4e5aaaa40d3244afae17b7fa373d2b8b6084377f9d7a355fc4bfcbb531
24 DIST lxqt-build-tools-0.9.0.tar.xz 25296 BLAKE2B 9686a445c75a700a38150b4493f6c019ba0782e219b3482f67c6a324f35ffe252fddc614daefbd8616ee16ef8bc331c7e4302ddf2df870d1c3696a80cfb585a8 SHA512 9a464393ea6d871c5856ebf5b8fa3d31a89c6419ac084e7146aed675f2b20a139bb3eedde017d6ca03167ee6e30a37a62239ab4e8b76f5b6db244d26ab164892
25
26 diff --git a/dev-util/lxqt-build-tools/lxqt-build-tools-0.8.0.ebuild b/dev-util/lxqt-build-tools/lxqt-build-tools-0.8.0.ebuild
27 deleted file mode 100644
28 index 1c71c8c8446..00000000000
29 --- a/dev-util/lxqt-build-tools/lxqt-build-tools-0.8.0.ebuild
30 +++ /dev/null
31 @@ -1,26 +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
38 -
39 -DESCRIPTION="LXQt Build Tools"
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 ~hppa ~ppc64 x86"
48 -fi
49 -
50 -LICENSE="BSD"
51 -SLOT="0"
52 -
53 -DEPEND="
54 - >=dev-libs/glib-2.50.0
55 - dev-qt/qtcore:5
56 -"
57 -RDEPEND="${DEPEND}"