* [gentoo-commits] proj/kde:master commit in: kde-apps/kcalcore/
@ 2014-12-22 17:17 Michael Palimaka
0 siblings, 0 replies; 8+ messages in thread
From: Michael Palimaka @ 2014-12-22 17:17 UTC (permalink / raw
To: gentoo-commits
commit: d6dea8d7632a74c763e483471e2d02c58ee6b504
Author: Michael Palimaka <kensington <AT> gentoo <DOT> org>
AuthorDate: Mon Dec 22 17:15:12 2014 +0000
Commit: Michael Palimaka <kensington <AT> gentoo <DOT> org>
CommitDate: Mon Dec 22 17:15:12 2014 +0000
URL: http://sources.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=d6dea8d7
[kde-apps/kcalcore] New package.
Package-Manager: portage-2.2.15
---
kde-apps/kcalcore/kcalcore-9999.ebuild | 25 +++++++++++++++++++++++++
kde-apps/kcalcore/metadata.xml | 5 +++++
2 files changed, 30 insertions(+)
diff --git a/kde-apps/kcalcore/kcalcore-9999.ebuild b/kde-apps/kcalcore/kcalcore-9999.ebuild
new file mode 100644
index 0000000..ecb2ea1
--- /dev/null
+++ b/kde-apps/kcalcore/kcalcore-9999.ebuild
@@ -0,0 +1,25 @@
+# Copyright 1999-2014 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI=5
+
+KDE_DOXYGEN="true"
+KDE_TEST="true"
+inherit kde5
+
+DESCRIPTION="Library for handling calendar data"
+LICENSE="LGPL-2+"
+KEYWORDS=""
+IUSE=""
+
+DEPEND="
+ $(add_frameworks_dep kcodecs)
+ $(add_frameworks_dep kconfig)
+ $(add_frameworks_dep kcoreaddons)
+ $(add_frameworks_dep kdelibs4support)
+ dev-libs/libical:=
+ dev-qt/qtgui:5
+ sys-apps/util-linux
+"
+RDEPEND="${DEPEND}"
diff --git a/kde-apps/kcalcore/metadata.xml b/kde-apps/kcalcore/metadata.xml
new file mode 100644
index 0000000..a23f444
--- /dev/null
+++ b/kde-apps/kcalcore/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] 8+ messages in thread
* [gentoo-commits] proj/kde:master commit in: kde-apps/kcalcore/
@ 2015-11-26 16:06 Michael Palimaka
0 siblings, 0 replies; 8+ messages in thread
From: Michael Palimaka @ 2015-11-26 16:06 UTC (permalink / raw
To: gentoo-commits
commit: f48633f1ebb00059b859e3c3e3cc8e19a2c35be7
Author: Andreas Sturmlechner <andreas.sturmlechner <AT> gmail <DOT> com>
AuthorDate: Mon Nov 23 19:05:21 2015 +0000
Commit: Michael Palimaka <kensington <AT> gentoo <DOT> org>
CommitDate: Thu Nov 26 16:06:17 2015 +0000
URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=f48633f1
kde-apps/kcalcore: RESTRICT=test
Fixes bug 566646
Package-Manager: portage-2.2.25
kde-apps/kcalcore/kcalcore-15.08.3.ebuild | 2 ++
kde-apps/kcalcore/kcalcore-15.12.49.9999.ebuild | 2 ++
kde-apps/kcalcore/kcalcore-9999.ebuild | 2 ++
3 files changed, 6 insertions(+)
diff --git a/kde-apps/kcalcore/kcalcore-15.08.3.ebuild b/kde-apps/kcalcore/kcalcore-15.08.3.ebuild
index e49e106..6edc60b 100644
--- a/kde-apps/kcalcore/kcalcore-15.08.3.ebuild
+++ b/kde-apps/kcalcore/kcalcore-15.08.3.ebuild
@@ -24,3 +24,5 @@ DEPEND="
sys-apps/util-linux
"
RDEPEND="${DEPEND}"
+
+RESTRICT="test" # multiple tests fail or hang indefinitely
diff --git a/kde-apps/kcalcore/kcalcore-15.12.49.9999.ebuild b/kde-apps/kcalcore/kcalcore-15.12.49.9999.ebuild
index 377e40f..e52691c 100644
--- a/kde-apps/kcalcore/kcalcore-15.12.49.9999.ebuild
+++ b/kde-apps/kcalcore/kcalcore-15.12.49.9999.ebuild
@@ -24,3 +24,5 @@ DEPEND="
sys-apps/util-linux
"
RDEPEND="${DEPEND}"
+
+RESTRICT="test" # multiple tests fail or hang indefinitely
diff --git a/kde-apps/kcalcore/kcalcore-9999.ebuild b/kde-apps/kcalcore/kcalcore-9999.ebuild
index 377e40f..e52691c 100644
--- a/kde-apps/kcalcore/kcalcore-9999.ebuild
+++ b/kde-apps/kcalcore/kcalcore-9999.ebuild
@@ -24,3 +24,5 @@ DEPEND="
sys-apps/util-linux
"
RDEPEND="${DEPEND}"
+
+RESTRICT="test" # multiple tests fail or hang indefinitely
^ permalink raw reply related [flat|nested] 8+ messages in thread
* [gentoo-commits] proj/kde:master commit in: kde-apps/kcalcore/
@ 2016-06-05 18:55 Michael Palimaka
0 siblings, 0 replies; 8+ messages in thread
From: Michael Palimaka @ 2016-06-05 18:55 UTC (permalink / raw
To: gentoo-commits
commit: 2c1b3884d7bddfff863c12ab2bdba3d621379303
Author: Andreas Sturmlechner <andreas.sturmlechner <AT> gmail <DOT> com>
AuthorDate: Mon May 30 19:33:25 2016 +0000
Commit: Michael Palimaka <kensington <AT> gentoo <DOT> org>
CommitDate: Sun Jun 5 18:55:24 2016 +0000
URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=2c1b3884
kde-apps/kcalcore: Sort DEPENDs
Package-Manager: portage-2.2.28
kde-apps/kcalcore/kcalcore-9999.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/kde-apps/kcalcore/kcalcore-9999.ebuild b/kde-apps/kcalcore/kcalcore-9999.ebuild
index 399cc8c..c8ae414 100644
--- a/kde-apps/kcalcore/kcalcore-9999.ebuild
+++ b/kde-apps/kcalcore/kcalcore-9999.ebuild
@@ -20,8 +20,8 @@ DEPEND="
$(add_frameworks_dep kconfig)
$(add_frameworks_dep kcoreaddons)
$(add_frameworks_dep kdelibs4support)
- dev-libs/libical:=
$(add_qt_dep qtgui)
+ dev-libs/libical:=
sys-apps/util-linux
"
RDEPEND="${DEPEND}"
^ permalink raw reply related [flat|nested] 8+ messages in thread
* [gentoo-commits] proj/kde:master commit in: kde-apps/kcalcore/
@ 2017-03-17 19:36 Andreas Sturmlechner
0 siblings, 0 replies; 8+ messages in thread
From: Andreas Sturmlechner @ 2017-03-17 19:36 UTC (permalink / raw
To: gentoo-commits
commit: 0feb9cd01e5c089172b84da0e08adc276de22522
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Fri Mar 17 01:22:19 2017 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Fri Mar 17 19:36:39 2017 +0000
URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=0feb9cd0
kde-apps/kcalcore: Drop unused DEPEND
Package-Manager: Portage-2.3.3, Repoman-2.3.1
kde-apps/kcalcore/kcalcore-9999.ebuild | 1 -
1 file changed, 1 deletion(-)
diff --git a/kde-apps/kcalcore/kcalcore-9999.ebuild b/kde-apps/kcalcore/kcalcore-9999.ebuild
index 6c264ea61f..e94c4032b8 100644
--- a/kde-apps/kcalcore/kcalcore-9999.ebuild
+++ b/kde-apps/kcalcore/kcalcore-9999.ebuild
@@ -14,7 +14,6 @@ IUSE=""
DEPEND="
$(add_frameworks_dep kcodecs)
- $(add_frameworks_dep kconfig)
$(add_frameworks_dep kcoreaddons)
$(add_frameworks_dep kdelibs4support)
$(add_qt_dep qtgui)
^ permalink raw reply related [flat|nested] 8+ messages in thread
* [gentoo-commits] proj/kde:master commit in: kde-apps/kcalcore/
@ 2017-09-13 19:59 Andreas Sturmlechner
0 siblings, 0 replies; 8+ messages in thread
From: Andreas Sturmlechner @ 2017-09-13 19:59 UTC (permalink / raw
To: gentoo-commits
commit: 9c13961e668034e9a06d84eb560603ec0ffa5554
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Wed Sep 13 19:59:05 2017 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Wed Sep 13 19:59:05 2017 +0000
URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=9c13961e
kde-apps/kcalcore: Drop unused DEPEND
Upstream commit af9baf18aa45d35eb5829f52d479f90ba6b604aa
Package-Manager: Portage-2.3.8, Repoman-2.3.3
kde-apps/kcalcore/kcalcore-9999.ebuild | 1 -
1 file changed, 1 deletion(-)
diff --git a/kde-apps/kcalcore/kcalcore-9999.ebuild b/kde-apps/kcalcore/kcalcore-9999.ebuild
index e94c4032b8..8dd0a85cd4 100644
--- a/kde-apps/kcalcore/kcalcore-9999.ebuild
+++ b/kde-apps/kcalcore/kcalcore-9999.ebuild
@@ -18,7 +18,6 @@ DEPEND="
$(add_frameworks_dep kdelibs4support)
$(add_qt_dep qtgui)
dev-libs/libical:=
- sys-apps/util-linux
"
RDEPEND="${DEPEND}"
^ permalink raw reply related [flat|nested] 8+ messages in thread
* [gentoo-commits] proj/kde:master commit in: kde-apps/kcalcore/
@ 2017-09-14 17:56 Andreas Sturmlechner
0 siblings, 0 replies; 8+ messages in thread
From: Andreas Sturmlechner @ 2017-09-14 17:56 UTC (permalink / raw
To: gentoo-commits
commit: 629bc80c3b27170d90c1b7fa1f3507353410ec2d
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Thu Sep 14 17:51:07 2017 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Thu Sep 14 17:51:07 2017 +0000
URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=629bc80c
kde-apps/kcalcore: Drop obsolete DEPENDs
Package-Manager: Portage-2.3.8, Repoman-2.3.3
kde-apps/kcalcore/kcalcore-9999.ebuild | 3 ---
1 file changed, 3 deletions(-)
diff --git a/kde-apps/kcalcore/kcalcore-9999.ebuild b/kde-apps/kcalcore/kcalcore-9999.ebuild
index 8dd0a85cd4..6d1b090a86 100644
--- a/kde-apps/kcalcore/kcalcore-9999.ebuild
+++ b/kde-apps/kcalcore/kcalcore-9999.ebuild
@@ -13,9 +13,6 @@ KEYWORDS=""
IUSE=""
DEPEND="
- $(add_frameworks_dep kcodecs)
- $(add_frameworks_dep kcoreaddons)
- $(add_frameworks_dep kdelibs4support)
$(add_qt_dep qtgui)
dev-libs/libical:=
"
^ permalink raw reply related [flat|nested] 8+ messages in thread
* [gentoo-commits] proj/kde:master commit in: kde-apps/kcalcore/
@ 2017-09-14 17:56 Andreas Sturmlechner
0 siblings, 0 replies; 8+ messages in thread
From: Andreas Sturmlechner @ 2017-09-14 17:56 UTC (permalink / raw
To: gentoo-commits
commit: ea9fb3ff948df45a5df00ee4d810bf7cc445a472
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Thu Sep 14 17:55:11 2017 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Thu Sep 14 17:55:11 2017 +0000
URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=ea9fb3ff
kde-apps/kcalcore: Add missing DEPEND
Package-Manager: Portage-2.3.8, Repoman-2.3.3
kde-apps/kcalcore/kcalcore-17.08.49.9999.ebuild | 6 ++++--
kde-apps/kcalcore/kcalcore-9999.ebuild | 6 ++++--
2 files changed, 8 insertions(+), 4 deletions(-)
diff --git a/kde-apps/kcalcore/kcalcore-17.08.49.9999.ebuild b/kde-apps/kcalcore/kcalcore-17.08.49.9999.ebuild
index e94c4032b8..71e2cdf3fe 100644
--- a/kde-apps/kcalcore/kcalcore-17.08.49.9999.ebuild
+++ b/kde-apps/kcalcore/kcalcore-17.08.49.9999.ebuild
@@ -12,7 +12,7 @@ LICENSE="GPL-2+ test? ( LGPL-3+ )"
KEYWORDS=""
IUSE=""
-DEPEND="
+RDEPEND="
$(add_frameworks_dep kcodecs)
$(add_frameworks_dep kcoreaddons)
$(add_frameworks_dep kdelibs4support)
@@ -20,6 +20,8 @@ DEPEND="
dev-libs/libical:=
sys-apps/util-linux
"
-RDEPEND="${DEPEND}"
+DEPEND="${RDEPEND}
+ sys-devel/bison
+"
RESTRICT+=" test" # multiple tests fail or hang indefinitely
diff --git a/kde-apps/kcalcore/kcalcore-9999.ebuild b/kde-apps/kcalcore/kcalcore-9999.ebuild
index 6d1b090a86..c89565b51d 100644
--- a/kde-apps/kcalcore/kcalcore-9999.ebuild
+++ b/kde-apps/kcalcore/kcalcore-9999.ebuild
@@ -12,10 +12,12 @@ LICENSE="GPL-2+ test? ( LGPL-3+ )"
KEYWORDS=""
IUSE=""
-DEPEND="
+RDEPEND="
$(add_qt_dep qtgui)
dev-libs/libical:=
"
-RDEPEND="${DEPEND}"
+DEPEND="${RDEPEND}
+ sys-devel/bison
+"
RESTRICT+=" test" # multiple tests fail or hang indefinitely
^ permalink raw reply related [flat|nested] 8+ messages in thread
* [gentoo-commits] proj/kde:master commit in: kde-apps/kcalcore/
@ 2019-09-19 15:47 Andreas Sturmlechner
0 siblings, 0 replies; 8+ messages in thread
From: Andreas Sturmlechner @ 2019-09-19 15:47 UTC (permalink / raw
To: gentoo-commits
commit: 5de63d98ff40dcd21058079ec664bbb81d58538f
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Wed Sep 18 21:27:04 2019 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Thu Sep 19 07:36:56 2019 +0000
URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=5de63d98
kde-apps/kcalcore: Drop package, moved to kde-frameworks/kcalendarcore
Package-Manager: Portage-2.3.76, Repoman-2.3.17
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
kde-apps/kcalcore/kcalcore-19.08.49.9999.ebuild | 24 ------------------------
kde-apps/kcalcore/kcalcore-9999.ebuild | 24 ------------------------
kde-apps/kcalcore/metadata.xml | 8 --------
3 files changed, 56 deletions(-)
diff --git a/kde-apps/kcalcore/kcalcore-19.08.49.9999.ebuild b/kde-apps/kcalcore/kcalcore-19.08.49.9999.ebuild
deleted file mode 100644
index 086d2a5dd6..0000000000
--- a/kde-apps/kcalcore/kcalcore-19.08.49.9999.ebuild
+++ /dev/null
@@ -1,24 +0,0 @@
-# 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 handling calendar data"
-LICENSE="GPL-2+ test? ( LGPL-3+ )"
-KEYWORDS=""
-IUSE=""
-
-BDEPEND="
- sys-devel/bison
-"
-DEPEND="
- $(add_qt_dep qtgui)
- dev-libs/libical:=
-"
-RDEPEND="${DEPEND}"
-
-RESTRICT+=" test" # multiple tests fail or hang indefinitely
diff --git a/kde-apps/kcalcore/kcalcore-9999.ebuild b/kde-apps/kcalcore/kcalcore-9999.ebuild
deleted file mode 100644
index 086d2a5dd6..0000000000
--- a/kde-apps/kcalcore/kcalcore-9999.ebuild
+++ /dev/null
@@ -1,24 +0,0 @@
-# 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 handling calendar data"
-LICENSE="GPL-2+ test? ( LGPL-3+ )"
-KEYWORDS=""
-IUSE=""
-
-BDEPEND="
- sys-devel/bison
-"
-DEPEND="
- $(add_qt_dep qtgui)
- dev-libs/libical:=
-"
-RDEPEND="${DEPEND}"
-
-RESTRICT+=" test" # multiple tests fail or hang indefinitely
diff --git a/kde-apps/kcalcore/metadata.xml b/kde-apps/kcalcore/metadata.xml
deleted file mode 100644
index 2fdbf33d96..0000000000
--- a/kde-apps/kcalcore/metadata.xml
+++ /dev/null
@@ -1,8 +0,0 @@
-<?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] 8+ messages in thread
end of thread, other threads:[~2019-09-19 15:47 UTC | newest]
Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-03-17 19:36 [gentoo-commits] proj/kde:master commit in: kde-apps/kcalcore/ Andreas Sturmlechner
-- strict thread matches above, loose matches on Subject: below --
2019-09-19 15:47 Andreas Sturmlechner
2017-09-14 17:56 Andreas Sturmlechner
2017-09-14 17:56 Andreas Sturmlechner
2017-09-13 19:59 Andreas Sturmlechner
2016-06-05 18:55 Michael Palimaka
2015-11-26 16:06 Michael Palimaka
2014-12-22 17:17 Michael Palimaka
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox