public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] proj/kde:master commit in: app-office/libalkimia/
@ 2015-10-14 12:51 Michael Palimaka
  0 siblings, 0 replies; 23+ messages in thread
From: Michael Palimaka @ 2015-10-14 12:51 UTC (permalink / raw
  To: gentoo-commits

commit:     165822b4f328c6e6f398079170f183ffcc37d3f3
Author:     Andreas Sturmlechner <andreas.sturmlechner <AT> gmail <DOT> com>
AuthorDate: Wed Apr 29 23:12:50 2015 +0000
Commit:     Michael Palimaka <kensington <AT> gentoo <DOT> org>
CommitDate: Wed Oct 14 12:51:01 2015 +0000
URL:        https://gitweb.gentoo.org/proj/kde.git/commit/?id=165822b4

app-office/libalkimia: New package

Package-Manager: portage-2.2.18

 app-office/libalkimia/libalkimia-9999.ebuild | 32 ++++++++++++++++++++++++++++
 app-office/libalkimia/metadata.xml           |  5 +++++
 2 files changed, 37 insertions(+)

diff --git a/app-office/libalkimia/libalkimia-9999.ebuild b/app-office/libalkimia/libalkimia-9999.ebuild
new file mode 100644
index 0000000..5050b5a
--- /dev/null
+++ b/app-office/libalkimia/libalkimia-9999.ebuild
@@ -0,0 +1,32 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+EGIT_BRANCH="frameworks"
+KDE_DOX_DIR="libalkimia"
+KDE_DOXYGEN="true"
+KMNAME="alkimia"
+inherit kde5
+
+DESCRIPTION="Library with common classes and functionality used by KDE finance applications"
+HOMEPAGE="http://kde-apps.org/content/show.php/libalkimia?content=137323"
+
+LICENSE="LGPL-2.1"
+KEYWORDS=""
+IUSE=""
+
+RDEPEND="
+	dev-libs/gmp[cxx]
+	dev-qt/qtdbus:5
+"
+DEPEND="${RDEPEND}
+	!app-office/libalkimia:4
+	$(add_frameworks_dep kcoreaddons)
+	$(add_frameworks_dep kdelibs4support)
+	dev-qt/qtnetwork:5
+	dev-qt/qtprintsupport:5
+	dev-qt/qtxml:5
+	virtual/pkgconfig
+"

diff --git a/app-office/libalkimia/metadata.xml b/app-office/libalkimia/metadata.xml
new file mode 100644
index 0000000..a23f444
--- /dev/null
+++ b/app-office/libalkimia/metadata.xml
@@ -0,0 +1,5 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+	<herd>kde</herd>
+</pkgmetadata>


^ permalink raw reply related	[flat|nested] 23+ messages in thread

* [gentoo-commits] proj/kde:master commit in: app-office/libalkimia/
@ 2015-12-02 11:03 Michael Palimaka
  0 siblings, 0 replies; 23+ messages in thread
From: Michael Palimaka @ 2015-12-02 11:03 UTC (permalink / raw
  To: gentoo-commits

commit:     bb421349013882aa118230c1dff4b37e96a38394
Author:     Andreas Sturmlechner <andreas.sturmlechner <AT> gmail <DOT> com>
AuthorDate: Tue Dec  1 16:26:39 2015 +0000
Commit:     Michael Palimaka <kensington <AT> gentoo <DOT> org>
CommitDate: Tue Dec  1 16:26:39 2015 +0000
URL:        https://gitweb.gentoo.org/proj/kde.git/commit/?id=bb421349

app-office/libalkimia: Frameworks merged to master

Package-Manager: portage-2.2.26

 app-office/libalkimia/libalkimia-9999.ebuild | 1 -
 1 file changed, 1 deletion(-)

diff --git a/app-office/libalkimia/libalkimia-9999.ebuild b/app-office/libalkimia/libalkimia-9999.ebuild
index 5050b5a..2ed2699 100644
--- a/app-office/libalkimia/libalkimia-9999.ebuild
+++ b/app-office/libalkimia/libalkimia-9999.ebuild
@@ -4,7 +4,6 @@
 
 EAPI=5
 
-EGIT_BRANCH="frameworks"
 KDE_DOX_DIR="libalkimia"
 KDE_DOXYGEN="true"
 KMNAME="alkimia"


^ permalink raw reply related	[flat|nested] 23+ messages in thread

* [gentoo-commits] proj/kde:master commit in: app-office/libalkimia/
@ 2016-03-08 14:41 Michael Palimaka
  0 siblings, 0 replies; 23+ messages in thread
From: Michael Palimaka @ 2016-03-08 14:41 UTC (permalink / raw
  To: gentoo-commits

commit:     4cfeda5e3263aecfe1224cddb19e70d07fd297b6
Author:     Michael Palimaka <kensington <AT> gentoo <DOT> org>
AuthorDate: Tue Mar  8 14:38:19 2016 +0000
Commit:     Michael Palimaka <kensington <AT> gentoo <DOT> org>
CommitDate: Tue Mar  8 14:38:19 2016 +0000
URL:        https://gitweb.gentoo.org/proj/kde.git/commit/?id=4cfeda5e

app-office/libalkimia: add subslot operator on dev-libs/gmp

Package-Manager: portage-2.2.27

 app-office/libalkimia/libalkimia-9999.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-office/libalkimia/libalkimia-9999.ebuild b/app-office/libalkimia/libalkimia-9999.ebuild
index 4990d9d..964f0af 100644
--- a/app-office/libalkimia/libalkimia-9999.ebuild
+++ b/app-office/libalkimia/libalkimia-9999.ebuild
@@ -18,7 +18,7 @@ IUSE=""
 
 RDEPEND="
 	$(add_qt_dep qtdbus)
-	dev-libs/gmp[cxx]
+	dev-libs/gmp:0=[cxx]
 "
 DEPEND="${RDEPEND}
 	!app-office/libalkimia:4


^ permalink raw reply related	[flat|nested] 23+ messages in thread

* [gentoo-commits] proj/kde:master commit in: app-office/libalkimia/
@ 2016-03-22 12:33 Johannes Huber
  0 siblings, 0 replies; 23+ messages in thread
From: Johannes Huber @ 2016-03-22 12:33 UTC (permalink / raw
  To: gentoo-commits

commit:     eb06d9e6746789ad7627bd5005abdf35c777bfbd
Author:     Johannes Huber <johu <AT> gentoo <DOT> org>
AuthorDate: Tue Mar 22 12:14:17 2016 +0000
Commit:     Johannes Huber <johu <AT> gentoo <DOT> org>
CommitDate: Tue Mar 22 12:33:34 2016 +0000
URL:        https://gitweb.gentoo.org/proj/kde.git/commit/?id=eb06d9e6

app-office/libalkimia: EAPI 6

Package-Manager: portage-2.2.28

 app-office/libalkimia/libalkimia-9999.ebuild | 8 +++++---
 1 file changed, 5 insertions(+), 3 deletions(-)

diff --git a/app-office/libalkimia/libalkimia-9999.ebuild b/app-office/libalkimia/libalkimia-9999.ebuild
index 964f0af..af5b2fc 100644
--- a/app-office/libalkimia/libalkimia-9999.ebuild
+++ b/app-office/libalkimia/libalkimia-9999.ebuild
@@ -2,7 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
-EAPI=5
+EAPI=6
 
 KDE_DOX_DIR="libalkimia"
 KDE_DOXYGEN="true"
@@ -16,12 +16,14 @@ LICENSE="LGPL-2.1"
 KEYWORDS=""
 IUSE=""
 
-RDEPEND="
+CDEPEND="
 	$(add_qt_dep qtdbus)
 	dev-libs/gmp:0=[cxx]
 "
-DEPEND="${RDEPEND}
+RDEPEND="${CDEPEND}
 	!app-office/libalkimia:4
+"
+DEPEND="${CDEPEND}
 	$(add_frameworks_dep kcoreaddons)
 	$(add_frameworks_dep kdelibs4support)
 	$(add_qt_dep qtnetwork)


^ permalink raw reply related	[flat|nested] 23+ messages in thread

* [gentoo-commits] proj/kde:master commit in: app-office/libalkimia/
@ 2017-06-18 14:24 Andreas Sturmlechner
  0 siblings, 0 replies; 23+ messages in thread
From: Andreas Sturmlechner @ 2017-06-18 14:24 UTC (permalink / raw
  To: gentoo-commits

commit:     f1fa45a713d5b944f2028b997a0f7a1a6daf2873
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sun Jun 18 14:24:37 2017 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sun Jun 18 14:24:37 2017 +0000
URL:        https://gitweb.gentoo.org/proj/kde.git/commit/?id=f1fa45a7

app-office/libalkimia: Drop unused DEPENDs, add USE=doc

Package-Manager: Portage-2.3.5, Repoman-2.3.1

 app-office/libalkimia/libalkimia-9999.ebuild | 16 ++++++++++------
 1 file changed, 10 insertions(+), 6 deletions(-)

diff --git a/app-office/libalkimia/libalkimia-9999.ebuild b/app-office/libalkimia/libalkimia-9999.ebuild
index 7d5fb29957..7e9e3d2a9d 100644
--- a/app-office/libalkimia/libalkimia-9999.ebuild
+++ b/app-office/libalkimia/libalkimia-9999.ebuild
@@ -3,6 +3,7 @@
 
 EAPI=6
 
+KDE_TEST="forceoptional"
 KMNAME="alkimia"
 inherit kde5
 
@@ -12,17 +13,20 @@ HOMEPAGE="http://kde-apps.org/content/show.php/libalkimia?content=137323"
 LICENSE="LGPL-2.1"
 SLOT="0/6"
 KEYWORDS=""
-IUSE=""
+IUSE="doc"
 
 RDEPEND="
 	$(add_qt_dep qtdbus)
 	dev-libs/gmp:0=[cxx]
 "
 DEPEND="${RDEPEND}
-	$(add_frameworks_dep kcoreaddons)
-	$(add_frameworks_dep kdelibs4support)
-	$(add_qt_dep qtnetwork)
-	$(add_qt_dep qtprintsupport)
-	$(add_qt_dep qtxml)
 	virtual/pkgconfig
+	doc? ( app-doc/doxygen )
 "
+
+src_configure() {
+	local mycmakeargs=(
+		$(cmake-utils_use_find_package doc Doxygen)
+	)
+	kde5_src_configure
+}


^ permalink raw reply related	[flat|nested] 23+ messages in thread

* [gentoo-commits] proj/kde:master commit in: app-office/libalkimia/
@ 2017-11-11 18:39 Andreas Sturmlechner
  0 siblings, 0 replies; 23+ messages in thread
From: Andreas Sturmlechner @ 2017-11-11 18:39 UTC (permalink / raw
  To: gentoo-commits

commit:     da4d2ba78f508a2afb706d9d2a3d4f4f968ea09d
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sat Nov 11 17:07:17 2017 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sat Nov 11 17:10:01 2017 +0000
URL:        https://gitweb.gentoo.org/proj/kde.git/commit/?id=da4d2ba7

app-office/libalkimia: Fix HOMEPAGE

Package-Manager: Portage-2.3.13, Repoman-2.3.4

 app-office/libalkimia/libalkimia-9999.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-office/libalkimia/libalkimia-9999.ebuild b/app-office/libalkimia/libalkimia-9999.ebuild
index 7e9e3d2a9d..f1ad622259 100644
--- a/app-office/libalkimia/libalkimia-9999.ebuild
+++ b/app-office/libalkimia/libalkimia-9999.ebuild
@@ -8,7 +8,7 @@ KMNAME="alkimia"
 inherit kde5
 
 DESCRIPTION="Library with common classes and functionality used by KDE finance applications"
-HOMEPAGE="http://kde-apps.org/content/show.php/libalkimia?content=137323"
+HOMEPAGE="https://www.linux-apps.com/content/show.php/libalkimia?content=137323"
 
 LICENSE="LGPL-2.1"
 SLOT="0/6"


^ permalink raw reply related	[flat|nested] 23+ messages in thread

* [gentoo-commits] proj/kde:master commit in: app-office/libalkimia/
@ 2018-01-07 18:30 Andreas Sturmlechner
  0 siblings, 0 replies; 23+ messages in thread
From: Andreas Sturmlechner @ 2018-01-07 18:30 UTC (permalink / raw
  To: gentoo-commits

commit:     789d104a35b5ebde6fcfe6614e00433c4b99c40f
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sun Jan  7 18:21:34 2018 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sun Jan  7 18:23:44 2018 +0000
URL:        https://gitweb.gentoo.org/proj/kde.git/commit/?id=789d104a

app-office/libalkimia: 7.0 version bump

Package-Manager: Portage-2.3.19, Repoman-2.3.6

 .../libalkimia/{libalkimia-9999.ebuild => libalkimia-7.0.ebuild}     | 5 +++--
 app-office/libalkimia/libalkimia-9999.ebuild                         | 2 +-
 2 files changed, 4 insertions(+), 3 deletions(-)

diff --git a/app-office/libalkimia/libalkimia-9999.ebuild b/app-office/libalkimia/libalkimia-7.0.ebuild
similarity index 85%
copy from app-office/libalkimia/libalkimia-9999.ebuild
copy to app-office/libalkimia/libalkimia-7.0.ebuild
index 4272857d47..369d414c12 100644
--- a/app-office/libalkimia/libalkimia-9999.ebuild
+++ b/app-office/libalkimia/libalkimia-7.0.ebuild
@@ -9,10 +9,11 @@ inherit kde5
 
 DESCRIPTION="Library with common classes and functionality used by KDE finance applications"
 HOMEPAGE="https://www.linux-apps.com/content/show.php/libalkimia?content=137323"
+SRC_URI="mirror://kde/stable/${KMNAME}/${PV}/src/${KMNAME}-${PV}.tar.xz"
 
 LICENSE="LGPL-2.1"
-SLOT="0/6"
-KEYWORDS=""
+SLOT="0/7"
+KEYWORDS="~amd64 ~x86"
 IUSE="doc"
 
 RDEPEND="

diff --git a/app-office/libalkimia/libalkimia-9999.ebuild b/app-office/libalkimia/libalkimia-9999.ebuild
index 4272857d47..33de8e01f6 100644
--- a/app-office/libalkimia/libalkimia-9999.ebuild
+++ b/app-office/libalkimia/libalkimia-9999.ebuild
@@ -11,7 +11,7 @@ DESCRIPTION="Library with common classes and functionality used by KDE finance a
 HOMEPAGE="https://www.linux-apps.com/content/show.php/libalkimia?content=137323"
 
 LICENSE="LGPL-2.1"
-SLOT="0/6"
+SLOT="0/7"
 KEYWORDS=""
 IUSE="doc"
 


^ permalink raw reply related	[flat|nested] 23+ messages in thread

* [gentoo-commits] proj/kde:master commit in: app-office/libalkimia/
@ 2018-02-07 22:49 Andreas Sturmlechner
  0 siblings, 0 replies; 23+ messages in thread
From: Andreas Sturmlechner @ 2018-02-07 22:49 UTC (permalink / raw
  To: gentoo-commits

commit:     0e2d45d28daeac89487bfd8ea5f1917742fba9f8
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Wed Feb  7 22:49:35 2018 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Wed Feb  7 22:49:35 2018 +0000
URL:        https://gitweb.gentoo.org/proj/kde.git/commit/?id=0e2d45d2

app-office/libalkimia: Drop 7.0, moved to Gentoo ebuild repo

Package-Manager: Portage-2.3.24, Repoman-2.3.6

 app-office/libalkimia/libalkimia-7.0.ebuild | 33 -----------------------------
 1 file changed, 33 deletions(-)

diff --git a/app-office/libalkimia/libalkimia-7.0.ebuild b/app-office/libalkimia/libalkimia-7.0.ebuild
deleted file mode 100644
index 369d414c12..0000000000
--- a/app-office/libalkimia/libalkimia-7.0.ebuild
+++ /dev/null
@@ -1,33 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-KDE_TEST="forceoptional"
-KMNAME="alkimia"
-inherit kde5
-
-DESCRIPTION="Library with common classes and functionality used by KDE finance applications"
-HOMEPAGE="https://www.linux-apps.com/content/show.php/libalkimia?content=137323"
-SRC_URI="mirror://kde/stable/${KMNAME}/${PV}/src/${KMNAME}-${PV}.tar.xz"
-
-LICENSE="LGPL-2.1"
-SLOT="0/7"
-KEYWORDS="~amd64 ~x86"
-IUSE="doc"
-
-RDEPEND="
-	$(add_qt_dep qtdbus)
-	dev-libs/gmp:0=[cxx]
-"
-DEPEND="${RDEPEND}
-	virtual/pkgconfig
-	doc? ( app-doc/doxygen )
-"
-
-src_configure() {
-	local mycmakeargs=(
-		$(cmake-utils_use_find_package doc Doxygen)
-	)
-	kde5_src_configure
-}


^ permalink raw reply related	[flat|nested] 23+ messages in thread

* [gentoo-commits] proj/kde:master commit in: app-office/libalkimia/
@ 2018-04-12 17:49 Johannes Huber
  0 siblings, 0 replies; 23+ messages in thread
From: Johannes Huber @ 2018-04-12 17:49 UTC (permalink / raw
  To: gentoo-commits

commit:     97a73345e42d4b4d29336a688fe3fe7626399eed
Author:     Johannes Huber <johu <AT> gentoo <DOT> org>
AuthorDate: Thu Apr 12 17:49:40 2018 +0000
Commit:     Johannes Huber <johu <AT> gentoo <DOT> org>
CommitDate: Thu Apr 12 17:49:40 2018 +0000
URL:        https://gitweb.gentoo.org/proj/kde.git/commit/?id=97a73345

app-office/libalkimia: Release switch

Package-Manager: Portage-2.3.28, Repoman-2.3.9

 app-office/libalkimia/libalkimia-9999.ebuild | 7 +++++--
 1 file changed, 5 insertions(+), 2 deletions(-)

diff --git a/app-office/libalkimia/libalkimia-9999.ebuild b/app-office/libalkimia/libalkimia-9999.ebuild
index 33de8e01f6..6ddc34c445 100644
--- a/app-office/libalkimia/libalkimia-9999.ebuild
+++ b/app-office/libalkimia/libalkimia-9999.ebuild
@@ -7,12 +7,15 @@ KDE_TEST="forceoptional"
 KMNAME="alkimia"
 inherit kde5
 
+if [[ ${KDE_BUILD_TYPE} = release ]]; then
+	SRC_URI="mirror://kde/stable/${KMNAME}/${PV}/${KMNAME}-${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"
-
 LICENSE="LGPL-2.1"
 SLOT="0/7"
-KEYWORDS=""
 IUSE="doc"
 
 RDEPEND="


^ permalink raw reply related	[flat|nested] 23+ messages in thread

* [gentoo-commits] proj/kde:master commit in: app-office/libalkimia/
@ 2018-12-03  0:08 Andreas Sturmlechner
  0 siblings, 0 replies; 23+ messages in thread
From: Andreas Sturmlechner @ 2018-12-03  0:08 UTC (permalink / raw
  To: gentoo-commits

commit:     2c76133559a9221fc5719a38271b7ff585c47b06
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Mon Dec  3 00:08:25 2018 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Mon Dec  3 00:08:25 2018 +0000
URL:        https://gitweb.gentoo.org/proj/kde.git/commit/?id=2c761335

app-office/libalkimia: Add new DEPENDs

Upstream commits:
6e08cda0cb016b7f636b7fdad708a3ee58838e54
927ce8ff81839389771aaf7c70683517e52b6747
etc.

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

 app-office/libalkimia/libalkimia-9999.ebuild | 21 +++++++++++++++++++--
 1 file changed, 19 insertions(+), 2 deletions(-)

diff --git a/app-office/libalkimia/libalkimia-9999.ebuild b/app-office/libalkimia/libalkimia-9999.ebuild
index 6ddc34c445..6ffbf3dc2c 100644
--- a/app-office/libalkimia/libalkimia-9999.ebuild
+++ b/app-office/libalkimia/libalkimia-9999.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -19,8 +19,25 @@ SLOT="0/7"
 IUSE="doc"
 
 RDEPEND="
+	$(add_frameworks_dep kcompletions)
+	$(add_frameworks_dep kcodecs)
+	$(add_frameworks_dep kconfig)
+	$(add_frameworks_dep kcoreaddons)
+	$(add_frameworks_dep kdelibs4support)
+	$(add_frameworks_dep ki18n)
+	$(add_frameworks_dep kiconthemes)
+	$(add_frameworks_dep knewstuff)
+	$(add_frameworks_dep kpackage)
+	$(add_frameworks_dep ktextwidgets)
+	$(add_frameworks_dep kwidgetsaddons)
+	$(add_frameworks_dep plasma)
 	$(add_qt_dep qtdbus)
-	dev-libs/gmp:0=[cxx]
+	$(add_qt_dep qtdeclarative)
+	$(add_qt_dep qtgui)
+	$(add_qt_dep qtnetwork)
+	$(add_qt_dep qtwebkit)
+	$(add_qt_dep qtwidgets)
+	sci-libs/mpir:=
 "
 DEPEND="${RDEPEND}
 	virtual/pkgconfig


^ permalink raw reply related	[flat|nested] 23+ messages in thread

* [gentoo-commits] proj/kde:master commit in: app-office/libalkimia/
@ 2018-12-08 21:06 Andreas Sturmlechner
  0 siblings, 0 replies; 23+ messages in thread
From: Andreas Sturmlechner @ 2018-12-08 21:06 UTC (permalink / raw
  To: gentoo-commits

commit:     a694c51415e821e31b952e185d1b3bf3a3a6a64f
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sat Dec  8 21:06:43 2018 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sat Dec  8 21:06:43 2018 +0000
URL:        https://gitweb.gentoo.org/proj/kde.git/commit/?id=a694c514

app-office/libalkimia: Fix typo

Thanks-to: genterminl in #gentoo-kde
Package-Manager: Portage-2.3.52, Repoman-2.3.12
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>

 app-office/libalkimia/libalkimia-9999.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-office/libalkimia/libalkimia-9999.ebuild b/app-office/libalkimia/libalkimia-9999.ebuild
index 6ffbf3dc2c..a922276028 100644
--- a/app-office/libalkimia/libalkimia-9999.ebuild
+++ b/app-office/libalkimia/libalkimia-9999.ebuild
@@ -19,7 +19,7 @@ SLOT="0/7"
 IUSE="doc"
 
 RDEPEND="
-	$(add_frameworks_dep kcompletions)
+	$(add_frameworks_dep kcompletion)
 	$(add_frameworks_dep kcodecs)
 	$(add_frameworks_dep kconfig)
 	$(add_frameworks_dep kcoreaddons)


^ permalink raw reply related	[flat|nested] 23+ messages in thread

* [gentoo-commits] proj/kde:master commit in: app-office/libalkimia/
@ 2019-08-22 16:13 Andreas Sturmlechner
  0 siblings, 0 replies; 23+ messages in thread
From: Andreas Sturmlechner @ 2019-08-22 16:13 UTC (permalink / raw
  To: gentoo-commits

commit:     9bdfda5fcbebf43153d3577e4a87b76d64554d01
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Thu Aug 22 15:48:47 2019 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Thu Aug 22 16:13:16 2019 +0000
URL:        https://gitweb.gentoo.org/proj/kde.git/commit/?id=9bdfda5f

app-office/libalkimia: Add USE gmp, plasma, bump subslot

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

 app-office/libalkimia/libalkimia-9999.ebuild | 19 ++++++++++++-------
 1 file changed, 12 insertions(+), 7 deletions(-)

diff --git a/app-office/libalkimia/libalkimia-9999.ebuild b/app-office/libalkimia/libalkimia-9999.ebuild
index 4dd853f743..204af9dfcb 100644
--- a/app-office/libalkimia/libalkimia-9999.ebuild
+++ b/app-office/libalkimia/libalkimia-9999.ebuild
@@ -15,8 +15,8 @@ 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"
 LICENSE="LGPL-2.1"
-SLOT="0/7"
-IUSE="doc"
+SLOT="0/8"
+IUSE="doc gmp plasma"
 
 BDEPEND="
 	virtual/pkgconfig
@@ -31,23 +31,28 @@ DEPEND="
 	$(add_frameworks_dep ki18n)
 	$(add_frameworks_dep kiconthemes)
 	$(add_frameworks_dep knewstuff)
-	$(add_frameworks_dep kpackage)
 	$(add_frameworks_dep ktextwidgets)
 	$(add_frameworks_dep kwidgetsaddons)
-	$(add_frameworks_dep plasma)
 	$(add_qt_dep qtdbus)
 	$(add_qt_dep qtdeclarative)
 	$(add_qt_dep qtgui)
 	$(add_qt_dep qtnetwork)
-	>=dev-qt/qtwebkit-5.212.0_pre20180120:5
 	$(add_qt_dep qtwidgets)
-	sci-libs/mpir:=
+	>=dev-qt/qtwebkit-5.212.0_pre20180120:5
+	!gmp? ( sci-libs/mpir:=[cxx] )
+	gmp? ( dev-libs/gmp:0=[cxx] )
+	plasma? (
+		$(add_frameworks_dep kpackage)
+		$(add_frameworks_dep plasma)
+	)
 "
 RDEPEND="${DEPEND}"
 
 src_configure() {
 	local mycmakeargs=(
-		$(cmake-utils_use_find_package doc Doxygen)
+		-DBUILD_DOXYGEN_DOCS=$(usex doc)
+		$(cmake-utils_use_find_package !gmp MPIR)
+		-DBUILD_APPLETS=$(usex plasma)
 	)
 	kde5_src_configure
 }


^ permalink raw reply related	[flat|nested] 23+ messages in thread

* [gentoo-commits] proj/kde:master commit in: app-office/libalkimia/
@ 2019-11-13  2:00 Andreas Sturmlechner
  0 siblings, 0 replies; 23+ messages in thread
From: Andreas Sturmlechner @ 2019-11-13  2:00 UTC (permalink / raw
  To: gentoo-commits

commit:     31fd80f928a3cd61f0c10a10070731417995efcc
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Wed Nov 13 01:57:48 2019 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Wed Nov 13 01:59:27 2019 +0000
URL:        https://gitweb.gentoo.org/proj/kde.git/commit/?id=31fd80f9

app-office/libalkimia: Port 8.0.2 to ecm.eclass and kde.org.eclass

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

 app-office/libalkimia/libalkimia-8.0.2.ebuild | 50 +++++++++++++++------------
 1 file changed, 27 insertions(+), 23 deletions(-)

diff --git a/app-office/libalkimia/libalkimia-8.0.2.ebuild b/app-office/libalkimia/libalkimia-8.0.2.ebuild
index c070d6c533..c9c6034890 100644
--- a/app-office/libalkimia/libalkimia-8.0.2.ebuild
+++ b/app-office/libalkimia/libalkimia-8.0.2.ebuild
@@ -3,17 +3,21 @@
 
 EAPI=7
 
-KDE_TEST="forceoptional"
-KMNAME="alkimia"
-inherit kde5
+ECM_TEST="forceoptional"
+KDE_ORG_NAME="alkimia"
+KFMIN=5.60.0
+QTMIN=5.12.3
+inherit ecm kde.org
 
 if [[ ${KDE_BUILD_TYPE} = release ]]; then
-	SRC_URI="mirror://kde/stable/${KMNAME}/${PV}/${KMNAME}-${PV}.tar.xz"
+	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"
+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"
@@ -23,27 +27,27 @@ BDEPEND="
 	doc? ( app-doc/doxygen )
 "
 DEPEND="
-	$(add_frameworks_dep kcompletion)
-	$(add_frameworks_dep kcodecs)
-	$(add_frameworks_dep kconfig)
-	$(add_frameworks_dep kcoreaddons)
-	$(add_frameworks_dep kdelibs4support)
-	$(add_frameworks_dep ki18n)
-	$(add_frameworks_dep kiconthemes)
-	$(add_frameworks_dep knewstuff)
-	$(add_frameworks_dep ktextwidgets)
-	$(add_frameworks_dep kwidgetsaddons)
-	$(add_qt_dep qtdbus)
-	$(add_qt_dep qtdeclarative)
-	$(add_qt_dep qtgui)
-	$(add_qt_dep qtnetwork)
-	$(add_qt_dep qtwidgets)
+	>=dev-qt/qtdbus-${QTMIN}:5
+	>=dev-qt/qtdeclarative-${QTMIN}:5
+	>=dev-qt/qtgui-${QTMIN}:5
+	>=dev-qt/qtnetwork-${QTMIN}:5
 	>=dev-qt/qtwebkit-5.212.0_pre20180120:5
+	>=dev-qt/qtwidgets-${QTMIN}:5
+	>=kde-frameworks/kcompletion-${KFMIN}:5
+	>=kde-frameworks/kcodecs-${KFMIN}:5
+	>=kde-frameworks/kconfig-${KFMIN}:5
+	>=kde-frameworks/kcoreaddons-${KFMIN}:5
+	>=kde-frameworks/kdelibs4support-${KFMIN}:5
+	>=kde-frameworks/ki18n-${KFMIN}:5
+	>=kde-frameworks/kiconthemes-${KFMIN}:5
+	>=kde-frameworks/knewstuff-${KFMIN}:5
+	>=kde-frameworks/ktextwidgets-${KFMIN}:5
+	>=kde-frameworks/kwidgetsaddons-${KFMIN}:5
 	!gmp? ( sci-libs/mpir:=[cxx] )
 	gmp? ( dev-libs/gmp:0=[cxx] )
 	plasma? (
-		$(add_frameworks_dep kpackage)
-		$(add_frameworks_dep plasma)
+		>=kde-frameworks/kpackage-${KFMIN}:5
+		>=kde-frameworks/plasma-${KFMIN}:5
 	)
 "
 RDEPEND="${DEPEND}"
@@ -56,5 +60,5 @@ src_configure() {
 		$(cmake-utils_use_find_package !gmp MPIR)
 		-DBUILD_APPLETS=$(usex plasma)
 	)
-	kde5_src_configure
+	ecm_src_configure
 }


^ permalink raw reply related	[flat|nested] 23+ messages in thread

* [gentoo-commits] proj/kde:master commit in: app-office/libalkimia/
@ 2020-01-10 21:55 Andreas Sturmlechner
  0 siblings, 0 replies; 23+ messages in thread
From: Andreas Sturmlechner @ 2020-01-10 21:55 UTC (permalink / raw
  To: gentoo-commits

commit:     c86f733243c47cf6e8f3f4d2079b8062f40f50b9
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Fri Jan 10 20:05:44 2020 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Fri Jan 10 20:05:44 2020 +0000
URL:        https://gitweb.gentoo.org/proj/kde.git/commit/?id=c86f7332

app-office/libalkimia: Add USE webkit

Upstream commit 847f0bcf40ac929e346cb2ac7930be333390d00f

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

 app-office/libalkimia/libalkimia-9999.ebuild | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/app-office/libalkimia/libalkimia-9999.ebuild b/app-office/libalkimia/libalkimia-9999.ebuild
index bdf8648eaf..fa66707501 100644
--- a/app-office/libalkimia/libalkimia-9999.ebuild
+++ b/app-office/libalkimia/libalkimia-9999.ebuild
@@ -20,7 +20,7 @@ https://community.kde.org/Alkimia"
 
 LICENSE="LGPL-2.1"
 SLOT="0/8"
-IUSE="doc gmp plasma"
+IUSE="doc gmp plasma webkit"
 
 BDEPEND="
 	virtual/pkgconfig
@@ -31,7 +31,6 @@ DEPEND="
 	>=dev-qt/qtdeclarative-${QTMIN}:5
 	>=dev-qt/qtgui-${QTMIN}:5
 	>=dev-qt/qtnetwork-${QTMIN}:5
-	>=dev-qt/qtwebkit-5.212.0_pre20180120:5
 	>=dev-qt/qtwidgets-${QTMIN}:5
 	>=kde-frameworks/kcompletion-${KFMIN}:5
 	>=kde-frameworks/kcodecs-${KFMIN}:5
@@ -49,6 +48,7 @@ DEPEND="
 		>=kde-frameworks/kpackage-${KFMIN}:5
 		>=kde-frameworks/plasma-${KFMIN}:5
 	)
+	webkit? ( >=dev-qt/qtwebkit-5.212.0_pre20180120:5 )
 "
 RDEPEND="${DEPEND}"
 
@@ -57,6 +57,7 @@ src_configure() {
 		-DBUILD_DOXYGEN_DOCS=$(usex doc)
 		$(cmake_use_find_package !gmp MPIR)
 		-DBUILD_APPLETS=$(usex plasma)
+		-DBUILD_WITH_WEBKIT=$(usex webkit)
 	)
 	ecm_src_configure
 }


^ permalink raw reply related	[flat|nested] 23+ messages in thread

* [gentoo-commits] proj/kde:master commit in: app-office/libalkimia/
@ 2020-02-23 10:59 Andreas Sturmlechner
  0 siblings, 0 replies; 23+ messages in thread
From: Andreas Sturmlechner @ 2020-02-23 10:59 UTC (permalink / raw
  To: gentoo-commits

commit:     69708a506a33d038e126bf7dcf101e3b405b4744
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sun Feb 23 10:47:43 2020 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sun Feb 23 10:47:43 2020 +0000
URL:        https://gitweb.gentoo.org/proj/kde.git/commit/?id=69708a50

app-office/libalkimia: Add new DEPEND

Upstream commit d78d930858920fad3f3fcc681b2af1382bdfd8bf

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

 app-office/libalkimia/libalkimia-9999.ebuild | 1 +
 1 file changed, 1 insertion(+)

diff --git a/app-office/libalkimia/libalkimia-9999.ebuild b/app-office/libalkimia/libalkimia-9999.ebuild
index fd223f320f..0b95d4ec73 100644
--- a/app-office/libalkimia/libalkimia-9999.ebuild
+++ b/app-office/libalkimia/libalkimia-9999.ebuild
@@ -42,6 +42,7 @@ DEPEND="
 	>=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? (


^ permalink raw reply related	[flat|nested] 23+ messages in thread

* [gentoo-commits] proj/kde:master commit in: app-office/libalkimia/
@ 2020-02-23 10:59 Andreas Sturmlechner
  0 siblings, 0 replies; 23+ messages in thread
From: Andreas Sturmlechner @ 2020-02-23 10:59 UTC (permalink / raw
  To: gentoo-commits

commit:     405c74255fe31ce666ef8d5ef1df004cd1d379f2
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sun Feb 23 10:45:59 2020 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sun Feb 23 10:46:32 2020 +0000
URL:        https://gitweb.gentoo.org/proj/kde.git/commit/?id=405c7425

app-office/libalkimia: Add USE webengine, drop USE webkit

Upstream commits:
bb72854204230904926226accb56a91bd04f0010
5c4fba99bad18429c46cb48bcd037f1685a6021e

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

 app-office/libalkimia/libalkimia-9999.ebuild | 7 ++++---
 app-office/libalkimia/metadata.xml           | 3 +++
 2 files changed, 7 insertions(+), 3 deletions(-)

diff --git a/app-office/libalkimia/libalkimia-9999.ebuild b/app-office/libalkimia/libalkimia-9999.ebuild
index fa66707501..fd223f320f 100644
--- a/app-office/libalkimia/libalkimia-9999.ebuild
+++ b/app-office/libalkimia/libalkimia-9999.ebuild
@@ -20,7 +20,7 @@ https://community.kde.org/Alkimia"
 
 LICENSE="LGPL-2.1"
 SLOT="0/8"
-IUSE="doc gmp plasma webkit"
+IUSE="doc gmp plasma webengine"
 
 BDEPEND="
 	virtual/pkgconfig
@@ -48,16 +48,17 @@ DEPEND="
 		>=kde-frameworks/kpackage-${KFMIN}:5
 		>=kde-frameworks/plasma-${KFMIN}:5
 	)
-	webkit? ( >=dev-qt/qtwebkit-5.212.0_pre20180120:5 )
+	webengine? ( >=dev-qt/qtwebengine-${QTMIN}:5 )
 "
 RDEPEND="${DEPEND}"
 
 src_configure() {
 	local mycmakeargs=(
+		-DBUILD_WITH_WEBKIT=OFF
 		-DBUILD_DOXYGEN_DOCS=$(usex doc)
 		$(cmake_use_find_package !gmp MPIR)
 		-DBUILD_APPLETS=$(usex plasma)
-		-DBUILD_WITH_WEBKIT=$(usex webkit)
+		-DBUILD_WITH_WEBENGINE=$(usex webengine)
 	)
 	ecm_src_configure
 }

diff --git a/app-office/libalkimia/metadata.xml b/app-office/libalkimia/metadata.xml
index 2fdbf33d96..a59e1bd55b 100644
--- a/app-office/libalkimia/metadata.xml
+++ b/app-office/libalkimia/metadata.xml
@@ -5,4 +5,7 @@
 		<email>kde@gentoo.org</email>
 		<name>Gentoo KDE Project</name>
 	</maintainer>
+	<use>
+		<flag name="webengine">Enable online quotes using <pkg>dev-qt/qtwebengine</pkg></flag>
+	</use>
 </pkgmetadata>


^ permalink raw reply related	[flat|nested] 23+ messages in thread

* [gentoo-commits] proj/kde:master commit in: app-office/libalkimia/
@ 2020-06-30 14:43 Andreas Sturmlechner
  0 siblings, 0 replies; 23+ messages in thread
From: Andreas Sturmlechner @ 2020-06-30 14:43 UTC (permalink / raw
  To: gentoo-commits

commit:     6f4f4c610deac0297aac0906e63dcd8d7220b819
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Tue Jun 30 14:41:35 2020 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Tue Jun 30 14:43:34 2020 +0000
URL:        https://gitweb.gentoo.org/proj/kde.git/commit/?id=6f4f4c61

app-office/libalkimia: Drop 8.0.2, 8.0.3 bumped in Gentoo ebuild repo

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

 app-office/libalkimia/libalkimia-8.0.2.ebuild | 64 ---------------------------
 1 file changed, 64 deletions(-)

diff --git a/app-office/libalkimia/libalkimia-8.0.2.ebuild b/app-office/libalkimia/libalkimia-8.0.2.ebuild
deleted file mode 100644
index 49d2fae648..0000000000
--- a/app-office/libalkimia/libalkimia-8.0.2.ebuild
+++ /dev/null
@@ -1,64 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-ECM_TEST="forceoptional"
-KDE_ORG_NAME="alkimia"
-KFMIN=5.60.0
-QTMIN=5.12.3
-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"
-
-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/qtwebkit-5.212.0_pre20180120:5
-	>=dev-qt/qtwidgets-${QTMIN}:5
-	>=kde-frameworks/kcompletion-${KFMIN}:5
-	>=kde-frameworks/kcodecs-${KFMIN}:5
-	>=kde-frameworks/kconfig-${KFMIN}:5
-	>=kde-frameworks/kcoreaddons-${KFMIN}:5
-	>=kde-frameworks/kdelibs4support-${KFMIN}:5
-	>=kde-frameworks/ki18n-${KFMIN}:5
-	>=kde-frameworks/kiconthemes-${KFMIN}:5
-	>=kde-frameworks/knewstuff-${KFMIN}:5
-	>=kde-frameworks/ktextwidgets-${KFMIN}:5
-	>=kde-frameworks/kwidgetsaddons-${KFMIN}:5
-	!gmp? ( sci-libs/mpir:=[cxx] )
-	gmp? ( dev-libs/gmp:0=[cxx] )
-	plasma? (
-		>=kde-frameworks/kpackage-${KFMIN}:5
-		>=kde-frameworks/plasma-${KFMIN}:5
-	)
-"
-RDEPEND="${DEPEND}"
-
-PATCHES=( "${FILESDIR}/${PN}-8.0.1-cmake.patch" )
-
-src_configure() {
-	local mycmakeargs=(
-		-DBUILD_DOXYGEN_DOCS=$(usex doc)
-		$(cmake_use_find_package !gmp MPIR)
-		-DBUILD_APPLETS=$(usex plasma)
-	)
-	ecm_src_configure
-}


^ permalink raw reply related	[flat|nested] 23+ messages in thread

* [gentoo-commits] proj/kde:master commit in: app-office/libalkimia/
@ 2020-08-06 21:46 Andreas Sturmlechner
  0 siblings, 0 replies; 23+ messages in thread
From: Andreas Sturmlechner @ 2020-08-06 21:46 UTC (permalink / raw
  To: gentoo-commits

commit:     e1865179a70dc7c5c7d2dcb7f445c0c04552d175
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Thu Aug  6 20:00:31 2020 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Thu Aug  6 21:45:13 2020 +0000
URL:        https://gitweb.gentoo.org/proj/kde.git/commit/?id=e1865179

app-office/libalkimia: Set VIRTUALX_REQUIRED="test", disable failing

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

 app-office/libalkimia/libalkimia-8.9999.ebuild | 9 +++++++++
 1 file changed, 9 insertions(+)

diff --git a/app-office/libalkimia/libalkimia-8.9999.ebuild b/app-office/libalkimia/libalkimia-8.9999.ebuild
index 0cb9194843..d0199b68a6 100644
--- a/app-office/libalkimia/libalkimia-8.9999.ebuild
+++ b/app-office/libalkimia/libalkimia-8.9999.ebuild
@@ -8,6 +8,7 @@ ECM_TEST="forceoptional"
 KDE_ORG_NAME="alkimia"
 KFMIN=5.60.0
 QTMIN=5.12.3
+VIRTUALX_REQUIRED="test"
 inherit ecm kde.org
 
 if [[ ${KDE_BUILD_TYPE} = release ]]; then
@@ -66,3 +67,11 @@ src_configure() {
 	)
 	ecm_src_configure
 }
+
+src_test() {
+	# Depends on BUILD_WITH_WEBKIT, bug 736128
+	local myctestargs=(
+		-E "(alkonlinequotestest)"
+	)
+	ecm_src_test
+}


^ permalink raw reply related	[flat|nested] 23+ messages in thread

* [gentoo-commits] proj/kde:master commit in: app-office/libalkimia/
@ 2020-12-13 10:46 Andreas Sturmlechner
  0 siblings, 0 replies; 23+ messages in thread
From: Andreas Sturmlechner @ 2020-12-13 10:46 UTC (permalink / raw
  To: gentoo-commits

commit:     95fe8c6899d672ffb459ba62c4f84fba5255baf8
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sun Dec 13 10:44:51 2020 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sun Dec 13 10:44:51 2020 +0000
URL:        https://gitweb.gentoo.org/proj/kde.git/commit/?id=95fe8c68

app-office/libalkimia: Re-add 9999 git master

Ahead of 8.0 branch again and even ported away from KDE4 support.

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

 app-office/libalkimia/libalkimia-8.9999.ebuild                     | 4 +++-
 .../{libalkimia-8.9999.ebuild => libalkimia-9999.ebuild}           | 7 ++++---
 2 files changed, 7 insertions(+), 4 deletions(-)

diff --git a/app-office/libalkimia/libalkimia-8.9999.ebuild b/app-office/libalkimia/libalkimia-8.9999.ebuild
index 14097a4b57..35b0842263 100644
--- a/app-office/libalkimia/libalkimia-8.9999.ebuild
+++ b/app-office/libalkimia/libalkimia-8.9999.ebuild
@@ -34,8 +34,8 @@ DEPEND="
 	>=dev-qt/qtgui-${QTMIN}:5
 	>=dev-qt/qtnetwork-${QTMIN}:5
 	>=dev-qt/qtwidgets-${QTMIN}:5
-	>=kde-frameworks/kcompletion-${KFMIN}:5
 	>=kde-frameworks/kcodecs-${KFMIN}:5
+	>=kde-frameworks/kcompletion-${KFMIN}:5
 	>=kde-frameworks/kconfig-${KFMIN}:5
 	>=kde-frameworks/kcoreaddons-${KFMIN}:5
 	>=kde-frameworks/kdelibs4support-${KFMIN}:5
@@ -59,6 +59,8 @@ PATCHES=( "${FILESDIR}/${PN}-8.0.3-cmake.patch" )
 
 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)

diff --git a/app-office/libalkimia/libalkimia-8.9999.ebuild b/app-office/libalkimia/libalkimia-9999.ebuild
similarity index 95%
copy from app-office/libalkimia/libalkimia-8.9999.ebuild
copy to app-office/libalkimia/libalkimia-9999.ebuild
index 14097a4b57..6942d3032c 100644
--- a/app-office/libalkimia/libalkimia-8.9999.ebuild
+++ b/app-office/libalkimia/libalkimia-9999.ebuild
@@ -3,7 +3,6 @@
 
 EAPI=7
 
-EGIT_BRANCH="8.0"
 ECM_TEST="forceoptional"
 KDE_ORG_NAME="alkimia"
 KFMIN=5.74.0
@@ -34,13 +33,13 @@ DEPEND="
 	>=dev-qt/qtgui-${QTMIN}:5
 	>=dev-qt/qtnetwork-${QTMIN}:5
 	>=dev-qt/qtwidgets-${QTMIN}:5
-	>=kde-frameworks/kcompletion-${KFMIN}:5
 	>=kde-frameworks/kcodecs-${KFMIN}:5
+	>=kde-frameworks/kcompletion-${KFMIN}:5
 	>=kde-frameworks/kconfig-${KFMIN}:5
 	>=kde-frameworks/kcoreaddons-${KFMIN}:5
-	>=kde-frameworks/kdelibs4support-${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
@@ -59,6 +58,8 @@ PATCHES=( "${FILESDIR}/${PN}-8.0.3-cmake.patch" )
 
 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)


^ permalink raw reply related	[flat|nested] 23+ messages in thread

* [gentoo-commits] proj/kde:master commit in: app-office/libalkimia/
@ 2021-06-20 18:46 Andreas Sturmlechner
  0 siblings, 0 replies; 23+ messages in thread
From: Andreas Sturmlechner @ 2021-06-20 18:46 UTC (permalink / raw
  To: gentoo-commits

commit:     cc67eb98f5461b9aad909f05f61d617ddbf46138
Author:     David Seifert <soap <AT> gentoo <DOT> org>
AuthorDate: Fri Jun 18 13:15:03 2021 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sun Jun 20 18:45:42 2021 +0000
URL:        https://gitweb.gentoo.org/proj/kde.git/commit/?id=cc67eb98

app-office/libalkimia: Depend on dev-libs/gmp[cxx(+)]

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

 app-office/libalkimia/libalkimia-8.9999.ebuild | 10 +++++-----
 app-office/libalkimia/libalkimia-9999.ebuild   | 10 +++++-----
 2 files changed, 10 insertions(+), 10 deletions(-)

diff --git a/app-office/libalkimia/libalkimia-8.9999.ebuild b/app-office/libalkimia/libalkimia-8.9999.ebuild
index 209175e56d..ea7c23c196 100644
--- a/app-office/libalkimia/libalkimia-8.9999.ebuild
+++ b/app-office/libalkimia/libalkimia-8.9999.ebuild
@@ -24,10 +24,6 @@ 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
@@ -46,7 +42,7 @@ DEPEND="
 	>=kde-frameworks/kwidgetsaddons-${KFMIN}:5
 	>=kde-frameworks/kxmlgui-${KFMIN}:5
 	!gmp? ( sci-libs/mpir:=[cxx] )
-	gmp? ( dev-libs/gmp:0=[cxx] )
+	gmp? ( dev-libs/gmp:0=[cxx(+)] )
 	plasma? (
 		>=kde-frameworks/kpackage-${KFMIN}:5
 		>=kde-frameworks/plasma-${KFMIN}:5
@@ -54,6 +50,10 @@ DEPEND="
 	webengine? ( >=dev-qt/qtwebengine-${QTMIN}:5 )
 "
 RDEPEND="${DEPEND}"
+BDEPEND="
+	virtual/pkgconfig
+	doc? ( app-doc/doxygen )
+"
 
 PATCHES=( "${FILESDIR}/${PN}-8.1.0-cmake.patch" )
 

diff --git a/app-office/libalkimia/libalkimia-9999.ebuild b/app-office/libalkimia/libalkimia-9999.ebuild
index 32f13a2f29..baeeb4f28e 100644
--- a/app-office/libalkimia/libalkimia-9999.ebuild
+++ b/app-office/libalkimia/libalkimia-9999.ebuild
@@ -23,10 +23,6 @@ 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
@@ -45,7 +41,7 @@ DEPEND="
 	>=kde-frameworks/kwidgetsaddons-${KFMIN}:5
 	>=kde-frameworks/kxmlgui-${KFMIN}:5
 	!gmp? ( sci-libs/mpir:=[cxx] )
-	gmp? ( dev-libs/gmp:0=[cxx] )
+	gmp? ( dev-libs/gmp:0=[cxx(+)] )
 	plasma? (
 		>=kde-frameworks/kpackage-${KFMIN}:5
 		>=kde-frameworks/plasma-${KFMIN}:5
@@ -53,6 +49,10 @@ DEPEND="
 	webengine? ( >=dev-qt/qtwebengine-${QTMIN}:5 )
 "
 RDEPEND="${DEPEND}"
+BDEPEND="
+	virtual/pkgconfig
+	doc? ( app-doc/doxygen )
+"
 
 PATCHES=( "${FILESDIR}/${PN}-8.1.0-cmake.patch" )
 


^ permalink raw reply related	[flat|nested] 23+ messages in thread

* [gentoo-commits] proj/kde:master commit in: app-office/libalkimia/
@ 2023-09-08 23:38 Andreas Sturmlechner
  0 siblings, 0 replies; 23+ messages in thread
From: Andreas Sturmlechner @ 2023-09-08 23:38 UTC (permalink / raw
  To: gentoo-commits

commit:     184024c1726beb95b1f86b7321d2bff791e4c2df
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Fri Sep  8 23:35:03 2023 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Fri Sep  8 23:35:03 2023 +0000
URL:        https://gitweb.gentoo.org/proj/kde.git/commit/?id=184024c1

app-office/libalkimia: Drop obsolete cmake var, use find_package switch

Upstream commit d23ace1a394a8fe4d4fa69a0b42b1a5bfb7ff50f

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

 app-office/libalkimia/libalkimia-8.9999.ebuild | 2 +-
 app-office/libalkimia/libalkimia-9999.ebuild   | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/app-office/libalkimia/libalkimia-8.9999.ebuild b/app-office/libalkimia/libalkimia-8.9999.ebuild
index 4ea691e539..19272b02d4 100644
--- a/app-office/libalkimia/libalkimia-8.9999.ebuild
+++ b/app-office/libalkimia/libalkimia-8.9999.ebuild
@@ -61,7 +61,7 @@ src_configure() {
 		-DENABLE_FINANCEQUOTE=OFF
 		-DBUILD_TOOLS=ON
 		-DBUILD_WITH_WEBKIT=OFF
-		-DBUILD_DOXYGEN_DOCS=$(usex doc)
+		$(cmake_use_find_package doc Doxygen)
 		$(cmake_use_find_package !gmp MPIR)
 		-DBUILD_APPLETS=$(usex plasma)
 		-DBUILD_WITH_WEBENGINE=$(usex webengine)

diff --git a/app-office/libalkimia/libalkimia-9999.ebuild b/app-office/libalkimia/libalkimia-9999.ebuild
index 6414d44a50..9b1cb55160 100644
--- a/app-office/libalkimia/libalkimia-9999.ebuild
+++ b/app-office/libalkimia/libalkimia-9999.ebuild
@@ -60,7 +60,7 @@ src_configure() {
 		-DENABLE_FINANCEQUOTE=OFF
 		-DBUILD_TOOLS=ON
 		-DBUILD_WITH_WEBKIT=OFF
-		-DBUILD_DOXYGEN_DOCS=$(usex doc)
+		$(cmake_use_find_package doc Doxygen)
 		$(cmake_use_find_package !gmp MPIR)
 		-DBUILD_APPLETS=$(usex plasma)
 		-DBUILD_WITH_WEBENGINE=$(usex webengine)


^ permalink raw reply related	[flat|nested] 23+ messages in thread

* [gentoo-commits] proj/kde:master commit in: app-office/libalkimia/
@ 2024-01-13 16:39 Sam James
  0 siblings, 0 replies; 23+ messages in thread
From: Sam James @ 2024-01-13 16:39 UTC (permalink / raw
  To: gentoo-commits

commit:     8fa87a8b7a1c9b8b58904bfd1826b62e0acf6ce2
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sat Jan 13 16:38:09 2024 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sat Jan 13 16:38:09 2024 +0000
URL:        https://gitweb.gentoo.org/proj/kde.git/commit/?id=8fa87a8b

app-office/libalkimia: app-doc/doxygen -> app-text/doxygen

Signed-off-by: Sam James <sam <AT> gentoo.org>

 app-office/libalkimia/libalkimia-8.9999.ebuild | 2 +-
 app-office/libalkimia/libalkimia-9999.ebuild   | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/app-office/libalkimia/libalkimia-8.9999.ebuild b/app-office/libalkimia/libalkimia-8.9999.ebuild
index eec840c3bb..6b645c6c38 100644
--- a/app-office/libalkimia/libalkimia-8.9999.ebuild
+++ b/app-office/libalkimia/libalkimia-8.9999.ebuild
@@ -51,7 +51,7 @@ DEPEND="
 RDEPEND="${DEPEND}"
 BDEPEND="
 	virtual/pkgconfig
-	doc? ( app-doc/doxygen )
+	doc? ( app-text/doxygen )
 "
 
 PATCHES=( "${FILESDIR}/${PN}-8.1.0-cmake.patch" )

diff --git a/app-office/libalkimia/libalkimia-9999.ebuild b/app-office/libalkimia/libalkimia-9999.ebuild
index 0381667765..7892456059 100644
--- a/app-office/libalkimia/libalkimia-9999.ebuild
+++ b/app-office/libalkimia/libalkimia-9999.ebuild
@@ -50,7 +50,7 @@ DEPEND="
 RDEPEND="${DEPEND}"
 BDEPEND="
 	virtual/pkgconfig
-	doc? ( app-doc/doxygen )
+	doc? ( app-text/doxygen )
 "
 
 PATCHES=( "${FILESDIR}/${PN}-8.1.0-cmake.patch" )


^ permalink raw reply related	[flat|nested] 23+ messages in thread

* [gentoo-commits] proj/kde:master commit in: app-office/libalkimia/
@ 2024-03-01 23:42 Sam James
  0 siblings, 0 replies; 23+ messages in thread
From: Sam James @ 2024-03-01 23:42 UTC (permalink / raw
  To: gentoo-commits

commit:     2b641d2a1cdd886f628067eee31c06672227fd16
Author:     Eli Schwartz <eschwartz93 <AT> gmail <DOT> com>
AuthorDate: Fri Mar  1 23:42:17 2024 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Fri Mar  1 23:42:38 2024 +0000
URL:        https://gitweb.gentoo.org/proj/kde.git/commit/?id=2b641d2a

app-office/libalkimia: remove gmp USE flag, force it instead of mpir

mpir is an ancient fork of gmp from 2017. It claims to be focused on
speed. It doesn't build with modern compilers due to Modern C issues,
and it fails to build with LTO as well. Unlike gmp, this will never be
fixed.

Bug: https://bugs.gentoo.org/812950
Signed-off-by: Eli Schwartz <eschwartz93 <AT> gmail.com>
Signed-off-by: Sam James <sam <AT> gentoo.org>

 app-office/libalkimia/libalkimia-8.9999.ebuild | 7 +++----
 app-office/libalkimia/libalkimia-9999.ebuild   | 7 +++----
 2 files changed, 6 insertions(+), 8 deletions(-)

diff --git a/app-office/libalkimia/libalkimia-8.9999.ebuild b/app-office/libalkimia/libalkimia-8.9999.ebuild
index 6b645c6c38..78c3eff6f6 100644
--- a/app-office/libalkimia/libalkimia-8.9999.ebuild
+++ b/app-office/libalkimia/libalkimia-8.9999.ebuild
@@ -21,9 +21,10 @@ https://community.kde.org/Alkimia"
 
 LICENSE="LGPL-2.1"
 SLOT="0/8"
-IUSE="doc gmp plasma webengine"
+IUSE="doc plasma webengine"
 
 DEPEND="
+	dev-libs/gmp:0=[cxx(+)]
 	>=dev-qt/qtdbus-${QTMIN}:5
 	>=dev-qt/qtdeclarative-${QTMIN}:5
 	>=dev-qt/qtgui-${QTMIN}:5
@@ -40,8 +41,6 @@ DEPEND="
 	>=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-plasma/libplasma-${KFMIN}:5
@@ -62,7 +61,7 @@ src_configure() {
 		-DBUILD_TOOLS=ON
 		-DBUILD_WITH_WEBKIT=OFF
 		$(cmake_use_find_package doc Doxygen)
-		$(cmake_use_find_package !gmp MPIR)
+		-DCMAKE_DISABLE_FIND_PACKAGE_MPIR=ON
 		-DBUILD_APPLETS=$(usex plasma)
 		-DBUILD_WITH_WEBENGINE=$(usex webengine)
 	)

diff --git a/app-office/libalkimia/libalkimia-9999.ebuild b/app-office/libalkimia/libalkimia-9999.ebuild
index 7892456059..22f13e44d1 100644
--- a/app-office/libalkimia/libalkimia-9999.ebuild
+++ b/app-office/libalkimia/libalkimia-9999.ebuild
@@ -20,9 +20,10 @@ https://community.kde.org/Alkimia"
 
 LICENSE="LGPL-2.1"
 SLOT="0/8"
-IUSE="doc gmp plasma webengine"
+IUSE="doc plasma webengine"
 
 DEPEND="
+	dev-libs/gmp:0=[cxx(+)]
 	>=dev-qt/qtdbus-${QTMIN}:5
 	>=dev-qt/qtdeclarative-${QTMIN}:5
 	>=dev-qt/qtgui-${QTMIN}:5
@@ -39,8 +40,6 @@ DEPEND="
 	>=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-plasma/libplasma-${KFMIN}:5
@@ -61,7 +60,7 @@ src_configure() {
 		-DBUILD_TOOLS=ON
 		-DBUILD_WITH_WEBKIT=OFF
 		$(cmake_use_find_package doc Doxygen)
-		$(cmake_use_find_package !gmp MPIR)
+		-DCMAKE_DISABLE_FIND_PACKAGE_MPIR=ON
 		-DBUILD_APPLETS=$(usex plasma)
 		-DBUILD_WITH_WEBENGINE=$(usex webengine)
 	)


^ permalink raw reply related	[flat|nested] 23+ messages in thread

end of thread, other threads:[~2024-03-01 23:42 UTC | newest]

Thread overview: 23+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-08-22 16:13 [gentoo-commits] proj/kde:master commit in: app-office/libalkimia/ Andreas Sturmlechner
  -- strict thread matches above, loose matches on Subject: below --
2024-03-01 23:42 Sam James
2024-01-13 16:39 Sam James
2023-09-08 23:38 Andreas Sturmlechner
2021-06-20 18:46 Andreas Sturmlechner
2020-12-13 10:46 Andreas Sturmlechner
2020-08-06 21:46 Andreas Sturmlechner
2020-06-30 14:43 Andreas Sturmlechner
2020-02-23 10:59 Andreas Sturmlechner
2020-02-23 10:59 Andreas Sturmlechner
2020-01-10 21:55 Andreas Sturmlechner
2019-11-13  2:00 Andreas Sturmlechner
2018-12-08 21:06 Andreas Sturmlechner
2018-12-03  0:08 Andreas Sturmlechner
2018-04-12 17:49 Johannes Huber
2018-02-07 22:49 Andreas Sturmlechner
2018-01-07 18:30 Andreas Sturmlechner
2017-11-11 18:39 Andreas Sturmlechner
2017-06-18 14:24 Andreas Sturmlechner
2016-03-22 12:33 Johannes Huber
2016-03-08 14:41 Michael Palimaka
2015-12-02 11:03 Michael Palimaka
2015-10-14 12:51 Michael Palimaka

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox