commit:     a546c16711dc901dcd1294e0814fcbe3c69755d2
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Tue Jun 14 06:59:28 2022 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Tue Jun 14 07:23:47 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a546c167

app-office/libalkimia: Drop 8.1.0-r1

Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>

 app-office/libalkimia/Manifest                     |  1 -
 .../files/libalkimia-8.1.0-missing-header.patch    | 25 -------
 app-office/libalkimia/libalkimia-8.1.0-r1.ebuild   | 81 ----------------------
 3 files changed, 107 deletions(-)

diff --git a/app-office/libalkimia/Manifest b/app-office/libalkimia/Manifest
index b5e3cb146a78..f0aefe135282 100644
--- a/app-office/libalkimia/Manifest
+++ b/app-office/libalkimia/Manifest
@@ -1,2 +1 @@
-DIST alkimia-8.1.0.tar.xz 230804 BLAKE2B 
9cc005f8550181b4bf5dd945ac22592d711f0e9689758d56c62272d4879181f73faeaebecab24d74a790f6c6d1a59c42295ceb2c23d09195a76f7e6b6b4e53c0
 SHA512 
c3d0851ec6e5af7f690059f2c80942bbe69c6bde946898ba4a124c344dd47e0fba4e6ed0a5320e36385c060c49d5eeaaca35bc0a41410ef4ad849a4f9541d4d3
 DIST alkimia-8.1.1.tar.xz 252332 BLAKE2B 
35c5cbca47e993d0a771ec723fcdd764265b2d0706a77ac06bb892b0717f791bfbceb2611b64810abe9fb209ed065abae1545efa512009003a3626aa84940181
 SHA512 
3e96f5b32da3d8a7f23b3b0f0a0ba7923e472b972c06b35f918c7f00d1745fa747afb6b8fdc1d596b2c1d9757a8037de04a039047f47eb46383070721da05258

diff --git a/app-office/libalkimia/files/libalkimia-8.1.0-missing-header.patch 
b/app-office/libalkimia/files/libalkimia-8.1.0-missing-header.patch
deleted file mode 100644
index c1f1ff463ee3..000000000000
--- a/app-office/libalkimia/files/libalkimia-8.1.0-missing-header.patch
+++ /dev/null
@@ -1,25 +0,0 @@
-From 0e398425030bae0cfe7be70ce82d61e674160a97 Mon Sep 17 00:00:00 2001
-From: Andreas Sturmlechner <ast...@gentoo.org>
-Date: Fri, 5 Mar 2021 22:40:40 +0100
-Subject: [PATCH] Add missing QUrl include with -DBUILD_WITH_WEBENGINE=no
-
-Signed-off-by: Andreas Sturmlechner <ast...@gentoo.org>
----
- tools/onlinequoteseditor/mainwindow.cpp | 1 +
- 1 file changed, 1 insertion(+)
-
-diff --git a/tools/onlinequoteseditor/mainwindow.cpp 
b/tools/onlinequoteseditor/mainwindow.cpp
-index fad7e85..d5a3026 100644
---- a/tools/onlinequoteseditor/mainwindow.cpp
-+++ b/tools/onlinequoteseditor/mainwindow.cpp
-@@ -28,6 +28,7 @@
- #include <QComboBox>
- #include <QDockWidget>
- #include <QLineEdit>
-+#include <QUrl>
- 
- class MainWindow::Private
- {
--- 
-2.30.1
-

diff --git a/app-office/libalkimia/libalkimia-8.1.0-r1.ebuild 
b/app-office/libalkimia/libalkimia-8.1.0-r1.ebuild
deleted file mode 100644
index 4bb9abf961eb..000000000000
--- a/app-office/libalkimia/libalkimia-8.1.0-r1.ebuild
+++ /dev/null
@@ -1,81 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-ECM_TEST="forceoptional"
-KDE_ORG_NAME="alkimia"
-KFMIN=5.74.0
-QTMIN=5.15.2
-VIRTUALX_REQUIRED="test"
-inherit ecm kde.org
-
-if [[ ${KDE_BUILD_TYPE} = release ]]; then
-       
SRC_URI="mirror://kde/stable/${KDE_ORG_NAME}/${PV}/${KDE_ORG_NAME}-${PV}.tar.xz"
-       KEYWORDS="amd64 x86"
-fi
-
-DESCRIPTION="Library with common classes and functionality used by KDE finance 
applications"
-HOMEPAGE="https://www.linux-apps.com/content/show.php/libalkimia?content=137323
-https://community.kde.org/Alkimia";
-
-LICENSE="LGPL-2.1"
-SLOT="0/8"
-IUSE="doc gmp plasma webengine"
-
-BDEPEND="
-       virtual/pkgconfig
-       doc? ( app-doc/doxygen )
-"
-DEPEND="
-       >=dev-qt/qtdbus-${QTMIN}:5
-       >=dev-qt/qtdeclarative-${QTMIN}:5
-       >=dev-qt/qtgui-${QTMIN}:5
-       >=dev-qt/qtnetwork-${QTMIN}:5
-       >=dev-qt/qtwidgets-${QTMIN}:5
-       >=kde-frameworks/kcodecs-${KFMIN}:5
-       >=kde-frameworks/kcompletion-${KFMIN}:5
-       >=kde-frameworks/kconfig-${KFMIN}:5
-       >=kde-frameworks/kcoreaddons-${KFMIN}:5
-       >=kde-frameworks/ki18n-${KFMIN}:5
-       >=kde-frameworks/kiconthemes-${KFMIN}:5
-       >=kde-frameworks/kio-${KFMIN}:5
-       >=kde-frameworks/knewstuff-${KFMIN}:5
-       >=kde-frameworks/ktextwidgets-${KFMIN}:5
-       >=kde-frameworks/kwidgetsaddons-${KFMIN}:5
-       >=kde-frameworks/kxmlgui-${KFMIN}:5
-       !gmp? ( sci-libs/mpir:=[cxx] )
-       gmp? ( dev-libs/gmp:0=[cxx(+)] )
-       plasma? (
-               >=kde-frameworks/kpackage-${KFMIN}:5
-               >=kde-frameworks/plasma-${KFMIN}:5
-       )
-       webengine? ( >=dev-qt/qtwebengine-${QTMIN}:5 )
-"
-RDEPEND="${DEPEND}"
-
-PATCHES=(
-       "${FILESDIR}/${P}-cmake.patch"
-       "${FILESDIR}/${P}-missing-header.patch" # bug 774321
-)
-
-src_configure() {
-       local mycmakeargs=(
-               -DENABLE_FINANCEQUOTE=OFF
-               -DBUILD_TOOLS=ON
-               -DBUILD_WITH_WEBKIT=OFF
-               -DBUILD_DOXYGEN_DOCS=$(usex doc)
-               $(cmake_use_find_package !gmp MPIR)
-               -DBUILD_APPLETS=$(usex plasma)
-               -DBUILD_WITH_WEBENGINE=$(usex webengine)
-       )
-       ecm_src_configure
-}
-
-src_test() {
-       # Depends on BUILD_WITH_WEBKIT, bug 736128
-       local myctestargs=(
-               -E "(alkonlinequotestest)"
-       )
-       ecm_src_test
-}

Reply via email to