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 3305713835A for ; Tue, 22 Jun 2021 09:02:15 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 0F39BE0907; Tue, 22 Jun 2021 09:02:14 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.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 E21F9E0901 for ; Tue, 22 Jun 2021 09:02:13 +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 7750734076D for ; Tue, 22 Jun 2021 09:02:12 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D03F17B5 for ; Tue, 22 Jun 2021 09:02:10 +0000 (UTC) From: "Joonas Niilola" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Joonas Niilola" Message-ID: <1624351591.b695285579b1745f8c7a9378c81a1d09e4b974ac.juippis@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/kcolorpicker/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-libs/kcolorpicker/Manifest media-libs/kcolorpicker/kcolorpicker-0.1.6.ebuild X-VCS-Directories: media-libs/kcolorpicker/ X-VCS-Committer: juippis X-VCS-Committer-Name: Joonas Niilola X-VCS-Revision: b695285579b1745f8c7a9378c81a1d09e4b974ac X-VCS-Branch: master Date: Tue, 22 Jun 2021 09:02:10 +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: 3c504cab-f7da-4b3d-9125-807c8ce61748 X-Archives-Hash: bb95ff48f05485ee77f4e024ac095e0f commit: b695285579b1745f8c7a9378c81a1d09e4b974ac Author: David Flogeras gmail com> AuthorDate: Mon May 31 13:51:07 2021 +0000 Commit: Joonas Niilola gentoo org> CommitDate: Tue Jun 22 08:46:31 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b6952855 media-libs/kcolorpicker: 0.1.6 bump Bug: https://bugs.gentoo.org/793209 Closes: https://bugs.gentoo.org/793209 Closes: https://github.com/gentoo/gentoo/pull/21061 Package-Manager: Portage-3.0.18, Repoman-3.0.2 Signed-off-by: David Flogeras gmail.com> Signed-off-by: Joonas Niilola gentoo.org> media-libs/kcolorpicker/Manifest | 1 + media-libs/kcolorpicker/kcolorpicker-0.1.6.ebuild | 41 +++++++++++++++++++++++ 2 files changed, 42 insertions(+) diff --git a/media-libs/kcolorpicker/Manifest b/media-libs/kcolorpicker/Manifest index 9c7263fdbb7..614d969319e 100644 --- a/media-libs/kcolorpicker/Manifest +++ b/media-libs/kcolorpicker/Manifest @@ -1 +1,2 @@ DIST kColorPicker-0.1.5.tar.gz 12013 BLAKE2B b4141e45b44e05c4769d008014817327a560c8ad74996010a1d16d22b6503547ce2ba657eee01c3893bb9a72cecd8fc368afe8e503d2c582cb02f1ab4b371a12 SHA512 6792cb79fe96f00c073f3f4b84c2c0a713523c33ee9f29113a9ed4f4c5f8e5509fefa4127a28546b1b44f73e0df7be9364a1c04498c36efcb6c2764df25250a8 +DIST kColorPicker-0.1.6.tar.gz 12028 BLAKE2B dda08211b56186a34afa9049a2770d98b25659fb0e9fed344f9305420ddc5f69517684236d2d1b1613cec0661f6af43fc463a0cc403bead27d0b6c535030d7d4 SHA512 9702b0dfd9d340aa2b043711b27f2ac1994ff6cdd06e912deb410bd3500a2b68fa046d91bbd1392f3c95905e4cf7660819d70864cc85e55cb4c8879e820e7cec diff --git a/media-libs/kcolorpicker/kcolorpicker-0.1.6.ebuild b/media-libs/kcolorpicker/kcolorpicker-0.1.6.ebuild new file mode 100644 index 00000000000..497f088f00b --- /dev/null +++ b/media-libs/kcolorpicker/kcolorpicker-0.1.6.ebuild @@ -0,0 +1,41 @@ +# Copyright 2020-2021 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +VIRTUALX_REQUIRED="test" +inherit cmake virtualx + +MY_PN=kColorPicker +MY_P="${MY_PN}-${PV}" + +DESCRIPTION="Qt based color picker with popup menu" +HOMEPAGE="https://github.com/ksnip/kColorPicker" +SRC_URI="https://github.com/ksnip/${MY_PN}/archive/v${PV}.tar.gz -> ${MY_P}.tar.gz" + +LICENSE="LGPL-3+" +SLOT="0" +KEYWORDS="~amd64 ~arm64 ~ppc64 ~x86" +IUSE="test" + +RDEPEND=" + dev-qt/qtcore:5 + dev-qt/qtgui:5 + dev-qt/qtwidgets:5[png] +" +DEPEND="${RDEPEND} + test? ( dev-qt/qttest:5 ) +" + +S="${WORKDIR}/${MY_P}" + +src_configure() { + local mycmakeargs+=( + -DBUILD_TESTS=$(usex test) + ) + cmake_src_configure +} + +src_test() { + virtx cmake_src_test +}