* [gentoo-commits] proj/kde:master commit in: kde-frameworks/kcalendarcore/
@ 2019-09-19 15:47 Andreas Sturmlechner
0 siblings, 0 replies; 3+ messages in thread
From: Andreas Sturmlechner @ 2019-09-19 15:47 UTC (permalink / raw
To: gentoo-commits
commit: 18d03de48de879f1ed2fa6592a022f97dc73da6d
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Wed Sep 18 20:41:40 2019 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Wed Sep 18 21:13:53 2019 +0000
URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=18d03de4
kde-frameworks/kcalendarcore: New package, formerly kde-apps/kcalcore
No pkgmove to avoid downgrade and ugly lower-than-dep restrictions.
Package-Manager: Portage-2.3.76, Repoman-2.3.17
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
.../kcalendarcore/kcalendarcore-9999.ebuild | 26 ++++++++++++++++++++++
kde-frameworks/kcalendarcore/metadata.xml | 8 +++++++
2 files changed, 34 insertions(+)
diff --git a/kde-frameworks/kcalendarcore/kcalendarcore-9999.ebuild b/kde-frameworks/kcalendarcore/kcalendarcore-9999.ebuild
new file mode 100644
index 0000000000..5c71da5833
--- /dev/null
+++ b/kde-frameworks/kcalendarcore/kcalendarcore-9999.ebuild
@@ -0,0 +1,26 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+KDE_TEST="true"
+VIRTUALX_REQUIRED="test"
+inherit kde5
+
+DESCRIPTION="Library for interfacing with calendars"
+LICENSE="GPL-2+ test? ( LGPL-3+ )"
+KEYWORDS=""
+IUSE=""
+
+BDEPEND="
+ sys-devel/bison
+"
+DEPEND="
+ $(add_qt_dep qtgui)
+ dev-libs/libical:=
+"
+RDEPEND="${DEPEND}
+ !kde-apps/kcalcore:5
+"
+
+RESTRICT+=" test" # multiple tests fail or hang indefinitely
diff --git a/kde-frameworks/kcalendarcore/metadata.xml b/kde-frameworks/kcalendarcore/metadata.xml
new file mode 100644
index 0000000000..2fdbf33d96
--- /dev/null
+++ b/kde-frameworks/kcalendarcore/metadata.xml
@@ -0,0 +1,8 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <maintainer type="project">
+ <email>kde@gentoo.org</email>
+ <name>Gentoo KDE Project</name>
+ </maintainer>
+</pkgmetadata>
^ permalink raw reply related [flat|nested] 3+ messages in thread
* [gentoo-commits] proj/kde:master commit in: kde-frameworks/kcalendarcore/
@ 2022-01-03 15:30 Andreas Sturmlechner
0 siblings, 0 replies; 3+ messages in thread
From: Andreas Sturmlechner @ 2022-01-03 15:30 UTC (permalink / raw
To: gentoo-commits
commit: dd27ddbd770e0f1741459f135c09eeffead38021
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Mon Jan 3 15:29:55 2022 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Mon Jan 3 15:29:55 2022 +0000
URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=dd27ddbd
kde-frameworks/kcalendarcore: Drop obsolete blocker
Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
kde-frameworks/kcalendarcore/kcalendarcore-5.90.0.ebuild | 10 +++-------
kde-frameworks/kcalendarcore/kcalendarcore-9999.ebuild | 10 +++-------
2 files changed, 6 insertions(+), 14 deletions(-)
diff --git a/kde-frameworks/kcalendarcore/kcalendarcore-5.90.0.ebuild b/kde-frameworks/kcalendarcore/kcalendarcore-5.90.0.ebuild
index c8d79be4c9..43564b587e 100644
--- a/kde-frameworks/kcalendarcore/kcalendarcore-5.90.0.ebuild
+++ b/kde-frameworks/kcalendarcore/kcalendarcore-5.90.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
@@ -15,13 +15,9 @@ IUSE=""
RESTRICT="test" # multiple tests fail or hang indefinitely
-BDEPEND="
- sys-devel/bison
-"
DEPEND="
>=dev-libs/libical-3.0.5:=
>=dev-qt/qtgui-${QTMIN}:5
"
-RDEPEND="${DEPEND}
- !kde-apps/kcalcore:5
-"
+RDEPEND="${DEPEND}"
+BDEPEND="sys-devel/bison"
diff --git a/kde-frameworks/kcalendarcore/kcalendarcore-9999.ebuild b/kde-frameworks/kcalendarcore/kcalendarcore-9999.ebuild
index bc848d0179..6abd3c2769 100644
--- a/kde-frameworks/kcalendarcore/kcalendarcore-9999.ebuild
+++ b/kde-frameworks/kcalendarcore/kcalendarcore-9999.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
@@ -15,13 +15,9 @@ IUSE=""
RESTRICT="test" # multiple tests fail or hang indefinitely
-BDEPEND="
- sys-devel/bison
-"
DEPEND="
>=dev-libs/libical-3.0.5:=
>=dev-qt/qtgui-${QTMIN}:5
"
-RDEPEND="${DEPEND}
- !kde-apps/kcalcore:5
-"
+RDEPEND="${DEPEND}"
+BDEPEND="sys-devel/bison"
^ permalink raw reply related [flat|nested] 3+ messages in thread
* [gentoo-commits] proj/kde:master commit in: kde-frameworks/kcalendarcore/
@ 2024-01-11 23:19 Andreas Sturmlechner
0 siblings, 0 replies; 3+ messages in thread
From: Andreas Sturmlechner @ 2024-01-11 23:19 UTC (permalink / raw
To: gentoo-commits
commit: 3bd7958691935bc113fd90a94eff6dff54e4b07b
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Mon Jan 8 12:07:25 2024 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Thu Jan 11 23:04:36 2024 +0000
URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=3bd79586
kde-frameworks/kcalendarcore: sys-devel/bison -> app-alternatives/yacc
All of these will be using app-alternatives/yacc anyway as they're not unsetting
YACC or LEX, so make the dep reflect reality.
(Included both YACC and LEX out of conservatism.)
Signed-off-by: Sam James <sam <AT> gentoo.org>
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
kde-frameworks/kcalendarcore/kcalendarcore-5.114.0.ebuild | 3 ++-
kde-frameworks/kcalendarcore/kcalendarcore-5.239.9999.ebuild | 3 ++-
kde-frameworks/kcalendarcore/kcalendarcore-9999.ebuild | 2 +-
3 files changed, 5 insertions(+), 3 deletions(-)
diff --git a/kde-frameworks/kcalendarcore/kcalendarcore-5.114.0.ebuild b/kde-frameworks/kcalendarcore/kcalendarcore-5.114.0.ebuild
index 98f7fec689..2ac7e4990a 100644
--- a/kde-frameworks/kcalendarcore/kcalendarcore-5.114.0.ebuild
+++ b/kde-frameworks/kcalendarcore/kcalendarcore-5.114.0.ebuild
@@ -8,6 +8,7 @@ QTMIN=5.15.9
inherit ecm frameworks.kde.org
DESCRIPTION="Library for interfacing with calendars"
+
LICENSE="GPL-2+ test? ( LGPL-3+ )"
KEYWORDS="~amd64 ~arm64 ~loong ~ppc64 ~riscv ~x86"
IUSE=""
@@ -19,4 +20,4 @@ DEPEND="
>=dev-qt/qtgui-${QTMIN}:5
"
RDEPEND="${DEPEND}"
-BDEPEND="sys-devel/bison"
+BDEPEND="app-alternatives/yacc"
diff --git a/kde-frameworks/kcalendarcore/kcalendarcore-5.239.9999.ebuild b/kde-frameworks/kcalendarcore/kcalendarcore-5.239.9999.ebuild
index 82fa0e438c..b38f2fe98f 100644
--- a/kde-frameworks/kcalendarcore/kcalendarcore-5.239.9999.ebuild
+++ b/kde-frameworks/kcalendarcore/kcalendarcore-5.239.9999.ebuild
@@ -8,6 +8,7 @@ QTMIN=5.15.9
inherit ecm frameworks.kde.org
DESCRIPTION="Library for interfacing with calendars"
+
LICENSE="GPL-2+ test? ( LGPL-3+ )"
KEYWORDS=""
IUSE=""
@@ -19,4 +20,4 @@ DEPEND="
>=dev-qt/qtgui-${QTMIN}:5
"
RDEPEND="${DEPEND}"
-BDEPEND="sys-devel/bison"
+BDEPEND="app-alternatives/yacc"
diff --git a/kde-frameworks/kcalendarcore/kcalendarcore-9999.ebuild b/kde-frameworks/kcalendarcore/kcalendarcore-9999.ebuild
index 22099d3671..6310248217 100644
--- a/kde-frameworks/kcalendarcore/kcalendarcore-9999.ebuild
+++ b/kde-frameworks/kcalendarcore/kcalendarcore-9999.ebuild
@@ -20,4 +20,4 @@ DEPEND="
>=dev-qt/qtbase-${QTMIN}:6[gui]
"
RDEPEND="${DEPEND}"
-BDEPEND="sys-devel/bison"
+BDEPEND="app-alternatives/yacc"
^ permalink raw reply related [flat|nested] 3+ messages in thread
end of thread, other threads:[~2024-01-11 23:19 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-01-11 23:19 [gentoo-commits] proj/kde:master commit in: kde-frameworks/kcalendarcore/ Andreas Sturmlechner
-- strict thread matches above, loose matches on Subject: below --
2022-01-03 15:30 Andreas Sturmlechner
2019-09-19 15:47 Andreas Sturmlechner
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox