public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Kostadin Shishmanov" <kocelfc@tutanota.com>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/proj/guru:dev commit in: app-misc/corectrl/, app-misc/corectrl/files/
Date: Wed,  1 Nov 2023 16:21:07 +0000 (UTC)	[thread overview]
Message-ID: <1698855617.b54461e3cb53392165e06d2f84835bc853e7e5a6.kocelfc@gentoo> (raw)

commit:     b54461e3cb53392165e06d2f84835bc853e7e5a6
Author:     Kostadin Shishmanov <kocelfc <AT> tutanota <DOT> com>
AuthorDate: Wed Nov  1 16:20:17 2023 +0000
Commit:     Kostadin Shishmanov <kocelfc <AT> tutanota <DOT> com>
CommitDate: Wed Nov  1 16:20:17 2023 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=b54461e3

app-misc/corectrl: drop 1.3.6, remove gcc 14 patch

Signed-off-by: Kostadin Shishmanov <kocelfc <AT> tutanota.com>

 app-misc/corectrl/Manifest                    |  1 -
 app-misc/corectrl/corectrl-1.3.6.ebuild       | 58 ---------------------------
 app-misc/corectrl/files/corectrl-gcc-14.patch | 12 ------
 3 files changed, 71 deletions(-)

diff --git a/app-misc/corectrl/Manifest b/app-misc/corectrl/Manifest
index ad85c4d9b5..090a88c96f 100644
--- a/app-misc/corectrl/Manifest
+++ b/app-misc/corectrl/Manifest
@@ -1,2 +1 @@
-DIST corectrl-v1.3.6.tar.bz2 570738 BLAKE2B 8ff9255c67836e6826ea76663d1dcc8b39b024d806a75279ab5065550b1c9b1b54ed33acbf255a6c41f603df3146988c82df0c4c3f12e9e1f345c0eba432f361 SHA512 7f7718176a566c3f8d3b236c41a283d0b61f83c0dcc5954845214bb7b174bdff775e05d563c02b3fe17f2224541b0defc7900bbab6b0498d4bb02babfe4c8ce3
 DIST corectrl-v1.3.7.tar.bz2 570815 BLAKE2B fe8231ba71948d17b1e5d598bf19cde0e51ec13a20849b7bb12fa4cc8401d671123a5de00705cddd141e1ed68c097a315d676df060e704c5f0c0cf18c3383963 SHA512 f0c8ddc8180cb20935f58e0d473fc5436a430313f939adb6f1c41b0d278e689aaf6dd9d12b02ff81144dba494e713ccb4008bd3131bf8aa0769e13ac4de563be

diff --git a/app-misc/corectrl/corectrl-1.3.6.ebuild b/app-misc/corectrl/corectrl-1.3.6.ebuild
deleted file mode 100644
index 57104c21ab..0000000000
--- a/app-misc/corectrl/corectrl-1.3.6.ebuild
+++ /dev/null
@@ -1,58 +0,0 @@
-# Copyright 1999-2023 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}"
-
-PATCHES=(
-	"${FILESDIR}"/${PN}-gcc-14.patch
-)
-
-src_configure() {
-	local mycmakeargs+=(
-		-DBUILD_TESTING=$(usex test ON OFF)
-	)
-	cmake_src_configure
-}

diff --git a/app-misc/corectrl/files/corectrl-gcc-14.patch b/app-misc/corectrl/files/corectrl-gcc-14.patch
deleted file mode 100644
index 6392db7402..0000000000
--- a/app-misc/corectrl/files/corectrl-gcc-14.patch
+++ /dev/null
@@ -1,12 +0,0 @@
-diff --git a/src/core/components/controls/controlgroupxmlparser.cpp b/src/core/components/controls/controlgroupxmlparser.cpp
-index c83a187..c580fc3 100644
---- a/src/core/components/controls/controlgroupxmlparser.cpp
-+++ b/src/core/components/controls/controlgroupxmlparser.cpp
-@@ -5,6 +5,7 @@
- 
- #include <pugixml.hpp>
- #include <utility>
-+#include <algorithm>
- 
- class ControlGroupXMLParser::Factory final
- : public ProfilePartXMLParser::Factory


             reply	other threads:[~2023-11-01 16:21 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-11-01 16:21 Kostadin Shishmanov [this message]
  -- strict thread matches above, loose matches on Subject: below --
2025-02-09 22:40 [gentoo-commits] repo/proj/guru:dev commit in: app-misc/corectrl/, app-misc/corectrl/files/ Quinet Charlie
2024-01-08 20:06 Kostadin Shishmanov
2023-11-04 21:15 Kostadin Shishmanov
2023-11-01  9:31 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=1698855617.b54461e3cb53392165e06d2f84835bc853e7e5a6.kocelfc@gentoo \
    --to=kocelfc@tutanota.com \
    --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: link
Be 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