public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] proj/kde:master commit in: kde-apps/syndication/
@ 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:     7d31f76d9f2d0e51c51dad85f7b7db942531e2b1
Author:     Michael Palimaka <kensington <AT> gentoo <DOT> org>
AuthorDate: Mon Dec 22 18:12:02 2014 +0000
Commit:     Michael Palimaka <kensington <AT> gentoo <DOT> org>
CommitDate: Mon Dec 22 18:12:02 2014 +0000
URL:        http://sources.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=7d31f76d

[kde-apps/syndication] New package.

Package-Manager: portage-2.2.15

---
 kde-apps/syndication/metadata.xml            |  5 +++++
 kde-apps/syndication/syndication-9999.ebuild | 22 ++++++++++++++++++++++
 2 files changed, 27 insertions(+)

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

diff --git a/kde-apps/syndication/syndication-9999.ebuild b/kde-apps/syndication/syndication-9999.ebuild
new file mode 100644
index 0000000..77ec0d5
--- /dev/null
+++ b/kde-apps/syndication/syndication-9999.ebuild
@@ -0,0 +1,22 @@
+# 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 parsing RSS and Atom feeds"
+LICENSE="LGPL-2+"
+KEYWORDS=""
+IUSE=""
+
+RDEPEND="
+	$(add_frameworks_dep kcodecs)
+	$(add_frameworks_dep kcoreaddons)
+	$(add_frameworks_dep kio)
+	dev-qt/qtxml:5
+"
+DEPEND="${RDEPEND}"


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

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

commit:     91e1a2364f3ada668630f62545e2bbf7bf4f7a4b
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sun Apr 22 08:25:28 2018 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sun Apr 22 08:48:32 2018 +0000
URL:        https://gitweb.gentoo.org/proj/kde.git/commit/?id=91e1a236

kde-apps/syndication: Fix DEPENDs

Upstream commit 52be4c168bdebce5925e55cbd32acdb358307f62

Package-Manager: Portage-2.3.31, Repoman-2.3.9

 kde-apps/syndication/syndication-9999.ebuild | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/kde-apps/syndication/syndication-9999.ebuild b/kde-apps/syndication/syndication-9999.ebuild
index 37ee6849d8..bc4c719644 100644
--- a/kde-apps/syndication/syndication-9999.ebuild
+++ b/kde-apps/syndication/syndication-9999.ebuild
@@ -14,7 +14,8 @@ IUSE=""
 DEPEND="
 	$(add_frameworks_dep kcodecs)
 	$(add_frameworks_dep kcoreaddons)
-	$(add_frameworks_dep kio)
+	$(add_qt_dep qtnetwork)
+	$(add_qt_dep qtwidgets)
 	$(add_qt_dep qtxml)
 "
 RDEPEND="${DEPEND}"


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

* [gentoo-commits] proj/kde:master commit in: kde-apps/syndication/
@ 2018-04-22 11:54 Andreas Sturmlechner
  0 siblings, 0 replies; 6+ messages in thread
From: Andreas Sturmlechner @ 2018-04-22 11:54 UTC (permalink / raw
  To: gentoo-commits

commit:     98b838dc5a4f7cdea5050eac7c45ac638a081551
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sun Apr 22 11:54:20 2018 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sun Apr 22 11:54:20 2018 +0000
URL:        https://gitweb.gentoo.org/proj/kde.git/commit/?id=98b838dc

kde-apps/syndication: Drop unused DEPEND

Upstream commit 8306a561638184c22363e5d8041835a11155b6d7

Package-Manager: Portage-2.3.31, Repoman-2.3.9

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

diff --git a/kde-apps/syndication/syndication-9999.ebuild b/kde-apps/syndication/syndication-9999.ebuild
index bc4c719644..463f44b874 100644
--- a/kde-apps/syndication/syndication-9999.ebuild
+++ b/kde-apps/syndication/syndication-9999.ebuild
@@ -13,7 +13,6 @@ IUSE=""
 
 DEPEND="
 	$(add_frameworks_dep kcodecs)
-	$(add_frameworks_dep kcoreaddons)
 	$(add_qt_dep qtnetwork)
 	$(add_qt_dep qtwidgets)
 	$(add_qt_dep qtxml)


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

* [gentoo-commits] proj/kde:master commit in: kde-apps/syndication/
@ 2018-08-19 19:28 Andreas Sturmlechner
  0 siblings, 0 replies; 6+ messages in thread
From: Andreas Sturmlechner @ 2018-08-19 19:28 UTC (permalink / raw
  To: gentoo-commits

commit:     33d38d91d3288557d12c7edeb82be43f0b594712
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sun Aug 19 19:07:28 2018 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sun Aug 19 19:27:15 2018 +0000
URL:        https://gitweb.gentoo.org/proj/kde.git/commit/?id=33d38d91

kde-apps/syndication: Fix DEPENDs

Upstream commit e866a0599c9d04028de0ea867e531099503311e1
Upstream commit bf4502351a86a82717d280c8aa8627e248d72658

Package-Manager: Portage-2.3.47, Repoman-2.3.10

 kde-apps/syndication/syndication-18.08.0.ebuild       | 19 +++++++++++++++----
 kde-apps/syndication/syndication-18.08.49.9999.ebuild | 19 +++++++++++++++----
 kde-apps/syndication/syndication-9999.ebuild          | 11 +++++++----
 3 files changed, 37 insertions(+), 12 deletions(-)

diff --git a/kde-apps/syndication/syndication-18.08.0.ebuild b/kde-apps/syndication/syndication-18.08.0.ebuild
index 4cb369b694..aef661cf63 100644
--- a/kde-apps/syndication/syndication-18.08.0.ebuild
+++ b/kde-apps/syndication/syndication-18.08.0.ebuild
@@ -11,10 +11,21 @@ LICENSE="LGPL-2+"
 KEYWORDS="~amd64 ~x86"
 IUSE=""
 
-DEPEND="
+RDEPEND="
 	$(add_frameworks_dep kcodecs)
-	$(add_qt_dep qtnetwork)
-	$(add_qt_dep qtwidgets)
 	$(add_qt_dep qtxml)
 "
-RDEPEND="${DEPEND}"
+DEPEND="${RDEPEND}
+	test? (
+		$(add_qt_dep qtnetwork)
+		$(add_qt_dep qtwidgets)
+	)
+"
+
+src_prepare() {
+	kde5_src_prepare
+	if ! use test; then
+		punt_bogus_dep Qt5 Network
+		punt_bogus_dep Qt5 Widgets
+	fi
+}

diff --git a/kde-apps/syndication/syndication-18.08.49.9999.ebuild b/kde-apps/syndication/syndication-18.08.49.9999.ebuild
index 463f44b874..a501061f37 100644
--- a/kde-apps/syndication/syndication-18.08.49.9999.ebuild
+++ b/kde-apps/syndication/syndication-18.08.49.9999.ebuild
@@ -11,10 +11,21 @@ LICENSE="LGPL-2+"
 KEYWORDS=""
 IUSE=""
 
-DEPEND="
+RDEPEND="
 	$(add_frameworks_dep kcodecs)
-	$(add_qt_dep qtnetwork)
-	$(add_qt_dep qtwidgets)
 	$(add_qt_dep qtxml)
 "
-RDEPEND="${DEPEND}"
+DEPEND="${RDEPEND}
+	test? (
+		$(add_qt_dep qtnetwork)
+		$(add_qt_dep qtwidgets)
+	)
+"
+
+src_prepare() {
+	kde5_src_prepare
+	if ! use test; then
+		punt_bogus_dep Qt5 Network
+		punt_bogus_dep Qt5 Widgets
+	fi
+}

diff --git a/kde-apps/syndication/syndication-9999.ebuild b/kde-apps/syndication/syndication-9999.ebuild
index 463f44b874..8a1fa8184b 100644
--- a/kde-apps/syndication/syndication-9999.ebuild
+++ b/kde-apps/syndication/syndication-9999.ebuild
@@ -11,10 +11,13 @@ LICENSE="LGPL-2+"
 KEYWORDS=""
 IUSE=""
 
-DEPEND="
+RDEPEND="
 	$(add_frameworks_dep kcodecs)
-	$(add_qt_dep qtnetwork)
-	$(add_qt_dep qtwidgets)
 	$(add_qt_dep qtxml)
 "
-RDEPEND="${DEPEND}"
+DEPEND="${RDEPEND}
+	test? (
+		$(add_qt_dep qtnetwork)
+		$(add_qt_dep qtwidgets)
+	)
+"


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

* [gentoo-commits] proj/kde:master commit in: kde-apps/syndication/
@ 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:     c39e4378a5ee4a033949728d3f56cf2e7bba6ca5
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sun Sep  2 10:19:54 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=c39e4378

kde-apps/syndication: No more development, in KDE Frameworks now

Package-Manager: Portage-2.3.48, Repoman-2.3.10

 .../syndication/syndication-18.08.49.9999.ebuild   | 31 ----------------------
 kde-apps/syndication/syndication-9999.ebuild       | 23 ----------------
 2 files changed, 54 deletions(-)

diff --git a/kde-apps/syndication/syndication-18.08.49.9999.ebuild b/kde-apps/syndication/syndication-18.08.49.9999.ebuild
deleted file mode 100644
index a501061f37..0000000000
--- a/kde-apps/syndication/syndication-18.08.49.9999.ebuild
+++ /dev/null
@@ -1,31 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-KDE_TEST="true"
-inherit kde5
-
-DESCRIPTION="Library for parsing RSS and Atom feeds"
-LICENSE="LGPL-2+"
-KEYWORDS=""
-IUSE=""
-
-RDEPEND="
-	$(add_frameworks_dep kcodecs)
-	$(add_qt_dep qtxml)
-"
-DEPEND="${RDEPEND}
-	test? (
-		$(add_qt_dep qtnetwork)
-		$(add_qt_dep qtwidgets)
-	)
-"
-
-src_prepare() {
-	kde5_src_prepare
-	if ! use test; then
-		punt_bogus_dep Qt5 Network
-		punt_bogus_dep Qt5 Widgets
-	fi
-}

diff --git a/kde-apps/syndication/syndication-9999.ebuild b/kde-apps/syndication/syndication-9999.ebuild
deleted file mode 100644
index 8a1fa8184b..0000000000
--- a/kde-apps/syndication/syndication-9999.ebuild
+++ /dev/null
@@ -1,23 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-KDE_TEST="true"
-inherit kde5
-
-DESCRIPTION="Library for parsing RSS and Atom feeds"
-LICENSE="LGPL-2+"
-KEYWORDS=""
-IUSE=""
-
-RDEPEND="
-	$(add_frameworks_dep kcodecs)
-	$(add_qt_dep qtxml)
-"
-DEPEND="${RDEPEND}
-	test? (
-		$(add_qt_dep qtnetwork)
-		$(add_qt_dep qtwidgets)
-	)
-"


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

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

commit:     227a1e6244896764dc789e8d0e67b11c5d3df8d2
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Mon Sep 10 20:06:40 2018 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Mon Sep 10 20:07:25 2018 +0000
URL:        https://gitweb.gentoo.org/proj/kde.git/commit/?id=227a1e62

kde-apps/syndication: Drop stray file

 kde-apps/syndication/metadata.xml | 8 --------
 1 file changed, 8 deletions(-)

diff --git a/kde-apps/syndication/metadata.xml b/kde-apps/syndication/metadata.xml
deleted file mode 100644
index 2fdbf33d96..0000000000
--- a/kde-apps/syndication/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:[~2018-09-10 20:07 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-04-22  8:49 [gentoo-commits] proj/kde:master commit in: kde-apps/syndication/ Andreas Sturmlechner
  -- strict thread matches above, loose matches on Subject: below --
2018-09-10 20:07 Andreas Sturmlechner
2018-09-02 10:25 Andreas Sturmlechner
2018-08-19 19:28 Andreas Sturmlechner
2018-04-22 11:54 Andreas Sturmlechner
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