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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 264EE158451 for ; Sun, 14 Jan 2024 18:16:48 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 35028E29D7; Sun, 14 Jan 2024 18:16:47 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 18899E29D7 for ; Sun, 14 Jan 2024 18:16:47 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 55D6A3431E6 for ; Sun, 14 Jan 2024 18:16:46 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E8D9811A0 for ; Sun, 14 Jan 2024 18:16:44 +0000 (UTC) From: "Kostadin Shishmanov" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Kostadin Shishmanov" Message-ID: <1705256175.5581dd997ee38def0bcacd805c0435112b94bc42.kocelfc@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: app-misc/corectrl/ X-VCS-Repository: repo/proj/guru X-VCS-Files: app-misc/corectrl/Manifest app-misc/corectrl/corectrl-1.3.9.ebuild X-VCS-Directories: app-misc/corectrl/ X-VCS-Committer: kocelfc X-VCS-Committer-Name: Kostadin Shishmanov X-VCS-Revision: 5581dd997ee38def0bcacd805c0435112b94bc42 X-VCS-Branch: dev Date: Sun, 14 Jan 2024 18:16:44 +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: edc06257-abec-4bc9-a131-74850cf4f086 X-Archives-Hash: c13dd27e04562186a99e64419a83f75e commit: 5581dd997ee38def0bcacd805c0435112b94bc42 Author: Kostadin Shishmanov tutanota com> AuthorDate: Sun Jan 14 18:16:15 2024 +0000 Commit: Kostadin Shishmanov tutanota com> CommitDate: Sun Jan 14 18:16:15 2024 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=5581dd99 app-misc/corectrl: add 1.3.9 Signed-off-by: Kostadin Shishmanov tutanota.com> app-misc/corectrl/Manifest | 1 + app-misc/corectrl/corectrl-1.3.9.ebuild | 54 +++++++++++++++++++++++++++++++++ 2 files changed, 55 insertions(+) diff --git a/app-misc/corectrl/Manifest b/app-misc/corectrl/Manifest index 2a35052580..c0becea1f4 100644 --- a/app-misc/corectrl/Manifest +++ b/app-misc/corectrl/Manifest @@ -1 +1,2 @@ DIST corectrl-v1.3.8.tar.bz2 571563 BLAKE2B 65a768589ab5b60092888ae9d50d3350a02642508b3c05b15a2bc69874e20e9f133c58c29eb9cb61127c393029636dd3914b48ea10d01f51b469e27c00e0d1e6 SHA512 099f13afd246ecbadfbe1b8e2e61dfd9a5fbecfd7dda09bbc1e28415d3729fe46b1bff11651672b13cbc5d3d8b2610ac78b367afa8f681499fe45bb7dded2588 +DIST corectrl-v1.3.9.tar.bz2 572934 BLAKE2B cb9f04b14c4a3af2fd1ae683db333511f4fbf036b6cc85170f6a7b1e552e93bd5cfe6b6dcaa4593d0398677bf64191582364cea6e8ef53a698bc1edcbc41f52e SHA512 5a74338ac3c2a6c57ff287fcabe4a3ad14373ee4c480bcfde10868eff528b582014a5919bb87f04c110b2dcf2b2f192454adaf82e750a08de6fcf64903e5e165 diff --git a/app-misc/corectrl/corectrl-1.3.9.ebuild b/app-misc/corectrl/corectrl-1.3.9.ebuild new file mode 100644 index 0000000000..530ee1ae9b --- /dev/null +++ b/app-misc/corectrl/corectrl-1.3.9.ebuild @@ -0,0 +1,54 @@ +# Copyright 1999-2024 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +inherit ecm + +DESCRIPTION="Core control application" +HOMEPAGE="https://gitlab.com/corectrl/corectrl" + +if [[ ${PV} == 9999 ]]; then + inherit git-r3 + EGIT_REPO_URI="https://gitlab.com/corectrl/corectrl.git" +else + SRC_URI="https://gitlab.com/corectrl/corectrl/-/archive/v${PV}/corectrl-v${PV}.tar.bz2" + KEYWORDS="~amd64" + S="${WORKDIR}/${PN}-v${PV}" +fi + +LICENSE="GPL-3" +SLOT="0" + +IUSE="test" +RESTRICT="!test? ( test )" + +DEPEND=" + dev-qt/qtdbus:5 + dev-qt/qtdeclarative:5 + dev-qt/qtcharts:5[qml] + dev-qt/qtsvg:5 + dev-qt/linguist-tools:5 + dev-qt/qtquickcontrols2:5 + dev-libs/quazip + dev-libs/botan:2 + sys-auth/polkit + x11-libs/libdrm[video_cards_amdgpu] + dev-libs/libfmt + dev-libs/pugixml + dev-cpp/easyloggingpp + dev-cpp/units + test? ( + ~dev-cpp/catch-2.13.8 + dev-cpp/trompeloeil + ) +" + +BDEPEND="${DEPEND}" + +src_configure() { + local mycmakeargs=( + -DBUILD_TESTING=$(usex test ON OFF) + ) + cmake_src_configure +}