From: "Lucio Sauer" <watermanpaint@posteo.net> To: gentoo-commits@lists.gentoo.org Subject: [gentoo-commits] repo/proj/guru:dev commit in: app-misc/corectrl/ Date: Sun, 22 Jun 2025 23:03:18 +0000 (UTC) [thread overview] Message-ID: <1750633181.c0707ecf4f8f1db3d1062f2e5132d3cf8a3db21c.watermanpaint@gentoo> (raw) commit: c0707ecf4f8f1db3d1062f2e5132d3cf8a3db21c Author: Lucio Sauer <watermanpaint <AT> posteo <DOT> net> AuthorDate: Sun Jun 22 07:32:33 2025 +0000 Commit: Lucio Sauer <watermanpaint <AT> posteo <DOT> net> CommitDate: Sun Jun 22 22:59:41 2025 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=c0707ecf app-misc/corectrl: drop 1.4.3 Acked-by: Kostadin Shishmanov <kostadinshishmanov <AT> protonmail.com> Part-of: https://github.com/gentoo/guru/pull/337 Signed-off-by: Lucio Sauer <watermanpaint <AT> posteo.net> app-misc/corectrl/Manifest | 1 - app-misc/corectrl/corectrl-1.4.3.ebuild | 78 --------------------------------- 2 files changed, 79 deletions(-) diff --git a/app-misc/corectrl/Manifest b/app-misc/corectrl/Manifest index 7e5b39aecc..ae1822dc8d 100644 --- a/app-misc/corectrl/Manifest +++ b/app-misc/corectrl/Manifest @@ -1,2 +1 @@ -DIST corectrl-v1.4.3.tar.bz2 262419 BLAKE2B a9400922ed7a07ef247fcfed48f37509bcef7fafeb74f36f8b76d08e773fc07ab15a6cd2b49b38a7d62536752930904f762658427c68794676b1a83246e0408e SHA512 2de26aaa45d7e17d39fd7b4c9428193b6fdcadd5e0b56eb78069d01804c2b0591234826b6a7af97c17d6f555bd9063144b7de5320609591a46f9107a28b07ed7 DIST corectrl-v1.5.1.tar.bz2 275570 BLAKE2B 24669cbe159bcfa3ec8d6d8472c2e0f7144c4b26eae8262179e175d03ec5ab4ce5edc0cc9b602a0ac10ba105680831799452502d2d1c2a40c105ff45b92c00c1 SHA512 75ef2109670db436644e252153947cb733b54696bbcd97633cbd1d2fc2a453b80661046cc6d9999045ba15d5f7ab44b13f05447371272b8e13baf50ee6fc5dcf diff --git a/app-misc/corectrl/corectrl-1.4.3.ebuild b/app-misc/corectrl/corectrl-1.4.3.ebuild deleted file mode 100644 index 8f724ceeb2..0000000000 --- a/app-misc/corectrl/corectrl-1.4.3.ebuild +++ /dev/null @@ -1,78 +0,0 @@ -# Copyright 1999-2024 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -inherit ecm linux-info optfeature toolchain-funcs - -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 )" - -COMMON_DEPEND=" - dev-libs/botan:= - dev-libs/pugixml - dev-libs/spdlog:= - >=dev-libs/quazip-1.3:=[qt5] - dev-qt/qtcharts:5[qml] - dev-qt/qtdbus:5 - dev-qt/qtdeclarative:5 - dev-qt/qtgui:5 - dev-qt/qtnetwork:5 - dev-qt/qtwidgets:5 - sys-auth/polkit[introspection] -" -DEPEND="${COMMON_DEPEND} - dev-cpp/units - dev-qt/linguist-tools:5 - dev-qt/qtsvg:5 - x11-libs/libdrm[video_cards_amdgpu] - test? ( - >=dev-cpp/catch-3.5.2 - dev-cpp/trompeloeil - ) -" - -RDEPEND="${COMMON_DEPEND} - dev-libs/glib - dev-libs/libfmt:= - dev-qt/qtquickcontrols2 -" -CONFIG_CHECK="~CONNECTOR ~PROC_EVENTS ~NETLINK_DIAG" - -src_prepare() { - if [[ $(tc-get-cxx-stdlib) == "libc++" ]]; then - sed -i 's/stdc++fs//g' src/CMakeLists.txt src/helper/CMakeLists.txt || die - fi - cmake_src_prepare -} - -pkg_setup() { - linux-info_pkg_setup -} - -src_configure() { - local mycmakeargs=( - -DBUILD_TESTING=$(usex test ON OFF) - ) - cmake_src_configure -} - -pkg_postinst() { - optfeature "vulkaninfo" dev-util/vulkan-tools - optfeature "glxinfo" x11-apps/mesa-progs -}
WARNING: multiple messages have this Message-ID (diff)
From: "Lucio Sauer" <watermanpaint@posteo.net> To: gentoo-commits@lists.gentoo.org Subject: [gentoo-commits] repo/proj/guru:master commit in: app-misc/corectrl/ Date: Sun, 22 Jun 2025 23:06:47 +0000 (UTC) [thread overview] Message-ID: <1750633181.c0707ecf4f8f1db3d1062f2e5132d3cf8a3db21c.watermanpaint@gentoo> (raw) Message-ID: <20250622230647.oEK0dNCcmDach-fZkNfQoiZpC5fcNxK97rRLcdaoxPM@z> (raw) commit: c0707ecf4f8f1db3d1062f2e5132d3cf8a3db21c Author: Lucio Sauer <watermanpaint <AT> posteo <DOT> net> AuthorDate: Sun Jun 22 07:32:33 2025 +0000 Commit: Lucio Sauer <watermanpaint <AT> posteo <DOT> net> CommitDate: Sun Jun 22 22:59:41 2025 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=c0707ecf app-misc/corectrl: drop 1.4.3 Acked-by: Kostadin Shishmanov <kostadinshishmanov <AT> protonmail.com> Part-of: https://github.com/gentoo/guru/pull/337 Signed-off-by: Lucio Sauer <watermanpaint <AT> posteo.net> app-misc/corectrl/Manifest | 1 - app-misc/corectrl/corectrl-1.4.3.ebuild | 78 --------------------------------- 2 files changed, 79 deletions(-) diff --git a/app-misc/corectrl/Manifest b/app-misc/corectrl/Manifest index 7e5b39aecc..ae1822dc8d 100644 --- a/app-misc/corectrl/Manifest +++ b/app-misc/corectrl/Manifest @@ -1,2 +1 @@ -DIST corectrl-v1.4.3.tar.bz2 262419 BLAKE2B a9400922ed7a07ef247fcfed48f37509bcef7fafeb74f36f8b76d08e773fc07ab15a6cd2b49b38a7d62536752930904f762658427c68794676b1a83246e0408e SHA512 2de26aaa45d7e17d39fd7b4c9428193b6fdcadd5e0b56eb78069d01804c2b0591234826b6a7af97c17d6f555bd9063144b7de5320609591a46f9107a28b07ed7 DIST corectrl-v1.5.1.tar.bz2 275570 BLAKE2B 24669cbe159bcfa3ec8d6d8472c2e0f7144c4b26eae8262179e175d03ec5ab4ce5edc0cc9b602a0ac10ba105680831799452502d2d1c2a40c105ff45b92c00c1 SHA512 75ef2109670db436644e252153947cb733b54696bbcd97633cbd1d2fc2a453b80661046cc6d9999045ba15d5f7ab44b13f05447371272b8e13baf50ee6fc5dcf diff --git a/app-misc/corectrl/corectrl-1.4.3.ebuild b/app-misc/corectrl/corectrl-1.4.3.ebuild deleted file mode 100644 index 8f724ceeb2..0000000000 --- a/app-misc/corectrl/corectrl-1.4.3.ebuild +++ /dev/null @@ -1,78 +0,0 @@ -# Copyright 1999-2024 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -inherit ecm linux-info optfeature toolchain-funcs - -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 )" - -COMMON_DEPEND=" - dev-libs/botan:= - dev-libs/pugixml - dev-libs/spdlog:= - >=dev-libs/quazip-1.3:=[qt5] - dev-qt/qtcharts:5[qml] - dev-qt/qtdbus:5 - dev-qt/qtdeclarative:5 - dev-qt/qtgui:5 - dev-qt/qtnetwork:5 - dev-qt/qtwidgets:5 - sys-auth/polkit[introspection] -" -DEPEND="${COMMON_DEPEND} - dev-cpp/units - dev-qt/linguist-tools:5 - dev-qt/qtsvg:5 - x11-libs/libdrm[video_cards_amdgpu] - test? ( - >=dev-cpp/catch-3.5.2 - dev-cpp/trompeloeil - ) -" - -RDEPEND="${COMMON_DEPEND} - dev-libs/glib - dev-libs/libfmt:= - dev-qt/qtquickcontrols2 -" -CONFIG_CHECK="~CONNECTOR ~PROC_EVENTS ~NETLINK_DIAG" - -src_prepare() { - if [[ $(tc-get-cxx-stdlib) == "libc++" ]]; then - sed -i 's/stdc++fs//g' src/CMakeLists.txt src/helper/CMakeLists.txt || die - fi - cmake_src_prepare -} - -pkg_setup() { - linux-info_pkg_setup -} - -src_configure() { - local mycmakeargs=( - -DBUILD_TESTING=$(usex test ON OFF) - ) - cmake_src_configure -} - -pkg_postinst() { - optfeature "vulkaninfo" dev-util/vulkan-tools - optfeature "glxinfo" x11-apps/mesa-progs -}
next reply other threads:[~2025-06-22 23:03 UTC|newest] Thread overview: 31+ messages / expand[flat|nested] mbox.gz Atom feed top 2025-06-22 23:03 Lucio Sauer [this message] 2025-06-22 23:06 ` [gentoo-commits] repo/proj/guru:master commit in: app-misc/corectrl/ Lucio Sauer -- strict thread matches above, loose matches on Subject: below -- 2025-06-18 9:13 [gentoo-commits] repo/proj/guru:dev " Kostadin Shishmanov 2025-05-28 16:36 Kostadin Shishmanov 2025-02-09 23:24 Quinet Charlie 2025-02-09 22:40 Quinet Charlie 2025-01-31 2:46 Kostadin Shishmanov 2025-01-31 2:46 Kostadin Shishmanov 2024-11-18 21:31 Kostadin Shishmanov 2024-11-18 21:31 Kostadin Shishmanov 2024-09-17 12:11 Kostadin Shishmanov 2024-09-17 12:11 Kostadin Shishmanov 2024-08-09 8:01 Kostadin Shishmanov 2024-07-03 20:26 Kostadin Shishmanov 2024-07-03 20:26 Kostadin Shishmanov 2024-06-01 16:27 Kostadin Shishmanov 2024-04-20 11:04 Kostadin Shishmanov 2024-04-11 16:00 Kostadin Shishmanov 2024-04-11 16:00 Kostadin Shishmanov 2024-02-07 14:23 Kostadin Shishmanov 2024-02-07 14:23 Kostadin Shishmanov 2024-01-14 18:16 Kostadin Shishmanov 2024-01-09 14:18 Kostadin Shishmanov 2023-11-01 16:21 Kostadin Shishmanov 2023-11-01 12:16 Kostadin Shishmanov 2023-11-01 9:31 Kostadin Shishmanov 2023-10-19 16:24 Kostadin Shishmanov 2023-10-19 16:24 Kostadin Shishmanov 2023-07-04 9:47 Kostadin Shishmanov 2023-06-27 16:04 Kostadin Shishmanov 2023-06-11 2:52 Kostadin Shishmanov
Reply instructions: You may reply publicly to this message via plain-text email using any one of the following methods: * Save the following mbox file, import it into your mail client, and reply-to-all from there: mbox Avoid top-posting and favor interleaved quoting: https://en.wikipedia.org/wiki/Posting_style#Interleaved_style * Reply using the --to, --cc, and --in-reply-to switches of git-send-email(1): git send-email \ --in-reply-to=1750633181.c0707ecf4f8f1db3d1062f2e5132d3cf8a3db21c.watermanpaint@gentoo \ --to=watermanpaint@posteo.net \ --cc=gentoo-commits@lists.gentoo.org \ --cc=gentoo-dev@lists.gentoo.org \ /path/to/YOUR_REPLY https://kernel.org/pub/software/scm/git/docs/git-send-email.html * If your mail client supports setting the In-Reply-To header via mailto: links, try the mailto: linkBe sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions for how to clone and mirror all data and code used for this inbox