public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] proj/kde:master commit in: kde-apps/kblog/
@ 2014-12-22 18:24 Michael Palimaka
  0 siblings, 0 replies; 6+ messages in thread
From: Michael Palimaka @ 2014-12-22 18:24 UTC (permalink / raw
  To: gentoo-commits

commit:     fe1ec66a859ec2982aba38de562081639bfc529e
Author:     Michael Palimaka <kensington <AT> gentoo <DOT> org>
AuthorDate: Mon Dec 22 18:24:19 2014 +0000
Commit:     Michael Palimaka <kensington <AT> gentoo <DOT> org>
CommitDate: Mon Dec 22 18:24:19 2014 +0000
URL:        http://sources.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=fe1ec66a

[kde-apps/kblog] New package.

Package-Manager: portage-2.2.15

---
 kde-apps/kblog/kblog-9999.ebuild | 26 ++++++++++++++++++++++++++
 kde-apps/kblog/metadata.xml      |  5 +++++
 2 files changed, 31 insertions(+)

diff --git a/kde-apps/kblog/kblog-9999.ebuild b/kde-apps/kblog/kblog-9999.ebuild
new file mode 100644
index 0000000..5b231f6
--- /dev/null
+++ b/kde-apps/kblog/kblog-9999.ebuild
@@ -0,0 +1,26 @@
+# 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 providing client-side support for web application remote blogging APIs"
+LICENSE="LGPL-2+"
+KEYWORDS=""
+IUSE=""
+
+RDEPEND="
+	$(add_kdeapps_dep kcalcore)
+	$(add_kdeapps_dep kxmlrpcclient)
+	$(add_kdeapps_dep syndication)
+	$(add_frameworks_dep kcoreaddons)
+	$(add_frameworks_dep kdelibs4support)
+	$(add_frameworks_dep ki18n)
+	$(add_frameworks_dep kio)
+	dev-qt/qtxml:5
+"
+DEPEND="${RDEPEND}"

diff --git a/kde-apps/kblog/metadata.xml b/kde-apps/kblog/metadata.xml
new file mode 100644
index 0000000..a23f444
--- /dev/null
+++ b/kde-apps/kblog/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] 6+ messages in thread

* [gentoo-commits] proj/kde:master commit in: kde-apps/kblog/
@ 2016-04-02 16:06 Michael Palimaka
  0 siblings, 0 replies; 6+ messages in thread
From: Michael Palimaka @ 2016-04-02 16:06 UTC (permalink / raw
  To: gentoo-commits

commit:     d9a53813593e32ff516c10affae4a14d1ff411c6
Author:     Andreas Sturmlechner <andreas.sturmlechner <AT> gmail <DOT> com>
AuthorDate: Sat Apr  2 15:50:12 2016 +0000
Commit:     Michael Palimaka <kensington <AT> gentoo <DOT> org>
CommitDate: Sat Apr  2 15:56:10 2016 +0000
URL:        https://gitweb.gentoo.org/proj/kde.git/commit/?id=d9a53813

kde-apps/kblog: Raise KF5 min dep, drop Qt5Xml DEPEND

Package-Manager: portage-2.2.27

 kde-apps/kblog/kblog-16.04.49.9999.ebuild | 10 +++++-----
 kde-apps/kblog/kblog-9999.ebuild          |  9 ++++-----
 2 files changed, 9 insertions(+), 10 deletions(-)

diff --git a/kde-apps/kblog/kblog-16.04.49.9999.ebuild b/kde-apps/kblog/kblog-16.04.49.9999.ebuild
index a5929d7..d569a75 100644
--- a/kde-apps/kblog/kblog-16.04.49.9999.ebuild
+++ b/kde-apps/kblog/kblog-16.04.49.9999.ebuild
@@ -4,6 +4,7 @@
 
 EAPI=6
 
+FRAMEWORKS_MINIMAL="5.19.0"
 KDE_DOXYGEN="true"
 KDE_TEST="true"
 inherit kde5
@@ -13,14 +14,13 @@ LICENSE="LGPL-2+"
 KEYWORDS=""
 IUSE=""
 
-RDEPEND="
-	$(add_kdeapps_dep kcalcore)
-	$(add_kdeapps_dep syndication)
+DEPEND="
 	$(add_frameworks_dep kcoreaddons)
 	$(add_frameworks_dep kdelibs4support)
 	$(add_frameworks_dep ki18n)
 	$(add_frameworks_dep kio)
 	$(add_frameworks_dep kxmlrpcclient)
-	$(add_qt_dep qtxml)
+	$(add_kdeapps_dep kcalcore)
+	$(add_kdeapps_dep syndication)
 "
-DEPEND="${RDEPEND}"
+RDEPEND="${DEPEND}"

diff --git a/kde-apps/kblog/kblog-9999.ebuild b/kde-apps/kblog/kblog-9999.ebuild
index a5929d7..48c7ca9 100644
--- a/kde-apps/kblog/kblog-9999.ebuild
+++ b/kde-apps/kblog/kblog-9999.ebuild
@@ -13,14 +13,13 @@ LICENSE="LGPL-2+"
 KEYWORDS=""
 IUSE=""
 
-RDEPEND="
-	$(add_kdeapps_dep kcalcore)
-	$(add_kdeapps_dep syndication)
+DEPEND="
 	$(add_frameworks_dep kcoreaddons)
 	$(add_frameworks_dep kdelibs4support)
 	$(add_frameworks_dep ki18n)
 	$(add_frameworks_dep kio)
 	$(add_frameworks_dep kxmlrpcclient)
-	$(add_qt_dep qtxml)
+	$(add_kdeapps_dep kcalcore)
+	$(add_kdeapps_dep syndication)
 "
-DEPEND="${RDEPEND}"
+RDEPEND="${DEPEND}"


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

* [gentoo-commits] proj/kde:master commit in: kde-apps/kblog/
@ 2017-09-27 20:06 Andreas Sturmlechner
  0 siblings, 0 replies; 6+ messages in thread
From: Andreas Sturmlechner @ 2017-09-27 20:06 UTC (permalink / raw
  To: gentoo-commits

commit:     587d5efa4051c8bd4b3001e7e221f777eaf039ef
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Wed Sep 27 19:59:54 2017 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Wed Sep 27 19:59:54 2017 +0000
URL:        https://gitweb.gentoo.org/proj/kde.git/commit/?id=587d5efa

kde-apps/kblog: Drop unused DEPEND

Upstream commit 87f57e0b8054ba5fbfec6dc925cd1df57092c676

Package-Manager: Portage-2.3.10, Repoman-2.3.3

 kde-apps/kblog/kblog-9999.ebuild | 1 -
 1 file changed, 1 deletion(-)

diff --git a/kde-apps/kblog/kblog-9999.ebuild b/kde-apps/kblog/kblog-9999.ebuild
index 7398caa899..84949479fd 100644
--- a/kde-apps/kblog/kblog-9999.ebuild
+++ b/kde-apps/kblog/kblog-9999.ebuild
@@ -13,7 +13,6 @@ IUSE=""
 
 DEPEND="
 	$(add_frameworks_dep kcoreaddons)
-	$(add_frameworks_dep kdelibs4support)
 	$(add_frameworks_dep ki18n)
 	$(add_frameworks_dep kio)
 	$(add_frameworks_dep kxmlrpcclient)


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

* [gentoo-commits] proj/kde:master commit in: kde-apps/kblog/
@ 2018-09-02 10:25 Andreas Sturmlechner
  0 siblings, 0 replies; 6+ messages in thread
From: Andreas Sturmlechner @ 2018-09-02 10:25 UTC (permalink / raw
  To: gentoo-commits

commit:     d88bf3ed5d7abe9d6a0f746480b415c0ed6c28e1
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sun Sep  2 10:14:35 2018 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sun Sep  2 10:25:03 2018 +0000
URL:        https://gitweb.gentoo.org/proj/kde.git/commit/?id=d88bf3ed

kde-apps/kblog: Switch to kde-frameworks/syndication

Package-Manager: Portage-2.3.48, Repoman-2.3.10

 kde-apps/kblog/kblog-18.08.49.9999.ebuild | 2 +-
 kde-apps/kblog/kblog-9999.ebuild          | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/kde-apps/kblog/kblog-18.08.49.9999.ebuild b/kde-apps/kblog/kblog-18.08.49.9999.ebuild
index 4c0f8f9307..22385261ca 100644
--- a/kde-apps/kblog/kblog-18.08.49.9999.ebuild
+++ b/kde-apps/kblog/kblog-18.08.49.9999.ebuild
@@ -16,8 +16,8 @@ DEPEND="
 	$(add_frameworks_dep ki18n)
 	$(add_frameworks_dep kio)
 	$(add_frameworks_dep kxmlrpcclient)
+	|| ( $(add_frameworks_dep syndication) $(add_kdeapps_dep syndication '' '18.08.0') )
 	$(add_kdeapps_dep kcalcore)
-	$(add_kdeapps_dep syndication)
 "
 RDEPEND="${DEPEND}
 	!kde-apps/kdepim-l10n

diff --git a/kde-apps/kblog/kblog-9999.ebuild b/kde-apps/kblog/kblog-9999.ebuild
index 4c0f8f9307..497b6302dd 100644
--- a/kde-apps/kblog/kblog-9999.ebuild
+++ b/kde-apps/kblog/kblog-9999.ebuild
@@ -16,8 +16,8 @@ DEPEND="
 	$(add_frameworks_dep ki18n)
 	$(add_frameworks_dep kio)
 	$(add_frameworks_dep kxmlrpcclient)
+	$(add_frameworks_dep syndication)
 	$(add_kdeapps_dep kcalcore)
-	$(add_kdeapps_dep syndication)
 "
 RDEPEND="${DEPEND}
 	!kde-apps/kdepim-l10n


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

* [gentoo-commits] proj/kde:master commit in: kde-apps/kblog/
@ 2018-09-05  8:30 Andreas Sturmlechner
  0 siblings, 0 replies; 6+ messages in thread
From: Andreas Sturmlechner @ 2018-09-05  8:30 UTC (permalink / raw
  To: gentoo-commits

commit:     417ddafe23b2ccd55305ee69f3a3cc65259933f9
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Wed Sep  5 08:29:32 2018 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Wed Sep  5 08:30:17 2018 +0000
URL:        https://gitweb.gentoo.org/proj/kde.git/commit/?id=417ddafe

kde-apps/kblog: Drop alt. depend on kde-apps/syndication

Package-Manager: Portage-2.3.49, Repoman-2.3.10

 kde-apps/kblog/kblog-18.08.1.ebuild       | 2 +-
 kde-apps/kblog/kblog-18.08.49.9999.ebuild | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/kde-apps/kblog/kblog-18.08.1.ebuild b/kde-apps/kblog/kblog-18.08.1.ebuild
index b51a4d9d13..369a034469 100644
--- a/kde-apps/kblog/kblog-18.08.1.ebuild
+++ b/kde-apps/kblog/kblog-18.08.1.ebuild
@@ -16,7 +16,7 @@ DEPEND="
 	$(add_frameworks_dep ki18n)
 	$(add_frameworks_dep kio)
 	$(add_frameworks_dep kxmlrpcclient)
-	|| ( $(add_frameworks_dep syndication) $(add_kdeapps_dep syndication '' '18.08.0') )
+	$(add_frameworks_dep syndication)
 	$(add_kdeapps_dep kcalcore)
 "
 RDEPEND="${DEPEND}

diff --git a/kde-apps/kblog/kblog-18.08.49.9999.ebuild b/kde-apps/kblog/kblog-18.08.49.9999.ebuild
index 22385261ca..497b6302dd 100644
--- a/kde-apps/kblog/kblog-18.08.49.9999.ebuild
+++ b/kde-apps/kblog/kblog-18.08.49.9999.ebuild
@@ -16,7 +16,7 @@ DEPEND="
 	$(add_frameworks_dep ki18n)
 	$(add_frameworks_dep kio)
 	$(add_frameworks_dep kxmlrpcclient)
-	|| ( $(add_frameworks_dep syndication) $(add_kdeapps_dep syndication '' '18.08.0') )
+	$(add_frameworks_dep syndication)
 	$(add_kdeapps_dep kcalcore)
 "
 RDEPEND="${DEPEND}


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

* [gentoo-commits] proj/kde:master commit in: kde-apps/kblog/
@ 2020-06-15 23:03 Andreas Sturmlechner
  0 siblings, 0 replies; 6+ messages in thread
From: Andreas Sturmlechner @ 2020-06-15 23:03 UTC (permalink / raw
  To: gentoo-commits

commit:     7e6055df229b43975cbed44cc2ea541ded3aa516
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Mon Jun 15 23:02:44 2020 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Mon Jun 15 23:02:44 2020 +0000
URL:        https://gitweb.gentoo.org/proj/kde.git/commit/?id=7e6055df

kde-apps/kblog: Drop unmaintained package

See also: https://phabricator.kde.org/T12157

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

 kde-apps/kblog/kblog-20.04.49.9999.ebuild | 26 --------------------------
 kde-apps/kblog/kblog-9999.ebuild          | 26 --------------------------
 kde-apps/kblog/metadata.xml               |  8 --------
 3 files changed, 60 deletions(-)

diff --git a/kde-apps/kblog/kblog-20.04.49.9999.ebuild b/kde-apps/kblog/kblog-20.04.49.9999.ebuild
deleted file mode 100644
index 71686e68e0..0000000000
--- a/kde-apps/kblog/kblog-20.04.49.9999.ebuild
+++ /dev/null
@@ -1,26 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-ECM_TEST="true"
-KFMIN=5.70.0
-inherit ecm kde.org
-
-DESCRIPTION="Library providing client-side support for web application remote blogging APIs"
-HOMEPAGE="https://api.kde.org/kdepim/kblog/html/index.html"
-
-LICENSE="GPL-2+"
-SLOT="5"
-KEYWORDS=""
-IUSE=""
-
-DEPEND="
-	>=kde-frameworks/kcalendarcore-${KFMIN}:5
-	>=kde-frameworks/kcoreaddons-${KFMIN}:5
-	>=kde-frameworks/ki18n-${KFMIN}:5
-	>=kde-frameworks/kio-${KFMIN}:5
-	>=kde-frameworks/kxmlrpcclient-${KFMIN}:5
-	>=kde-frameworks/syndication-${KFMIN}:5
-"
-RDEPEND="${DEPEND}"

diff --git a/kde-apps/kblog/kblog-9999.ebuild b/kde-apps/kblog/kblog-9999.ebuild
deleted file mode 100644
index 3d22f5f985..0000000000
--- a/kde-apps/kblog/kblog-9999.ebuild
+++ /dev/null
@@ -1,26 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-ECM_TEST="true"
-KFMIN=5.71.0
-inherit ecm kde.org
-
-DESCRIPTION="Library providing client-side support for web application remote blogging APIs"
-HOMEPAGE="https://api.kde.org/kdepim/kblog/html/index.html"
-
-LICENSE="GPL-2+"
-SLOT="5"
-KEYWORDS=""
-IUSE=""
-
-DEPEND="
-	>=kde-frameworks/kcalendarcore-${KFMIN}:5
-	>=kde-frameworks/kcoreaddons-${KFMIN}:5
-	>=kde-frameworks/ki18n-${KFMIN}:5
-	>=kde-frameworks/kio-${KFMIN}:5
-	>=kde-frameworks/kxmlrpcclient-${KFMIN}:5
-	>=kde-frameworks/syndication-${KFMIN}:5
-"
-RDEPEND="${DEPEND}"

diff --git a/kde-apps/kblog/metadata.xml b/kde-apps/kblog/metadata.xml
deleted file mode 100644
index 2fdbf33d96..0000000000
--- a/kde-apps/kblog/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] 6+ messages in thread

end of thread, other threads:[~2020-06-15 23:03 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-09-02 10:25 [gentoo-commits] proj/kde:master commit in: kde-apps/kblog/ Andreas Sturmlechner
  -- strict thread matches above, loose matches on Subject: below --
2020-06-15 23:03 Andreas Sturmlechner
2018-09-05  8:30 Andreas Sturmlechner
2017-09-27 20:06 Andreas Sturmlechner
2016-04-02 16:06 Michael Palimaka
2014-12-22 18:24 Michael Palimaka

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