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 3A4D41382C5 for ; Sun, 15 Apr 2018 01:42:12 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 79980E0929; Sun, 15 Apr 2018 01:42:04 +0000 (UTC) Received: from smtp.gentoo.org (dev.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 3EEC6E0929 for ; Sun, 15 Apr 2018 01:42:04 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 D4047335C5C for ; Sun, 15 Apr 2018 01:42:02 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B3C6D28D for ; Sun, 15 Apr 2018 01:41:59 +0000 (UTC) From: "Aaron Bauman" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Aaron Bauman" Message-ID: <1523756392.ee18eb6c17f25af8fe495bbc93106d091f9c0df5.bman@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/lxqt-build-tools/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-util/lxqt-build-tools/Manifest dev-util/lxqt-build-tools/lxqt-build-tools-0.4.0.ebuild dev-util/lxqt-build-tools/metadata.xml X-VCS-Directories: dev-util/lxqt-build-tools/ X-VCS-Committer: bman X-VCS-Committer-Name: Aaron Bauman X-VCS-Revision: ee18eb6c17f25af8fe495bbc93106d091f9c0df5 X-VCS-Branch: master Date: Sun, 15 Apr 2018 01:41:59 +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-Archives-Salt: 483e4cb9-2d63-45d1-b23a-cc135038842f X-Archives-Hash: 284d03c49ca2fff7732c6906e35aea29 commit: ee18eb6c17f25af8fe495bbc93106d091f9c0df5 Author: Robert Förster gmake de> AuthorDate: Sat Apr 14 19:54:05 2018 +0000 Commit: Aaron Bauman gentoo org> CommitDate: Sun Apr 15 01:39:52 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ee18eb6c dev-util/lxqt-build-tools: version bump to 0.4.0 Package-Manager: Portage-2.3.28, Repoman-2.3.9 Closes: https://github.com/gentoo/gentoo/pull/8005 dev-util/lxqt-build-tools/Manifest | 1 + .../lxqt-build-tools/lxqt-build-tools-0.4.0.ebuild | 25 ++++++++++++++++++++++ dev-util/lxqt-build-tools/metadata.xml | 11 ++++++---- 3 files changed, 33 insertions(+), 4 deletions(-) diff --git a/dev-util/lxqt-build-tools/Manifest b/dev-util/lxqt-build-tools/Manifest index 8a0dfa38b53..349973ddbe5 100644 --- a/dev-util/lxqt-build-tools/Manifest +++ b/dev-util/lxqt-build-tools/Manifest @@ -1 +1,2 @@ DIST lxqt-build-tools-0.2.0.tar.xz 15552 BLAKE2B 558e1c9f43e09e51a720460592309f3f52fb7832a121ae40c8d9945ed135d6220190182a6d2311bfb9e9971f68a60f0ab7d5dcf2055301fa683dfc483170b3c6 SHA512 40349710a20d3f06761c57b5d40aa05cb194fa4b50d1e41e4bd7e6adf1beb5c7209f3d4965869a301369df17ec1d75f55aede7ab0fe88a55d692cd56d72121de +DIST lxqt-build-tools-0.4.0.tar.xz 19988 BLAKE2B 119f2907062c08996b26170b519b9c4ce0308d6bc65dc1363fd81e064084ebe7305de7e66225e2ea3bcea899c2eaac49dcf7651b72a4f3a9d565ce4fd1d5a756 SHA512 d84cfce5db9520725e24855f99fb3125f19ff5dbac12ec6d283e9c4483497c675b32061cdea2eda533e57857be4a6eb6020049ae4f593ea61a321b2708604638 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 new file mode 100644 index 00000000000..68901413fae --- /dev/null +++ b/dev-util/lxqt-build-tools/lxqt-build-tools-0.4.0.ebuild @@ -0,0 +1,25 @@ +# Copyright 1999-2018 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 +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}" diff --git a/dev-util/lxqt-build-tools/metadata.xml b/dev-util/lxqt-build-tools/metadata.xml index a40a83a9c6a..aa0b3609e96 100644 --- a/dev-util/lxqt-build-tools/metadata.xml +++ b/dev-util/lxqt-build-tools/metadata.xml @@ -1,8 +1,11 @@ - - lxqt@gentoo.org - LXQt - + + lxqt@gentoo.org + LXQt + + + lxqt/lxqt-build-tools +