* [gentoo-commits] proj/kde:master commit in: kde-apps/kig/
@ 2015-02-22 21:30 Johannes Huber
0 siblings, 0 replies; 24+ messages in thread
From: Johannes Huber @ 2015-02-22 21:30 UTC (permalink / raw
To: gentoo-commits
commit: c1342dbde5667f7893cecddd3d5f8bc041000c7e
Author: Johannes Huber <johu <AT> gentoo <DOT> org>
AuthorDate: Sun Feb 22 21:28:14 2015 +0000
Commit: Johannes Huber <johu <AT> gentoo <DOT> org>
CommitDate: Sun Feb 22 21:28:14 2015 +0000
URL: http://sources.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=c1342dbd
[kde-apps/kig] Ported to KF5
Package-Manager: portage-2.2.17
---
kde-apps/kig/kig-9999.ebuild | 29 +++++++++++++++++++++++------
1 file changed, 23 insertions(+), 6 deletions(-)
diff --git a/kde-apps/kig/kig-9999.ebuild b/kde-apps/kig/kig-9999.ebuild
index 9719f94..8ff447c 100644
--- a/kde-apps/kig/kig-9999.ebuild
+++ b/kde-apps/kig/kig-9999.ebuild
@@ -4,19 +4,36 @@
EAPI=5
-KDE_HANDBOOK="optional"
+KDE_HANDBOOK=true
PYTHON_COMPAT=( python2_7 )
-inherit python-single-r1 kde4-base
+inherit python-single-r1 kde5
DESCRIPTION="KDE Interactive Geometry tool"
HOMEPAGE="http://www.kde.org/applications/education/kig http://edu.kde.org/kig"
KEYWORDS=""
-IUSE="debug scripting"
+IUSE="scripting"
REQUIRED_USE="${PYTHON_REQUIRED_USE}"
DEPEND="
${PYTHON_DEPS}
+ $(add_frameworks_dep karchive)
+ $(add_frameworks_dep kcompletion)
+ $(add_frameworks_dep kconfig)
+ $(add_frameworks_dep kconfigwidgets)
+ $(add_frameworks_dep kcoreaddons)
+ $(add_frameworks_dep kdelibs4support)
+ $(add_frameworks_dep ki18n)
+ $(add_frameworks_dep kiconthemes)
+ $(add_frameworks_dep kparts)
+ $(add_frameworks_dep kservice)
+ $(add_frameworks_dep kwidgetsaddons)
+ $(add_frameworks_dep kxmlgui)
+ dev-qt/qtgui:5
+ dev-qt/qtprintsupport:5
+ dev-qt/qtsvg:5
+ dev-qt/qtwidgets:5
+ dev-qt/qtxml:5
scripting? ( >=dev-libs/boost-1.48:=[python,${PYTHON_USEDEP}] )
"
RDEPEND="${DEPEND}"
@@ -25,11 +42,11 @@ PATCHES=( "${FILESDIR}/${PN}-4.12.0-boostpython.patch" )
pkg_setup() {
python-single-r1_pkg_setup
- kde4-base_pkg_setup
+ kde5_pkg_setup
}
src_prepare() {
- kde4-base_src_prepare
+ kde5_src_prepare
python_fix_shebang .
}
@@ -39,5 +56,5 @@ src_configure() {
$(cmake-utils_use_find_package scripting BoostPython)
)
- kde4-base_src_configure
+ kde5_src_configure
}
^ permalink raw reply related [flat|nested] 24+ messages in thread
* [gentoo-commits] proj/kde:master commit in: kde-apps/kig/
@ 2015-07-22 12:36 Michael Palimaka
0 siblings, 0 replies; 24+ messages in thread
From: Michael Palimaka @ 2015-07-22 12:36 UTC (permalink / raw
To: gentoo-commits
commit: 9583f5bed04856d0d220cdcaf3154a049edf5bf8
Author: Andreas Sturmlechner <andreas.sturmlechner <AT> gmail <DOT> com>
AuthorDate: Wed Jul 22 08:43:45 2015 +0000
Commit: Michael Palimaka <kensington <AT> gentoo <DOT> org>
CommitDate: Wed Jul 22 08:43:45 2015 +0000
URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=9583f5be
[kde-apps/kig] Drop DEPEND on kdelibs4support
Package-Manager: portage-2.2.20
kde-apps/kig/kig-9999.ebuild | 1 -
1 file changed, 1 deletion(-)
diff --git a/kde-apps/kig/kig-9999.ebuild b/kde-apps/kig/kig-9999.ebuild
index 8ff447c..fb4efb7 100644
--- a/kde-apps/kig/kig-9999.ebuild
+++ b/kde-apps/kig/kig-9999.ebuild
@@ -22,7 +22,6 @@ DEPEND="
$(add_frameworks_dep kconfig)
$(add_frameworks_dep kconfigwidgets)
$(add_frameworks_dep kcoreaddons)
- $(add_frameworks_dep kdelibs4support)
$(add_frameworks_dep ki18n)
$(add_frameworks_dep kiconthemes)
$(add_frameworks_dep kparts)
^ permalink raw reply related [flat|nested] 24+ messages in thread
* [gentoo-commits] proj/kde:master commit in: kde-apps/kig/
@ 2016-01-04 16:21 Michael Palimaka
0 siblings, 0 replies; 24+ messages in thread
From: Michael Palimaka @ 2016-01-04 16:21 UTC (permalink / raw
To: gentoo-commits
commit: 5a9b217f797023148d1a104cb022c936bc465304
Author: Andreas Sturmlechner <andreas.sturmlechner <AT> gmail <DOT> com>
AuthorDate: Sun Jan 3 01:30:58 2016 +0000
Commit: Michael Palimaka <kensington <AT> gentoo <DOT> org>
CommitDate: Mon Jan 4 16:21:35 2016 +0000
URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=5a9b217f
kde-apps/kig: Add kcrash DEPEND
Package-Manager: portage-2.2.26
kde-apps/kig/kig-9999.ebuild | 1 +
1 file changed, 1 insertion(+)
diff --git a/kde-apps/kig/kig-9999.ebuild b/kde-apps/kig/kig-9999.ebuild
index 6e09586..5618a9c 100644
--- a/kde-apps/kig/kig-9999.ebuild
+++ b/kde-apps/kig/kig-9999.ebuild
@@ -21,6 +21,7 @@ DEPEND="
$(add_frameworks_dep kcompletion)
$(add_frameworks_dep kconfig)
$(add_frameworks_dep kconfigwidgets)
+ $(add_frameworks_dep kcrash)
$(add_frameworks_dep kcoreaddons)
$(add_frameworks_dep ki18n)
$(add_frameworks_dep kiconthemes)
^ permalink raw reply related [flat|nested] 24+ messages in thread
* [gentoo-commits] proj/kde:master commit in: kde-apps/kig/
@ 2016-03-10 8:03 Michael Palimaka
0 siblings, 0 replies; 24+ messages in thread
From: Michael Palimaka @ 2016-03-10 8:03 UTC (permalink / raw
To: gentoo-commits
commit: 81af2347f21811cee69a23b781b4ba7bb02d97e8
Author: Michael Palimaka <kensington <AT> gentoo <DOT> org>
AuthorDate: Thu Mar 10 08:01:14 2016 +0000
Commit: Michael Palimaka <kensington <AT> gentoo <DOT> org>
CommitDate: Thu Mar 10 08:01:14 2016 +0000
URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=81af2347
kde-apps/kig: add missing dependency
Package-Manager: portage-2.2.27
kde-apps/kig/kig-15.12.2.ebuild | 3 ++-
kde-apps/kig/kig-15.12.49.9999.ebuild | 1 +
kde-apps/kig/kig-9999.ebuild | 1 +
3 files changed, 4 insertions(+), 1 deletion(-)
diff --git a/kde-apps/kig/kig-15.12.2.ebuild b/kde-apps/kig/kig-15.12.2.ebuild
index 12dab24..278d835 100644
--- a/kde-apps/kig/kig-15.12.2.ebuild
+++ b/kde-apps/kig/kig-15.12.2.ebuild
@@ -10,7 +10,7 @@ inherit python-single-r1 kde5
DESCRIPTION="KDE Interactive Geometry tool"
HOMEPAGE="https://www.kde.org/applications/education/kig https://edu.kde.org/kig"
-KEYWORDS=" ~amd64 ~x86"
+KEYWORDS="~amd64 ~x86"
IUSE="scripting"
REQUIRED_USE="${PYTHON_REQUIRED_USE}"
@@ -33,6 +33,7 @@ DEPEND="
$(add_qt_dep qtsvg)
$(add_qt_dep qtwidgets)
$(add_qt_dep qtxml)
+ $(add_qt_dep qtxmlpatterns)
scripting? ( >=dev-libs/boost-1.48:=[python,${PYTHON_USEDEP}] )
"
RDEPEND="${DEPEND}"
diff --git a/kde-apps/kig/kig-15.12.49.9999.ebuild b/kde-apps/kig/kig-15.12.49.9999.ebuild
index ffe3ad5..45047ca 100644
--- a/kde-apps/kig/kig-15.12.49.9999.ebuild
+++ b/kde-apps/kig/kig-15.12.49.9999.ebuild
@@ -33,6 +33,7 @@ DEPEND="
$(add_qt_dep qtsvg)
$(add_qt_dep qtwidgets)
$(add_qt_dep qtxml)
+ $(add_qt_dep qtxmlpatterns)
scripting? ( >=dev-libs/boost-1.48:=[python,${PYTHON_USEDEP}] )
"
RDEPEND="${DEPEND}"
diff --git a/kde-apps/kig/kig-9999.ebuild b/kde-apps/kig/kig-9999.ebuild
index ed2570f..a80f7a4 100644
--- a/kde-apps/kig/kig-9999.ebuild
+++ b/kde-apps/kig/kig-9999.ebuild
@@ -34,6 +34,7 @@ DEPEND="
$(add_qt_dep qtsvg)
$(add_qt_dep qtwidgets)
$(add_qt_dep qtxml)
+ $(add_qt_dep qtxmlpatterns)
scripting? ( >=dev-libs/boost-1.48:=[python,${PYTHON_USEDEP}] )
"
RDEPEND="${DEPEND}"
^ permalink raw reply related [flat|nested] 24+ messages in thread
* [gentoo-commits] proj/kde:master commit in: kde-apps/kig/
@ 2016-03-10 8:03 Michael Palimaka
0 siblings, 0 replies; 24+ messages in thread
From: Michael Palimaka @ 2016-03-10 8:03 UTC (permalink / raw
To: gentoo-commits
commit: b8ddd26cbbde0a262a97a6edbf4db3d3d7086c89
Author: Michael Palimaka <kensington <AT> gentoo <DOT> org>
AuthorDate: Thu Mar 10 08:03:42 2016 +0000
Commit: Michael Palimaka <kensington <AT> gentoo <DOT> org>
CommitDate: Thu Mar 10 08:03:42 2016 +0000
URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=b8ddd26c
kde-apps/kig: force handbook to be optional
Package-Manager: portage-2.2.27
kde-apps/kig/kig-15.12.2.ebuild | 2 +-
kde-apps/kig/kig-15.12.49.9999.ebuild | 2 +-
kde-apps/kig/kig-9999.ebuild | 2 +-
3 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/kde-apps/kig/kig-15.12.2.ebuild b/kde-apps/kig/kig-15.12.2.ebuild
index 3184c30..5f73387 100644
--- a/kde-apps/kig/kig-15.12.2.ebuild
+++ b/kde-apps/kig/kig-15.12.2.ebuild
@@ -4,7 +4,7 @@
EAPI=6
-KDE_HANDBOOK=true
+KDE_HANDBOOK="forceoptional"
PYTHON_COMPAT=( python2_7 )
inherit python-single-r1 kde5
diff --git a/kde-apps/kig/kig-15.12.49.9999.ebuild b/kde-apps/kig/kig-15.12.49.9999.ebuild
index f72ffce..a915275 100644
--- a/kde-apps/kig/kig-15.12.49.9999.ebuild
+++ b/kde-apps/kig/kig-15.12.49.9999.ebuild
@@ -4,7 +4,7 @@
EAPI=6
-KDE_HANDBOOK=true
+KDE_HANDBOOK="forceoptional"
PYTHON_COMPAT=( python2_7 )
inherit python-single-r1 kde5
diff --git a/kde-apps/kig/kig-9999.ebuild b/kde-apps/kig/kig-9999.ebuild
index d7b7d4b..e13d6f5 100644
--- a/kde-apps/kig/kig-9999.ebuild
+++ b/kde-apps/kig/kig-9999.ebuild
@@ -4,7 +4,7 @@
EAPI=6
-KDE_HANDBOOK=true
+KDE_HANDBOOK="forceoptional"
PYTHON_COMPAT=( python2_7 )
inherit python-single-r1 kde5
^ permalink raw reply related [flat|nested] 24+ messages in thread
* [gentoo-commits] proj/kde:master commit in: kde-apps/kig/
@ 2016-03-10 8:03 Michael Palimaka
0 siblings, 0 replies; 24+ messages in thread
From: Michael Palimaka @ 2016-03-10 8:03 UTC (permalink / raw
To: gentoo-commits
commit: 9136601876838e39dc5970bdeab51d3d4029d0ba
Author: Michael Palimaka <kensington <AT> gentoo <DOT> org>
AuthorDate: Thu Mar 10 08:02:07 2016 +0000
Commit: Michael Palimaka <kensington <AT> gentoo <DOT> org>
CommitDate: Thu Mar 10 08:02:07 2016 +0000
URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=91366018
kde-apps/kig: port to EAPI 6
Package-Manager: portage-2.2.27
kde-apps/kig/kig-15.12.2.ebuild | 2 +-
kde-apps/kig/kig-15.12.49.9999.ebuild | 2 +-
kde-apps/kig/kig-9999.ebuild | 2 +-
3 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/kde-apps/kig/kig-15.12.2.ebuild b/kde-apps/kig/kig-15.12.2.ebuild
index 278d835..3184c30 100644
--- a/kde-apps/kig/kig-15.12.2.ebuild
+++ b/kde-apps/kig/kig-15.12.2.ebuild
@@ -2,7 +2,7 @@
# Distributed under the terms of the GNU General Public License v2
# $Id$
-EAPI=5
+EAPI=6
KDE_HANDBOOK=true
PYTHON_COMPAT=( python2_7 )
diff --git a/kde-apps/kig/kig-15.12.49.9999.ebuild b/kde-apps/kig/kig-15.12.49.9999.ebuild
index 45047ca..f72ffce 100644
--- a/kde-apps/kig/kig-15.12.49.9999.ebuild
+++ b/kde-apps/kig/kig-15.12.49.9999.ebuild
@@ -2,7 +2,7 @@
# Distributed under the terms of the GNU General Public License v2
# $Id$
-EAPI=5
+EAPI=6
KDE_HANDBOOK=true
PYTHON_COMPAT=( python2_7 )
diff --git a/kde-apps/kig/kig-9999.ebuild b/kde-apps/kig/kig-9999.ebuild
index a80f7a4..d7b7d4b 100644
--- a/kde-apps/kig/kig-9999.ebuild
+++ b/kde-apps/kig/kig-9999.ebuild
@@ -2,7 +2,7 @@
# Distributed under the terms of the GNU General Public License v2
# $Id$
-EAPI=5
+EAPI=6
KDE_HANDBOOK=true
PYTHON_COMPAT=( python2_7 )
^ permalink raw reply related [flat|nested] 24+ messages in thread
* [gentoo-commits] proj/kde:master commit in: kde-apps/kig/
@ 2016-03-10 8:35 Michael Palimaka
0 siblings, 0 replies; 24+ messages in thread
From: Michael Palimaka @ 2016-03-10 8:35 UTC (permalink / raw
To: gentoo-commits
commit: a07eb439afc4838a24390ada24cf3a21ab9fb417
Author: Michael Palimaka <kensington <AT> gentoo <DOT> org>
AuthorDate: Thu Mar 10 08:18:56 2016 +0000
Commit: Michael Palimaka <kensington <AT> gentoo <DOT> org>
CommitDate: Thu Mar 10 08:35:08 2016 +0000
URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=a07eb439
kde-apps/kig: introduce geogebra USE flag
Package-Manager: portage-2.2.27
kde-apps/kig/kig-15.12.2.ebuild | 5 +++--
kde-apps/kig/kig-15.12.49.9999.ebuild | 5 +++--
kde-apps/kig/kig-9999.ebuild | 7 ++++---
kde-apps/kig/metadata.xml | 1 +
4 files changed, 11 insertions(+), 7 deletions(-)
diff --git a/kde-apps/kig/kig-15.12.2.ebuild b/kde-apps/kig/kig-15.12.2.ebuild
index 5f73387..09c6ee0 100644
--- a/kde-apps/kig/kig-15.12.2.ebuild
+++ b/kde-apps/kig/kig-15.12.2.ebuild
@@ -11,7 +11,7 @@ inherit python-single-r1 kde5
DESCRIPTION="KDE Interactive Geometry tool"
HOMEPAGE="https://www.kde.org/applications/education/kig https://edu.kde.org/kig"
KEYWORDS="~amd64 ~x86"
-IUSE="scripting"
+IUSE="geogebra scripting"
REQUIRED_USE="${PYTHON_REQUIRED_USE}"
@@ -33,7 +33,7 @@ DEPEND="
$(add_qt_dep qtsvg)
$(add_qt_dep qtwidgets)
$(add_qt_dep qtxml)
- $(add_qt_dep qtxmlpatterns)
+ geogebra? ( $(add_qt_dep qtxmlpatterns) )
scripting? ( >=dev-libs/boost-1.48:=[python,${PYTHON_USEDEP}] )
"
RDEPEND="${DEPEND}"
@@ -53,6 +53,7 @@ src_prepare() {
src_configure() {
local mycmakeargs=(
+ $(cmake-utils_use_find_package geogebra Qt5XmlPatterns)
$(cmake-utils_use_find_package scripting BoostPython)
)
diff --git a/kde-apps/kig/kig-15.12.49.9999.ebuild b/kde-apps/kig/kig-15.12.49.9999.ebuild
index a915275..405dd3a 100644
--- a/kde-apps/kig/kig-15.12.49.9999.ebuild
+++ b/kde-apps/kig/kig-15.12.49.9999.ebuild
@@ -11,7 +11,7 @@ inherit python-single-r1 kde5
DESCRIPTION="KDE Interactive Geometry tool"
HOMEPAGE="https://www.kde.org/applications/education/kig https://edu.kde.org/kig"
KEYWORDS=""
-IUSE="scripting"
+IUSE="geogebra scripting"
REQUIRED_USE="${PYTHON_REQUIRED_USE}"
@@ -33,7 +33,7 @@ DEPEND="
$(add_qt_dep qtsvg)
$(add_qt_dep qtwidgets)
$(add_qt_dep qtxml)
- $(add_qt_dep qtxmlpatterns)
+ geogebra? ( $(add_qt_dep qtxmlpatterns) )
scripting? ( >=dev-libs/boost-1.48:=[python,${PYTHON_USEDEP}] )
"
RDEPEND="${DEPEND}"
@@ -53,6 +53,7 @@ src_prepare() {
src_configure() {
local mycmakeargs=(
+ $(cmake-utils_use_find_package geogebra Qt5XmlPatterns)
$(cmake-utils_use_find_package scripting BoostPython)
)
diff --git a/kde-apps/kig/kig-9999.ebuild b/kde-apps/kig/kig-9999.ebuild
index e13d6f5..0de3d76 100644
--- a/kde-apps/kig/kig-9999.ebuild
+++ b/kde-apps/kig/kig-9999.ebuild
@@ -11,7 +11,7 @@ inherit python-single-r1 kde5
DESCRIPTION="KDE Interactive Geometry tool"
HOMEPAGE="https://www.kde.org/applications/education/kig https://edu.kde.org/kig"
KEYWORDS=""
-IUSE="scripting"
+IUSE="geogebra scripting"
REQUIRED_USE="${PYTHON_REQUIRED_USE}"
@@ -21,8 +21,8 @@ DEPEND="
$(add_frameworks_dep kcompletion)
$(add_frameworks_dep kconfig)
$(add_frameworks_dep kconfigwidgets)
- $(add_frameworks_dep kcrash)
$(add_frameworks_dep kcoreaddons)
+ $(add_frameworks_dep kcrash)
$(add_frameworks_dep ki18n)
$(add_frameworks_dep kiconthemes)
$(add_frameworks_dep kparts)
@@ -34,7 +34,7 @@ DEPEND="
$(add_qt_dep qtsvg)
$(add_qt_dep qtwidgets)
$(add_qt_dep qtxml)
- $(add_qt_dep qtxmlpatterns)
+ geogebra? ( $(add_qt_dep qtxmlpatterns) )
scripting? ( >=dev-libs/boost-1.48:=[python,${PYTHON_USEDEP}] )
"
RDEPEND="${DEPEND}"
@@ -54,6 +54,7 @@ src_prepare() {
src_configure() {
local mycmakeargs=(
+ $(cmake-utils_use_find_package geogebra Qt5XmlPatterns)
$(cmake-utils_use_find_package scripting BoostPython)
)
diff --git a/kde-apps/kig/metadata.xml b/kde-apps/kig/metadata.xml
index a190707..37e629d 100644
--- a/kde-apps/kig/metadata.xml
+++ b/kde-apps/kig/metadata.xml
@@ -2,6 +2,7 @@
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<use>
+ <flag name="geogebra">Support files created by <pkg>sci-mathematics/geogebra</pkg></flag>
<flag name="scripting">Support Python scripting</flag>
</use>
<maintainer type="project">
^ permalink raw reply related [flat|nested] 24+ messages in thread
* [gentoo-commits] proj/kde:master commit in: kde-apps/kig/
@ 2016-04-12 17:14 Johannes Huber
0 siblings, 0 replies; 24+ messages in thread
From: Johannes Huber @ 2016-04-12 17:14 UTC (permalink / raw
To: gentoo-commits
commit: 60c9850f213595e561994f4bc44ed2f990110499
Author: Johannes Huber <johu <AT> gentoo <DOT> org>
AuthorDate: Tue Apr 12 17:13:51 2016 +0000
Commit: Johannes Huber <johu <AT> gentoo <DOT> org>
CommitDate: Tue Apr 12 17:13:51 2016 +0000
URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=60c9850f
kde-apps/kig: DEPEND on kde-frameworks/ktexteditor
Gentoo-bug: 579662
Package-Manager: portage-2.2.28
kde-apps/kig/kig-16.03.90.ebuild | 6 ++++--
kde-apps/kig/kig-16.04.49.9999.ebuild | 6 ++++--
kde-apps/kig/kig-9999.ebuild | 6 ++++--
3 files changed, 12 insertions(+), 6 deletions(-)
diff --git a/kde-apps/kig/kig-16.03.90.ebuild b/kde-apps/kig/kig-16.03.90.ebuild
index 82e06b8..4e9c38e 100644
--- a/kde-apps/kig/kig-16.03.90.ebuild
+++ b/kde-apps/kig/kig-16.03.90.ebuild
@@ -15,7 +15,7 @@ IUSE="geogebra scripting"
REQUIRED_USE="${PYTHON_REQUIRED_USE}"
-DEPEND="${PYTHON_DEPS}
+RDEPEND="${PYTHON_DEPS}
$(add_frameworks_dep karchive)
$(add_frameworks_dep kcompletion)
$(add_frameworks_dep kconfig)
@@ -36,7 +36,9 @@ DEPEND="${PYTHON_DEPS}
geogebra? ( $(add_qt_dep qtxmlpatterns) )
scripting? ( >=dev-libs/boost-1.48:=[python,${PYTHON_USEDEP}] )
"
-RDEPEND="${DEPEND}"
+DEPEND="${RDEPEND}
+ $(add_frameworks_dep ktexteditor)
+"
PATCHES=( "${FILESDIR}/${PN}-4.12.0-boostpython.patch" )
diff --git a/kde-apps/kig/kig-16.04.49.9999.ebuild b/kde-apps/kig/kig-16.04.49.9999.ebuild
index d4af132..1710b1c 100644
--- a/kde-apps/kig/kig-16.04.49.9999.ebuild
+++ b/kde-apps/kig/kig-16.04.49.9999.ebuild
@@ -15,7 +15,7 @@ IUSE="geogebra scripting"
REQUIRED_USE="${PYTHON_REQUIRED_USE}"
-DEPEND="${PYTHON_DEPS}
+RDEPEND="${PYTHON_DEPS}
$(add_frameworks_dep karchive)
$(add_frameworks_dep kcompletion)
$(add_frameworks_dep kconfig)
@@ -36,7 +36,9 @@ DEPEND="${PYTHON_DEPS}
geogebra? ( $(add_qt_dep qtxmlpatterns) )
scripting? ( >=dev-libs/boost-1.48:=[python,${PYTHON_USEDEP}] )
"
-RDEPEND="${DEPEND}"
+DEPEND="${RDEPEND}
+ $(add_frameworks_dep ktexteditor)
+"
PATCHES=( "${FILESDIR}/${PN}-4.12.0-boostpython.patch" )
diff --git a/kde-apps/kig/kig-9999.ebuild b/kde-apps/kig/kig-9999.ebuild
index d4af132..1710b1c 100644
--- a/kde-apps/kig/kig-9999.ebuild
+++ b/kde-apps/kig/kig-9999.ebuild
@@ -15,7 +15,7 @@ IUSE="geogebra scripting"
REQUIRED_USE="${PYTHON_REQUIRED_USE}"
-DEPEND="${PYTHON_DEPS}
+RDEPEND="${PYTHON_DEPS}
$(add_frameworks_dep karchive)
$(add_frameworks_dep kcompletion)
$(add_frameworks_dep kconfig)
@@ -36,7 +36,9 @@ DEPEND="${PYTHON_DEPS}
geogebra? ( $(add_qt_dep qtxmlpatterns) )
scripting? ( >=dev-libs/boost-1.48:=[python,${PYTHON_USEDEP}] )
"
-RDEPEND="${DEPEND}"
+DEPEND="${RDEPEND}
+ $(add_frameworks_dep ktexteditor)
+"
PATCHES=( "${FILESDIR}/${PN}-4.12.0-boostpython.patch" )
^ permalink raw reply related [flat|nested] 24+ messages in thread
* [gentoo-commits] proj/kde:master commit in: kde-apps/kig/
@ 2016-04-14 20:00 Johannes Huber
0 siblings, 0 replies; 24+ messages in thread
From: Johannes Huber @ 2016-04-14 20:00 UTC (permalink / raw
To: gentoo-commits
commit: 118ac466dce270e127bed46b8ab6f2dbec33318f
Author: Johannes Huber <johu <AT> gentoo <DOT> org>
AuthorDate: Thu Apr 14 20:00:05 2016 +0000
Commit: Johannes Huber <johu <AT> gentoo <DOT> org>
CommitDate: Thu Apr 14 20:00:05 2016 +0000
URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=118ac466
kde-apps/kig: Sync with tree
Package-Manager: portage-2.2.28
kde-apps/kig/kig-16.03.90.ebuild | 8 +++++++-
kde-apps/kig/kig-16.04.49.9999.ebuild | 8 +++++++-
kde-apps/kig/kig-9999.ebuild | 8 +++++++-
3 files changed, 21 insertions(+), 3 deletions(-)
diff --git a/kde-apps/kig/kig-16.03.90.ebuild b/kde-apps/kig/kig-16.03.90.ebuild
index 4e9c38e..538d0c6 100644
--- a/kde-apps/kig/kig-16.03.90.ebuild
+++ b/kde-apps/kig/kig-16.03.90.ebuild
@@ -5,6 +5,7 @@
EAPI=6
KDE_HANDBOOK="forceoptional"
+KDE_TEST="forceoptional"
PYTHON_COMPAT=( python2_7 )
inherit python-single-r1 kde5
@@ -38,6 +39,10 @@ RDEPEND="${PYTHON_DEPS}
"
DEPEND="${RDEPEND}
$(add_frameworks_dep ktexteditor)
+ test? (
+ $(add_frameworks_dep kemoticons)
+ $(add_frameworks_dep kitemmodels)
+ )
"
PATCHES=( "${FILESDIR}/${PN}-4.12.0-boostpython.patch" )
@@ -49,7 +54,6 @@ pkg_setup() {
src_prepare() {
kde5_src_prepare
-
python_fix_shebang .
}
@@ -57,6 +61,8 @@ src_configure() {
local mycmakeargs=(
$(cmake-utils_use_find_package geogebra Qt5XmlPatterns)
$(cmake-utils_use_find_package scripting BoostPython)
+ $(cmake-utils_use_find_package test KF5Emoticons)
+ $(cmake-utils_use_find_package test KF5ItemModels)
)
kde5_src_configure
diff --git a/kde-apps/kig/kig-16.04.49.9999.ebuild b/kde-apps/kig/kig-16.04.49.9999.ebuild
index 1710b1c..8469398 100644
--- a/kde-apps/kig/kig-16.04.49.9999.ebuild
+++ b/kde-apps/kig/kig-16.04.49.9999.ebuild
@@ -5,6 +5,7 @@
EAPI=6
KDE_HANDBOOK="forceoptional"
+KDE_TEST="forceoptional"
PYTHON_COMPAT=( python2_7 )
inherit python-single-r1 kde5
@@ -38,6 +39,10 @@ RDEPEND="${PYTHON_DEPS}
"
DEPEND="${RDEPEND}
$(add_frameworks_dep ktexteditor)
+ test? (
+ $(add_frameworks_dep kemoticons)
+ $(add_frameworks_dep kitemmodels)
+ )
"
PATCHES=( "${FILESDIR}/${PN}-4.12.0-boostpython.patch" )
@@ -49,7 +54,6 @@ pkg_setup() {
src_prepare() {
kde5_src_prepare
-
python_fix_shebang .
}
@@ -57,6 +61,8 @@ src_configure() {
local mycmakeargs=(
$(cmake-utils_use_find_package geogebra Qt5XmlPatterns)
$(cmake-utils_use_find_package scripting BoostPython)
+ $(cmake-utils_use_find_package test KF5Emoticons)
+ $(cmake-utils_use_find_package test KF5ItemModels)
)
kde5_src_configure
diff --git a/kde-apps/kig/kig-9999.ebuild b/kde-apps/kig/kig-9999.ebuild
index 1710b1c..8469398 100644
--- a/kde-apps/kig/kig-9999.ebuild
+++ b/kde-apps/kig/kig-9999.ebuild
@@ -5,6 +5,7 @@
EAPI=6
KDE_HANDBOOK="forceoptional"
+KDE_TEST="forceoptional"
PYTHON_COMPAT=( python2_7 )
inherit python-single-r1 kde5
@@ -38,6 +39,10 @@ RDEPEND="${PYTHON_DEPS}
"
DEPEND="${RDEPEND}
$(add_frameworks_dep ktexteditor)
+ test? (
+ $(add_frameworks_dep kemoticons)
+ $(add_frameworks_dep kitemmodels)
+ )
"
PATCHES=( "${FILESDIR}/${PN}-4.12.0-boostpython.patch" )
@@ -49,7 +54,6 @@ pkg_setup() {
src_prepare() {
kde5_src_prepare
-
python_fix_shebang .
}
@@ -57,6 +61,8 @@ src_configure() {
local mycmakeargs=(
$(cmake-utils_use_find_package geogebra Qt5XmlPatterns)
$(cmake-utils_use_find_package scripting BoostPython)
+ $(cmake-utils_use_find_package test KF5Emoticons)
+ $(cmake-utils_use_find_package test KF5ItemModels)
)
kde5_src_configure
^ permalink raw reply related [flat|nested] 24+ messages in thread
* [gentoo-commits] proj/kde:master commit in: kde-apps/kig/
@ 2017-01-20 0:01 Andreas Sturmlechner
0 siblings, 0 replies; 24+ messages in thread
From: Andreas Sturmlechner @ 2017-01-20 0:01 UTC (permalink / raw
To: gentoo-commits
commit: e50d52c111f4906d48ae28bde7bd8923f49f9dfc
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Thu Jan 19 22:01:48 2017 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Thu Jan 19 22:01:48 2017 +0000
URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=e50d52c1
kde-apps/kig: Drop unused DEPENDs, tests optional
Upstream commit: cfd3982bcc3fb1edbaa4660e715a635c57d1be89
Package-Manager: portage-2.3.0
kde-apps/kig/kig-16.12.49.9999.ebuild | 8 +-------
kde-apps/kig/kig-9999.ebuild | 8 +-------
2 files changed, 2 insertions(+), 14 deletions(-)
diff --git a/kde-apps/kig/kig-16.12.49.9999.ebuild b/kde-apps/kig/kig-16.12.49.9999.ebuild
index 3aa7685..293595f 100644
--- a/kde-apps/kig/kig-16.12.49.9999.ebuild
+++ b/kde-apps/kig/kig-16.12.49.9999.ebuild
@@ -5,7 +5,7 @@
EAPI=6
KDE_HANDBOOK="forceoptional"
-KDE_TEST="forceoptional"
+KDE_TEST="optional"
PYTHON_COMPAT=( python2_7 )
inherit python-single-r1 kde5
@@ -39,10 +39,6 @@ RDEPEND="${PYTHON_DEPS}
"
DEPEND="${RDEPEND}
$(add_frameworks_dep ktexteditor)
- test? (
- $(add_frameworks_dep kemoticons)
- $(add_frameworks_dep kitemmodels)
- )
"
PATCHES=( "${FILESDIR}/${PN}-4.12.0-boostpython.patch" )
@@ -61,8 +57,6 @@ src_configure() {
local mycmakeargs=(
$(cmake-utils_use_find_package geogebra Qt5XmlPatterns)
$(cmake-utils_use_find_package scripting BoostPython)
- $(cmake-utils_use_find_package test KF5Emoticons)
- $(cmake-utils_use_find_package test KF5ItemModels)
)
kde5_src_configure
diff --git a/kde-apps/kig/kig-9999.ebuild b/kde-apps/kig/kig-9999.ebuild
index 3aa7685..293595f 100644
--- a/kde-apps/kig/kig-9999.ebuild
+++ b/kde-apps/kig/kig-9999.ebuild
@@ -5,7 +5,7 @@
EAPI=6
KDE_HANDBOOK="forceoptional"
-KDE_TEST="forceoptional"
+KDE_TEST="optional"
PYTHON_COMPAT=( python2_7 )
inherit python-single-r1 kde5
@@ -39,10 +39,6 @@ RDEPEND="${PYTHON_DEPS}
"
DEPEND="${RDEPEND}
$(add_frameworks_dep ktexteditor)
- test? (
- $(add_frameworks_dep kemoticons)
- $(add_frameworks_dep kitemmodels)
- )
"
PATCHES=( "${FILESDIR}/${PN}-4.12.0-boostpython.patch" )
@@ -61,8 +57,6 @@ src_configure() {
local mycmakeargs=(
$(cmake-utils_use_find_package geogebra Qt5XmlPatterns)
$(cmake-utils_use_find_package scripting BoostPython)
- $(cmake-utils_use_find_package test KF5Emoticons)
- $(cmake-utils_use_find_package test KF5ItemModels)
)
kde5_src_configure
^ permalink raw reply related [flat|nested] 24+ messages in thread
* [gentoo-commits] proj/kde:master commit in: kde-apps/kig/
@ 2019-03-01 13:27 Andreas Sturmlechner
0 siblings, 0 replies; 24+ messages in thread
From: Andreas Sturmlechner @ 2019-03-01 13:27 UTC (permalink / raw
To: gentoo-commits
commit: 4db8b28c1d4a461294ccebb8d77a809386d458d2
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Thu Feb 28 18:34:36 2019 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Fri Mar 1 13:15:58 2019 +0000
URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=4db8b28c
kde-apps/kig: Set KDE_TEST to true
Closes: https://bugs.gentoo.org/678836
Package-Manager: Portage-2.3.62, Repoman-2.3.12
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
kde-apps/kig/kig-18.12.49.9999.ebuild | 2 +-
kde-apps/kig/kig-9999.ebuild | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/kde-apps/kig/kig-18.12.49.9999.ebuild b/kde-apps/kig/kig-18.12.49.9999.ebuild
index 0e9343ef02..ab85942d20 100644
--- a/kde-apps/kig/kig-18.12.49.9999.ebuild
+++ b/kde-apps/kig/kig-18.12.49.9999.ebuild
@@ -4,7 +4,7 @@
EAPI=7
KDE_HANDBOOK="forceoptional"
-KDE_TEST="optional"
+KDE_TEST="true"
PYTHON_COMPAT=( python2_7 )
inherit python-single-r1 kde5
diff --git a/kde-apps/kig/kig-9999.ebuild b/kde-apps/kig/kig-9999.ebuild
index 0e9343ef02..ab85942d20 100644
--- a/kde-apps/kig/kig-9999.ebuild
+++ b/kde-apps/kig/kig-9999.ebuild
@@ -4,7 +4,7 @@
EAPI=7
KDE_HANDBOOK="forceoptional"
-KDE_TEST="optional"
+KDE_TEST="true"
PYTHON_COMPAT=( python2_7 )
inherit python-single-r1 kde5
^ permalink raw reply related [flat|nested] 24+ messages in thread
* [gentoo-commits] proj/kde:master commit in: kde-apps/kig/
@ 2020-01-28 19:39 Andreas Sturmlechner
0 siblings, 0 replies; 24+ messages in thread
From: Andreas Sturmlechner @ 2020-01-28 19:39 UTC (permalink / raw
To: gentoo-commits
commit: b85e23e78f88faca5fed670a594140d0956089b9
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Tue Jan 28 19:11:47 2020 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Tue Jan 28 19:11:47 2020 +0000
URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=b85e23e7
kde-apps/kig: Drop python3_8 for now
Following the removal of python3_8 from boost.
Package-Manager: Portage-2.3.86, Repoman-2.3.20
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
kde-apps/kig/kig-19.12.49.9999.ebuild | 2 +-
kde-apps/kig/kig-9999.ebuild | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/kde-apps/kig/kig-19.12.49.9999.ebuild b/kde-apps/kig/kig-19.12.49.9999.ebuild
index d9087a123f..acd62ec975 100644
--- a/kde-apps/kig/kig-19.12.49.9999.ebuild
+++ b/kde-apps/kig/kig-19.12.49.9999.ebuild
@@ -5,7 +5,7 @@ EAPI=7
ECM_HANDBOOK="forceoptional"
ECM_TEST="true"
-PYTHON_COMPAT=( python3_{6,7,8} )
+PYTHON_COMPAT=( python3_{6,7} )
KFMIN=5.63.0
QTMIN=5.12.3
inherit python-single-r1 ecm kde.org
diff --git a/kde-apps/kig/kig-9999.ebuild b/kde-apps/kig/kig-9999.ebuild
index 7177f01eea..d21ee45989 100644
--- a/kde-apps/kig/kig-9999.ebuild
+++ b/kde-apps/kig/kig-9999.ebuild
@@ -5,7 +5,7 @@ EAPI=7
ECM_HANDBOOK="forceoptional"
ECM_TEST="true"
-PYTHON_COMPAT=( python3_{6,7,8} )
+PYTHON_COMPAT=( python3_{6,7} )
KFMIN=5.66.0
QTMIN=5.12.3
inherit python-single-r1 ecm kde.org
^ permalink raw reply related [flat|nested] 24+ messages in thread
* [gentoo-commits] proj/kde:master commit in: kde-apps/kig/
@ 2020-02-09 18:06 Andreas Sturmlechner
0 siblings, 0 replies; 24+ messages in thread
From: Andreas Sturmlechner @ 2020-02-09 18:06 UTC (permalink / raw
To: gentoo-commits
commit: c8e09e0eded2ddae5e2c9ebe1bb815123ebd5721
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Fri Feb 7 14:56:24 2020 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sun Feb 9 18:05:19 2020 +0000
URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=c8e09e0e
kde-apps/kig: Switch to PYTHON_MULTI_USEDEP API
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
kde-apps/kig/kig-19.12.49.9999.ebuild | 6 +++++-
kde-apps/kig/kig-9999.ebuild | 6 +++++-
2 files changed, 10 insertions(+), 2 deletions(-)
diff --git a/kde-apps/kig/kig-19.12.49.9999.ebuild b/kde-apps/kig/kig-19.12.49.9999.ebuild
index acd62ec975..11a162720d 100644
--- a/kde-apps/kig/kig-19.12.49.9999.ebuild
+++ b/kde-apps/kig/kig-19.12.49.9999.ebuild
@@ -40,7 +40,11 @@ RDEPEND="${PYTHON_DEPS}
>=kde-frameworks/kwidgetsaddons-${KFMIN}:5
>=kde-frameworks/kxmlgui-${KFMIN}:5
geogebra? ( >=dev-qt/qtxmlpatterns-${QTMIN}:5 )
- scripting? ( >=dev-libs/boost-1.48:=[python,${PYTHON_USEDEP}] )
+ scripting? (
+ $(python_gen_cond_dep '
+ >=dev-libs/boost-1.48:=[python,${PYTHON_MULTI_USEDEP}]
+ ')
+ )
"
DEPEND="${RDEPEND}
>=kde-frameworks/ktexteditor-${KFMIN}:5
diff --git a/kde-apps/kig/kig-9999.ebuild b/kde-apps/kig/kig-9999.ebuild
index d21ee45989..6b74e76902 100644
--- a/kde-apps/kig/kig-9999.ebuild
+++ b/kde-apps/kig/kig-9999.ebuild
@@ -40,7 +40,11 @@ RDEPEND="${PYTHON_DEPS}
>=kde-frameworks/kwidgetsaddons-${KFMIN}:5
>=kde-frameworks/kxmlgui-${KFMIN}:5
geogebra? ( >=dev-qt/qtxmlpatterns-${QTMIN}:5 )
- scripting? ( >=dev-libs/boost-1.48:=[python,${PYTHON_USEDEP}] )
+ scripting? (
+ $(python_gen_cond_dep '
+ >=dev-libs/boost-1.48:=[python,${PYTHON_MULTI_USEDEP}]
+ ')
+ )
"
DEPEND="${RDEPEND}
>=kde-frameworks/ktexteditor-${KFMIN}:5
^ permalink raw reply related [flat|nested] 24+ messages in thread
* [gentoo-commits] proj/kde:master commit in: kde-apps/kig/
@ 2020-04-10 19:53 Andreas Sturmlechner
0 siblings, 0 replies; 24+ messages in thread
From: Andreas Sturmlechner @ 2020-04-10 19:53 UTC (permalink / raw
To: gentoo-commits
commit: 81a786fe5ff0ad1726ad67899ded7b4f3c299179
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Fri Apr 10 19:45:21 2020 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Fri Apr 10 19:47:16 2020 +0000
URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=81a786fe
kde-apps/kig: Re-add python3_8
Package-Manager: Portage-2.3.98, Repoman-2.3.22
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
kde-apps/kig/kig-20.03.90.ebuild | 2 +-
kde-apps/kig/kig-20.04.49.9999.ebuild | 2 +-
kde-apps/kig/kig-9999.ebuild | 2 +-
3 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/kde-apps/kig/kig-20.03.90.ebuild b/kde-apps/kig/kig-20.03.90.ebuild
index 24073edd98..93676fb31d 100644
--- a/kde-apps/kig/kig-20.03.90.ebuild
+++ b/kde-apps/kig/kig-20.03.90.ebuild
@@ -5,7 +5,7 @@ EAPI=7
ECM_HANDBOOK="forceoptional"
ECM_TEST="true"
-PYTHON_COMPAT=( python3_{6,7} )
+PYTHON_COMPAT=( python3_{6,7,8} )
KFMIN=5.68.0
QTMIN=5.12.3
inherit python-single-r1 ecm kde.org
diff --git a/kde-apps/kig/kig-20.04.49.9999.ebuild b/kde-apps/kig/kig-20.04.49.9999.ebuild
index acaa937327..5e6acb2567 100644
--- a/kde-apps/kig/kig-20.04.49.9999.ebuild
+++ b/kde-apps/kig/kig-20.04.49.9999.ebuild
@@ -5,7 +5,7 @@ EAPI=7
ECM_HANDBOOK="forceoptional"
ECM_TEST="true"
-PYTHON_COMPAT=( python3_{6,7} )
+PYTHON_COMPAT=( python3_{6,7,8} )
KFMIN=5.68.0
QTMIN=5.12.3
inherit python-single-r1 ecm kde.org
diff --git a/kde-apps/kig/kig-9999.ebuild b/kde-apps/kig/kig-9999.ebuild
index 53ea054d81..d561da5859 100644
--- a/kde-apps/kig/kig-9999.ebuild
+++ b/kde-apps/kig/kig-9999.ebuild
@@ -5,7 +5,7 @@ EAPI=7
ECM_HANDBOOK="forceoptional"
ECM_TEST="true"
-PYTHON_COMPAT=( python3_{6,7} )
+PYTHON_COMPAT=( python3_{6,7,8} )
KFMIN=5.68.0
QTMIN=5.14.1
inherit python-single-r1 ecm kde.org
^ permalink raw reply related [flat|nested] 24+ messages in thread
* [gentoo-commits] proj/kde:master commit in: kde-apps/kig/
@ 2020-07-18 8:57 Andreas Sturmlechner
0 siblings, 0 replies; 24+ messages in thread
From: Andreas Sturmlechner @ 2020-07-18 8:57 UTC (permalink / raw
To: gentoo-commits
commit: 7615330bb3e34a760f3c2eecb394658e1a0faa07
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sat Jul 18 08:44:09 2020 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sat Jul 18 08:48:21 2020 +0000
URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=7615330b
kde-apps/kig: 20.07.80 version bump
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
kde-apps/kig/kig-20.07.80.ebuild | 73 ++++++++++++++++++++++++++++++++++++++++
1 file changed, 73 insertions(+)
diff --git a/kde-apps/kig/kig-20.07.80.ebuild b/kde-apps/kig/kig-20.07.80.ebuild
new file mode 100644
index 0000000000..582156bfe0
--- /dev/null
+++ b/kde-apps/kig/kig-20.07.80.ebuild
@@ -0,0 +1,73 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+ECM_HANDBOOK="forceoptional"
+ECM_TEST="true"
+PYTHON_COMPAT=( python3_{7,8} )
+KFMIN=5.72.0
+QTMIN=5.14.2
+inherit python-single-r1 ecm kde.org
+
+DESCRIPTION="KDE Interactive Geometry tool"
+HOMEPAGE="https://kde.org/applications/education/org.kde.kig
+https://edu.kde.org/kig/"
+
+LICENSE="GPL-2" # TODO: CHECK
+SLOT="5"
+KEYWORDS="~amd64 ~arm64 ~x86"
+IUSE="geogebra scripting"
+
+REQUIRED_USE="${PYTHON_REQUIRED_USE}"
+
+RDEPEND="${PYTHON_DEPS}
+ >=dev-qt/qtgui-${QTMIN}:5
+ >=dev-qt/qtprintsupport-${QTMIN}:5
+ >=dev-qt/qtsvg-${QTMIN}:5
+ >=dev-qt/qtwidgets-${QTMIN}:5
+ >=dev-qt/qtxml-${QTMIN}:5
+ >=kde-frameworks/karchive-${KFMIN}:5
+ >=kde-frameworks/kcompletion-${KFMIN}:5
+ >=kde-frameworks/kconfig-${KFMIN}:5
+ >=kde-frameworks/kconfigwidgets-${KFMIN}:5
+ >=kde-frameworks/kcoreaddons-${KFMIN}:5
+ >=kde-frameworks/kcrash-${KFMIN}:5
+ >=kde-frameworks/ki18n-${KFMIN}:5
+ >=kde-frameworks/kiconthemes-${KFMIN}:5
+ >=kde-frameworks/kparts-${KFMIN}:5
+ >=kde-frameworks/kservice-${KFMIN}:5
+ >=kde-frameworks/kwidgetsaddons-${KFMIN}:5
+ >=kde-frameworks/kxmlgui-${KFMIN}:5
+ geogebra? ( >=dev-qt/qtxmlpatterns-${QTMIN}:5 )
+ scripting? (
+ $(python_gen_cond_dep '
+ >=dev-libs/boost-1.70:=[python,${PYTHON_MULTI_USEDEP}]
+ ')
+ )
+"
+DEPEND="${RDEPEND}
+ >=kde-frameworks/ktexteditor-${KFMIN}:5
+"
+
+PATCHES=( "${FILESDIR}"/${PN}-20.08.70-cmake-boostpython.patch )
+
+pkg_setup() {
+ python-single-r1_pkg_setup
+ ecm_pkg_setup
+}
+
+src_prepare() {
+ ecm_src_prepare
+ python_fix_shebang .
+}
+
+src_configure() {
+ local mycmakeargs=(
+ -DBOOSTPYTHON_VERSION_MAJOR_MINOR=${EPYTHON}
+ $(cmake_use_find_package geogebra Qt5XmlPatterns)
+ $(cmake_use_find_package scripting Boost)
+ )
+
+ ecm_src_configure
+}
^ permalink raw reply related [flat|nested] 24+ messages in thread
* [gentoo-commits] proj/kde:master commit in: kde-apps/kig/
@ 2020-10-04 18:19 Andreas Sturmlechner
0 siblings, 0 replies; 24+ messages in thread
From: Andreas Sturmlechner @ 2020-10-04 18:19 UTC (permalink / raw
To: gentoo-commits
commit: 5958753816f96ecbaaede4b4cb67f1abab9bdb6b
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sun Oct 4 16:32:38 2020 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sun Oct 4 16:32:38 2020 +0000
URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=59587538
kde-apps/kig: Fix PkgMetadataXmlInvalidPkgRef
sci-mathematics/geogebra has been last-rited.
Package-Manager: Portage-3.0.8, Repoman-3.0.1
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
kde-apps/kig/metadata.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/kde-apps/kig/metadata.xml b/kde-apps/kig/metadata.xml
index dced816a5d..2824c26914 100644
--- a/kde-apps/kig/metadata.xml
+++ b/kde-apps/kig/metadata.xml
@@ -6,7 +6,7 @@
<name>Gentoo KDE Project</name>
</maintainer>
<use>
- <flag name="geogebra">Support files created by <pkg>sci-mathematics/geogebra</pkg></flag>
+ <flag name="geogebra">Support files created by GeoGebra</flag>
<flag name="scripting">Support Python scripting</flag>
</use>
</pkgmetadata>
^ permalink raw reply related [flat|nested] 24+ messages in thread
* [gentoo-commits] proj/kde:master commit in: kde-apps/kig/
@ 2020-10-11 21:33 Andreas Sturmlechner
0 siblings, 0 replies; 24+ messages in thread
From: Andreas Sturmlechner @ 2020-10-11 21:33 UTC (permalink / raw
To: gentoo-commits
commit: c283a818d9fae4473d36436f154084508aff0173
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sun Oct 11 20:15:38 2020 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sun Oct 11 20:15:38 2020 +0000
URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=c283a818
kde-apps/kig: python3_9
Package-Manager: Portage-3.0.8, Repoman-3.0.1
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
kde-apps/kig/kig-20.08.49.9999.ebuild | 2 +-
kde-apps/kig/kig-9999.ebuild | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/kde-apps/kig/kig-20.08.49.9999.ebuild b/kde-apps/kig/kig-20.08.49.9999.ebuild
index 5c7ea7a80f..1ca408ef20 100644
--- a/kde-apps/kig/kig-20.08.49.9999.ebuild
+++ b/kde-apps/kig/kig-20.08.49.9999.ebuild
@@ -5,7 +5,7 @@ EAPI=7
ECM_HANDBOOK="forceoptional"
ECM_TEST="true"
-PYTHON_COMPAT=( python3_{7,8} )
+PYTHON_COMPAT=( python3_{7,8,9} )
KFMIN=5.72.0
QTMIN=5.14.2
inherit python-single-r1 ecm kde.org
diff --git a/kde-apps/kig/kig-9999.ebuild b/kde-apps/kig/kig-9999.ebuild
index 1e5bcfae2c..0a72e382ce 100644
--- a/kde-apps/kig/kig-9999.ebuild
+++ b/kde-apps/kig/kig-9999.ebuild
@@ -5,7 +5,7 @@ EAPI=7
ECM_HANDBOOK="forceoptional"
ECM_TEST="true"
-PYTHON_COMPAT=( python3_{7,8} )
+PYTHON_COMPAT=( python3_{7,8,9} )
KFMIN=5.75.0
QTMIN=5.15.1
inherit python-single-r1 ecm kde.org
^ permalink raw reply related [flat|nested] 24+ messages in thread
* [gentoo-commits] proj/kde:master commit in: kde-apps/kig/
@ 2021-07-22 20:00 Andreas Sturmlechner
0 siblings, 0 replies; 24+ messages in thread
From: Andreas Sturmlechner @ 2021-07-22 20:00 UTC (permalink / raw
To: gentoo-commits
commit: 7ed294ddd397799e4d09f9d568d6078cce0b7c1e
Author: David Seifert <soap <AT> gentoo <DOT> org>
AuthorDate: Sat Jul 17 18:15:59 2021 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Thu Jul 22 19:35:09 2021 +0000
URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=7ed294dd
kde-apps/kig: PYTHON_MULTI_USEDEP -> PYTHON_USEDEP
Signed-off-by: David Seifert <soap <AT> gentoo.org>
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
kde-apps/kig/kig-21.07.80.ebuild | 2 +-
kde-apps/kig/kig-21.08.49.9999.ebuild | 2 +-
kde-apps/kig/kig-9999.ebuild | 2 +-
3 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/kde-apps/kig/kig-21.07.80.ebuild b/kde-apps/kig/kig-21.07.80.ebuild
index aac1196da8..26bb3827c2 100644
--- a/kde-apps/kig/kig-21.07.80.ebuild
+++ b/kde-apps/kig/kig-21.07.80.ebuild
@@ -41,7 +41,7 @@ RDEPEND="${PYTHON_DEPS}
geogebra? ( >=dev-qt/qtxmlpatterns-${QTMIN}:5 )
scripting? (
$(python_gen_cond_dep '
- >=dev-libs/boost-1.70:=[python,${PYTHON_MULTI_USEDEP}]
+ >=dev-libs/boost-1.70:=[python,${PYTHON_USEDEP}]
')
)
"
diff --git a/kde-apps/kig/kig-21.08.49.9999.ebuild b/kde-apps/kig/kig-21.08.49.9999.ebuild
index 650c513fc8..9c47b5d73d 100644
--- a/kde-apps/kig/kig-21.08.49.9999.ebuild
+++ b/kde-apps/kig/kig-21.08.49.9999.ebuild
@@ -41,7 +41,7 @@ RDEPEND="${PYTHON_DEPS}
geogebra? ( >=dev-qt/qtxmlpatterns-${QTMIN}:5 )
scripting? (
$(python_gen_cond_dep '
- >=dev-libs/boost-1.70:=[python,${PYTHON_MULTI_USEDEP}]
+ >=dev-libs/boost-1.70:=[python,${PYTHON_USEDEP}]
')
)
"
diff --git a/kde-apps/kig/kig-9999.ebuild b/kde-apps/kig/kig-9999.ebuild
index 0abf88a136..5d9e0763fc 100644
--- a/kde-apps/kig/kig-9999.ebuild
+++ b/kde-apps/kig/kig-9999.ebuild
@@ -41,7 +41,7 @@ RDEPEND="${PYTHON_DEPS}
geogebra? ( >=dev-qt/qtxmlpatterns-${QTMIN}:5 )
scripting? (
$(python_gen_cond_dep '
- >=dev-libs/boost-1.70:=[python,${PYTHON_MULTI_USEDEP}]
+ >=dev-libs/boost-1.70:=[python,${PYTHON_USEDEP}]
')
)
"
^ permalink raw reply related [flat|nested] 24+ messages in thread
* [gentoo-commits] proj/kde:master commit in: kde-apps/kig/
@ 2021-08-21 16:00 Andreas Sturmlechner
0 siblings, 0 replies; 24+ messages in thread
From: Andreas Sturmlechner @ 2021-08-21 16:00 UTC (permalink / raw
To: gentoo-commits
commit: 22ba50c85765dc4fc426aabef61c1492bfd9c7f7
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sat Aug 21 15:54:03 2021 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sat Aug 21 15:54:03 2021 +0000
URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=22ba50c8
kde-apps/kig: Sync metadata with Gentoo ebuild repo
Package-Manager: Portage-3.0.22, Repoman-3.0.3
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
kde-apps/kig/metadata.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/kde-apps/kig/metadata.xml b/kde-apps/kig/metadata.xml
index 192a0d6ba3..4a266feea1 100644
--- a/kde-apps/kig/metadata.xml
+++ b/kde-apps/kig/metadata.xml
@@ -9,7 +9,7 @@
<bugs-to>https://bugs.kde.org/</bugs-to>
</upstream>
<use>
- <flag name="geogebra">Support files created by GeoGebra</flag>
+ <flag name="geogebra">Support files created by <pkg>sci-mathematics/geogebra-bin</pkg></flag>
<flag name="scripting">Support Python scripting</flag>
</use>
</pkgmetadata>
^ permalink raw reply related [flat|nested] 24+ messages in thread
* [gentoo-commits] proj/kde:master commit in: kde-apps/kig/
@ 2021-08-25 9:00 Andreas Sturmlechner
0 siblings, 0 replies; 24+ messages in thread
From: Andreas Sturmlechner @ 2021-08-25 9:00 UTC (permalink / raw
To: gentoo-commits
commit: f3e3e0ab4d2d8ef67712019f7454b539f3e06430
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Wed Aug 25 07:23:54 2021 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Wed Aug 25 08:31:22 2021 +0000
URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=f3e3e0ab
kde-apps/kig: python3_10
Package-Manager: Portage-3.0.22, Repoman-3.0.3
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
kde-apps/kig/kig-21.08.49.9999.ebuild | 2 +-
kde-apps/kig/kig-9999.ebuild | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/kde-apps/kig/kig-21.08.49.9999.ebuild b/kde-apps/kig/kig-21.08.49.9999.ebuild
index 8b0842aec5..cc7640fe79 100644
--- a/kde-apps/kig/kig-21.08.49.9999.ebuild
+++ b/kde-apps/kig/kig-21.08.49.9999.ebuild
@@ -5,7 +5,7 @@ EAPI=8
ECM_HANDBOOK="forceoptional"
ECM_TEST="true"
-PYTHON_COMPAT=( python3_{8,9} )
+PYTHON_COMPAT=( python3_{8..10} )
KFMIN=5.84.0
QTMIN=5.15.2
inherit python-single-r1 ecm kde.org
diff --git a/kde-apps/kig/kig-9999.ebuild b/kde-apps/kig/kig-9999.ebuild
index 62958d8506..6cad889996 100644
--- a/kde-apps/kig/kig-9999.ebuild
+++ b/kde-apps/kig/kig-9999.ebuild
@@ -5,7 +5,7 @@ EAPI=8
ECM_HANDBOOK="forceoptional"
ECM_TEST="true"
-PYTHON_COMPAT=( python3_{8,9} )
+PYTHON_COMPAT=( python3_{8..10} )
KFMIN=5.85.0
QTMIN=5.15.2
inherit python-single-r1 ecm kde.org
^ permalink raw reply related [flat|nested] 24+ messages in thread
* [gentoo-commits] proj/kde:master commit in: kde-apps/kig/
@ 2022-07-03 23:06 Andreas Sturmlechner
0 siblings, 0 replies; 24+ messages in thread
From: Andreas Sturmlechner @ 2022-07-03 23:06 UTC (permalink / raw
To: gentoo-commits
commit: 438639aa19ef7e36d89e8da5e42b05b54caa96b6
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sun Jul 3 22:30:05 2022 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sun Jul 3 22:30:05 2022 +0000
URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=438639aa
kde-apps/kig: python3_11
Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
kde-apps/kig/kig-22.04.49.9999.ebuild | 2 +-
kde-apps/kig/kig-9999.ebuild | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/kde-apps/kig/kig-22.04.49.9999.ebuild b/kde-apps/kig/kig-22.04.49.9999.ebuild
index 56006f479e..2968bf4ae1 100644
--- a/kde-apps/kig/kig-22.04.49.9999.ebuild
+++ b/kde-apps/kig/kig-22.04.49.9999.ebuild
@@ -5,7 +5,7 @@ EAPI=8
ECM_HANDBOOK="forceoptional"
ECM_TEST="true"
-PYTHON_COMPAT=( python3_{8..10} )
+PYTHON_COMPAT=( python3_{8..11} )
KFMIN=5.92.0
QTMIN=5.15.4
inherit python-single-r1 ecm kde.org
diff --git a/kde-apps/kig/kig-9999.ebuild b/kde-apps/kig/kig-9999.ebuild
index 56006f479e..2968bf4ae1 100644
--- a/kde-apps/kig/kig-9999.ebuild
+++ b/kde-apps/kig/kig-9999.ebuild
@@ -5,7 +5,7 @@ EAPI=8
ECM_HANDBOOK="forceoptional"
ECM_TEST="true"
-PYTHON_COMPAT=( python3_{8..10} )
+PYTHON_COMPAT=( python3_{8..11} )
KFMIN=5.92.0
QTMIN=5.15.4
inherit python-single-r1 ecm kde.org
^ permalink raw reply related [flat|nested] 24+ messages in thread
* [gentoo-commits] proj/kde:master commit in: kde-apps/kig/
@ 2022-09-08 12:33 Andreas Sturmlechner
0 siblings, 0 replies; 24+ messages in thread
From: Andreas Sturmlechner @ 2022-09-08 12:33 UTC (permalink / raw
To: gentoo-commits
commit: b4dd7658dedde3baa122e08a64a50de611c01b13
Author: David Seifert <soap <AT> gentoo <DOT> org>
AuthorDate: Sun Sep 4 13:02:48 2022 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Thu Sep 8 12:25:48 2022 +0000
URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=b4dd7658
kde-apps/kig: remove stale boost lower bounds
Signed-off-by: David Seifert <soap <AT> gentoo.org>
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
kde-apps/kig/kig-22.08.1.ebuild | 2 +-
kde-apps/kig/kig-22.08.49.9999.ebuild | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/kde-apps/kig/kig-22.08.1.ebuild b/kde-apps/kig/kig-22.08.1.ebuild
index 188cb90fa2..ea8ad45e26 100644
--- a/kde-apps/kig/kig-22.08.1.ebuild
+++ b/kde-apps/kig/kig-22.08.1.ebuild
@@ -41,7 +41,7 @@ RDEPEND="${PYTHON_DEPS}
geogebra? ( >=dev-qt/qtxmlpatterns-${QTMIN}:5 )
scripting? (
$(python_gen_cond_dep '
- >=dev-libs/boost-1.70:=[python,${PYTHON_USEDEP}]
+ dev-libs/boost:=[python,${PYTHON_USEDEP}]
')
)
"
diff --git a/kde-apps/kig/kig-22.08.49.9999.ebuild b/kde-apps/kig/kig-22.08.49.9999.ebuild
index 35b4e73f9c..3c471e9b29 100644
--- a/kde-apps/kig/kig-22.08.49.9999.ebuild
+++ b/kde-apps/kig/kig-22.08.49.9999.ebuild
@@ -41,7 +41,7 @@ RDEPEND="${PYTHON_DEPS}
geogebra? ( >=dev-qt/qtxmlpatterns-${QTMIN}:5 )
scripting? (
$(python_gen_cond_dep '
- >=dev-libs/boost-1.70:=[python,${PYTHON_USEDEP}]
+ dev-libs/boost:=[python,${PYTHON_USEDEP}]
')
)
"
^ permalink raw reply related [flat|nested] 24+ messages in thread
* [gentoo-commits] proj/kde:master commit in: kde-apps/kig/
@ 2023-12-18 22:14 Andreas Sturmlechner
0 siblings, 0 replies; 24+ messages in thread
From: Andreas Sturmlechner @ 2023-12-18 22:14 UTC (permalink / raw
To: gentoo-commits
commit: ab2897b351bf1e27347d572d3a2b561d3b20e5f5
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Mon Dec 18 21:55:47 2023 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Mon Dec 18 21:55:47 2023 +0000
URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=ab2897b3
kde-apps/kig: enable py3.12
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
kde-apps/kig/kig-23.08.49.9999.ebuild | 2 +-
kde-apps/kig/kig-9999.ebuild | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/kde-apps/kig/kig-23.08.49.9999.ebuild b/kde-apps/kig/kig-23.08.49.9999.ebuild
index 09b8226cc8..ba93865c84 100644
--- a/kde-apps/kig/kig-23.08.49.9999.ebuild
+++ b/kde-apps/kig/kig-23.08.49.9999.ebuild
@@ -5,7 +5,7 @@ EAPI=8
ECM_HANDBOOK="forceoptional"
ECM_TEST="true"
-PYTHON_COMPAT=( python3_{10..11} )
+PYTHON_COMPAT=( python3_{10..12} )
KFMIN=5.106.0
QTMIN=5.15.9
inherit python-single-r1 ecm gear.kde.org
diff --git a/kde-apps/kig/kig-9999.ebuild b/kde-apps/kig/kig-9999.ebuild
index 09b8226cc8..ba93865c84 100644
--- a/kde-apps/kig/kig-9999.ebuild
+++ b/kde-apps/kig/kig-9999.ebuild
@@ -5,7 +5,7 @@ EAPI=8
ECM_HANDBOOK="forceoptional"
ECM_TEST="true"
-PYTHON_COMPAT=( python3_{10..11} )
+PYTHON_COMPAT=( python3_{10..12} )
KFMIN=5.106.0
QTMIN=5.15.9
inherit python-single-r1 ecm gear.kde.org
^ permalink raw reply related [flat|nested] 24+ messages in thread
* [gentoo-commits] proj/kde:master commit in: kde-apps/kig/
@ 2024-11-04 22:42 Alexey Shvetsov
0 siblings, 0 replies; 24+ messages in thread
From: Alexey Shvetsov @ 2024-11-04 22:42 UTC (permalink / raw
To: gentoo-commits
commit: 1586b918479e80bd586a58935f8e42b3d7c1d8f6
Author: Alexey Shvetsov <alexxy <AT> gentoo <DOT> org>
AuthorDate: Mon Nov 4 22:42:07 2024 +0000
Commit: Alexey Shvetsov <alexxy <AT> gentoo <DOT> org>
CommitDate: Mon Nov 4 22:42:07 2024 +0000
URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=1586b918
kde-apps/kig: enable py3.13
Signed-off-by: Alexey Shvetsov <alexxy <AT> gentoo.org>
kde-apps/kig/kig-24.08.49.9999.ebuild | 2 +-
kde-apps/kig/kig-9999.ebuild | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/kde-apps/kig/kig-24.08.49.9999.ebuild b/kde-apps/kig/kig-24.08.49.9999.ebuild
index 613da7065f..8edee09c20 100644
--- a/kde-apps/kig/kig-24.08.49.9999.ebuild
+++ b/kde-apps/kig/kig-24.08.49.9999.ebuild
@@ -5,7 +5,7 @@ EAPI=8
ECM_HANDBOOK="forceoptional"
ECM_TEST="true"
-PYTHON_COMPAT=( python3_{10..12} )
+PYTHON_COMPAT=( python3_{10..13} )
KFMIN=5.115.0
QTMIN=5.15.12
inherit python-single-r1 ecm gear.kde.org
diff --git a/kde-apps/kig/kig-9999.ebuild b/kde-apps/kig/kig-9999.ebuild
index 613da7065f..8edee09c20 100644
--- a/kde-apps/kig/kig-9999.ebuild
+++ b/kde-apps/kig/kig-9999.ebuild
@@ -5,7 +5,7 @@ EAPI=8
ECM_HANDBOOK="forceoptional"
ECM_TEST="true"
-PYTHON_COMPAT=( python3_{10..12} )
+PYTHON_COMPAT=( python3_{10..13} )
KFMIN=5.115.0
QTMIN=5.15.12
inherit python-single-r1 ecm gear.kde.org
^ permalink raw reply related [flat|nested] 24+ messages in thread
end of thread, other threads:[~2024-11-04 22:43 UTC | newest]
Thread overview: 24+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-08-25 9:00 [gentoo-commits] proj/kde:master commit in: kde-apps/kig/ Andreas Sturmlechner
-- strict thread matches above, loose matches on Subject: below --
2024-11-04 22:42 Alexey Shvetsov
2023-12-18 22:14 Andreas Sturmlechner
2022-09-08 12:33 Andreas Sturmlechner
2022-07-03 23:06 Andreas Sturmlechner
2021-08-21 16:00 Andreas Sturmlechner
2021-07-22 20:00 Andreas Sturmlechner
2020-10-11 21:33 Andreas Sturmlechner
2020-10-04 18:19 Andreas Sturmlechner
2020-07-18 8:57 Andreas Sturmlechner
2020-04-10 19:53 Andreas Sturmlechner
2020-02-09 18:06 Andreas Sturmlechner
2020-01-28 19:39 Andreas Sturmlechner
2019-03-01 13:27 Andreas Sturmlechner
2017-01-20 0:01 Andreas Sturmlechner
2016-04-14 20:00 Johannes Huber
2016-04-12 17:14 Johannes Huber
2016-03-10 8:35 Michael Palimaka
2016-03-10 8:03 Michael Palimaka
2016-03-10 8:03 Michael Palimaka
2016-03-10 8:03 Michael Palimaka
2016-01-04 16:21 Michael Palimaka
2015-07-22 12:36 Michael Palimaka
2015-02-22 21:30 Johannes Huber
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox