Gentoo Archives: gentoo-commits

From: Jimi Huotari <chiitoo@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/qt:master commit in: dev-util/lxqt-build-tools/
Date: Mon, 18 Feb 2019 23:29:57
Message-Id: 1550531454.2876e352271956171c08f3de66a7abe8ac388e34.chiitoo@gentoo
1 commit: 2876e352271956171c08f3de66a7abe8ac388e34
2 Author: Jimi Huotari <chiitoo <AT> gentoo <DOT> org>
3 AuthorDate: Mon Feb 18 23:05:49 2019 +0000
4 Commit: Jimi Huotari <chiitoo <AT> gentoo <DOT> org>
5 CommitDate: Mon Feb 18 23:10:54 2019 +0000
6 URL: https://gitweb.gentoo.org/proj/qt.git/commit/?id=2876e352
7
8 dev-util/lxqt-build-tools: add 0.6.0 for testing
9
10 Package-Manager: Portage-2.3.61, Repoman-2.3.12
11 Signed-off-by: Jimi Huotari <chiitoo <AT> gentoo.org>
12
13 dev-util/lxqt-build-tools/Manifest | 1 +
14 .../lxqt-build-tools/lxqt-build-tools-0.6.0.ebuild | 26 ++++++++++++++++++++++
15 2 files changed, 27 insertions(+)
16
17 diff --git a/dev-util/lxqt-build-tools/Manifest b/dev-util/lxqt-build-tools/Manifest
18 new file mode 100644
19 index 00000000..61ae07bc
20 --- /dev/null
21 +++ b/dev-util/lxqt-build-tools/Manifest
22 @@ -0,0 +1 @@
23 +DIST lxqt-build-tools-0.6.0.tar.xz 22520 BLAKE2B 99e8032e111f776708d0a84e65db6534f517e75803d2cf747618889dccc46e9d55caa0ba3c89c88d56143a69ced015df9f1eae68a34c7ea050c6f97aedcf0f33 SHA512 f95c47d40f26defa8bc4e13a0449428945c282cb5e2201610e9529bfd5154a438ee9dcc4f556bd76efe13b97533bbed2f49ab5c100225907781093094a692227
24
25 diff --git a/dev-util/lxqt-build-tools/lxqt-build-tools-0.6.0.ebuild b/dev-util/lxqt-build-tools/lxqt-build-tools-0.6.0.ebuild
26 new file mode 100644
27 index 00000000..b81117b0
28 --- /dev/null
29 +++ b/dev-util/lxqt-build-tools/lxqt-build-tools-0.6.0.ebuild
30 @@ -0,0 +1,26 @@
31 +# Copyright 1999-2019 Gentoo Authors
32 +# Distributed under the terms of the GNU General Public License v2
33 +
34 +EAPI=7
35 +
36 +inherit cmake-utils
37 +
38 +DESCRIPTION="LXQt Build tools"
39 +HOMEPAGE="https://lxqt.org/"
40 +
41 +if [[ ${PV} = *9999* ]]; then
42 + inherit git-r3
43 + EGIT_REPO_URI="https://github.com/lxqt/${PN}.git"
44 +else
45 + SRC_URI="https://downloads.lxqt.org/downloads/${PN}/${PV}/${P}.tar.xz"
46 + KEYWORDS="~amd64 ~arm ~arm64 ~x86"
47 +fi
48 +
49 +LICENSE="BSD"
50 +SLOT="0"
51 +
52 +RDEPEND="
53 + >=dev-libs/glib-2.50.0
54 + dev-qt/qtcore:5
55 +"
56 +DEPEND="${RDEPEND}"