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: x11-themes/qtcurve/
Date: Sun, 27 Apr 2025 20:26:22 +0000 (UTC)	[thread overview]
Message-ID: <1745785525.f6f8c323a6e39c86c53c5db44f628c560f995adf.asturm@gentoo> (raw)

commit:     f6f8c323a6e39c86c53c5db44f628c560f995adf
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sat Apr 26 20:06:56 2025 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sun Apr 27 20:25:25 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f6f8c323

x11-themes/qtcurve: drop 1.9.0_p20210412

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

 x11-themes/qtcurve/Manifest                       |  1 -
 x11-themes/qtcurve/qtcurve-1.9.0_p20210412.ebuild | 78 -----------------------
 2 files changed, 79 deletions(-)

diff --git a/x11-themes/qtcurve/Manifest b/x11-themes/qtcurve/Manifest
index ac9ec65444da..19d4a08b0cc6 100644
--- a/x11-themes/qtcurve/Manifest
+++ b/x11-themes/qtcurve/Manifest
@@ -1,2 +1 @@
-DIST qtcurve-1.9.0_p20210412-be78a85b.tar.gz 805926 BLAKE2B 9a763f91bf073e341bf0517e5d3bc480eb1670f78c5d74242059cd229b9fcab72ec28255693335e74ae4cb8f154ce4390257b27d71a91d2285cb4f6db03e666a SHA512 686397cf408f436017782ce06baf80f91589f3486e01fe5cbda602a0a44fc11150c6d5dacf9d9c499ed713b04b64612e3e3dbaa72bb0e72e3dc2823f31d2291e
 DIST qtcurve-1.9.0_p20250314-efb9e510.tar.gz 2572580 BLAKE2B d39389498737d3833a4e2a06ee8f28eb637efd815a6edd56591ae4be92dea9a908fd2fbd19eea174e488e98cb348a26afec8cbe60327885159b940e882c0dbdb SHA512 ac91fd29c853ab550b1b0cefbd70d67624637b834d63f1b92b0ae33265db2aa50b0f3da8b2506de617d8f99f911a29349999623449d00de170a58059af82a7be

diff --git a/x11-themes/qtcurve/qtcurve-1.9.0_p20210412.ebuild b/x11-themes/qtcurve/qtcurve-1.9.0_p20210412.ebuild
deleted file mode 100644
index cddb6af3e79f..000000000000
--- a/x11-themes/qtcurve/qtcurve-1.9.0_p20210412.ebuild
+++ /dev/null
@@ -1,78 +0,0 @@
-# Copyright 1999-2025 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-KDE_ORG_COMMIT=be78a85b627e90d854da0de1049e8f191e67f228
-inherit cmake kde.org
-
-DESCRIPTION="Widget styles for Qt and GTK2"
-HOMEPAGE="https://invent.kde.org/system/qtcurve"
-
-LICENSE="LGPL-2+"
-SLOT="0"
-KEYWORDS="~amd64 ~hppa ~ppc ~ppc64 ~sparc ~x86"
-IUSE="gtk nls plasma +qt5 test +X"
-
-REQUIRED_USE="gtk? ( X )
-	|| ( gtk qt5 )
-	plasma? ( qt5 )
-"
-RESTRICT="test"
-
-DEPEND="
-	gtk? ( x11-libs/gtk+:2 )
-	plasma? (
-		dev-qt/qtprintsupport:5
-		kde-frameworks/frameworkintegration:5
-		kde-frameworks/karchive:5
-		kde-frameworks/kcompletion:5
-		kde-frameworks/kconfig:5
-		kde-frameworks/kconfigwidgets:5
-		kde-frameworks/kcoreaddons:5
-		kde-frameworks/kguiaddons:5
-		kde-frameworks/ki18n:5
-		kde-frameworks/kiconthemes:5
-		kde-frameworks/kio:5
-		kde-frameworks/kwidgetsaddons:5
-		kde-frameworks/kwindowsystem:5
-		kde-frameworks/kxmlgui:5
-	)
-	qt5? (
-		dev-qt/qtcore:5
-		dev-qt/qtdbus:5
-		dev-qt/qtgui:5
-		dev-qt/qtsvg:5
-		dev-qt/qtwidgets:5
-		X? ( dev-qt/qtx11extras:5 )
-	)
-	X? (
-		x11-libs/libX11
-		x11-libs/libxcb
-	)
-"
-RDEPEND="${DEPEND}"
-BDEPEND="
-	virtual/pkgconfig
-	nls? ( sys-devel/gettext )
-	plasma? ( kde-frameworks/extra-cmake-modules:0 )
-"
-
-DOCS=( AUTHORS ChangeLog.md README.md TODO.md )
-
-src_configure() {
-	local mycmakeargs=(
-		-DLIB_INSTALL_DIR="$(get_libdir)"
-		-DENABLE_QT4=OFF
-		-DQTC_QT4_ENABLE_KDE=OFF
-		-DQTC_KDE4_DEFAULT_HOME=ON
-		-DENABLE_GTK2="$(usex gtk)"
-		-DENABLE_QT5="$(usex qt5)"
-		-DBUILD_TESTING="$(usex test)"
-		-DQTC_ENABLE_X11="$(usex X)"
-		-DQTC_INSTALL_PO="$(usex nls)"
-	)
-	use qt5 && mycmakeargs+=( -DQTC_QT5_ENABLE_KDE="$(usex plasma)" )
-
-	cmake_src_configure
-}


             reply	other threads:[~2025-04-27 20:26 UTC|newest]

Thread overview: 60+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2025-04-27 20:26 Andreas Sturmlechner [this message]
  -- strict thread matches above, loose matches on Subject: below --
2025-04-29 20:15 [gentoo-commits] repo/gentoo:master commit in: x11-themes/qtcurve/ Andreas Sturmlechner
2025-04-28 20:37 Andreas Sturmlechner
2025-04-28 17:21 Andreas Sturmlechner
2025-04-27 20:26 Andreas Sturmlechner
2024-03-07 23:24 Andreas Sturmlechner
2024-03-07 23:24 Andreas Sturmlechner
2023-12-07 16:25 Arthur Zamarin
2022-02-16 17:17 Andreas Sturmlechner
2021-09-18  4:25 Sam James
2021-09-16 10:05 Agostino Sarubbo
2021-09-16  8:05 Agostino Sarubbo
2021-09-15  6:35 Agostino Sarubbo
2021-09-05  9:06 Andreas Sturmlechner
2021-08-15  9:12 Andreas Sturmlechner
2020-05-24 15:42 Andreas Sturmlechner
2020-01-12 19:33 Andreas Sturmlechner
2019-11-12  1:13 Andreas Sturmlechner
2019-10-16  9:00 Andreas Sturmlechner
2019-09-27 12:43 Andreas Sturmlechner
2019-09-26 13:50 Thomas Deutschmann
2019-08-11 21:30 Thomas Deutschmann
2019-07-24 21:52 Sergei Trofimovich
2019-07-24 21:51 Sergei Trofimovich
2019-07-22  8:48 Mikle Kolyada
2019-07-15 20:52 Andreas Sturmlechner
2019-02-15 23:28 Andreas Sturmlechner
2018-11-24 13:16 Sergei Trofimovich
2018-11-23 20:30 Thomas Deutschmann
2018-11-18 21:05 Andreas Sturmlechner
2018-10-20 15:20 Mikle Kolyada
2018-10-18 11:45 Tobias Klausmann
2018-09-17  9:05 Lars Wendler
2018-07-14  8:44 Andreas Sturmlechner
2018-06-27 19:00 Andreas Sturmlechner
2018-06-24 21:02 Andreas Sturmlechner
2018-06-19 14:32 Tobias Klausmann
2018-06-11  8:13 Agostino Sarubbo
2018-06-02 12:56 Lars Wendler
2018-05-29 12:32 Andreas Sturmlechner
2018-05-18 22:33 Andreas Sturmlechner
2017-10-05 11:21 Michael Palimaka
2017-10-02 11:58 Sergei Trofimovich
2017-09-30  2:30 Michael Palimaka
2017-09-30  2:30 Michael Palimaka
2017-09-30  2:30 Michael Palimaka
2017-08-26  8:10 Michael Palimaka
2017-08-26  8:10 Michael Palimaka
2017-07-10  9:18 Lars Wendler
2017-07-10  9:18 Lars Wendler
2017-07-10  9:18 Lars Wendler
2016-11-21 12:55 Lars Wendler
2016-11-02 21:15 Johannes Huber
2016-06-09 15:02 Davide Pesavento
2016-06-09 14:03 Jeroen Roovers
2016-06-02 20:34 Davide Pesavento
2016-05-30 18:36 Davide Pesavento
2016-03-17 10:50 Agostino Sarubbo
2016-02-02 16:20 Tobias Klausmann
2016-01-23 16:59 Agostino Sarubbo

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=1745785525.f6f8c323a6e39c86c53c5db44f628c560f995adf.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