public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Andreas Sturmlechner" <asturm@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/kirigami-addons/
Date: Fri, 10 Oct 2025 11:25:53 +0000 (UTC)	[thread overview]
Message-ID: <1760095543.3389d3d5db36b0bbb11658c632fb38d2082713b4.asturm@gentoo> (raw)

commit:     3389d3d5db36b0bbb11658c632fb38d2082713b4
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Thu Oct  9 20:52:49 2025 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Fri Oct 10 11:25:43 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3389d3d5

dev-libs/kirigami-addons: drop 1.8.1

Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>

 dev-libs/kirigami-addons/Manifest                  |  1 -
 .../kirigami-addons/kirigami-addons-1.8.1.ebuild   | 53 ----------------------
 2 files changed, 54 deletions(-)

diff --git a/dev-libs/kirigami-addons/Manifest b/dev-libs/kirigami-addons/Manifest
index fa4ff530b06a..b714ff3bc54e 100644
--- a/dev-libs/kirigami-addons/Manifest
+++ b/dev-libs/kirigami-addons/Manifest
@@ -1,3 +1,2 @@
 DIST kirigami-addons-1.10.0.tar.xz 2810608 BLAKE2B a0f0f759c42bb5ea49a9ac3dba62c87b609cd716b6f9453dbc0334a1b20654ba1531bb1dc8daf87e8a7b43b3a2217836b865a85cadf772fa839068fc7a6db677 SHA512 9c22751eff85a4ec5b7f885f5ad6e2fad1a65df2da968a92d569f5b22e92fcb79db239aae99d2f67f8bde46365231ec785faaabe6f4dbfa049331963678a6561
-DIST kirigami-addons-1.8.1.tar.xz 2794940 BLAKE2B ad669831e6f0e1d5d7891162964ffcdab8f9e42325998098affb825204c3bbccb12a6f9f3d73d44d1892c4bf2da67acbe43d0d6cbaaf03f2214bb3b3870a6a5b SHA512 fa7d9be765bb3f9d7e32dce1be1859720f3c99278f9f4b62bc5241248f5984392b7a1c3da4938912caee0d23ea643f58b19be27fc197cdd64aabe356ca317d2c
 DIST kirigami-addons-1.9.0.tar.xz 2802004 BLAKE2B 79be73d82a1e63703c105ca84e1c9c6b9685fc50dcbc8d09981aaebc3fc2783bd25044d4b39432e12eed9c111cdd3649af451ddbad3045ecf0120921317b9d51 SHA512 49a9dd2a680a24c945c0d0353771b305e032b261e7b4674215c7458fd04401aee24a3dcac1ccee68fc2e4521893d3a05ac4a979013f7d36ee7758043ad837533

diff --git a/dev-libs/kirigami-addons/kirigami-addons-1.8.1.ebuild b/dev-libs/kirigami-addons/kirigami-addons-1.8.1.ebuild
deleted file mode 100644
index 36651bac4e76..000000000000
--- a/dev-libs/kirigami-addons/kirigami-addons-1.8.1.ebuild
+++ /dev/null
@@ -1,53 +0,0 @@
-# Copyright 2021-2025 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-ECM_TEST="true"
-KFMIN=6.9.0
-QTMIN=6.8.1
-inherit ecm kde.org
-
-if [[ ${KDE_BUILD_TYPE} = release ]]; then
-	SRC_URI="mirror://kde/stable/${PN}/${P}.tar.xz"
-	KEYWORDS="amd64 arm64 ~loong ~ppc64 ~riscv ~x86"
-fi
-
-DESCRIPTION="Visual end user components for Kirigami-based applications"
-HOMEPAGE="https://invent.kde.org/libraries/kirigami-addons"
-
-LICENSE="|| ( GPL-2 GPL-3 LGPL-3 ) LGPL-2.1+"
-SLOT="6"
-IUSE=""
-
-# would profit from VIRTUALX_REQUIRED=test, but then still requires
-# org.qt-project.qt.mediaplayer service and fails, bug 911186
-RESTRICT="test"
-
-COMMON_DEPEND="
-	>=dev-qt/qtbase-${QTMIN}:6[gui]
-	>=dev-qt/qtdeclarative-${QTMIN}:6
-	>=kde-frameworks/kglobalaccel-${KFMIN}:6
-	>=kde-frameworks/kguiaddons-${KFMIN}:6
-	>=kde-frameworks/ki18n-${KFMIN}:6
-	>=kde-frameworks/kirigami-${KFMIN}:6
-"
-RDEPEND="${COMMON_DEPEND}
-	>=dev-qt/qtmultimedia-${QTMIN}:6[qml]
-	>=kde-frameworks/qqc2-desktop-style-${KFMIN}:6
-	kde-plasma/libplasma:6
-"
-DEPEND="${COMMON_DEPEND}
-	test? (
-		>=dev-qt/qtmultimedia-${QTMIN}:6[qml]
-		x11-themes/sound-theme-freedesktop
-	)
-"
-BDEPEND=">=kde-frameworks/extra-cmake-modules-6.11.0"
-
-src_prepare() {
-	ecm_src_prepare
-	# already fixed in upstream commit cdd0198b
-	ecm_punt_qt_module ToolsTools
-	ecm_punt_qt_module Tools
-}


             reply	other threads:[~2025-10-10 11:25 UTC|newest]

Thread overview: 48+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2025-10-10 11:25 Andreas Sturmlechner [this message]
  -- strict thread matches above, loose matches on Subject: below --
2025-09-27 17:33 [gentoo-commits] repo/gentoo:master commit in: dev-libs/kirigami-addons/ Andreas Sturmlechner
2025-09-05 18:34 Arthur Zamarin
2025-09-05  7:55 Arthur Zamarin
2025-07-27 22:25 Andreas Sturmlechner
2025-07-27  8:52 Andreas Sturmlechner
2025-07-06 21:16 Andreas Sturmlechner
2025-05-22 15:42 Andreas Sturmlechner
2025-03-04 22:32 Andreas Sturmlechner
2025-03-02 10:29 Andreas Sturmlechner
2025-02-22 16:30 Arthur Zamarin
2025-02-10 23:20 Andreas Sturmlechner
2025-01-24  7:06 Arthur Zamarin
2025-01-24  7:06 Arthur Zamarin
2025-01-20 15:44 Andreas Sturmlechner
2024-12-04 22:10 Andreas Sturmlechner
2024-10-10 22:34 Andreas Sturmlechner
2024-10-01 18:23 Andreas Sturmlechner
2024-08-06 23:24 Andreas Sturmlechner
2024-07-23 16:11 Andreas Sturmlechner
2024-07-01 21:47 Andreas Sturmlechner
2024-06-29 16:34 Andreas Sturmlechner
2024-06-17 18:04 Andreas Sturmlechner
2024-06-17 18:04 Andreas Sturmlechner
2024-03-08 20:44 Andreas Sturmlechner
2024-02-26 19:31 Andreas Sturmlechner
2023-09-30 10:00 Andreas Sturmlechner
2023-09-26 19:53 Sam James
2023-09-26 18:58 Sam James
2023-09-26 18:08 Arthur Zamarin
2023-08-19  7:34 Andreas Sturmlechner
2023-08-03 17:11 Andreas Sturmlechner
2023-07-25 19:25 Andreas Sturmlechner
2023-07-25  8:23 Andreas Sturmlechner
2023-07-25  8:23 Andreas Sturmlechner
2023-07-01 11:20 Andreas Sturmlechner
2023-06-03  6:02 WANG Xuerui
2023-05-18 15:41 Andreas Sturmlechner
2023-05-03 17:38 Andreas Sturmlechner
2023-04-22 15:04 Andreas Sturmlechner
2023-04-21  6:03 Jakov Smolić
2023-04-20 21:27 Sam James
2023-03-26 10:22 Andreas Sturmlechner
2023-01-10 20:00 Andreas Sturmlechner
2023-01-10 20:00 Andreas Sturmlechner
2022-12-16 20:59 Arthur Zamarin
2022-12-16 18:31 Arthur Zamarin
2022-12-10 14:25 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=1760095543.3389d3d5db36b0bbb11658c632fb38d2082713b4.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