From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 359A8158F6D for ; Mon, 16 Aug 2021 20:48:15 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8FE00E0AE4; Sun, 15 Aug 2021 09:20:49 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 61151E0AE4 for ; Sun, 15 Aug 2021 09:20:49 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 4DFE9344446 for ; Sun, 15 Aug 2021 09:20:48 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 882F97AF for ; Sun, 15 Aug 2021 09:20:46 +0000 (UTC) From: "Andreas Sturmlechner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Sturmlechner" Message-ID: <1629019204.08c68766adc54a838d71fdc6c26dd3c6cec46a64.asturm@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: x11-themes/qtcurve/ X-VCS-Repository: proj/kde X-VCS-Files: x11-themes/qtcurve/metadata.xml x11-themes/qtcurve/qtcurve-1.9.0_p20210412.ebuild X-VCS-Directories: x11-themes/qtcurve/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 08c68766adc54a838d71fdc6c26dd3c6cec46a64 X-VCS-Branch: master Date: Sun, 15 Aug 2021 09:20:46 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 6581003e-da2e-488a-973d-2ac414e8dabe X-Archives-Hash: 027fb0795b1338483f377be3ca804b5c commit: 08c68766adc54a838d71fdc6c26dd3c6cec46a64 Author: Andreas Sturmlechner gentoo org> AuthorDate: Sun Aug 15 09:20:04 2021 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Sun Aug 15 09:20:04 2021 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=08c68766 x11-themes/qtcurve: Drop snapshot, moved to Gentoo ebuild repo Signed-off-by: Andreas Sturmlechner gentoo.org> x11-themes/qtcurve/metadata.xml | 19 ------ x11-themes/qtcurve/qtcurve-1.9.0_p20210412.ebuild | 79 ----------------------- 2 files changed, 98 deletions(-) diff --git a/x11-themes/qtcurve/metadata.xml b/x11-themes/qtcurve/metadata.xml deleted file mode 100644 index 1b69f0ae30..0000000000 --- a/x11-themes/qtcurve/metadata.xml +++ /dev/null @@ -1,19 +0,0 @@ - - - - - polynomial-c@gentoo.org - Lars Wendler - - - qt@gentoo.org - Gentoo Qt Project - - - kde@gentoo.org - Gentoo KDE Project - - - QtCurve/qtcurve - - 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 7663542706..0000000000 --- a/x11-themes/qtcurve/qtcurve-1.9.0_p20210412.ebuild +++ /dev/null @@ -1,79 +0,0 @@ -# Copyright 1999-2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -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="~alpha ~amd64 ~hppa ~ppc ~ppc64 ~sparc ~x86" -IUSE="gtk nls plasma +qt5 test +X" - -REQUIRED_USE="gtk? ( X ) - || ( gtk qt5 ) - plasma? ( qt5 ) -" - -BDEPEND=" - virtual/pkgconfig - nls? ( sys-devel/gettext ) - plasma? ( kde-frameworks/extra-cmake-modules:5 ) -" -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}" - -RESTRICT+=" test" - -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)" - -DQTC_QT5_ENABLE_KDE="$(usex plasma)" - ) - - cmake_src_configure -}