From: "Andreas Sturmlechner" <asturm@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: kde-frameworks/kirigami/
Date: Thu, 15 May 2025 15:35:32 +0000 (UTC)	[thread overview]
Message-ID: <1747323266.77be865bdb446632eaeb07adc5f535a6f6ed661e.asturm@gentoo> (raw)
commit:     77be865bdb446632eaeb07adc5f535a6f6ed661e
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Thu May 15 10:42:29 2025 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Thu May 15 15:34:26 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=77be865b
kde-frameworks/kirigami: drop 6.14.0-r1
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
 kde-frameworks/kirigami/Manifest                  |  2 -
 kde-frameworks/kirigami/kirigami-6.14.0-r1.ebuild | 57 -----------------------
 2 files changed, 59 deletions(-)
diff --git a/kde-frameworks/kirigami/Manifest b/kde-frameworks/kirigami/Manifest
index a980dc469bf2..87ea6d34b7aa 100644
--- a/kde-frameworks/kirigami/Manifest
+++ b/kde-frameworks/kirigami/Manifest
@@ -1,5 +1,3 @@
 DIST kirigami-6.13.0.tar.xz 564200 BLAKE2B a1df09f6b3698ef120651ab59315993a6c29381f7b14796eb0a5575172f44edf69e2a623226ff89b24584ff7e46eacdb44b92c02a37edc9512dfa50a9c9fc02a SHA512 8f98e13703bef95a18f2e83f8b9bb28aa38d5889fbf05381e46613442f16412666d83fe1d04a0e893bb34fd924a2c5191287f0ad8c1beb5f65683b475e9b5d9f
-DIST kirigami-6.14.0-patchset.tar.xz 2052 BLAKE2B 31c375c8a61102e05296e959c9cca45f128c3e5171e7719cda77ca7f34d94d2bf70e67dcccc8ff27de35a0bf69f6079131d799e5b11dc9a6319e4005e746ba34 SHA512 6417a06e2dd3d0ab1b67c036ecbd9b61381cb58d75e88146e1083e91c7ca1381308d81ea159cd1ec56d0b71d1dfd88660b4a6ed3106d93b39a3d462c0cf8b313
-DIST kirigami-6.14.0.tar.xz 565588 BLAKE2B a58560cab5477432b02f5d1f360687079795a5f50bd95efae8f855fe679a110a3370bd4f6b17ebb5f2ca9c244e397ab79a4459cbbc079e672d4bae37d9901aa3 SHA512 911ef29326cbd9767fa20ed2500785230d57a48d4cb58a78a72854afa4f9b959046dd82439f3e5a95e478fbad090771f697f605765b3cbfc30447a0d019fa6e3
 DIST kirigami-6.14.1.tar.xz 565888 BLAKE2B 2651dc2d0633714934710adb0c300fe19d70fec17694add4323e8328997488b035b1aeba9c046c4479f0a3134df2ae4cd3883d290249c1af72580aa742a3ed2f SHA512 9dc0fc62b3685e826712e7e8aa69869099842204cef0d23aa30f9cbd3a966d368cd9cf1e19452d14d94ed089e916dc179718adb4b8cf126df771928996bee720
 DIST kirigami2-5.116.0.tar.xz 383660 BLAKE2B 80252358b33f1876506738d68f233703c15f955dc020709ffb66b75cc7bb13585ac1bb5a7a2076f42909b8a515f5f8cf64fb14a7536aefe8fd42bfd293c66384 SHA512 bb1f7525cb77dc2849bc9782be9b4522b4559b78e8ad88c9cd9953a6d9736cbe63a33a76fadebd9a1fb04f15007e5141aa465991b99117f7c2f26e09c722b66e
diff --git a/kde-frameworks/kirigami/kirigami-6.14.0-r1.ebuild b/kde-frameworks/kirigami/kirigami-6.14.0-r1.ebuild
deleted file mode 100644
index 96fb296e755b..000000000000
--- a/kde-frameworks/kirigami/kirigami-6.14.0-r1.ebuild
+++ /dev/null
@@ -1,57 +0,0 @@
-# Copyright 1999-2025 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-ECM_EXAMPLES="true"
-ECM_QTHELP="false"
-ECM_TEST="true"
-QTMIN=6.7.2
-PATCHSET="${P}-patchset"
-inherit ecm frameworks.kde.org toolchain-funcs
-
-DESCRIPTION="Lightweight user interface framework for mobile and convergent applications"
-HOMEPAGE="https://community.kde.org/Kirigami"
-SRC_URI+=" https://dev.gentoo.org/~asturm/distfiles/${PATCHSET}.tar.xz"
-
-LICENSE="LGPL-2+"
-KEYWORDS="~amd64 ~arm64 ~loong ~ppc64 ~riscv ~x86"
-IUSE="openmp"
-
-# requires package to already be installed
-RESTRICT="test"
-
-# slot op: Uses Qt6::GuiPrivate for qguiapplication_p.h
-DEPEND="
-	>=dev-qt/qtbase-${QTMIN}:6=[concurrent,dbus,gui,network]
-	>=dev-qt/qtdeclarative-${QTMIN}:6
-	>=dev-qt/qtsvg-${QTMIN}:6
-"
-RDEPEND="${DEPEND}
-	examples? (
-		!${CATEGORY}/${PN}:5[examples(-)]
-		>=dev-qt/qt5compat-${QTMIN}:6[qml]
-	)
-"
-BDEPEND=">=dev-qt/qttools-${QTMIN}:6[linguist]"
-
-# See also:
-# https://mail.kde.org/pipermail/release-team/2025-May/013666.html
-PATCHES=( "${WORKDIR}/${PATCHSET}" )
-
-pkg_pretend() {
-	[[ ${MERGE_TYPE} != binary ]] && use openmp && tc-check-openmp
-}
-
-pkg_setup() {
-	[[ ${MERGE_TYPE} != binary ]] && use openmp && tc-check-openmp
-}
-
-src_configure() {
-	local mycmakeargs=(
-		-DBUILD_EXAMPLES=$(usex examples)
-		$(cmake_use_find_package openmp OpenMP)
-	)
-
-	ecm_src_configure
-}
next             reply	other threads:[~2025-05-15 15:35 UTC|newest]
Thread overview: 47+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2025-05-15 15:35 Andreas Sturmlechner [this message]
  -- strict thread matches above, loose matches on Subject: below --
2025-09-05 15:19 [gentoo-commits] repo/gentoo:master commit in: kde-frameworks/kirigami/ Andreas Sturmlechner
2025-07-29 17:00 Arthur Zamarin
2025-05-15 15:35 Andreas Sturmlechner
2025-04-24 20:30 Arthur Zamarin
2025-03-15 21:31 Andreas Sturmlechner
2024-11-29 14:31 Arthur Zamarin
2024-11-26 19:25 Andreas Sturmlechner
2024-11-20 19:25 Arthur Zamarin
2024-11-20 19:25 Arthur Zamarin
2024-11-20 19:25 Arthur Zamarin
2024-11-20  3:51 Sam James
2024-10-04 16:37 Arthur Zamarin
2024-09-05 19:30 Sam James
2024-09-02  6:50 Sam James
2024-08-31 10:44 Andreas Sturmlechner
2024-08-31 10:44 Andreas Sturmlechner
2024-08-31 10:44 Andreas Sturmlechner
2024-03-24 21:03 Andreas Sturmlechner
2024-03-24 21:03 Andreas Sturmlechner
2024-01-01  4:07 Sam James
2023-02-05 13:54 Andreas Sturmlechner
2022-08-06  7:45 Andreas Sturmlechner
2022-07-26 12:08 Andreas Sturmlechner
2022-04-09 16:07 Andreas Sturmlechner
2021-11-23 14:59 Andreas Sturmlechner
2021-04-04 13:23 Andreas Sturmlechner
2021-03-13 16:33 Andreas Sturmlechner
2021-01-24 19:34 Sam James
2021-01-24  3:46 Sam James
2021-01-23 13:29 Andreas Sturmlechner
2020-09-29 12:49 Andreas Sturmlechner
2020-02-26 10:01 Andreas Sturmlechner
2020-02-10 23:27 Andreas Sturmlechner
2020-02-10 23:27 Andreas Sturmlechner
2019-11-20 12:22 Andreas Sturmlechner
2019-03-13 11:05 Andreas Sturmlechner
2019-03-13 11:05 Andreas Sturmlechner
2018-10-10 11:48 Mikle Kolyada
2018-08-15 18:33 Andreas Sturmlechner
2018-06-26 12:24 Andreas Sturmlechner
2018-06-10 18:37 Thomas Deutschmann
2018-03-09 19:50 Mart Raudsepp
2017-12-12 17:30 Andreas Sturmlechner
2017-12-08 23:40 Thomas Deutschmann
2017-11-08  8:55 Andreas Sturmlechner
2017-09-12 20:33 Andreas Sturmlechner
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=1747323266.77be865bdb446632eaeb07adc5f535a6f6ed661e.asturm@gentoo \
    --to=asturm@gentoo.org \
    --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