From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id E3E4D138334 for ; Mon, 18 Feb 2019 23:29:57 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 08053E03EC; Mon, 18 Feb 2019 23:29:57 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id D2A5CE08D4 for ; Mon, 18 Feb 2019 23:29:56 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 88D6B335CFC for ; Mon, 18 Feb 2019 23:29:54 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 2BD2A545 for ; Mon, 18 Feb 2019 23:29:53 +0000 (UTC) From: "Jimi Huotari" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Jimi Huotari" Message-ID: <1550531454.2876e352271956171c08f3de66a7abe8ac388e34.chiitoo@gentoo> Subject: [gentoo-commits] proj/qt:master commit in: dev-util/lxqt-build-tools/ X-VCS-Repository: proj/qt X-VCS-Files: dev-util/lxqt-build-tools/Manifest dev-util/lxqt-build-tools/lxqt-build-tools-0.6.0.ebuild X-VCS-Directories: dev-util/lxqt-build-tools/ X-VCS-Committer: chiitoo X-VCS-Committer-Name: Jimi Huotari X-VCS-Revision: 2876e352271956171c08f3de66a7abe8ac388e34 X-VCS-Branch: master Date: Mon, 18 Feb 2019 23:29:53 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: d76d14bf-518d-405c-9b5e-ba24b4c3995c X-Archives-Hash: 79dc9656ee640685cc3a68b5e932c241 commit: 2876e352271956171c08f3de66a7abe8ac388e34 Author: Jimi Huotari gentoo org> AuthorDate: Mon Feb 18 23:05:49 2019 +0000 Commit: Jimi Huotari gentoo org> CommitDate: Mon Feb 18 23:10:54 2019 +0000 URL: https://gitweb.gentoo.org/proj/qt.git/commit/?id=2876e352 dev-util/lxqt-build-tools: add 0.6.0 for testing Package-Manager: Portage-2.3.61, Repoman-2.3.12 Signed-off-by: Jimi Huotari gentoo.org> dev-util/lxqt-build-tools/Manifest | 1 + .../lxqt-build-tools/lxqt-build-tools-0.6.0.ebuild | 26 ++++++++++++++++++++++ 2 files changed, 27 insertions(+) diff --git a/dev-util/lxqt-build-tools/Manifest b/dev-util/lxqt-build-tools/Manifest new file mode 100644 index 00000000..61ae07bc --- /dev/null +++ b/dev-util/lxqt-build-tools/Manifest @@ -0,0 +1 @@ +DIST lxqt-build-tools-0.6.0.tar.xz 22520 BLAKE2B 99e8032e111f776708d0a84e65db6534f517e75803d2cf747618889dccc46e9d55caa0ba3c89c88d56143a69ced015df9f1eae68a34c7ea050c6f97aedcf0f33 SHA512 f95c47d40f26defa8bc4e13a0449428945c282cb5e2201610e9529bfd5154a438ee9dcc4f556bd76efe13b97533bbed2f49ab5c100225907781093094a692227 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 new file mode 100644 index 00000000..b81117b0 --- /dev/null +++ b/dev-util/lxqt-build-tools/lxqt-build-tools-0.6.0.ebuild @@ -0,0 +1,26 @@ +# Copyright 1999-2019 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +inherit cmake-utils + +DESCRIPTION="LXQt Build tools" +HOMEPAGE="https://lxqt.org/" + +if [[ ${PV} = *9999* ]]; then + inherit git-r3 + EGIT_REPO_URI="https://github.com/lxqt/${PN}.git" +else + SRC_URI="https://downloads.lxqt.org/downloads/${PN}/${PV}/${P}.tar.xz" + KEYWORDS="~amd64 ~arm ~arm64 ~x86" +fi + +LICENSE="BSD" +SLOT="0" + +RDEPEND=" + >=dev-libs/glib-2.50.0 + dev-qt/qtcore:5 +" +DEPEND="${RDEPEND}"