public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] proj/kde:master commit in: net-im/choqok/
@ 2022-10-11 15:18 Andreas Sturmlechner
  0 siblings, 0 replies; 34+ messages in thread
From: Andreas Sturmlechner @ 2022-10-11 15:18 UTC (permalink / raw
  To: gentoo-commits

commit:     1e4090e619819a1d70c81676a4df4dfdffecc7cc
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Tue Oct 11 14:47:37 2022 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Tue Oct 11 15:17:12 2022 +0000
URL:        https://gitweb.gentoo.org/proj/kde.git/commit/?id=1e4090e6

net-im/choqok: Add app-crypt/qca[qt5(+)] USEdep

Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>

 net-im/choqok/choqok-9999.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-im/choqok/choqok-9999.ebuild b/net-im/choqok/choqok-9999.ebuild
index 217dcba84f..0f4d687775 100644
--- a/net-im/choqok/choqok-9999.ebuild
+++ b/net-im/choqok/choqok-9999.ebuild
@@ -21,7 +21,7 @@ SLOT="5"
 IUSE="attica share telepathy"
 
 DEPEND="
-	>=app-crypt/qca-2.3.0:2
+	>=app-crypt/qca-2.3.0:2[qt5(+)]
 	>=dev-qt/qtdbus-${QTMIN}:5
 	>=dev-qt/qtgui-${QTMIN}:5
 	>=dev-qt/qtnetworkauth-${QTMIN}:5


^ permalink raw reply related	[flat|nested] 34+ messages in thread
* [gentoo-commits] proj/kde:master commit in: net-im/choqok/
@ 2024-09-09 16:29 Andreas Sturmlechner
  0 siblings, 0 replies; 34+ messages in thread
From: Andreas Sturmlechner @ 2024-09-09 16:29 UTC (permalink / raw
  To: gentoo-commits

commit:     d138d002fa3f7ae7dea5c105375f5121ee6a0ac5
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Mon Sep  9 16:24:54 2024 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Mon Sep  9 16:25:03 2024 +0000
URL:        https://gitweb.gentoo.org/proj/kde.git/commit/?id=d138d002

net-im/choqok: treeclean, archived upstream

See also:
https://invent.kde.org/sysadmin/repo-metadata/-/commit/b95942476c4281ea501961e6ccb44afc145c02f3

Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>

 net-im/choqok/choqok-9999.ebuild | 64 ----------------------------------------
 net-im/choqok/metadata.xml       | 15 ----------
 2 files changed, 79 deletions(-)

diff --git a/net-im/choqok/choqok-9999.ebuild b/net-im/choqok/choqok-9999.ebuild
deleted file mode 100644
index 412cb7b238..0000000000
--- a/net-im/choqok/choqok-9999.ebuild
+++ /dev/null
@@ -1,64 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-ECM_HANDBOOK="forceoptional"
-KFMIN=5.115.0
-QTMIN=5.15.12
-inherit ecm kde.org
-
-DESCRIPTION="Free/Open Source micro-blogging client by KDE"
-HOMEPAGE="https://choqok.kde.org/ https://apps.kde.org/choqok/"
-
-if [[ ${KDE_BUILD_TYPE} != live ]]; then
-	SRC_URI="mirror://kde/stable/${PN}/${PV%.0}/src/${P}.tar.xz"
-	KEYWORDS="~amd64 ~x86"
-fi
-
-LICENSE="GPL-2+"
-SLOT="5"
-IUSE="attica share"
-
-DEPEND="
-	>=app-crypt/qca-2.3.0:2[qt5(+)]
-	>=dev-qt/qtdbus-${QTMIN}:5
-	>=dev-qt/qtgui-${QTMIN}:5
-	>=dev-qt/qtnetworkauth-${QTMIN}:5
-	>=dev-qt/qtwidgets-${QTMIN}:5
-	>=dev-qt/qtxml-${QTMIN}:5
-	>=kde-frameworks/kcmutils-${KFMIN}:5
-	>=kde-frameworks/kconfig-${KFMIN}:5
-	>=kde-frameworks/kconfigwidgets-${KFMIN}:5
-	>=kde-frameworks/kcoreaddons-${KFMIN}:5
-	>=kde-frameworks/kemoticons-${KFMIN}:5
-	>=kde-frameworks/kglobalaccel-${KFMIN}:5
-	>=kde-frameworks/kguiaddons-${KFMIN}:5
-	>=kde-frameworks/ki18n-${KFMIN}:5
-	>=kde-frameworks/kio-${KFMIN}:5
-	>=kde-frameworks/kjobwidgets-${KFMIN}:5
-	>=kde-frameworks/knotifications-${KFMIN}:5
-	>=kde-frameworks/knotifyconfig-${KFMIN}:5
-	>=kde-frameworks/kservice-${KFMIN}:5
-	>=kde-frameworks/ktextwidgets-${KFMIN}:5
-	>=kde-frameworks/kwallet-${KFMIN}:5
-	>=kde-frameworks/kwidgetsaddons-${KFMIN}:5
-	>=kde-frameworks/kxmlgui-${KFMIN}:5
-	>=kde-frameworks/sonnet-${KFMIN}:5
-	attica? ( >=kde-frameworks/attica-${KFMIN}:5 )
-	share? ( >=kde-frameworks/purpose-${KFMIN}:5 )
-"
-RDEPEND="${DEPEND}"
-
-DOCS=( AUTHORS README changelog )
-
-src_configure() {
-	local mycmakeargs=(
-		-DCMAKE_DISABLE_FIND_PACKAGE_KF5WebKit=ON
-		-DCMAKE_DISABLE_FIND_PACKAGE_TelepathyQt5=ON
-		$(cmake_use_find_package attica KF5Attica)
-		$(cmake_use_find_package share KF5Purpose)
-	)
-
-	ecm_src_configure
-}

diff --git a/net-im/choqok/metadata.xml b/net-im/choqok/metadata.xml
deleted file mode 100644
index 402be5793e..0000000000
--- a/net-im/choqok/metadata.xml
+++ /dev/null
@@ -1,15 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
-	<maintainer type="project">
-		<email>kde@gentoo.org</email>
-		<name>Gentoo KDE Project</name>
-	</maintainer>
-	<upstream>
-		<bugs-to>https://bugs.kde.org/</bugs-to>
-	</upstream>
-	<use>
-		<flag name="attica">Build Open Collaboration Services plugin using <pkg>kde-frameworks/attica</pkg></flag>
-		<flag name="share">Enable support for a share menu using <pkg>kde-frameworks/purpose</pkg></flag>
-	</use>
-</pkgmetadata>


^ permalink raw reply related	[flat|nested] 34+ messages in thread
* [gentoo-commits] proj/kde:master commit in: net-im/choqok/
@ 2024-05-20 21:26 Andreas Sturmlechner
  0 siblings, 0 replies; 34+ messages in thread
From: Andreas Sturmlechner @ 2024-05-20 21:26 UTC (permalink / raw
  To: gentoo-commits

commit:     7411191183d139e9ab5d76474f5377420a41bc1f
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Mon May 20 21:25:24 2024 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Mon May 20 21:25:24 2024 +0000
URL:        https://gitweb.gentoo.org/proj/kde.git/commit/?id=74111911

net-im/choqok: Drop IUSE telepathy

Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>

 net-im/choqok/choqok-9999.ebuild | 7 +++----
 net-im/choqok/metadata.xml       | 1 -
 2 files changed, 3 insertions(+), 5 deletions(-)

diff --git a/net-im/choqok/choqok-9999.ebuild b/net-im/choqok/choqok-9999.ebuild
index 32d83cc0db..412cb7b238 100644
--- a/net-im/choqok/choqok-9999.ebuild
+++ b/net-im/choqok/choqok-9999.ebuild
@@ -18,7 +18,7 @@ fi
 
 LICENSE="GPL-2+"
 SLOT="5"
-IUSE="attica share telepathy"
+IUSE="attica share"
 
 DEPEND="
 	>=app-crypt/qca-2.3.0:2[qt5(+)]
@@ -47,7 +47,6 @@ DEPEND="
 	>=kde-frameworks/sonnet-${KFMIN}:5
 	attica? ( >=kde-frameworks/attica-${KFMIN}:5 )
 	share? ( >=kde-frameworks/purpose-${KFMIN}:5 )
-	telepathy? ( >=net-libs/telepathy-qt-0.9.8 )
 "
 RDEPEND="${DEPEND}"
 
@@ -55,10 +54,10 @@ DOCS=( AUTHORS README changelog )
 
 src_configure() {
 	local mycmakeargs=(
-		$(cmake_use_find_package attica KF5Attica)
 		-DCMAKE_DISABLE_FIND_PACKAGE_KF5WebKit=ON
+		-DCMAKE_DISABLE_FIND_PACKAGE_TelepathyQt5=ON
+		$(cmake_use_find_package attica KF5Attica)
 		$(cmake_use_find_package share KF5Purpose)
-		$(cmake_use_find_package telepathy TelepathyQt5)
 	)
 
 	ecm_src_configure

diff --git a/net-im/choqok/metadata.xml b/net-im/choqok/metadata.xml
index 1b71d88624..402be5793e 100644
--- a/net-im/choqok/metadata.xml
+++ b/net-im/choqok/metadata.xml
@@ -11,6 +11,5 @@
 	<use>
 		<flag name="attica">Build Open Collaboration Services plugin using <pkg>kde-frameworks/attica</pkg></flag>
 		<flag name="share">Enable support for a share menu using <pkg>kde-frameworks/purpose</pkg></flag>
-		<flag name="telepathy">Enable support for the real-time communication framework telepathy</flag>
 	</use>
 </pkgmetadata>


^ permalink raw reply related	[flat|nested] 34+ messages in thread
* [gentoo-commits] proj/kde:master commit in: net-im/choqok/
@ 2020-08-09  9:45 Andreas Sturmlechner
  0 siblings, 0 replies; 34+ messages in thread
From: Andreas Sturmlechner @ 2020-08-09  9:45 UTC (permalink / raw
  To: gentoo-commits

commit:     9b0c29db2bb684a4a5ca18327496463885cac7d3
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sun Aug  9 09:38:15 2020 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sun Aug  9 09:38:15 2020 +0000
URL:        https://gitweb.gentoo.org/proj/kde.git/commit/?id=9b0c29db

net-im/choqok: Drop IUSE=konqueror

kdewebkit--, qtwebkit--

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

 net-im/choqok/choqok-9999.ebuild | 10 ++--------
 net-im/choqok/metadata.xml       |  1 -
 2 files changed, 2 insertions(+), 9 deletions(-)

diff --git a/net-im/choqok/choqok-9999.ebuild b/net-im/choqok/choqok-9999.ebuild
index b610393b43..770e46dcd3 100644
--- a/net-im/choqok/choqok-9999.ebuild
+++ b/net-im/choqok/choqok-9999.ebuild
@@ -19,7 +19,7 @@ fi
 
 LICENSE="GPL-2+"
 SLOT="5"
-IUSE="attica konqueror share telepathy"
+IUSE="attica share telepathy"
 
 DEPEND="
 	app-crypt/qca[qt5(+)]
@@ -47,11 +47,6 @@ DEPEND="
 	>=kde-frameworks/kxmlgui-${KFMIN}:5
 	>=kde-frameworks/sonnet-${KFMIN}:5
 	attica? ( >=kde-frameworks/attica-${KFMIN}:5 )
-	konqueror? (
-		>=kde-frameworks/kparts-${KFMIN}:5
-		>=kde-frameworks/kdewebkit-${KFMIN}:5
-		>=dev-qt/qtwebkit-5.212.0_pre20180120:5
-	)
 	share? ( >=kde-frameworks/purpose-${KFMIN}:5 )
 	telepathy? ( net-libs/telepathy-qt[qt5(+)] )
 "
@@ -62,8 +57,7 @@ DOCS=( AUTHORS README changelog )
 src_configure() {
 	local mycmakeargs=(
 		$(cmake_use_find_package attica KF5Attica)
-		$(cmake_use_find_package konqueror KF5Parts)
-		$(cmake_use_find_package konqueror KF5WebKit)
+		-DCMAKE_DISABLE_FIND_PACKAGE_KF5WebKit=ON
 		$(cmake_use_find_package share KF5Purpose)
 		$(cmake_use_find_package telepathy TelepathyQt5)
 	)

diff --git a/net-im/choqok/metadata.xml b/net-im/choqok/metadata.xml
index 7606fdaab7..625636c5e6 100644
--- a/net-im/choqok/metadata.xml
+++ b/net-im/choqok/metadata.xml
@@ -7,7 +7,6 @@
 	</maintainer>
 	<use>
 		<flag name="attica">Build Open Collaboration Services plugin using <pkg>kde-frameworks/attica</pkg></flag>
-		<flag name="konqueror">Build Konqueror Choqok plugin</flag>
 		<flag name="share">Enable support for a share menu using <pkg>kde-frameworks/purpose</pkg></flag>
 		<flag name="telepathy">Enable support for the real-time communication framework telepathy</flag>
 	</use>


^ permalink raw reply related	[flat|nested] 34+ messages in thread
* [gentoo-commits] proj/kde:master commit in: net-im/choqok/
@ 2020-02-05  0:28 Andreas Sturmlechner
  0 siblings, 0 replies; 34+ messages in thread
From: Andreas Sturmlechner @ 2020-02-05  0:28 UTC (permalink / raw
  To: gentoo-commits

commit:     52dbded7532105f657da18e0c7aee328a3b9af23
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Wed Feb  5 00:25:49 2020 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Wed Feb  5 00:25:49 2020 +0000
URL:        https://gitweb.gentoo.org/proj/kde.git/commit/?id=52dbded7

net-im/choqok: Drop TODO

Upstream commit b73b9efb8b4312d146f8a6685b4cda2e11e75167

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

 net-im/choqok/choqok-9999.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-im/choqok/choqok-9999.ebuild b/net-im/choqok/choqok-9999.ebuild
index c4975f1ee1..b610393b43 100644
--- a/net-im/choqok/choqok-9999.ebuild
+++ b/net-im/choqok/choqok-9999.ebuild
@@ -57,7 +57,7 @@ DEPEND="
 "
 RDEPEND="${DEPEND}"
 
-DOCS=( AUTHORS README TODO changelog )
+DOCS=( AUTHORS README changelog )
 
 src_configure() {
 	local mycmakeargs=(


^ permalink raw reply related	[flat|nested] 34+ messages in thread
* [gentoo-commits] proj/kde:master commit in: net-im/choqok/
@ 2020-02-05  0:28 Andreas Sturmlechner
  0 siblings, 0 replies; 34+ messages in thread
From: Andreas Sturmlechner @ 2020-02-05  0:28 UTC (permalink / raw
  To: gentoo-commits

commit:     c3ae8600a95e5f6628075086bbc1633135919708
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Wed Feb  5 00:12:10 2020 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Wed Feb  5 00:12:10 2020 +0000
URL:        https://gitweb.gentoo.org/proj/kde.git/commit/?id=c3ae8600

net-im/choqok: Add USE share

Upstream commit 0b524cdf80d1423d2c3401dca2e1f4074d7beb9d

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

 net-im/choqok/choqok-9999.ebuild | 4 +++-
 net-im/choqok/metadata.xml       | 1 +
 2 files changed, 4 insertions(+), 1 deletion(-)

diff --git a/net-im/choqok/choqok-9999.ebuild b/net-im/choqok/choqok-9999.ebuild
index 3f95423c8e..c4975f1ee1 100644
--- a/net-im/choqok/choqok-9999.ebuild
+++ b/net-im/choqok/choqok-9999.ebuild
@@ -19,7 +19,7 @@ fi
 
 LICENSE="GPL-2+"
 SLOT="5"
-IUSE="attica konqueror telepathy"
+IUSE="attica konqueror share telepathy"
 
 DEPEND="
 	app-crypt/qca[qt5(+)]
@@ -52,6 +52,7 @@ DEPEND="
 		>=kde-frameworks/kdewebkit-${KFMIN}:5
 		>=dev-qt/qtwebkit-5.212.0_pre20180120:5
 	)
+	share? ( >=kde-frameworks/purpose-${KFMIN}:5 )
 	telepathy? ( net-libs/telepathy-qt[qt5(+)] )
 "
 RDEPEND="${DEPEND}"
@@ -63,6 +64,7 @@ src_configure() {
 		$(cmake_use_find_package attica KF5Attica)
 		$(cmake_use_find_package konqueror KF5Parts)
 		$(cmake_use_find_package konqueror KF5WebKit)
+		$(cmake_use_find_package share KF5Purpose)
 		$(cmake_use_find_package telepathy TelepathyQt5)
 	)
 

diff --git a/net-im/choqok/metadata.xml b/net-im/choqok/metadata.xml
index fd48455d97..7606fdaab7 100644
--- a/net-im/choqok/metadata.xml
+++ b/net-im/choqok/metadata.xml
@@ -8,6 +8,7 @@
 	<use>
 		<flag name="attica">Build Open Collaboration Services plugin using <pkg>kde-frameworks/attica</pkg></flag>
 		<flag name="konqueror">Build Konqueror Choqok plugin</flag>
+		<flag name="share">Enable support for a share menu using <pkg>kde-frameworks/purpose</pkg></flag>
 		<flag name="telepathy">Enable support for the real-time communication framework telepathy</flag>
 	</use>
 </pkgmetadata>


^ permalink raw reply related	[flat|nested] 34+ messages in thread
* [gentoo-commits] proj/kde:master commit in: net-im/choqok/
@ 2019-11-13  2:00 Andreas Sturmlechner
  0 siblings, 0 replies; 34+ messages in thread
From: Andreas Sturmlechner @ 2019-11-13  2:00 UTC (permalink / raw
  To: gentoo-commits

commit:     e7a51878e9d0948430f2ecbbc55b3cd284b41163
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Wed Nov 13 01:49:27 2019 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Wed Nov 13 01:59:26 2019 +0000
URL:        https://gitweb.gentoo.org/proj/kde.git/commit/?id=e7a51878

net-im/choqok: Port to ecm.eclass and kde.org.eclass

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

 net-im/choqok/choqok-9999.ebuild | 70 ++++++++++++++++++++++------------------
 1 file changed, 39 insertions(+), 31 deletions(-)

diff --git a/net-im/choqok/choqok-9999.ebuild b/net-im/choqok/choqok-9999.ebuild
index 8eb6e995b6..3a63d8b166 100644
--- a/net-im/choqok/choqok-9999.ebuild
+++ b/net-im/choqok/choqok-9999.ebuild
@@ -3,45 +3,53 @@
 
 EAPI=7
 
-KDE_HANDBOOK="forceoptional"
-inherit kde5
+ECM_HANDBOOK="forceoptional"
+KFMIN=5.60.0
+QTMIN=5.12.3
+inherit ecm kde.org
 
 DESCRIPTION="Free/Open Source micro-blogging client by KDE"
-HOMEPAGE="https://choqok.kde.org/"
-[[ ${KDE_BUILD_TYPE} != live ]] && SRC_URI="mirror://kde/stable/${PN}/${PV%.0}/src/${P}.tar.xz"
+HOMEPAGE="https://choqok.kde.org/
+https://kde.org/applications/internet/org.kde.choqok"
+
+if [[ ${KDE_BUILD_TYPE} != live ]]; then
+	SRC_URI="mirror://kde/stable/${PN}/${PV%.0}/src/${P}.tar.xz"
+	KEYWORDS="~amd64 ~x86"
+fi
 
 LICENSE="GPL-2+"
+SLOT="5"
 IUSE="attica konqueror telepathy"
 
 DEPEND="
-	$(add_frameworks_dep kcmutils)
-	$(add_frameworks_dep kconfig)
-	$(add_frameworks_dep kconfigwidgets)
-	$(add_frameworks_dep kcoreaddons)
-	$(add_frameworks_dep kemoticons)
-	$(add_frameworks_dep kglobalaccel)
-	$(add_frameworks_dep kguiaddons)
-	$(add_frameworks_dep ki18n)
-	$(add_frameworks_dep kio)
-	$(add_frameworks_dep kjobwidgets)
-	$(add_frameworks_dep knotifications)
-	$(add_frameworks_dep knotifyconfig)
-	$(add_frameworks_dep kservice)
-	$(add_frameworks_dep ktextwidgets)
-	$(add_frameworks_dep kwallet)
-	$(add_frameworks_dep kwidgetsaddons)
-	$(add_frameworks_dep kxmlgui)
-	$(add_frameworks_dep sonnet)
-	$(add_qt_dep qtdbus)
-	$(add_qt_dep qtgui)
-	$(add_qt_dep qtnetworkauth)
-	$(add_qt_dep qtwidgets)
-	$(add_qt_dep qtxml)
 	app-crypt/qca[qt5(+)]
-	attica? ( $(add_frameworks_dep attica) )
+	>=dev-qt/qtdbus-${QTMIN}:5
+	>=dev-qt/qtgui-${QTMIN}:5
+	>=dev-qt/qtnetworkauth-${QTMIN}:5
+	>=dev-qt/qtwidgets-${QTMIN}:5
+	>=dev-qt/qtxml-${QTMIN}:5
+	>=kde-frameworks/kcmutils-${KFMIN}:5
+	>=kde-frameworks/kconfig-${KFMIN}:5
+	>=kde-frameworks/kconfigwidgets-${KFMIN}:5
+	>=kde-frameworks/kcoreaddons-${KFMIN}:5
+	>=kde-frameworks/kemoticons-${KFMIN}:5
+	>=kde-frameworks/kglobalaccel-${KFMIN}:5
+	>=kde-frameworks/kguiaddons-${KFMIN}:5
+	>=kde-frameworks/ki18n-${KFMIN}:5
+	>=kde-frameworks/kio-${KFMIN}:5
+	>=kde-frameworks/kjobwidgets-${KFMIN}:5
+	>=kde-frameworks/knotifications-${KFMIN}:5
+	>=kde-frameworks/knotifyconfig-${KFMIN}:5
+	>=kde-frameworks/kservice-${KFMIN}:5
+	>=kde-frameworks/ktextwidgets-${KFMIN}:5
+	>=kde-frameworks/kwallet-${KFMIN}:5
+	>=kde-frameworks/kwidgetsaddons-${KFMIN}:5
+	>=kde-frameworks/kxmlgui-${KFMIN}:5
+	>=kde-frameworks/sonnet-${KFMIN}:5
+	attica? ( >=kde-frameworks/attica-${KFMIN}:5 )
 	konqueror? (
-		$(add_frameworks_dep kparts)
-		$(add_frameworks_dep kdewebkit)
+		>=kde-frameworks/kparts-${KFMIN}:5
+		>=kde-frameworks/kdewebkit-${KFMIN}:5
 		>=dev-qt/qtwebkit-5.212.0_pre20180120:5
 	)
 	telepathy? ( net-libs/telepathy-qt[qt5(+)] )
@@ -58,5 +66,5 @@ src_configure() {
 		$(cmake-utils_use_find_package telepathy TelepathyQt5)
 	)
 
-	kde5_src_configure
+	ecm_src_configure
 }


^ permalink raw reply related	[flat|nested] 34+ messages in thread
* [gentoo-commits] proj/kde:master commit in: net-im/choqok/
@ 2019-04-30 18:42 Andreas Sturmlechner
  0 siblings, 0 replies; 34+ messages in thread
From: Andreas Sturmlechner @ 2019-04-30 18:42 UTC (permalink / raw
  To: gentoo-commits

commit:     875eae0370ab8a996c3392b74da88b0ffe4d260e
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Tue Apr 30 18:23:14 2019 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Tue Apr 30 18:23:14 2019 +0000
URL:        https://gitweb.gentoo.org/proj/kde.git/commit/?id=875eae03

net-im/choqok: Update HOMEPAGE

Closes: https://bugs.gentoo.org/684794
Package-Manager: Portage-2.3.66, Repoman-2.3.12
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>

 net-im/choqok/choqok-9999.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-im/choqok/choqok-9999.ebuild b/net-im/choqok/choqok-9999.ebuild
index 1d57a0db6b..8eb6e995b6 100644
--- a/net-im/choqok/choqok-9999.ebuild
+++ b/net-im/choqok/choqok-9999.ebuild
@@ -7,7 +7,7 @@ KDE_HANDBOOK="forceoptional"
 inherit kde5
 
 DESCRIPTION="Free/Open Source micro-blogging client by KDE"
-HOMEPAGE="http://choqok.gnufolks.org/"
+HOMEPAGE="https://choqok.kde.org/"
 [[ ${KDE_BUILD_TYPE} != live ]] && SRC_URI="mirror://kde/stable/${PN}/${PV%.0}/src/${P}.tar.xz"
 
 LICENSE="GPL-2+"


^ permalink raw reply related	[flat|nested] 34+ messages in thread
* [gentoo-commits] proj/kde:master commit in: net-im/choqok/
@ 2018-06-24 18:04 Andreas Sturmlechner
  0 siblings, 0 replies; 34+ messages in thread
From: Andreas Sturmlechner @ 2018-06-24 18:04 UTC (permalink / raw
  To: gentoo-commits

commit:     f9d70f7a2dadef3a748f27b3cd276b3b88f52e1a
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sat Jun 23 17:55:33 2018 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sun Jun 24 18:04:16 2018 +0000
URL:        https://gitweb.gentoo.org/proj/kde.git/commit/?id=f9d70f7a

net-im/choqok: Fix USE=attica description

Package-Manager: Portage-2.3.40, Repoman-2.3.9

 net-im/choqok/metadata.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-im/choqok/metadata.xml b/net-im/choqok/metadata.xml
index 468d03a98f..fd48455d97 100644
--- a/net-im/choqok/metadata.xml
+++ b/net-im/choqok/metadata.xml
@@ -6,7 +6,7 @@
 		<name>Gentoo KDE Project</name>
 	</maintainer>
 	<use>
-		<flag name="attica">Build Open Collaboration Services plugin using <pkg>dev-libs/libattica</pkg></flag>
+		<flag name="attica">Build Open Collaboration Services plugin using <pkg>kde-frameworks/attica</pkg></flag>
 		<flag name="konqueror">Build Konqueror Choqok plugin</flag>
 		<flag name="telepathy">Enable support for the real-time communication framework telepathy</flag>
 	</use>


^ permalink raw reply related	[flat|nested] 34+ messages in thread
* [gentoo-commits] proj/kde:master commit in: net-im/choqok/
@ 2018-02-22 13:17 Andreas Sturmlechner
  0 siblings, 0 replies; 34+ messages in thread
From: Andreas Sturmlechner @ 2018-02-22 13:17 UTC (permalink / raw
  To: gentoo-commits

commit:     5f8a7e0016583553a92de1dea83745f0a6f7ba92
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Thu Feb 22 13:10:42 2018 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Thu Feb 22 13:10:42 2018 +0000
URL:        https://gitweb.gentoo.org/proj/kde.git/commit/?id=5f8a7e00

net-im/choqok: Relax app-crypt/qca qt5-usedep

Package-Manager: Portage-2.3.24, Repoman-2.3.6

 net-im/choqok/choqok-9999.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-im/choqok/choqok-9999.ebuild b/net-im/choqok/choqok-9999.ebuild
index 9f8c45cbb1..506c52113c 100644
--- a/net-im/choqok/choqok-9999.ebuild
+++ b/net-im/choqok/choqok-9999.ebuild
@@ -38,7 +38,7 @@ DEPEND="
 	$(add_qt_dep qtnetworkauth)
 	$(add_qt_dep qtwidgets)
 	$(add_qt_dep qtxml)
-	app-crypt/qca[qt5]
+	app-crypt/qca[qt5(+)]
 	attica? ( $(add_frameworks_dep attica) )
 	konqueror? (
 		$(add_frameworks_dep kparts)


^ permalink raw reply related	[flat|nested] 34+ messages in thread
* [gentoo-commits] proj/kde:master commit in: net-im/choqok/
@ 2017-10-12 16:46 Johannes Huber
  0 siblings, 0 replies; 34+ messages in thread
From: Johannes Huber @ 2017-10-12 16:46 UTC (permalink / raw
  To: gentoo-commits

commit:     0b93d7baaa6f684250d44f786726a811963ef0de
Author:     Johannes Huber <johu <AT> gentoo <DOT> org>
AuthorDate: Thu Oct 12 16:46:44 2017 +0000
Commit:     Johannes Huber <johu <AT> gentoo <DOT> org>
CommitDate: Thu Oct 12 16:46:44 2017 +0000
URL:        https://gitweb.gentoo.org/proj/kde.git/commit/?id=0b93d7ba

net-im/choqok: DEPEND on dev-qt/qtnetworkauth

Package-Manager: Portage-2.3.11, Repoman-2.3.3

 net-im/choqok/choqok-9999.ebuild | 1 +
 1 file changed, 1 insertion(+)

diff --git a/net-im/choqok/choqok-9999.ebuild b/net-im/choqok/choqok-9999.ebuild
index 8f3f0ba10d..7b0113dcb7 100644
--- a/net-im/choqok/choqok-9999.ebuild
+++ b/net-im/choqok/choqok-9999.ebuild
@@ -35,6 +35,7 @@ DEPEND="
 	$(add_frameworks_dep sonnet)
 	$(add_qt_dep qtdbus)
 	$(add_qt_dep qtgui)
+	$(add_qt_dep qtnetworkauth)
 	$(add_qt_dep qtwidgets)
 	$(add_qt_dep qtxml)
 	app-crypt/qca[qt5]


^ permalink raw reply related	[flat|nested] 34+ messages in thread
* [gentoo-commits] proj/kde:master commit in: net-im/choqok/
@ 2017-10-08  8:10 Johannes Huber
  0 siblings, 0 replies; 34+ messages in thread
From: Johannes Huber @ 2017-10-08  8:10 UTC (permalink / raw
  To: gentoo-commits

commit:     1094b5148a0c964bf78d0c131330c7577adf2e33
Author:     Johannes Huber <johu <AT> gentoo <DOT> org>
AuthorDate: Sun Oct  8 07:27:06 2017 +0000
Commit:     Johannes Huber <johu <AT> gentoo <DOT> org>
CommitDate: Sun Oct  8 07:27:06 2017 +0000
URL:        https://gitweb.gentoo.org/proj/kde.git/commit/?id=1094b514

net-im/choqok: Raise QT_MINIMAL to 5.9.1

Package-Manager: Portage-2.3.11, Repoman-2.3.3

 net-im/choqok/choqok-9999.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-im/choqok/choqok-9999.ebuild b/net-im/choqok/choqok-9999.ebuild
index d6b78ab22b..8f3f0ba10d 100644
--- a/net-im/choqok/choqok-9999.ebuild
+++ b/net-im/choqok/choqok-9999.ebuild
@@ -4,7 +4,7 @@
 EAPI=6
 
 KDE_HANDBOOK="forceoptional"
-# QT_MINIMAL="5.9.1" # enable as soon as Qt-5.9.1 is in tree
+QT_MINIMAL="5.9.1"
 inherit kde5
 
 DESCRIPTION="Free/Open Source micro-blogging client by KDE"


^ permalink raw reply related	[flat|nested] 34+ messages in thread
* [gentoo-commits] proj/kde:master commit in: net-im/choqok/
@ 2017-08-02 19:59 Andreas Sturmlechner
  0 siblings, 0 replies; 34+ messages in thread
From: Andreas Sturmlechner @ 2017-08-02 19:59 UTC (permalink / raw
  To: gentoo-commits

commit:     3d1de266cefd5a243f26c445a1dc1c27ed39dcb9
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Mon Jul 24 18:46:11 2017 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Wed Aug  2 19:59:16 2017 +0000
URL:        https://gitweb.gentoo.org/proj/kde.git/commit/?id=3d1de266

net-im/choqok: Fix DEPENDs

Upstream commits
c43125e48387a8d3a914c97cd8d8765c5c07fa89
2842d257ff544cc2d3efd22d63bd33999c4d5730

Package-Manager: Portage-2.3.6, Repoman-2.3.1

 net-im/choqok/choqok-9999.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-im/choqok/choqok-9999.ebuild b/net-im/choqok/choqok-9999.ebuild
index 2f394297ec..1b9eb8b44d 100644
--- a/net-im/choqok/choqok-9999.ebuild
+++ b/net-im/choqok/choqok-9999.ebuild
@@ -4,6 +4,7 @@
 EAPI=6
 
 KDE_HANDBOOK="forceoptional"
+# QT_MINIMAL="5.9.1" # enable as soon as Qt-5.9.1 is in tree
 inherit kde5
 
 DESCRIPTION="Free/Open Source micro-blogging client by KDE"
@@ -37,7 +38,6 @@ DEPEND="
 	$(add_qt_dep qtwidgets)
 	$(add_qt_dep qtxml)
 	app-crypt/qca[qt5]
-	dev-libs/qoauth:5
 	attica? ( $(add_frameworks_dep attica) )
 	konqueror? (
 		$(add_frameworks_dep kparts)


^ permalink raw reply related	[flat|nested] 34+ messages in thread
* [gentoo-commits] proj/kde:master commit in: net-im/choqok/
@ 2016-10-12 18:44 Michael Palimaka
  0 siblings, 0 replies; 34+ messages in thread
From: Michael Palimaka @ 2016-10-12 18:44 UTC (permalink / raw
  To: gentoo-commits

commit:     4913fb1f4dc43b828c44922d83d666cdc6bedb75
Author:     Michael Palimaka <kensington <AT> gentoo <DOT> org>
AuthorDate: Wed Oct 12 18:44:18 2016 +0000
Commit:     Michael Palimaka <kensington <AT> gentoo <DOT> org>
CommitDate: Wed Oct 12 18:44:21 2016 +0000
URL:        https://gitweb.gentoo.org/proj/kde.git/commit/?id=4913fb1f

net-im/choqok: moved to main tree

Package-Manager: portage-2.3.2

 net-im/choqok/choqok-1.6.0.ebuild | 66 ---------------------------------------
 1 file changed, 66 deletions(-)

diff --git a/net-im/choqok/choqok-1.6.0.ebuild b/net-im/choqok/choqok-1.6.0.ebuild
deleted file mode 100644
index dbdec2f..0000000
--- a/net-im/choqok/choqok-1.6.0.ebuild
+++ /dev/null
@@ -1,66 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=6
-
-KDE_HANDBOOK="forceoptional"
-inherit kde5
-
-DESCRIPTION="Free/Open Source micro-blogging client by KDE"
-HOMEPAGE="http://choqok.gnufolks.org/"
-[[ ${KDE_BUILD_TYPE} != live ]] && SRC_URI="mirror://kde/stable/${PN}/${PV%.0}/src/${P}.tar.xz"
-
-LICENSE="GPL-2+"
-KEYWORDS="~amd64 ~x86"
-IUSE="attica konqueror telepathy"
-
-DEPEND="
-	$(add_frameworks_dep kcmutils)
-	$(add_frameworks_dep kconfig)
-	$(add_frameworks_dep kconfigwidgets)
-	$(add_frameworks_dep kcoreaddons)
-	$(add_frameworks_dep kemoticons)
-	$(add_frameworks_dep kglobalaccel)
-	$(add_frameworks_dep kguiaddons)
-	$(add_frameworks_dep ki18n)
-	$(add_frameworks_dep kio)
-	$(add_frameworks_dep kjobwidgets)
-	$(add_frameworks_dep knotifications)
-	$(add_frameworks_dep knotifyconfig)
-	$(add_frameworks_dep kservice)
-	$(add_frameworks_dep ktextwidgets)
-	$(add_frameworks_dep kwallet)
-	$(add_frameworks_dep kwidgetsaddons)
-	$(add_frameworks_dep kxmlgui)
-	$(add_frameworks_dep sonnet)
-	$(add_qt_dep qtdbus)
-	$(add_qt_dep qtgui)
-	$(add_qt_dep qtwidgets)
-	$(add_qt_dep qtxml)
-	app-crypt/qca[qt5]
-	dev-libs/qoauth:5
-	attica? ( $(add_frameworks_dep attica) )
-	konqueror? (
-		$(add_frameworks_dep kparts)
-		$(add_frameworks_dep kdewebkit)
-		$(add_qt_dep qtwebkit)
-	)
-	telepathy? ( net-libs/telepathy-qt[qt5] )
-"
-RDEPEND="${DEPEND}
-	!net-im/choqok:4
-"
-
-DOCS=( AUTHORS README TODO changelog )
-
-src_configure() {
-	local mycmakeargs=(
-		$(cmake-utils_use_find_package attica KF5Attica)
-		$(cmake-utils_use_find_package konqueror KF5Parts)
-		$(cmake-utils_use_find_package konqueror KF5WebKit)
-		$(cmake-utils_use_find_package telepathy TelepathyQt5)
-	)
-
-	kde5_src_configure
-}


^ permalink raw reply related	[flat|nested] 34+ messages in thread
* [gentoo-commits] proj/kde:master commit in: net-im/choqok/
@ 2016-10-08 16:16 Michael Palimaka
  0 siblings, 0 replies; 34+ messages in thread
From: Michael Palimaka @ 2016-10-08 16:16 UTC (permalink / raw
  To: gentoo-commits

commit:     3dfb386b5b48538478cc8747e927fdb6ad966803
Author:     Andreas Sturmlechner <andreas.sturmlechner <AT> gmail <DOT> com>
AuthorDate: Sat Oct  8 08:13:20 2016 +0000
Commit:     Michael Palimaka <kensington <AT> gentoo <DOT> org>
CommitDate: Sat Oct  8 15:58:15 2016 +0000
URL:        https://gitweb.gentoo.org/proj/kde.git/commit/?id=3dfb386b

net-im/choqok: Add 1.6.0, first KF5-based release

Package-Manager: portage-2.3.0

 net-im/choqok/{choqok-9999.ebuild => choqok-1.6.0.ebuild} | 3 ++-
 net-im/choqok/choqok-9999.ebuild                          | 2 +-
 2 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/net-im/choqok/choqok-9999.ebuild b/net-im/choqok/choqok-1.6.0.ebuild
similarity index 93%
copy from net-im/choqok/choqok-9999.ebuild
copy to net-im/choqok/choqok-1.6.0.ebuild
index 6767838..dbdec2f 100644
--- a/net-im/choqok/choqok-9999.ebuild
+++ b/net-im/choqok/choqok-1.6.0.ebuild
@@ -9,8 +9,10 @@ inherit kde5
 
 DESCRIPTION="Free/Open Source micro-blogging client by KDE"
 HOMEPAGE="http://choqok.gnufolks.org/"
+[[ ${KDE_BUILD_TYPE} != live ]] && SRC_URI="mirror://kde/stable/${PN}/${PV%.0}/src/${P}.tar.xz"
 
 LICENSE="GPL-2+"
+KEYWORDS="~amd64 ~x86"
 IUSE="attica konqueror telepathy"
 
 DEPEND="
@@ -38,7 +40,6 @@ DEPEND="
 	$(add_qt_dep qtxml)
 	app-crypt/qca[qt5]
 	dev-libs/qoauth:5
-	net-libs/telepathy-qt[qt5]
 	attica? ( $(add_frameworks_dep attica) )
 	konqueror? (
 		$(add_frameworks_dep kparts)

diff --git a/net-im/choqok/choqok-9999.ebuild b/net-im/choqok/choqok-9999.ebuild
index 6767838..ae6d839 100644
--- a/net-im/choqok/choqok-9999.ebuild
+++ b/net-im/choqok/choqok-9999.ebuild
@@ -9,6 +9,7 @@ inherit kde5
 
 DESCRIPTION="Free/Open Source micro-blogging client by KDE"
 HOMEPAGE="http://choqok.gnufolks.org/"
+[[ ${KDE_BUILD_TYPE} != live ]] && SRC_URI="mirror://kde/stable/${PN}/${PV%.0}/src/${P}.tar.xz"
 
 LICENSE="GPL-2+"
 IUSE="attica konqueror telepathy"
@@ -38,7 +39,6 @@ DEPEND="
 	$(add_qt_dep qtxml)
 	app-crypt/qca[qt5]
 	dev-libs/qoauth:5
-	net-libs/telepathy-qt[qt5]
 	attica? ( $(add_frameworks_dep attica) )
 	konqueror? (
 		$(add_frameworks_dep kparts)


^ permalink raw reply related	[flat|nested] 34+ messages in thread
* [gentoo-commits] proj/kde:master commit in: net-im/choqok/
@ 2016-08-04 18:02 Johannes Huber
  0 siblings, 0 replies; 34+ messages in thread
From: Johannes Huber @ 2016-08-04 18:02 UTC (permalink / raw
  To: gentoo-commits

commit:     72268891a015351f24b69df5b1bf9be5e97372f4
Author:     Johannes Huber <johu <AT> gentoo <DOT> org>
AuthorDate: Thu Aug  4 17:58:46 2016 +0000
Commit:     Johannes Huber <johu <AT> gentoo <DOT> org>
CommitDate: Thu Aug  4 17:58:46 2016 +0000
URL:        https://gitweb.gentoo.org/proj/kde.git/commit/?id=72268891

net-im/choqok: Version bump 1.5.85

Package-Manager: portage-2.3.0

 net-im/choqok/choqok-1.5.85.ebuild | 65 ++++++++++++++++++++++++++++++++++++++
 1 file changed, 65 insertions(+)

diff --git a/net-im/choqok/choqok-1.5.85.ebuild b/net-im/choqok/choqok-1.5.85.ebuild
new file mode 100644
index 0000000..0499b7a
--- /dev/null
+++ b/net-im/choqok/choqok-1.5.85.ebuild
@@ -0,0 +1,65 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+KDE_HANDBOOK="forceoptional"
+inherit kde5
+
+DESCRIPTION="Free/Open Source micro-blogging client for KDE"
+HOMEPAGE="http://choqok.gnufolks.org/"
+SRC_URI="mirror://kde/unstable/${PN}/${PV}/src/${P}.tar.xz"
+
+LICENSE="GPL-2+"
+KEYWORDS="~amd64 ~x86"
+IUSE="attica konqueror"
+
+DEPEND="
+	$(add_frameworks_dep kcmutils)
+	$(add_frameworks_dep kconfig)
+	$(add_frameworks_dep kconfigwidgets)
+	$(add_frameworks_dep kcoreaddons)
+	$(add_frameworks_dep kemoticons)
+	$(add_frameworks_dep kglobalaccel)
+	$(add_frameworks_dep kguiaddons)
+	$(add_frameworks_dep ki18n)
+	$(add_frameworks_dep kio)
+	$(add_frameworks_dep kjobwidgets)
+	$(add_frameworks_dep knotifications)
+	$(add_frameworks_dep knotifyconfig)
+	$(add_frameworks_dep kservice)
+	$(add_frameworks_dep ktextwidgets)
+	$(add_frameworks_dep kwallet)
+	$(add_frameworks_dep kwidgetsaddons)
+	$(add_frameworks_dep kxmlgui)
+	$(add_frameworks_dep sonnet)
+	$(add_qt_dep qtdbus)
+	$(add_qt_dep qtgui)
+	$(add_qt_dep qtwidgets)
+	$(add_qt_dep qtxml)
+	app-crypt/qca[qt5]
+	dev-libs/qoauth:5
+	net-libs/telepathy-qt[qt5]
+	attica? ( $(add_frameworks_dep attica) )
+	konqueror? (
+		$(add_frameworks_dep kparts)
+		$(add_frameworks_dep kdewebkit)
+		$(add_qt_dep qtwebkit)
+	)
+"
+RDEPEND="${DEPEND}
+	!net-im/choqok:4
+"
+
+DOCS=( AUTHORS README TODO changelog )
+
+src_configure() {
+	local mycmakeargs=(
+		$(cmake-utils_use_find_package attica KF5Attica)
+		$(cmake-utils_use_find_package konqueror KF5Parts)
+		$(cmake-utils_use_find_package konqueror KF5WebKit)
+	)
+
+	kde5_src_configure
+}


^ permalink raw reply related	[flat|nested] 34+ messages in thread
* [gentoo-commits] proj/kde:master commit in: net-im/choqok/
@ 2016-08-04 18:02 Johannes Huber
  0 siblings, 0 replies; 34+ messages in thread
From: Johannes Huber @ 2016-08-04 18:02 UTC (permalink / raw
  To: gentoo-commits

commit:     14aef126f622763438162741ef97d31930b8e5d2
Author:     Johannes Huber <johu <AT> gentoo <DOT> org>
AuthorDate: Thu Aug  4 17:59:28 2016 +0000
Commit:     Johannes Huber <johu <AT> gentoo <DOT> org>
CommitDate: Thu Aug  4 17:59:28 2016 +0000
URL:        https://gitweb.gentoo.org/proj/kde.git/commit/?id=14aef126

net-im/choqok: Remove 1.5.80

Package-Manager: portage-2.3.0

 net-im/choqok/choqok-1.5.80.ebuild | 68 --------------------------------------
 1 file changed, 68 deletions(-)

diff --git a/net-im/choqok/choqok-1.5.80.ebuild b/net-im/choqok/choqok-1.5.80.ebuild
deleted file mode 100644
index 3b96b92..0000000
--- a/net-im/choqok/choqok-1.5.80.ebuild
+++ /dev/null
@@ -1,68 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=6
-
-KDE_HANDBOOK="forceoptional"
-inherit kde5
-
-DESCRIPTION="Free/Open Source micro-blogging client for KDE"
-HOMEPAGE="http://choqok.gnufolks.org/"
-SRC_URI="mirror://kde/unstable/${PN}/${PV}/src/${P}.tar.xz"
-
-LICENSE="GPL-2+"
-KEYWORDS="~amd64 ~x86"
-IUSE="attica konqueror"
-
-DEPEND="
-	$(add_frameworks_dep kcmutils)
-	$(add_frameworks_dep kconfig)
-	$(add_frameworks_dep kconfigwidgets)
-	$(add_frameworks_dep kcoreaddons)
-	$(add_frameworks_dep kemoticons)
-	$(add_frameworks_dep kglobalaccel)
-	$(add_frameworks_dep kguiaddons)
-	$(add_frameworks_dep ki18n)
-	$(add_frameworks_dep kio)
-	$(add_frameworks_dep kjobwidgets)
-	$(add_frameworks_dep knotifications)
-	$(add_frameworks_dep knotifyconfig)
-	$(add_frameworks_dep kservice)
-	$(add_frameworks_dep ktextwidgets)
-	$(add_frameworks_dep kwallet)
-	$(add_frameworks_dep kwidgetsaddons)
-	$(add_frameworks_dep kxmlgui)
-	$(add_frameworks_dep sonnet)
-	$(add_qt_dep qtconcurrent)
-	$(add_qt_dep qtdbus)
-	$(add_qt_dep qtgui)
-	$(add_qt_dep qtwidgets)
-	$(add_qt_dep qtxml)
-	app-crypt/qca[qt5]
-	dev-libs/qoauth:5
-	net-libs/telepathy-qt[qt5]
-	attica? ( $(add_frameworks_dep attica) )
-	konqueror? (
-		$(add_frameworks_dep kparts)
-		$(add_frameworks_dep kdewebkit)
-		$(add_qt_dep qtwebkit)
-	)
-"
-RDEPEND="${DEPEND}
-	!net-im/choqok:4
-"
-
-DOCS=( AUTHORS README TODO changelog )
-
-S=${WORKDIR}
-
-src_configure() {
-	local mycmakeargs=(
-		$(cmake-utils_use_find_package attica KF5Attica)
-		$(cmake-utils_use_find_package konqueror KF5Parts)
-		$(cmake-utils_use_find_package konqueror KF5WebKit)
-	)
-
-	kde5_src_configure
-}


^ permalink raw reply related	[flat|nested] 34+ messages in thread
* [gentoo-commits] proj/kde:master commit in: net-im/choqok/
@ 2016-06-18 18:56 Michael Palimaka
  0 siblings, 0 replies; 34+ messages in thread
From: Michael Palimaka @ 2016-06-18 18:56 UTC (permalink / raw
  To: gentoo-commits

commit:     d7c3bd6ceb01b37bf87734673f82ff036f43cbe6
Author:     Michael Palimaka <kensington <AT> gentoo <DOT> org>
AuthorDate: Sat Jun 18 18:56:27 2016 +0000
Commit:     Michael Palimaka <kensington <AT> gentoo <DOT> org>
CommitDate: Sat Jun 18 18:56:45 2016 +0000
URL:        https://gitweb.gentoo.org/proj/kde.git/commit/?id=d7c3bd6c

net-im/choqok: remove unused dependency

Upstream-commit: ad42b8f491d1ee508474c43bedc49c30201fb4d4

Package-Manager: portage-2.3.0_rc1

 net-im/choqok/choqok-9999.ebuild | 1 -
 1 file changed, 1 deletion(-)

diff --git a/net-im/choqok/choqok-9999.ebuild b/net-im/choqok/choqok-9999.ebuild
index 986fd20..742b1dd 100644
--- a/net-im/choqok/choqok-9999.ebuild
+++ b/net-im/choqok/choqok-9999.ebuild
@@ -32,7 +32,6 @@ DEPEND="
 	$(add_frameworks_dep kwidgetsaddons)
 	$(add_frameworks_dep kxmlgui)
 	$(add_frameworks_dep sonnet)
-	$(add_qt_dep qtconcurrent)
 	$(add_qt_dep qtdbus)
 	$(add_qt_dep qtgui)
 	$(add_qt_dep qtwidgets)


^ permalink raw reply related	[flat|nested] 34+ messages in thread
* [gentoo-commits] proj/kde:master commit in: net-im/choqok/
@ 2016-06-17 11:21 Michael Palimaka
  0 siblings, 0 replies; 34+ messages in thread
From: Michael Palimaka @ 2016-06-17 11:21 UTC (permalink / raw
  To: gentoo-commits

commit:     c7fb3fb000ee8af147a9bc10a5377d5e926a8cb8
Author:     Michael Palimaka <kensington <AT> gentoo <DOT> org>
AuthorDate: Fri Jun 17 11:21:22 2016 +0000
Commit:     Michael Palimaka <kensington <AT> gentoo <DOT> org>
CommitDate: Fri Jun 17 11:21:28 2016 +0000
URL:        https://gitweb.gentoo.org/proj/kde.git/commit/?id=c7fb3fb0

net-im/choqok: version bump

Package-Manager: portage-2.3.0_rc1

 net-im/choqok/choqok-1.5.80.ebuild | 68 ++++++++++++++++++++++++++++++++++++++
 1 file changed, 68 insertions(+)

diff --git a/net-im/choqok/choqok-1.5.80.ebuild b/net-im/choqok/choqok-1.5.80.ebuild
new file mode 100644
index 0000000..3b96b92
--- /dev/null
+++ b/net-im/choqok/choqok-1.5.80.ebuild
@@ -0,0 +1,68 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+KDE_HANDBOOK="forceoptional"
+inherit kde5
+
+DESCRIPTION="Free/Open Source micro-blogging client for KDE"
+HOMEPAGE="http://choqok.gnufolks.org/"
+SRC_URI="mirror://kde/unstable/${PN}/${PV}/src/${P}.tar.xz"
+
+LICENSE="GPL-2+"
+KEYWORDS="~amd64 ~x86"
+IUSE="attica konqueror"
+
+DEPEND="
+	$(add_frameworks_dep kcmutils)
+	$(add_frameworks_dep kconfig)
+	$(add_frameworks_dep kconfigwidgets)
+	$(add_frameworks_dep kcoreaddons)
+	$(add_frameworks_dep kemoticons)
+	$(add_frameworks_dep kglobalaccel)
+	$(add_frameworks_dep kguiaddons)
+	$(add_frameworks_dep ki18n)
+	$(add_frameworks_dep kio)
+	$(add_frameworks_dep kjobwidgets)
+	$(add_frameworks_dep knotifications)
+	$(add_frameworks_dep knotifyconfig)
+	$(add_frameworks_dep kservice)
+	$(add_frameworks_dep ktextwidgets)
+	$(add_frameworks_dep kwallet)
+	$(add_frameworks_dep kwidgetsaddons)
+	$(add_frameworks_dep kxmlgui)
+	$(add_frameworks_dep sonnet)
+	$(add_qt_dep qtconcurrent)
+	$(add_qt_dep qtdbus)
+	$(add_qt_dep qtgui)
+	$(add_qt_dep qtwidgets)
+	$(add_qt_dep qtxml)
+	app-crypt/qca[qt5]
+	dev-libs/qoauth:5
+	net-libs/telepathy-qt[qt5]
+	attica? ( $(add_frameworks_dep attica) )
+	konqueror? (
+		$(add_frameworks_dep kparts)
+		$(add_frameworks_dep kdewebkit)
+		$(add_qt_dep qtwebkit)
+	)
+"
+RDEPEND="${DEPEND}
+	!net-im/choqok:4
+"
+
+DOCS=( AUTHORS README TODO changelog )
+
+S=${WORKDIR}
+
+src_configure() {
+	local mycmakeargs=(
+		$(cmake-utils_use_find_package attica KF5Attica)
+		$(cmake-utils_use_find_package konqueror KF5Parts)
+		$(cmake-utils_use_find_package konqueror KF5WebKit)
+	)
+
+	kde5_src_configure
+}


^ permalink raw reply related	[flat|nested] 34+ messages in thread
* [gentoo-commits] proj/kde:master commit in: net-im/choqok/
@ 2016-06-17 11:21 Michael Palimaka
  0 siblings, 0 replies; 34+ messages in thread
From: Michael Palimaka @ 2016-06-17 11:21 UTC (permalink / raw
  To: gentoo-commits

commit:     b4717887e1fb807545bbab72c4ca75dd12db2bcb
Author:     Michael Palimaka <kensington <AT> gentoo <DOT> org>
AuthorDate: Fri Jun 17 11:20:54 2016 +0000
Commit:     Michael Palimaka <kensington <AT> gentoo <DOT> org>
CommitDate: Fri Jun 17 11:21:28 2016 +0000
URL:        https://gitweb.gentoo.org/proj/kde.git/commit/?id=b4717887

net-im/choqok: update dependencies

Package-Manager: portage-2.3.0_rc1

 net-im/choqok/choqok-9999.ebuild | 7 +++----
 1 file changed, 3 insertions(+), 4 deletions(-)

diff --git a/net-im/choqok/choqok-9999.ebuild b/net-im/choqok/choqok-9999.ebuild
index 6d14758..986fd20 100644
--- a/net-im/choqok/choqok-9999.ebuild
+++ b/net-im/choqok/choqok-9999.ebuild
@@ -22,6 +22,7 @@ DEPEND="
 	$(add_frameworks_dep kglobalaccel)
 	$(add_frameworks_dep kguiaddons)
 	$(add_frameworks_dep ki18n)
+	$(add_frameworks_dep kio)
 	$(add_frameworks_dep kjobwidgets)
 	$(add_frameworks_dep knotifications)
 	$(add_frameworks_dep knotifyconfig)
@@ -34,18 +35,16 @@ DEPEND="
 	$(add_qt_dep qtconcurrent)
 	$(add_qt_dep qtdbus)
 	$(add_qt_dep qtgui)
-	$(add_qt_dep qtnetwork)
-	$(add_qt_dep qtwebkit)
 	$(add_qt_dep qtwidgets)
 	$(add_qt_dep qtxml)
 	app-crypt/qca[qt5]
-	dev-libs/qjson
 	dev-libs/qoauth:5
 	net-libs/telepathy-qt[qt5]
-	attica? ( dev-libs/libattica )
+	attica? ( $(add_frameworks_dep attica) )
 	konqueror? (
 		$(add_frameworks_dep kparts)
 		$(add_frameworks_dep kdewebkit)
+		$(add_qt_dep qtwebkit)
 	)
 "
 RDEPEND="${DEPEND}


^ permalink raw reply related	[flat|nested] 34+ messages in thread
* [gentoo-commits] proj/kde:master commit in: net-im/choqok/
@ 2016-03-13 11:20 Johannes Huber
  0 siblings, 0 replies; 34+ messages in thread
From: Johannes Huber @ 2016-03-13 11:20 UTC (permalink / raw
  To: gentoo-commits

commit:     153e84166c53846195dd8e153c1360ab8d05a773
Author:     Johannes Huber <johu <AT> gentoo <DOT> org>
AuthorDate: Sun Mar 13 11:20:11 2016 +0000
Commit:     Johannes Huber <johu <AT> gentoo <DOT> org>
CommitDate: Sun Mar 13 11:20:11 2016 +0000
URL:        https://gitweb.gentoo.org/proj/kde.git/commit/?id=153e8416

net-im/choqok: Drop obsolete var

Qt min version is now handled by eclass.

Package-Manager: portage-2.2.28

 net-im/choqok/choqok-9999.ebuild | 1 -
 1 file changed, 1 deletion(-)

diff --git a/net-im/choqok/choqok-9999.ebuild b/net-im/choqok/choqok-9999.ebuild
index 1b7bfc7..7c4baf8 100644
--- a/net-im/choqok/choqok-9999.ebuild
+++ b/net-im/choqok/choqok-9999.ebuild
@@ -5,7 +5,6 @@
 EAPI=5
 
 KDE_HANDBOOK="forceoptional"
-QT_MINIMAL="5.5.1"
 inherit kde5
 
 DESCRIPTION="Free/Open Source micro-blogging client for KDE"


^ permalink raw reply related	[flat|nested] 34+ messages in thread
* [gentoo-commits] proj/kde:master commit in: net-im/choqok/
@ 2016-01-31 15:53 Michael Palimaka
  0 siblings, 0 replies; 34+ messages in thread
From: Michael Palimaka @ 2016-01-31 15:53 UTC (permalink / raw
  To: gentoo-commits

commit:     dcfc9c6060bd0db7555da062f01b5e1d2cf99eb3
Author:     Andreas Sturmlechner <andreas.sturmlechner <AT> gmail <DOT> com>
AuthorDate: Thu Jan 28 02:12:37 2016 +0000
Commit:     Michael Palimaka <kensington <AT> gentoo <DOT> org>
CommitDate: Sun Jan 31 15:52:57 2016 +0000
URL:        https://gitweb.gentoo.org/proj/kde.git/commit/?id=dcfc9c60

net-im/choqok: Builds with earlier GCC again

Package-Manager: portage-2.2.27

 net-im/choqok/choqok-9999.ebuild | 1 -
 1 file changed, 1 deletion(-)

diff --git a/net-im/choqok/choqok-9999.ebuild b/net-im/choqok/choqok-9999.ebuild
index 632a682..80b1c0b 100644
--- a/net-im/choqok/choqok-9999.ebuild
+++ b/net-im/choqok/choqok-9999.ebuild
@@ -4,7 +4,6 @@
 
 EAPI=5
 
-KDE_GCC_MINIMAL="4.9"
 KDE_HANDBOOK="forceoptional"
 QT_MINIMAL="5.5.1"
 inherit kde5


^ permalink raw reply related	[flat|nested] 34+ messages in thread
* [gentoo-commits] proj/kde:master commit in: net-im/choqok/
@ 2016-01-26 18:18 Michael Palimaka
  0 siblings, 0 replies; 34+ messages in thread
From: Michael Palimaka @ 2016-01-26 18:18 UTC (permalink / raw
  To: gentoo-commits

commit:     8f64eed90b14a4223bc53c1507543d294921e503
Author:     Andreas Sturmlechner <andreas.sturmlechner <AT> gmail <DOT> com>
AuthorDate: Sun Jan 24 01:36:51 2016 +0000
Commit:     Michael Palimaka <kensington <AT> gentoo <DOT> org>
CommitDate: Tue Jan 26 18:18:38 2016 +0000
URL:        https://gitweb.gentoo.org/proj/kde.git/commit/?id=8f64eed9

net-im/choqok: Frameworks merged to master, bug 550694

Package-Manager: portage-2.2.26

 net-im/choqok/choqok-9999.ebuild | 68 ++++++++++++++++++++++++++--------------
 net-im/choqok/metadata.xml       |  3 +-
 2 files changed, 47 insertions(+), 24 deletions(-)

diff --git a/net-im/choqok/choqok-9999.ebuild b/net-im/choqok/choqok-9999.ebuild
index a32d5d6..632a682 100644
--- a/net-im/choqok/choqok-9999.ebuild
+++ b/net-im/choqok/choqok-9999.ebuild
@@ -4,42 +4,64 @@
 
 EAPI=5
 
-KDE_LINGUAS="bg bs ca ca@valencia cs da de el en_GB eo es et fa fi fr ga gl
-hr hu is it ja km lt mr ms nb nds nl pa pl pt pt_BR ro ru sk sq sl sv tr ug
-uk zh_CN zh_TW"
-KDE_HANDBOOK="optional"
-inherit kde4-base
+KDE_GCC_MINIMAL="4.9"
+KDE_HANDBOOK="forceoptional"
+QT_MINIMAL="5.5.1"
+inherit kde5
 
 DESCRIPTION="Free/Open Source micro-blogging client for KDE"
 HOMEPAGE="http://choqok.gnufolks.org/"
 
-if [[ ${PV} != *9999* ]]; then
-	SRC_URI="mirror://sourceforge/${PN}/${P}.tar.xz"
-	KEYWORDS="~amd64 ~ppc ~x86"
-else
-	KEYWORDS=""
-fi
-
 LICENSE="GPL-2+"
-SLOT="4"
-IUSE="ayatana debug"
+IUSE="attica konqueror"
 
-RDEPEND="
-	dev-libs/libattica
+DEPEND="
+	$(add_frameworks_dep kcmutils)
+	$(add_frameworks_dep kconfig)
+	$(add_frameworks_dep kconfigwidgets)
+	$(add_frameworks_dep kcoreaddons)
+	$(add_frameworks_dep kemoticons)
+	$(add_frameworks_dep kglobalaccel)
+	$(add_frameworks_dep kguiaddons)
+	$(add_frameworks_dep ki18n)
+	$(add_frameworks_dep kjobwidgets)
+	$(add_frameworks_dep knotifications)
+	$(add_frameworks_dep knotifyconfig)
+	$(add_frameworks_dep kservice)
+	$(add_frameworks_dep ktextwidgets)
+	$(add_frameworks_dep kwallet)
+	$(add_frameworks_dep kwidgetsaddons)
+	$(add_frameworks_dep kxmlgui)
+	$(add_frameworks_dep sonnet)
+	app-crypt/qca[qt5]
 	dev-libs/qjson
-	>=dev-libs/qoauth-1.0.1
-	ayatana? ( dev-libs/libindicate-qt )
+	dev-libs/qoauth:5
+	dev-qt/qtconcurrent:5
+	dev-qt/qtdbus:5
+	dev-qt/qtgui:5
+	dev-qt/qtnetwork:5
+	dev-qt/qtwebkit:5
+	dev-qt/qtwidgets:5
+	dev-qt/qtxml:5
+	net-libs/telepathy-qt[qt5]
+	attica? ( dev-libs/libattica )
+	konqueror? (
+		$(add_frameworks_dep kparts)
+		$(add_frameworks_dep kdewebkit)
+	)
 "
-DEPEND="${RDEPEND}
-	app-arch/xz-utils
+RDEPEND="${DEPEND}
+	!net-im/choqok:4
 "
 
 DOCS=( AUTHORS README TODO changelog )
 
-src_prepare(){
+src_configure() {
 	local mycmakeargs=(
-		$(cmake-utils_use !ayatana QTINDICATE_DISABLE)
+		$(cmake-utils_use_find_package attica KF5Attica)
+		$(cmake-utils_use_find_package konqueror KF5Parts)
+		$(cmake-utils_use_find_package konqueror KF5WebKit)
 	)
 
-	kde4-base_src_prepare
+	kde5_src_configure
 }

diff --git a/net-im/choqok/metadata.xml b/net-im/choqok/metadata.xml
index f0a0113..fdeebea 100644
--- a/net-im/choqok/metadata.xml
+++ b/net-im/choqok/metadata.xml
@@ -6,6 +6,7 @@
 		<name>Gentoo KDE Project</name>
 	</maintainer>
 	<use>
-		<flag name="ayatana">Build in support for Ayatana notification using the libindicate-qt plugin.</flag>
+		<flag name="attica">Build Open Collaboration Services plugin using <pkg>dev-libs/libattica</pkg></flag>
+		<flag name="konqueror">Build Konqueror Choqok plugin</flag>
 	</use>
 </pkgmetadata>


^ permalink raw reply related	[flat|nested] 34+ messages in thread
* [gentoo-commits] proj/kde:master commit in: net-im/choqok/
@ 2014-01-20 10:43 Michael Palimaka
  0 siblings, 0 replies; 34+ messages in thread
From: Michael Palimaka @ 2014-01-20 10:43 UTC (permalink / raw
  To: gentoo-commits

commit:     f75a81efaff5dacebd3b959c8e47c792631f5d27
Author:     Michael Palimaka <kensington <AT> gentoo <DOT> org>
AuthorDate: Mon Jan 20 10:42:33 2014 +0000
Commit:     Michael Palimaka <kensington <AT> gentoo <DOT> org>
CommitDate: Mon Jan 20 10:42:33 2014 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=f75a81ef

Requires libattica built against Qt4.

Package-Manager: portage-2.2.7

---
 net-im/choqok/choqok-9999.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-im/choqok/choqok-9999.ebuild b/net-im/choqok/choqok-9999.ebuild
index a7da57f..661a560 100644
--- a/net-im/choqok/choqok-9999.ebuild
+++ b/net-im/choqok/choqok-9999.ebuild
@@ -25,7 +25,7 @@ SLOT="4"
 IUSE="ayatana debug"
 
 RDEPEND="
-	dev-libs/libattica
+	dev-libs/libattica[qt4]
 	dev-libs/qjson
 	>=dev-libs/qoauth-1.0.1
 	ayatana? ( dev-libs/libindicate-qt )


^ permalink raw reply related	[flat|nested] 34+ messages in thread
* [gentoo-commits] proj/kde:master commit in: net-im/choqok/
@ 2013-09-04 19:12 Michael Palimaka
  0 siblings, 0 replies; 34+ messages in thread
From: Michael Palimaka @ 2013-09-04 19:12 UTC (permalink / raw
  To: gentoo-commits

commit:     a3d13524de8bd97587ad6e3942430298b3a45723
Author:     Michael Palimaka <kensington <AT> gentoo <DOT> org>
AuthorDate: Wed Sep  4 19:00:58 2013 +0000
Commit:     Michael Palimaka <kensington <AT> gentoo <DOT> org>
CommitDate: Wed Sep  4 19:00:58 2013 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=a3d13524

[net-im/choqok] Update LINGUAS. Update LICENSE. Add missing dependencies. Move KDE_LINGUAS & KDE_HANDBOOK to global scope since that is controlled by the eclass.

Package-Manager: portage-2.2.1

---
 net-im/choqok/choqok-9999.ebuild | 34 +++++++++++++++++++---------------
 1 file changed, 19 insertions(+), 15 deletions(-)

diff --git a/net-im/choqok/choqok-9999.ebuild b/net-im/choqok/choqok-9999.ebuild
index 4513154..866d106 100644
--- a/net-im/choqok/choqok-9999.ebuild
+++ b/net-im/choqok/choqok-9999.ebuild
@@ -4,34 +4,38 @@
 
 EAPI=5
 
-if [[ ${PV} != *9999* ]]; then
-	KDE_LINGUAS="bg bs ca ca@valencia cs da de el en_GB eo es et fa fi fr ga gl
-	hr hu is ja km lt ms nb nds nl pa pl pt pt_BR ro ru sk sq sv tr ug uk zh_CN
-	zh_TW"
-	SRC_URI="mirror://sourceforge/${PN}/${P}.tar.bz2"
-	KDE_HANDBOOK="optional"
-	KEYWORDS="~amd64 ~ppc ~x86"
-else
-	KEYWORDS=""
-fi
-
+KDE_LINGUAS="bg bs ca ca@valencia cs da de el en_GB eo es et fa fi fr ga gl
+hr hu is it ja km lt mr ms nb nds nl pa pl pt pt_BR ro ru sk sq sl sv tr ug
+uk zh_CN zh_TW"
+KDE_HANDBOOK="optional"
 inherit kde4-base
 
 DESCRIPTION="Free/Open Source micro-blogging client for KDE"
 HOMEPAGE="http://choqok.gnufolks.org/"
 
-LICENSE="GPL-3"
+if [[ ${PV} != *9999* ]]; then
+	SRC_URI="mirror://sourceforge/${PN}/${P}.tar.xz"
+	KEYWORDS="amd64 ~ppc x86"
+else
+	KEYWORDS=""
+fi
+
+LICENSE="GPL-2+"
 SLOT="4"
 IUSE="ayatana debug"
 
-DEPEND="dev-libs/qjson
+RDEPEND="
+	dev-libs/libattica
+	dev-libs/qjson
 	>=dev-libs/qoauth-1.0.1
 	ayatana? ( dev-libs/libindicate-qt )
 "
-RDEPEND="${DEPEND}"
+DEPEND="${RDEPEND}
+	app-arch/xz-utils
+"
 
 src_prepare(){
-	mycmakeargs=(
+	local mycmakeargs=(
 		$(cmake-utils_use !ayatana QTINDICATE_DISABLE)
 	)
 


^ permalink raw reply related	[flat|nested] 34+ messages in thread
* [gentoo-commits] proj/kde:master commit in: net-im/choqok/
@ 2013-09-04 19:12 Michael Palimaka
  0 siblings, 0 replies; 34+ messages in thread
From: Michael Palimaka @ 2013-09-04 19:12 UTC (permalink / raw
  To: gentoo-commits

commit:     3a5ba1d062f1f3f333377abaa3348e35c6365cce
Author:     Michael Palimaka <kensington <AT> gentoo <DOT> org>
AuthorDate: Wed Sep  4 19:06:40 2013 +0000
Commit:     Michael Palimaka <kensington <AT> gentoo <DOT> org>
CommitDate: Wed Sep  4 19:06:40 2013 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=3a5ba1d0

[net-im/choqok] Update DOCS.

Package-Manager: portage-2.2.1

---
 net-im/choqok/choqok-9999.ebuild | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/net-im/choqok/choqok-9999.ebuild b/net-im/choqok/choqok-9999.ebuild
index 866d106..4bb6b7b 100644
--- a/net-im/choqok/choqok-9999.ebuild
+++ b/net-im/choqok/choqok-9999.ebuild
@@ -34,6 +34,8 @@ DEPEND="${RDEPEND}
 	app-arch/xz-utils
 "
 
+DOCS=( AUTHORS README TODO changelog )
+
 src_prepare(){
 	local mycmakeargs=(
 		$(cmake-utils_use !ayatana QTINDICATE_DISABLE)


^ permalink raw reply related	[flat|nested] 34+ messages in thread
* [gentoo-commits] proj/kde:master commit in: net-im/choqok/
@ 2013-09-04 19:12 Michael Palimaka
  0 siblings, 0 replies; 34+ messages in thread
From: Michael Palimaka @ 2013-09-04 19:12 UTC (permalink / raw
  To: gentoo-commits

commit:     2257b4a632e6bb6a546687d8b7d6c6fb1d2c7381
Author:     Michael Palimaka <kensington <AT> gentoo <DOT> org>
AuthorDate: Wed Sep  4 19:08:20 2013 +0000
Commit:     Michael Palimaka <kensington <AT> gentoo <DOT> org>
CommitDate: Wed Sep  4 19:08:20 2013 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=2257b4a6

[net-im/choqok] Fix KEYWORDS.

Package-Manager: portage-2.2.1

---
 net-im/choqok/choqok-9999.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-im/choqok/choqok-9999.ebuild b/net-im/choqok/choqok-9999.ebuild
index 4bb6b7b..b53e75d 100644
--- a/net-im/choqok/choqok-9999.ebuild
+++ b/net-im/choqok/choqok-9999.ebuild
@@ -15,7 +15,7 @@ HOMEPAGE="http://choqok.gnufolks.org/"
 
 if [[ ${PV} != *9999* ]]; then
 	SRC_URI="mirror://sourceforge/${PN}/${P}.tar.xz"
-	KEYWORDS="amd64 ~ppc x86"
+	KEYWORDS="~amd64 ~ppc ~x86"
 else
 	KEYWORDS=""
 fi


^ permalink raw reply related	[flat|nested] 34+ messages in thread
* [gentoo-commits] proj/kde:master commit in: net-im/choqok/
@ 2013-04-25 18:52 Johannes Huber
  0 siblings, 0 replies; 34+ messages in thread
From: Johannes Huber @ 2013-04-25 18:52 UTC (permalink / raw
  To: gentoo-commits

commit:     0247880c97927e071af4cf6df5d663568dade793
Author:     Johannes Huber <johu <AT> gentoo <DOT> org>
AuthorDate: Thu Apr 25 18:52:45 2013 +0000
Commit:     Johannes Huber <johu <AT> gentoo <DOT> org>
CommitDate: Thu Apr 25 18:52:45 2013 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=0247880c

[net-im/choqok] EAPI 5, sync KEYWORDS with tree.

Package-Manager: portage-2.2.0_alpha173

---
 net-im/choqok/choqok-9999.ebuild |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/net-im/choqok/choqok-9999.ebuild b/net-im/choqok/choqok-9999.ebuild
index 708889c..4513154 100644
--- a/net-im/choqok/choqok-9999.ebuild
+++ b/net-im/choqok/choqok-9999.ebuild
@@ -2,7 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 # $Header: $
 
-EAPI=4
+EAPI=5
 
 if [[ ${PV} != *9999* ]]; then
 	KDE_LINGUAS="bg bs ca ca@valencia cs da de el en_GB eo es et fa fi fr ga gl
@@ -10,7 +10,7 @@ if [[ ${PV} != *9999* ]]; then
 	zh_TW"
 	SRC_URI="mirror://sourceforge/${PN}/${P}.tar.bz2"
 	KDE_HANDBOOK="optional"
-	KEYWORDS="~amd64 ~x86"
+	KEYWORDS="~amd64 ~ppc ~x86"
 else
 	KEYWORDS=""
 fi


^ permalink raw reply related	[flat|nested] 34+ messages in thread
* [gentoo-commits] proj/kde:master commit in: net-im/choqok/
@ 2012-08-22 20:12 Johannes Huber
  0 siblings, 0 replies; 34+ messages in thread
From: Johannes Huber @ 2012-08-22 20:12 UTC (permalink / raw
  To: gentoo-commits

commit:     eacdf70e5449158203429590dcb9157a2d5e847d
Author:     Johannes Huber <johu <AT> gentoo <DOT> org>
AuthorDate: Wed Aug 22 13:59:53 2012 +0000
Commit:     Johannes Huber <johu <AT> gentoo <DOT> org>
CommitDate: Wed Aug 22 14:34:25 2012 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=eacdf70e

[net-im/choqok] Git is default now.

(Portage version: 2.2.0_alpha121/git/Linux x86_64, unsigned Manifest commit)

---
 net-im/choqok/choqok-9999.ebuild |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

diff --git a/net-im/choqok/choqok-9999.ebuild b/net-im/choqok/choqok-9999.ebuild
index d7012cb..abb6f52 100644
--- a/net-im/choqok/choqok-9999.ebuild
+++ b/net-im/choqok/choqok-9999.ebuild
@@ -12,7 +12,6 @@ if [[ ${PV} != *9999* ]]; then
 	KDE_HANDBOOK="optional"
 	KEYWORDS="~amd64 ~x86"
 else
-	KDE_SCM="git"
 	KEYWORDS=""
 fi
 


^ permalink raw reply related	[flat|nested] 34+ messages in thread
* [gentoo-commits] proj/kde:master commit in: net-im/choqok/
@ 2011-11-24 21:18 Andreas Hüttel
  0 siblings, 0 replies; 34+ messages in thread
From: Andreas Hüttel @ 2011-11-24 21:18 UTC (permalink / raw
  To: gentoo-commits

commit:     fb55bc66718ff26b69b1accfa9071b00c4e4df58
Author:     Andreas K. Huettel (dilfridge) <mail <AT> akhuettel <DOT> de>
AuthorDate: Thu Nov 24 21:18:47 2011 +0000
Commit:     Andreas Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Thu Nov 24 21:18:47 2011 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=fb55bc66

[net-im/choqok] Move to tree, sync with useflag rename

(Portage version: 2.1.10.37/git/Linux x86_64, unsigned Manifest commit)

---
 net-im/choqok/choqok-1.2.ebuild  |   40 --------------------------------------
 net-im/choqok/choqok-9999.ebuild |    6 ++--
 net-im/choqok/metadata.xml       |    2 +-
 3 files changed, 4 insertions(+), 44 deletions(-)

diff --git a/net-im/choqok/choqok-1.2.ebuild b/net-im/choqok/choqok-1.2.ebuild
deleted file mode 100644
index 59f90ec..0000000
--- a/net-im/choqok/choqok-1.2.ebuild
+++ /dev/null
@@ -1,40 +0,0 @@
-# Copyright 1999-2011 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-EAPI=4
-
-if [[ ${PV} != *9999* ]]; then
-	KDE_LINGUAS="bg bs ca ca@valencia cs da de el en_GB eo es et fa fi fr ga gl
-	hr hu is ja km lt ms nb nds nl pa pl pt pt_BR ro ru sk sq sv tr ug uk zh_CN
-	zh_TW"
-	SRC_URI="mirror://sourceforge/${PN}/${P}.tar.bz2"
-	KDE_HANDBOOK="optional"
-	KEYWORDS="~amd64 ~x86"
-else
-	KDE_SCM="git"
-	KEYWORDS=""
-fi
-
-inherit kde4-base
-
-DESCRIPTION="Free/Open Source micro-blogging client for KDE"
-HOMEPAGE="http://choqok.gnufolks.org/"
-
-LICENSE="GPL-3"
-SLOT="4"
-IUSE="debug indicate"
-
-DEPEND="dev-libs/qjson
-	>=dev-libs/qoauth-1.0.1
-	indicate? ( dev-libs/libindicate-qt )
-"
-RDEPEND="${DEPEND}"
-
-src_prepare(){
-	mycmakeargs=(
-		$(cmake-utils_use !indicate QTINDICATE_DISABLE)
-	)
-
-	kde4-base_src_prepare
-}

diff --git a/net-im/choqok/choqok-9999.ebuild b/net-im/choqok/choqok-9999.ebuild
index 59f90ec..46ff9b7 100644
--- a/net-im/choqok/choqok-9999.ebuild
+++ b/net-im/choqok/choqok-9999.ebuild
@@ -23,17 +23,17 @@ HOMEPAGE="http://choqok.gnufolks.org/"
 
 LICENSE="GPL-3"
 SLOT="4"
-IUSE="debug indicate"
+IUSE="ayatana debug"
 
 DEPEND="dev-libs/qjson
 	>=dev-libs/qoauth-1.0.1
-	indicate? ( dev-libs/libindicate-qt )
+	ayatana? ( dev-libs/libindicate-qt )
 "
 RDEPEND="${DEPEND}"
 
 src_prepare(){
 	mycmakeargs=(
-		$(cmake-utils_use !indicate QTINDICATE_DISABLE)
+		$(cmake-utils_use !ayatana QTINDICATE_DISABLE)
 	)
 
 	kde4-base_src_prepare

diff --git a/net-im/choqok/metadata.xml b/net-im/choqok/metadata.xml
index 48baac8..0ef0fb4 100644
--- a/net-im/choqok/metadata.xml
+++ b/net-im/choqok/metadata.xml
@@ -3,6 +3,6 @@
 <pkgmetadata>
 	<herd>kde</herd>
 	<use>
-		<flag name='indicate'>Support for <pkg>dev-libs/libindicate-qt</pkg> notifications</flag>
+		<flag name='ayatana'>Build in support for Ayatana notification using the libindicate-qt plugin.</flag>
 	</use>
 </pkgmetadata>



^ permalink raw reply related	[flat|nested] 34+ messages in thread
* [gentoo-commits] proj/kde:master commit in: net-im/choqok/
@ 2011-11-07 22:16 Johannes Huber
  0 siblings, 0 replies; 34+ messages in thread
From: Johannes Huber @ 2011-11-07 22:16 UTC (permalink / raw
  To: gentoo-commits

commit:     2ffbb8d8ae21537d6d2dc283db69bf5bdd627778
Author:     Johannes Huber <johu <AT> gmx <DOT> de>
AuthorDate: Mon Nov  7 22:15:22 2011 +0000
Commit:     Johannes Huber <johu <AT> gmx <DOT> de>
CommitDate: Mon Nov  7 22:15:22 2011 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=2ffbb8d8

[net-im/choqok] Bump 1.2

(Portage version: 2.2.0_alpha72/git/Linux i686, unsigned Manifest commit)

---
 net-im/choqok/choqok-1.2.ebuild |   40 +++++++++++++++++++++++++++++++++++++++
 1 files changed, 40 insertions(+), 0 deletions(-)

diff --git a/net-im/choqok/choqok-1.2.ebuild b/net-im/choqok/choqok-1.2.ebuild
new file mode 100644
index 0000000..59f90ec
--- /dev/null
+++ b/net-im/choqok/choqok-1.2.ebuild
@@ -0,0 +1,40 @@
+# Copyright 1999-2011 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI=4
+
+if [[ ${PV} != *9999* ]]; then
+	KDE_LINGUAS="bg bs ca ca@valencia cs da de el en_GB eo es et fa fi fr ga gl
+	hr hu is ja km lt ms nb nds nl pa pl pt pt_BR ro ru sk sq sv tr ug uk zh_CN
+	zh_TW"
+	SRC_URI="mirror://sourceforge/${PN}/${P}.tar.bz2"
+	KDE_HANDBOOK="optional"
+	KEYWORDS="~amd64 ~x86"
+else
+	KDE_SCM="git"
+	KEYWORDS=""
+fi
+
+inherit kde4-base
+
+DESCRIPTION="Free/Open Source micro-blogging client for KDE"
+HOMEPAGE="http://choqok.gnufolks.org/"
+
+LICENSE="GPL-3"
+SLOT="4"
+IUSE="debug indicate"
+
+DEPEND="dev-libs/qjson
+	>=dev-libs/qoauth-1.0.1
+	indicate? ( dev-libs/libindicate-qt )
+"
+RDEPEND="${DEPEND}"
+
+src_prepare(){
+	mycmakeargs=(
+		$(cmake-utils_use !indicate QTINDICATE_DISABLE)
+	)
+
+	kde4-base_src_prepare
+}



^ permalink raw reply related	[flat|nested] 34+ messages in thread
* [gentoo-commits] proj/kde:master commit in: net-im/choqok/
@ 2011-11-07 22:16 Johannes Huber
  0 siblings, 0 replies; 34+ messages in thread
From: Johannes Huber @ 2011-11-07 22:16 UTC (permalink / raw
  To: gentoo-commits

commit:     ba509116558e4a6d6a674400b0e9650fa4bd86fa
Author:     Johannes Huber <johu <AT> gmx <DOT> de>
AuthorDate: Mon Nov  7 21:52:33 2011 +0000
Commit:     Johannes Huber <johu <AT> gmx <DOT> de>
CommitDate: Mon Nov  7 22:01:19 2011 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=ba509116

[net-im/choqok] Sync with tree, update linguas

(Portage version: 2.2.0_alpha72/git/Linux i686, unsigned Manifest commit)

---
 net-im/choqok/choqok-9999.ebuild |    8 +++++---
 1 files changed, 5 insertions(+), 3 deletions(-)

diff --git a/net-im/choqok/choqok-9999.ebuild b/net-im/choqok/choqok-9999.ebuild
index fc9f807..59f90ec 100644
--- a/net-im/choqok/choqok-9999.ebuild
+++ b/net-im/choqok/choqok-9999.ebuild
@@ -4,19 +4,21 @@
 
 EAPI=4
 
-KDE_LINGUAS="bg da de en_GB es et fr ja nb nds nl pa pl pt pt_BR ru sv tr uk zh_CN zh_TW"
-KDE_SCM="git"
 if [[ ${PV} != *9999* ]]; then
+	KDE_LINGUAS="bg bs ca ca@valencia cs da de el en_GB eo es et fa fi fr ga gl
+	hr hu is ja km lt ms nb nds nl pa pl pt pt_BR ro ru sk sq sv tr ug uk zh_CN
+	zh_TW"
 	SRC_URI="mirror://sourceforge/${PN}/${P}.tar.bz2"
 	KDE_HANDBOOK="optional"
 	KEYWORDS="~amd64 ~x86"
 else
+	KDE_SCM="git"
 	KEYWORDS=""
 fi
 
 inherit kde4-base
 
-DESCRIPTION="A Free/Open Source micro-blogging client for KDE"
+DESCRIPTION="Free/Open Source micro-blogging client for KDE"
 HOMEPAGE="http://choqok.gnufolks.org/"
 
 LICENSE="GPL-3"



^ permalink raw reply related	[flat|nested] 34+ messages in thread
* [gentoo-commits] proj/kde:master commit in: net-im/choqok/
@ 2011-09-21 19:14 Johannes Huber
  0 siblings, 0 replies; 34+ messages in thread
From: Johannes Huber @ 2011-09-21 19:14 UTC (permalink / raw
  To: gentoo-commits

commit:     36b537a7bd9b8abb10f65aef1c58a35647a909d7
Author:     Johannes Huber <johu <AT> gmx <DOT> de>
AuthorDate: Wed Sep 21 19:14:46 2011 +0000
Commit:     Johannes Huber <johu <AT> gmx <DOT> de>
CommitDate: Wed Sep 21 19:14:46 2011 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=36b537a7

[net-im/choqok] Sync metadata.xml with tree, fix repoman error

(Portage version: 2.2.0_alpha59/git/Linux i686, signed Manifest commit with key DF018462)

---
 net-im/choqok/metadata.xml |    5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)

diff --git a/net-im/choqok/metadata.xml b/net-im/choqok/metadata.xml
index 8d36d5b..48baac8 100644
--- a/net-im/choqok/metadata.xml
+++ b/net-im/choqok/metadata.xml
@@ -1,5 +1,8 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
 <pkgmetadata>
-  <herd>kde</herd>
+	<herd>kde</herd>
+	<use>
+		<flag name='indicate'>Support for <pkg>dev-libs/libindicate-qt</pkg> notifications</flag>
+	</use>
 </pkgmetadata>



^ permalink raw reply related	[flat|nested] 34+ messages in thread
* [gentoo-commits] proj/kde:master commit in: net-im/choqok/
@ 2011-04-12 13:03 Theo Chatzimichos
  0 siblings, 0 replies; 34+ messages in thread
From: Theo Chatzimichos @ 2011-04-12 13:03 UTC (permalink / raw
  To: gentoo-commits

commit:     4b84879679577e702236afb763d29369b8dff3ae
Author:     Theo Chatzimichos <tampakrap <AT> gentoo <DOT> org>
AuthorDate: Tue Apr 12 12:57:12 2011 +0000
Commit:     Theo Chatzimichos <tampakrap <AT> gentoo <DOT> org>
CommitDate: Tue Apr 12 13:03:42 2011 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=4b848796

[net-im/choqok] Cleanup, sync with in-tree ebuild

---
 net-im/choqok/choqok-9999.ebuild |   21 ++++++++++++---------
 1 files changed, 12 insertions(+), 9 deletions(-)

diff --git a/net-im/choqok/choqok-9999.ebuild b/net-im/choqok/choqok-9999.ebuild
index bf0b28b..601891d 100644
--- a/net-im/choqok/choqok-9999.ebuild
+++ b/net-im/choqok/choqok-9999.ebuild
@@ -1,34 +1,37 @@
 # Copyright 1999-2011 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-im/choqok/choqok-0.9.90-r1.ebuild,v 1.1 2010/09/07 01:22:48 tampakrap Exp $
+# $Header: $
 
 EAPI=3
 
-
 if [[ ${PV} != *9999* ]]; then
-	KDE_LINGUAS="bg da de en_GB es et fr ja nb nds nl pa pl pt pt_BR sv tr uk zh_CN zh_TW"
-	SRC_URI="http://choqok.gnufolks.org/pkgs/${PN}_${PV}.tar.bz2"
+	KDE_LINGUAS="bg da de en_GB es et fr ja nb nds nl pa pl pt pt_BR ru sv tr uk zh_CN zh_TW"
+	SRC_URI="mirror://sourceforge/${PN}/${P}.tar.bz2"
+	KDE_HANDBOOK="optional"
+	KEYWORDS="~amd64 ~x86"
+else
+	KDE_SCM="git"
+	KEYWORDS=""
 fi
-KDE_SCM="git"
+
 inherit kde4-base
 
 DESCRIPTION="A Free/Open Source micro-blogging client for KDE"
 HOMEPAGE="http://choqok.gnufolks.org/"
 
 LICENSE="GPL-3"
-KEYWORDS=""
 SLOT="4"
 IUSE="debug indicate"
 
 DEPEND="dev-libs/qjson
-		>=dev-libs/qoauth-1.0.1
-		indicate? ( dev-libs/libindicate-qt )
+	>=dev-libs/qoauth-1.0.1
+	indicate? ( dev-libs/libindicate-qt )
 "
 RDEPEND="${DEPEND}"
 
 src_prepare(){
 	mycmakeargs=(
-		$(cmake-utils_use indicate QTINDICATE_ENABLE)
+		$(cmake-utils_use !indicate QTINDICATE_DISABLE)
 	)
 
 	kde4-base_src_prepare



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

end of thread, other threads:[~2024-09-09 16:29 UTC | newest]

Thread overview: 34+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-10-11 15:18 [gentoo-commits] proj/kde:master commit in: net-im/choqok/ Andreas Sturmlechner
  -- strict thread matches above, loose matches on Subject: below --
2024-09-09 16:29 Andreas Sturmlechner
2024-05-20 21:26 Andreas Sturmlechner
2020-08-09  9:45 Andreas Sturmlechner
2020-02-05  0:28 Andreas Sturmlechner
2020-02-05  0:28 Andreas Sturmlechner
2019-11-13  2:00 Andreas Sturmlechner
2019-04-30 18:42 Andreas Sturmlechner
2018-06-24 18:04 Andreas Sturmlechner
2018-02-22 13:17 Andreas Sturmlechner
2017-10-12 16:46 Johannes Huber
2017-10-08  8:10 Johannes Huber
2017-08-02 19:59 Andreas Sturmlechner
2016-10-12 18:44 Michael Palimaka
2016-10-08 16:16 Michael Palimaka
2016-08-04 18:02 Johannes Huber
2016-08-04 18:02 Johannes Huber
2016-06-18 18:56 Michael Palimaka
2016-06-17 11:21 Michael Palimaka
2016-06-17 11:21 Michael Palimaka
2016-03-13 11:20 Johannes Huber
2016-01-31 15:53 Michael Palimaka
2016-01-26 18:18 Michael Palimaka
2014-01-20 10:43 Michael Palimaka
2013-09-04 19:12 Michael Palimaka
2013-09-04 19:12 Michael Palimaka
2013-09-04 19:12 Michael Palimaka
2013-04-25 18:52 Johannes Huber
2012-08-22 20:12 Johannes Huber
2011-11-24 21:18 Andreas Hüttel
2011-11-07 22:16 Johannes Huber
2011-11-07 22:16 Johannes Huber
2011-09-21 19:14 Johannes Huber
2011-04-12 13:03 Theo Chatzimichos

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