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: Wed, 27 Jun 2018 19:01:13
Message-Id: 1530126022.2c31f578ee4f42066f0b9a8abb5edc9ca9d7b545.asturm@gentoo
1 commit: 2c31f578ee4f42066f0b9a8abb5edc9ca9d7b545
2 Author: Robert Förster <Dessa <AT> gmake <DOT> de>
3 AuthorDate: Wed May 23 08:18:20 2018 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Wed Jun 27 19:00:22 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2c31f578
7
8 dev-util/lxqt-build-tools: remove old
9
10 Package-Manager: Portage-2.3.38, Repoman-2.3.9
11
12 dev-util/lxqt-build-tools/Manifest | 1 -
13 .../lxqt-build-tools/lxqt-build-tools-0.4.0.ebuild | 25 ----------------------
14 2 files changed, 26 deletions(-)
15
16 diff --git a/dev-util/lxqt-build-tools/Manifest b/dev-util/lxqt-build-tools/Manifest
17 index 2b1864fcd37..7284900648f 100644
18 --- a/dev-util/lxqt-build-tools/Manifest
19 +++ b/dev-util/lxqt-build-tools/Manifest
20 @@ -1,3 +1,2 @@
21 DIST lxqt-build-tools-0.2.0.tar.xz 15552 BLAKE2B 558e1c9f43e09e51a720460592309f3f52fb7832a121ae40c8d9945ed135d6220190182a6d2311bfb9e9971f68a60f0ab7d5dcf2055301fa683dfc483170b3c6 SHA512 40349710a20d3f06761c57b5d40aa05cb194fa4b50d1e41e4bd7e6adf1beb5c7209f3d4965869a301369df17ec1d75f55aede7ab0fe88a55d692cd56d72121de
22 -DIST lxqt-build-tools-0.4.0.tar.xz 19988 BLAKE2B 119f2907062c08996b26170b519b9c4ce0308d6bc65dc1363fd81e064084ebe7305de7e66225e2ea3bcea899c2eaac49dcf7651b72a4f3a9d565ce4fd1d5a756 SHA512 d84cfce5db9520725e24855f99fb3125f19ff5dbac12ec6d283e9c4483497c675b32061cdea2eda533e57857be4a6eb6020049ae4f593ea61a321b2708604638
23 DIST lxqt-build-tools-0.5.0.tar.xz 23392 BLAKE2B 1f28ae093af772ed2b6f75a7933b76a2c608171bf15e0c8483477d7f3b702dec79f41af70bb38863c3b17ff9d52a8f2acabd4ed2347bb7f421d2074b8767e96c SHA512 6802f3d5e3d622b136cf312ad929353aac1f42355c00ac9e3fb7a9d46c63dba1f87a0a4fd11185289c4e7222d5b0d30b8829dacd38c88de45901ff0559639e90
24
25 diff --git a/dev-util/lxqt-build-tools/lxqt-build-tools-0.4.0.ebuild b/dev-util/lxqt-build-tools/lxqt-build-tools-0.4.0.ebuild
26 deleted file mode 100644
27 index 68901413fae..00000000000
28 --- a/dev-util/lxqt-build-tools/lxqt-build-tools-0.4.0.ebuild
29 +++ /dev/null
30 @@ -1,25 +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="LXQt Build tools"
38 -HOMEPAGE="https://lxqt.org/"
39 -
40 -if [[ ${PV} = *9999* ]]; then
41 - inherit git-r3
42 - EGIT_REPO_URI="https://github.com/lxqt/${PN}.git"
43 -else
44 - SRC_URI="https://downloads.lxqt.org/downloads/${PN}/${PV}/${P}.tar.xz"
45 - KEYWORDS="~amd64 ~arm ~arm64 ~x86"
46 -fi
47 -
48 -LICENSE="BSD"
49 -SLOT="0"
50 -
51 -RDEPEND="
52 - >=dev-libs/glib-2.50.0:=
53 - dev-qt/qtcore:5
54 -"
55 -DEPEND="${RDEPEND}"