public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] proj/kde:master commit in: net-irc/konversation/
@ 2011-03-16  9:57 Tomas Chvatal
  0 siblings, 0 replies; 52+ messages in thread
From: Tomas Chvatal @ 2011-03-16  9:57 UTC (permalink / raw
  To: gentoo-commits

commit:     6b6f946b21158875541776dd4c809748a317f017
Author:     Tomas Chvatal <scarabeus <AT> gentoo <DOT> org>
AuthorDate: Wed Mar 16 09:56:25 2011 +0000
Commit:     Tomas Chvatal <scarabeus <AT> gentoo <DOT> org>
CommitDate: Wed Mar 16 09:56:25 2011 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=6b6f946b

[net-irc/konversation] sync with main tree.

---
 net-irc/konversation/konversation-9999.ebuild |    4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diff --git a/net-irc/konversation/konversation-9999.ebuild b/net-irc/konversation/konversation-9999.ebuild
index 5538171..b5415a1 100644
--- a/net-irc/konversation/konversation-9999.ebuild
+++ b/net-irc/konversation/konversation-9999.ebuild
@@ -19,7 +19,9 @@ DEPEND="
 	$(add_kdebase_dep kdepimlibs)
 	crypt? ( app-crypt/qca:2 )
 "
-RDEPEND="${DEPEND}"
+RDEPEND="${DEPEND}
+	crypt? ( app-crypt/qca-ossl )
+"
 
 src_configure() {
 	mycmakeargs=($(cmake-utils_use_with crypt QCA2))



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

* [gentoo-commits] proj/kde:master commit in: net-irc/konversation/
@ 2011-12-02 13:04 Johannes Huber
  0 siblings, 0 replies; 52+ messages in thread
From: Johannes Huber @ 2011-12-02 13:04 UTC (permalink / raw
  To: gentoo-commits

commit:     7744331853aa2220c78ecd424f95fc7743a6be2f
Author:     Johannes Huber <johu <AT> gmx <DOT> de>
AuthorDate: Fri Dec  2 13:03:59 2011 +0000
Commit:     Johannes Huber <johu <AT> gmx <DOT> de>
CommitDate: Fri Dec  2 13:03:59 2011 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=77443318

[net-irc/konversation] Version bump 1.4 beta1, bug 392759.

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

---
 net-irc/konversation/konversation-1.4_beta1.ebuild |   42 ++++++++++++++++++++
 net-irc/konversation/konversation-9999.ebuild      |    4 +-
 2 files changed, 45 insertions(+), 1 deletions(-)

diff --git a/net-irc/konversation/konversation-1.4_beta1.ebuild b/net-irc/konversation/konversation-1.4_beta1.ebuild
new file mode 100644
index 0000000..b399a38
--- /dev/null
+++ b/net-irc/konversation/konversation-1.4_beta1.ebuild
@@ -0,0 +1,42 @@
+# Copyright 1999-2011 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI=4
+
+KDE_LINGUAS="bg bs ca ca@valencia cs da de el en_GB es et fi fr gl hu it ja nb
+nds nl pl pt pt_BR ru sr sr@ijekavian sr@ijekavianlatin sr@latin sv tr uk zh_CN
+zh_TW"
+KDE_DOC_DIRS="doc doc-translations/%lingua_${PN}"
+KDE_HANDBOOK="optional"
+inherit kde4-base
+
+MY_PV="${PV/_/-}"
+MY_P="${PN}-${MY_PV}"
+DESCRIPTION="A user friendly IRC Client for KDE4"
+HOMEPAGE="http://konversation.kde.org"
+SRC_URI="mirror://kde/unstable/${PN}/${MY_PV}/src/${MY_P}.tar.xz"
+
+LICENSE="GPL-2"
+KEYWORDS="~amd64 ~x86"
+SLOT="4"
+IUSE="+crypt debug"
+
+DEPEND="
+	$(add_kdebase_dep kdepimlibs)
+	crypt? ( app-crypt/qca:2 )
+"
+RDEPEND="${DEPEND}
+	crypt? ( app-crypt/qca-ossl )
+"
+
+DOCS="AUTHORS ChangeLog NEWS README TODO"
+
+S="${WORKDIR}/${MY_P}"
+
+src_configure() {
+	mycmakeargs+=(
+		$(cmake-utils_use_with crypt QCA2)
+	)
+	kde4-base_src_configure
+}

diff --git a/net-irc/konversation/konversation-9999.ebuild b/net-irc/konversation/konversation-9999.ebuild
index a5c0ae3..4b56ad5 100644
--- a/net-irc/konversation/konversation-9999.ebuild
+++ b/net-irc/konversation/konversation-9999.ebuild
@@ -24,6 +24,8 @@ RDEPEND="${DEPEND}
 "
 
 src_configure() {
-	mycmakeargs=($(cmake-utils_use_with crypt QCA2))
+	mycmakeargs+=(
+		$(cmake-utils_use_with crypt QCA2)
+	)
 	kde4-base_src_configure
 }



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

* [gentoo-commits] proj/kde:master commit in: net-irc/konversation/
@ 2011-12-05 21:17 Johannes Huber
  0 siblings, 0 replies; 52+ messages in thread
From: Johannes Huber @ 2011-12-05 21:17 UTC (permalink / raw
  To: gentoo-commits

commit:     f33eca64a8e8de4af1e0d9b00fddb2337212080d
Author:     Johannes Huber <johu <AT> gmx <DOT> de>
AuthorDate: Mon Dec  5 21:08:32 2011 +0000
Commit:     Johannes Huber <johu <AT> gmx <DOT> de>
CommitDate: Mon Dec  5 21:08:32 2011 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=f33eca64

[net-irc/konversation] Version bump 1.4, bug 392759.

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

---
 ...on-1.4_beta1.ebuild => konversation-1.4.ebuild} |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/net-irc/konversation/konversation-1.4_beta1.ebuild b/net-irc/konversation/konversation-1.4.ebuild
similarity index 83%
rename from net-irc/konversation/konversation-1.4_beta1.ebuild
rename to net-irc/konversation/konversation-1.4.ebuild
index b399a38..ba83e5c 100644
--- a/net-irc/konversation/konversation-1.4_beta1.ebuild
+++ b/net-irc/konversation/konversation-1.4.ebuild
@@ -5,8 +5,8 @@
 EAPI=4
 
 KDE_LINGUAS="bg bs ca ca@valencia cs da de el en_GB es et fi fr gl hu it ja nb
-nds nl pl pt pt_BR ru sr sr@ijekavian sr@ijekavianlatin sr@latin sv tr uk zh_CN
-zh_TW"
+nds nl pl pt pt_BR ru si sr sr@ijekavian sr@ijekavianlatin sr@latin sv tr uk
+zh_CN zh_TW"
 KDE_DOC_DIRS="doc doc-translations/%lingua_${PN}"
 KDE_HANDBOOK="optional"
 inherit kde4-base
@@ -15,7 +15,7 @@ MY_PV="${PV/_/-}"
 MY_P="${PN}-${MY_PV}"
 DESCRIPTION="A user friendly IRC Client for KDE4"
 HOMEPAGE="http://konversation.kde.org"
-SRC_URI="mirror://kde/unstable/${PN}/${MY_PV}/src/${MY_P}.tar.xz"
+SRC_URI="mirror://kde/stable/${PN}/${MY_PV}/src/${MY_P}.tar.xz"
 
 LICENSE="GPL-2"
 KEYWORDS="~amd64 ~x86"



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

* [gentoo-commits] proj/kde:master commit in: net-irc/konversation/
@ 2011-12-08 10:40 Johannes Huber
  0 siblings, 0 replies; 52+ messages in thread
From: Johannes Huber @ 2011-12-08 10:40 UTC (permalink / raw
  To: gentoo-commits

commit:     2012737d72c1b78e686624e5d346c29628c80fc4
Author:     Johannes Huber <johu <AT> gentoo <DOT> org>
AuthorDate: Thu Dec  8 10:39:32 2011 +0000
Commit:     Johannes Huber <johu <AT> gmx <DOT> de>
CommitDate: Thu Dec  8 10:39:44 2011 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=2012737d

[net-irc/konversation] Moved to tree

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

---
 net-irc/konversation/konversation-1.4.ebuild |   42 --------------------------
 1 files changed, 0 insertions(+), 42 deletions(-)

diff --git a/net-irc/konversation/konversation-1.4.ebuild b/net-irc/konversation/konversation-1.4.ebuild
deleted file mode 100644
index ba83e5c..0000000
--- a/net-irc/konversation/konversation-1.4.ebuild
+++ /dev/null
@@ -1,42 +0,0 @@
-# Copyright 1999-2011 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-EAPI=4
-
-KDE_LINGUAS="bg bs ca ca@valencia cs da de el en_GB es et fi fr gl hu it ja nb
-nds nl pl pt pt_BR ru si sr sr@ijekavian sr@ijekavianlatin sr@latin sv tr uk
-zh_CN zh_TW"
-KDE_DOC_DIRS="doc doc-translations/%lingua_${PN}"
-KDE_HANDBOOK="optional"
-inherit kde4-base
-
-MY_PV="${PV/_/-}"
-MY_P="${PN}-${MY_PV}"
-DESCRIPTION="A user friendly IRC Client for KDE4"
-HOMEPAGE="http://konversation.kde.org"
-SRC_URI="mirror://kde/stable/${PN}/${MY_PV}/src/${MY_P}.tar.xz"
-
-LICENSE="GPL-2"
-KEYWORDS="~amd64 ~x86"
-SLOT="4"
-IUSE="+crypt debug"
-
-DEPEND="
-	$(add_kdebase_dep kdepimlibs)
-	crypt? ( app-crypt/qca:2 )
-"
-RDEPEND="${DEPEND}
-	crypt? ( app-crypt/qca-ossl )
-"
-
-DOCS="AUTHORS ChangeLog NEWS README TODO"
-
-S="${WORKDIR}/${MY_P}"
-
-src_configure() {
-	mycmakeargs+=(
-		$(cmake-utils_use_with crypt QCA2)
-	)
-	kde4-base_src_configure
-}



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

* [gentoo-commits] proj/kde:master commit in: net-irc/konversation/
@ 2012-08-22 20:12 Johannes Huber
  0 siblings, 0 replies; 52+ messages in thread
From: Johannes Huber @ 2012-08-22 20:12 UTC (permalink / raw
  To: gentoo-commits

commit:     37b84562a6f772e600770b50969a9a1c11281045
Author:     Johannes Huber <johu <AT> gentoo <DOT> org>
AuthorDate: Wed Aug 22 14:05:41 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=37b84562

[net-irc/konversation] Git is default now.

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

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

diff --git a/net-irc/konversation/konversation-9999.ebuild b/net-irc/konversation/konversation-9999.ebuild
index 609a0a3..08826bf 100644
--- a/net-irc/konversation/konversation-9999.ebuild
+++ b/net-irc/konversation/konversation-9999.ebuild
@@ -4,7 +4,6 @@
 
 EAPI=4
 
-KDE_SCM="git"
 inherit kde4-base
 
 DESCRIPTION="A user friendly IRC Client for KDE4"


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

* [gentoo-commits] proj/kde:master commit in: net-irc/konversation/
@ 2013-04-06  1:46 Manuel Rüger
  0 siblings, 0 replies; 52+ messages in thread
From: Manuel Rüger @ 2013-04-06  1:46 UTC (permalink / raw
  To: gentoo-commits

commit:     6464247504fbb77d96009fce63a094ad8b19cf28
Author:     Manuel Rüger <gentoo <AT> rueg <DOT> eu>
AuthorDate: Sat Apr  6 01:45:37 2013 +0000
Commit:     Manuel Rüger <gentoo <AT> rueg <DOT> eu>
CommitDate: Sat Apr  6 01:45:37 2013 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=64642475

[net-irc/konversation] Version bump, add missing license for handbook

Package-Manager: portage-2.1.11.60

---
 net-irc/konversation/konversation-1.5_rc1.ebuild |   42 ++++++++++++++++++++++
 1 files changed, 42 insertions(+), 0 deletions(-)

diff --git a/net-irc/konversation/konversation-1.5_rc1.ebuild b/net-irc/konversation/konversation-1.5_rc1.ebuild
new file mode 100644
index 0000000..da13c06
--- /dev/null
+++ b/net-irc/konversation/konversation-1.5_rc1.ebuild
@@ -0,0 +1,42 @@
+# Copyright 1999-2013 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI=5
+
+KDE_LINGUAS="bg bs ca ca@valencia cs da de el en_GB es et fi fr gl he hu it ja
+kk km lt nb nds nl pl pt pt_BR ru si sk sl sr sr@ijekavian sr@ijekavianlatin
+sr@latin sv tr uk zh_CN zh_TW"
+KDE_DOC_DIRS="doc doc-translations/%lingua_${PN}"
+KDE_HANDBOOK="optional"
+inherit kde4-base
+
+MY_PV="${PV/_/-}"
+MY_P="${PN}-${MY_PV}"
+DESCRIPTION="A user friendly IRC Client for KDE4"
+HOMEPAGE="http://konversation.kde.org"
+SRC_URI="mirror://kde/unstable/${PN}/${MY_PV}/src/${MY_P}.tar.xz"
+
+LICENSE="GPL-2 FDL-1.2"
+KEYWORDS="~amd64 ~x86"
+SLOT="4"
+IUSE="+crypt debug"
+
+DEPEND="
+	$(add_kdebase_dep kdepimlibs)
+	crypt? ( app-crypt/qca:2 )
+"
+RDEPEND="${DEPEND}
+	crypt? ( app-crypt/qca-ossl )
+"
+
+DOCS="AUTHORS ChangeLog NEWS README TODO"
+
+S="${WORKDIR}/${MY_P}"
+
+src_configure() {
+	mycmakeargs+=(
+		$(cmake-utils_use_with crypt QCA2)
+	)
+	kde4-base_src_configure
+}


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

* [gentoo-commits] proj/kde:master commit in: net-irc/konversation/
@ 2013-04-25 19:29 Johannes Huber
  0 siblings, 0 replies; 52+ messages in thread
From: Johannes Huber @ 2013-04-25 19:29 UTC (permalink / raw
  To: gentoo-commits

commit:     32679626a851a9e822ddd988b1ee69b633d8b9f1
Author:     Johannes Huber <johu <AT> gentoo <DOT> org>
AuthorDate: Thu Apr 25 19:28:55 2013 +0000
Commit:     Johannes Huber <johu <AT> gentoo <DOT> org>
CommitDate: Thu Apr 25 19:28:55 2013 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=32679626

[net-irc/konversation] Sync with each other.

Package-Manager: portage-2.2.0_alpha173

---
 net-irc/konversation/konversation-1.5_rc1.ebuild |    2 --
 net-irc/konversation/konversation-9999.ebuild    |    2 +-
 2 files changed, 1 insertions(+), 3 deletions(-)

diff --git a/net-irc/konversation/konversation-1.5_rc1.ebuild b/net-irc/konversation/konversation-1.5_rc1.ebuild
index da13c06..59eba11 100644
--- a/net-irc/konversation/konversation-1.5_rc1.ebuild
+++ b/net-irc/konversation/konversation-1.5_rc1.ebuild
@@ -30,8 +30,6 @@ RDEPEND="${DEPEND}
 	crypt? ( app-crypt/qca-ossl )
 "
 
-DOCS="AUTHORS ChangeLog NEWS README TODO"
-
 S="${WORKDIR}/${MY_P}"
 
 src_configure() {

diff --git a/net-irc/konversation/konversation-9999.ebuild b/net-irc/konversation/konversation-9999.ebuild
index f773594..65f9ad2 100644
--- a/net-irc/konversation/konversation-9999.ebuild
+++ b/net-irc/konversation/konversation-9999.ebuild
@@ -2,7 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 # $Header: $
 
-EAPI=4
+EAPI=5
 
 inherit kde4-base
 


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

* [gentoo-commits] proj/kde:master commit in: net-irc/konversation/
@ 2013-06-01 19:59 Tomas Chvatal
  0 siblings, 0 replies; 52+ messages in thread
From: Tomas Chvatal @ 2013-06-01 19:59 UTC (permalink / raw
  To: gentoo-commits

commit:     8a145ea863f122e4c302780e502b1d1f4701ef4f
Author:     Tomas Chvatal <tomas.chvatal <AT> gmail <DOT> com>
AuthorDate: Sat Jun  1 19:57:23 2013 +0000
Commit:     Tomas Chvatal <scarabeus <AT> gentoo <DOT> org>
CommitDate: Sat Jun  1 19:57:23 2013 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=8a145ea8

[net-irc/konversation] remove rc ebuild as it was moved to cvs.

---
 net-irc/konversation/konversation-1.5_rc1.ebuild | 40 ------------------------
 1 file changed, 40 deletions(-)

diff --git a/net-irc/konversation/konversation-1.5_rc1.ebuild b/net-irc/konversation/konversation-1.5_rc1.ebuild
deleted file mode 100644
index 59eba11..0000000
--- a/net-irc/konversation/konversation-1.5_rc1.ebuild
+++ /dev/null
@@ -1,40 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-EAPI=5
-
-KDE_LINGUAS="bg bs ca ca@valencia cs da de el en_GB es et fi fr gl he hu it ja
-kk km lt nb nds nl pl pt pt_BR ru si sk sl sr sr@ijekavian sr@ijekavianlatin
-sr@latin sv tr uk zh_CN zh_TW"
-KDE_DOC_DIRS="doc doc-translations/%lingua_${PN}"
-KDE_HANDBOOK="optional"
-inherit kde4-base
-
-MY_PV="${PV/_/-}"
-MY_P="${PN}-${MY_PV}"
-DESCRIPTION="A user friendly IRC Client for KDE4"
-HOMEPAGE="http://konversation.kde.org"
-SRC_URI="mirror://kde/unstable/${PN}/${MY_PV}/src/${MY_P}.tar.xz"
-
-LICENSE="GPL-2 FDL-1.2"
-KEYWORDS="~amd64 ~x86"
-SLOT="4"
-IUSE="+crypt debug"
-
-DEPEND="
-	$(add_kdebase_dep kdepimlibs)
-	crypt? ( app-crypt/qca:2 )
-"
-RDEPEND="${DEPEND}
-	crypt? ( app-crypt/qca-ossl )
-"
-
-S="${WORKDIR}/${MY_P}"
-
-src_configure() {
-	mycmakeargs+=(
-		$(cmake-utils_use_with crypt QCA2)
-	)
-	kde4-base_src_configure
-}


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

* [gentoo-commits] proj/kde:master commit in: net-irc/konversation/
@ 2014-07-12 23:49 David Heidelberger
  0 siblings, 0 replies; 52+ messages in thread
From: David Heidelberger @ 2014-07-12 23:49 UTC (permalink / raw
  To: gentoo-commits

commit:     fa48270c52e50e3d1f81e6214a55b67124a44b13
Author:     David Heidelberger <david.heidelberger <AT> ixit <DOT> cz>
AuthorDate: Sat Jul 12 23:49:37 2014 +0000
Commit:     David Heidelberger <d.okias <AT> gmail <DOT> com>
CommitDate: Sat Jul 12 23:49:37 2014 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=fa48270c

[net-irc/konversation] switch 9999 to KF5

Package-Manager: portage-2.2.10

---
 .../{konversation-9999.ebuild => konversation-4.9999.ebuild}   |  0
 net-irc/konversation/konversation-9999.ebuild                  | 10 +++++-----
 net-irc/konversation/metadata.xml                              |  2 +-
 3 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/net-irc/konversation/konversation-9999.ebuild b/net-irc/konversation/konversation-4.9999.ebuild
similarity index 100%
copy from net-irc/konversation/konversation-9999.ebuild
copy to net-irc/konversation/konversation-4.9999.ebuild

diff --git a/net-irc/konversation/konversation-9999.ebuild b/net-irc/konversation/konversation-9999.ebuild
index bfae242..3d1bc90 100644
--- a/net-irc/konversation/konversation-9999.ebuild
+++ b/net-irc/konversation/konversation-9999.ebuild
@@ -4,18 +4,18 @@
 
 EAPI=5
 
-inherit kde4-base
+EGIT_BRANCH="frameworks"
+inherit kde5
 
-DESCRIPTION="A user friendly IRC Client for KDE4"
+DESCRIPTION="A user friendly IRC Client for KDE"
 HOMEPAGE="http://konversation.kde.org"
 
 LICENSE="GPL-2"
 KEYWORDS=""
-SLOT="4"
+SLOT="5"
 IUSE="+crypt debug"
 
 DEPEND="
-	$(add_kdebase_dep kdepimlibs)
 	crypt? ( app-crypt/qca:2 )
 "
 RDEPEND="${DEPEND}
@@ -26,5 +26,5 @@ src_configure() {
 	mycmakeargs+=(
 		$(cmake-utils_use_with crypt QCA2)
 	)
-	kde4-base_src_configure
+	kde5_src_configure
 }

diff --git a/net-irc/konversation/metadata.xml b/net-irc/konversation/metadata.xml
index a23f444..8d36d5b 100644
--- a/net-irc/konversation/metadata.xml
+++ b/net-irc/konversation/metadata.xml
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
 <pkgmetadata>
-	<herd>kde</herd>
+  <herd>kde</herd>
 </pkgmetadata>


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

* [gentoo-commits] proj/kde:master commit in: net-irc/konversation/
@ 2014-07-15 16:33 Michael Palimaka
  0 siblings, 0 replies; 52+ messages in thread
From: Michael Palimaka @ 2014-07-15 16:33 UTC (permalink / raw
  To: gentoo-commits

commit:     30b370ec78086219f07408a8e47a52c142b63845
Author:     Michael Palimaka <kensington <AT> gentoo <DOT> org>
AuthorDate: Tue Jul 15 16:29:54 2014 +0000
Commit:     Michael Palimaka <kensington <AT> gentoo <DOT> org>
CommitDate: Tue Jul 15 16:29:54 2014 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=30b370ec

[net-irc/konversation] Whitespace.

Package-Manager: portage-2.2.10

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

diff --git a/net-irc/konversation/metadata.xml b/net-irc/konversation/metadata.xml
index 8d36d5b..a23f444 100644
--- a/net-irc/konversation/metadata.xml
+++ b/net-irc/konversation/metadata.xml
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
 <pkgmetadata>
-  <herd>kde</herd>
+	<herd>kde</herd>
 </pkgmetadata>


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

* [gentoo-commits] proj/kde:master commit in: net-irc/konversation/
@ 2014-07-15 16:33 Michael Palimaka
  0 siblings, 0 replies; 52+ messages in thread
From: Michael Palimaka @ 2014-07-15 16:33 UTC (permalink / raw
  To: gentoo-commits

commit:     b7e3f27864893022dbefc6d99577f5f343aba13b
Author:     Michael Palimaka <kensington <AT> gentoo <DOT> org>
AuthorDate: Tue Jul 15 16:32:01 2014 +0000
Commit:     Michael Palimaka <kensington <AT> gentoo <DOT> org>
CommitDate: Tue Jul 15 16:32:01 2014 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=b7e3f278

[kde-base/konversation] Remove stuff handled by eclass.

---
 net-irc/konversation/konversation-9999.ebuild | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/net-irc/konversation/konversation-9999.ebuild b/net-irc/konversation/konversation-9999.ebuild
index 3d1bc90..afa38c3 100644
--- a/net-irc/konversation/konversation-9999.ebuild
+++ b/net-irc/konversation/konversation-9999.ebuild
@@ -12,8 +12,7 @@ HOMEPAGE="http://konversation.kde.org"
 
 LICENSE="GPL-2"
 KEYWORDS=""
-SLOT="5"
-IUSE="+crypt debug"
+IUSE="+crypt"
 
 DEPEND="
 	crypt? ( app-crypt/qca:2 )


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

* [gentoo-commits] proj/kde:master commit in: net-irc/konversation/
@ 2014-07-15 16:35 Michael Palimaka
  0 siblings, 0 replies; 52+ messages in thread
From: Michael Palimaka @ 2014-07-15 16:35 UTC (permalink / raw
  To: gentoo-commits

commit:     2f1f7b5bf51b5617506b78dc90f8fe4fd651cac4
Author:     Michael Palimaka <kensington <AT> gentoo <DOT> org>
AuthorDate: Tue Jul 15 16:34:57 2014 +0000
Commit:     Michael Palimaka <kensington <AT> gentoo <DOT> org>
CommitDate: Tue Jul 15 16:34:57 2014 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=2f1f7b5b

[kde-base/konversation] Fix mycmakeargs.

---
 net-irc/konversation/konversation-4.9999.ebuild | 3 ++-
 net-irc/konversation/konversation-9999.ebuild   | 3 ++-
 2 files changed, 4 insertions(+), 2 deletions(-)

diff --git a/net-irc/konversation/konversation-4.9999.ebuild b/net-irc/konversation/konversation-4.9999.ebuild
index 928de78..26ae1a6 100644
--- a/net-irc/konversation/konversation-4.9999.ebuild
+++ b/net-irc/konversation/konversation-4.9999.ebuild
@@ -23,8 +23,9 @@ RDEPEND="${DEPEND}
 "
 
 src_configure() {
-	mycmakeargs+=(
+	local mycmakeargs=(
 		$(cmake-utils_use_with crypt QCA2)
 	)
+
 	kde4-base_src_configure
 }

diff --git a/net-irc/konversation/konversation-9999.ebuild b/net-irc/konversation/konversation-9999.ebuild
index 205636f..722fe52 100644
--- a/net-irc/konversation/konversation-9999.ebuild
+++ b/net-irc/konversation/konversation-9999.ebuild
@@ -22,8 +22,9 @@ RDEPEND="${DEPEND}
 "
 
 src_configure() {
-	mycmakeargs+=(
+	local mycmakeargs=(
 		$(cmake-utils_use_with crypt QCA2)
 	)
+
 	kde5_src_configure
 }


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

* [gentoo-commits] proj/kde:master commit in: net-irc/konversation/
@ 2014-07-15 16:35 Michael Palimaka
  0 siblings, 0 replies; 52+ messages in thread
From: Michael Palimaka @ 2014-07-15 16:35 UTC (permalink / raw
  To: gentoo-commits

commit:     4979de725c7a4fdbf8e2f3d9132217cb8eda7831
Author:     Michael Palimaka <kensington <AT> gentoo <DOT> org>
AuthorDate: Tue Jul 15 16:34:21 2014 +0000
Commit:     Michael Palimaka <kensington <AT> gentoo <DOT> org>
CommitDate: Tue Jul 15 16:34:21 2014 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=4979de72

[kde-base/konversation] Improve HOMEPAGE.

---
 net-irc/konversation/konversation-4.9999.ebuild | 2 +-
 net-irc/konversation/konversation-9999.ebuild   | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/net-irc/konversation/konversation-4.9999.ebuild b/net-irc/konversation/konversation-4.9999.ebuild
index bfae242..928de78 100644
--- a/net-irc/konversation/konversation-4.9999.ebuild
+++ b/net-irc/konversation/konversation-4.9999.ebuild
@@ -7,7 +7,7 @@ EAPI=5
 inherit kde4-base
 
 DESCRIPTION="A user friendly IRC Client for KDE4"
-HOMEPAGE="http://konversation.kde.org"
+HOMEPAGE="http://kde.org/applications/internet/konversation/ http://konversation.kde.org"
 
 LICENSE="GPL-2"
 KEYWORDS=""

diff --git a/net-irc/konversation/konversation-9999.ebuild b/net-irc/konversation/konversation-9999.ebuild
index afa38c3..205636f 100644
--- a/net-irc/konversation/konversation-9999.ebuild
+++ b/net-irc/konversation/konversation-9999.ebuild
@@ -8,7 +8,7 @@ EGIT_BRANCH="frameworks"
 inherit kde5
 
 DESCRIPTION="A user friendly IRC Client for KDE"
-HOMEPAGE="http://konversation.kde.org"
+HOMEPAGE="http://kde.org/applications/internet/konversation/ http://konversation.kde.org"
 
 LICENSE="GPL-2"
 KEYWORDS=""


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

* [gentoo-commits] proj/kde:master commit in: net-irc/konversation/
@ 2014-07-15 16:38 Michael Palimaka
  0 siblings, 0 replies; 52+ messages in thread
From: Michael Palimaka @ 2014-07-15 16:38 UTC (permalink / raw
  To: gentoo-commits

commit:     0efbde9cdb83d4cb6e7a6c9c33430423fe816ff0
Author:     Michael Palimaka <kensington <AT> gentoo <DOT> org>
AuthorDate: Tue Jul 15 16:38:05 2014 +0000
Commit:     Michael Palimaka <kensington <AT> gentoo <DOT> org>
CommitDate: Tue Jul 15 16:38:05 2014 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=0efbde9c

[net-irc/konversation] Require Qt5 version of qca. Remove qca-ossl dependency as it's integrated into qca upstream.

Package-Manager: portage-2.2.10

---
 net-irc/konversation/konversation-9999.ebuild | 6 ++----
 1 file changed, 2 insertions(+), 4 deletions(-)

diff --git a/net-irc/konversation/konversation-9999.ebuild b/net-irc/konversation/konversation-9999.ebuild
index 722fe52..b7160d7 100644
--- a/net-irc/konversation/konversation-9999.ebuild
+++ b/net-irc/konversation/konversation-9999.ebuild
@@ -15,11 +15,9 @@ KEYWORDS=""
 IUSE="+crypt"
 
 DEPEND="
-	crypt? ( app-crypt/qca:2 )
-"
-RDEPEND="${DEPEND}
-	crypt? ( app-crypt/qca-ossl )
+	crypt? ( app-crypt/qca:2[qt5] )
 "
+RDEPEND="${DEPEND}"
 
 src_configure() {
 	local mycmakeargs=(


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

* [gentoo-commits] proj/kde:master commit in: net-irc/konversation/
@ 2014-07-15 16:43 Michael Palimaka
  0 siblings, 0 replies; 52+ messages in thread
From: Michael Palimaka @ 2014-07-15 16:43 UTC (permalink / raw
  To: gentoo-commits

commit:     4fbf52f53ed2d0612343cf38a69704caf7ad403f
Author:     Michael Palimaka <kensington <AT> gentoo <DOT> org>
AuthorDate: Tue Jul 15 16:41:50 2014 +0000
Commit:     Michael Palimaka <kensington <AT> gentoo <DOT> org>
CommitDate: Tue Jul 15 16:41:50 2014 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=4fbf52f5

[net-irc/konversation] Support translations.

Package-Manager: portage-2.2.10

---
 net-irc/konversation/konversation-9999.ebuild | 7 +++++--
 1 file changed, 5 insertions(+), 2 deletions(-)

diff --git a/net-irc/konversation/konversation-9999.ebuild b/net-irc/konversation/konversation-9999.ebuild
index b7160d7..0f32fa2 100644
--- a/net-irc/konversation/konversation-9999.ebuild
+++ b/net-irc/konversation/konversation-9999.ebuild
@@ -5,6 +5,7 @@
 EAPI=5
 
 EGIT_BRANCH="frameworks"
+KDE_NLS="true"
 inherit kde5
 
 DESCRIPTION="A user friendly IRC Client for KDE"
@@ -14,10 +15,12 @@ LICENSE="GPL-2"
 KEYWORDS=""
 IUSE="+crypt"
 
-DEPEND="
+RDEPEND="
 	crypt? ( app-crypt/qca:2[qt5] )
 "
-RDEPEND="${DEPEND}"
+DEPEND="${RDEPEND}
+	sys-devel/gettext
+"
 
 src_configure() {
 	local mycmakeargs=(


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

* [gentoo-commits] proj/kde:master commit in: net-irc/konversation/
@ 2014-07-15 16:45 Michael Palimaka
  0 siblings, 0 replies; 52+ messages in thread
From: Michael Palimaka @ 2014-07-15 16:45 UTC (permalink / raw
  To: gentoo-commits

commit:     17cbfaf327df902ff3c71d646b3bf0a363bb656f
Author:     Michael Palimaka <kensington <AT> gentoo <DOT> org>
AuthorDate: Tue Jul 15 16:45:16 2014 +0000
Commit:     Michael Palimaka <kensington <AT> gentoo <DOT> org>
CommitDate: Tue Jul 15 16:45:16 2014 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=17cbfaf3

[net-irc/konversation] Remove crypt USE flag as support is disabled upstream.

Package-Manager: portage-2.2.10

---
 net-irc/konversation/konversation-9999.ebuild | 14 ++------------
 1 file changed, 2 insertions(+), 12 deletions(-)

diff --git a/net-irc/konversation/konversation-9999.ebuild b/net-irc/konversation/konversation-9999.ebuild
index 0f32fa2..cb58f0e 100644
--- a/net-irc/konversation/konversation-9999.ebuild
+++ b/net-irc/konversation/konversation-9999.ebuild
@@ -13,19 +13,9 @@ HOMEPAGE="http://kde.org/applications/internet/konversation/ http://konversation
 
 LICENSE="GPL-2"
 KEYWORDS=""
-IUSE="+crypt"
+IUSE=""
 
-RDEPEND="
-	crypt? ( app-crypt/qca:2[qt5] )
-"
+RDEPEND=""
 DEPEND="${RDEPEND}
 	sys-devel/gettext
 "
-
-src_configure() {
-	local mycmakeargs=(
-		$(cmake-utils_use_with crypt QCA2)
-	)
-
-	kde5_src_configure
-}


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

* [gentoo-commits] proj/kde:master commit in: net-irc/konversation/
@ 2014-07-15 16:49 Michael Palimaka
  0 siblings, 0 replies; 52+ messages in thread
From: Michael Palimaka @ 2014-07-15 16:49 UTC (permalink / raw
  To: gentoo-commits

commit:     85f6d1ae4cdca672b0b97c8f1c3be5508f365d73
Author:     Michael Palimaka <kensington <AT> gentoo <DOT> org>
AuthorDate: Tue Jul 15 16:48:14 2014 +0000
Commit:     Michael Palimaka <kensington <AT> gentoo <DOT> org>
CommitDate: Tue Jul 15 16:48:14 2014 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=85f6d1ae

[net-irc/konversation] gettext is only required when nls USE flag is enabled.

Package-Manager: portage-2.2.10

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

diff --git a/net-irc/konversation/konversation-9999.ebuild b/net-irc/konversation/konversation-9999.ebuild
index cb58f0e..12d2f23 100644
--- a/net-irc/konversation/konversation-9999.ebuild
+++ b/net-irc/konversation/konversation-9999.ebuild
@@ -17,5 +17,5 @@ IUSE=""
 
 RDEPEND=""
 DEPEND="${RDEPEND}
-	sys-devel/gettext
+	nls? ( sys-devel/gettext )
 "


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

* [gentoo-commits] proj/kde:master commit in: net-irc/konversation/
@ 2014-07-15 16:56 Michael Palimaka
  0 siblings, 0 replies; 52+ messages in thread
From: Michael Palimaka @ 2014-07-15 16:56 UTC (permalink / raw
  To: gentoo-commits

commit:     b613b0c7074b9e742681535a7ebf7396be082fc0
Author:     Michael Palimaka <kensington <AT> gentoo <DOT> org>
AuthorDate: Tue Jul 15 16:55:54 2014 +0000
Commit:     Michael Palimaka <kensington <AT> gentoo <DOT> org>
CommitDate: Tue Jul 15 16:55:54 2014 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=b613b0c7

[net-irc/konversation] Add dependencies.

Package-Manager: portage-2.2.10

---
 net-irc/konversation/konversation-9999.ebuild | 32 ++++++++++++++++++++++++++-
 1 file changed, 31 insertions(+), 1 deletion(-)

diff --git a/net-irc/konversation/konversation-9999.ebuild b/net-irc/konversation/konversation-9999.ebuild
index 12d2f23..9c02355 100644
--- a/net-irc/konversation/konversation-9999.ebuild
+++ b/net-irc/konversation/konversation-9999.ebuild
@@ -15,7 +15,37 @@ LICENSE="GPL-2"
 KEYWORDS=""
 IUSE=""
 
-RDEPEND=""
+RDEPEND="
+	$(add_frameworks_dep karchive)
+	$(add_frameworks_dep kbookmarks)
+	$(add_frameworks_dep kcodecs)
+	$(add_frameworks_dep kcompletion)
+	$(add_frameworks_dep kconfig)
+	$(add_frameworks_dep kconfigwidgets)
+	$(add_frameworks_dep kcoreaddons)
+	$(add_frameworks_dep kdelibs4support)
+	$(add_frameworks_dep kemoticons)
+	$(add_frameworks_dep ki18n)
+	$(add_frameworks_dep kiconthemes)
+	$(add_frameworks_dep kidletime)
+	$(add_frameworks_dep kio)
+	$(add_frameworks_dep kitemviews)
+	$(add_frameworks_dep knotifications)
+	$(add_frameworks_dep knotifyconfig)
+	$(add_frameworks_dep kparts)
+	$(add_frameworks_dep kservice)
+	$(add_frameworks_dep ktextwidgets)
+	$(add_frameworks_dep kwallet)
+	$(add_frameworks_dep kwidgetsaddons)
+	$(add_frameworks_dep kwindowsystem)
+	$(add_frameworks_dep kxmlgui)
+	$(add_frameworks_dep sonnet)
+	dev-qt/qtdbus:5
+	dev-qt/qtgui:5
+	dev-qt/qtwidgets:5
+	dev-qt/qtxml:5
+	media-libs/phonon[qt4]
+"
 DEPEND="${RDEPEND}
 	nls? ( sys-devel/gettext )
 "


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

* [gentoo-commits] proj/kde:master commit in: net-irc/konversation/
@ 2014-07-15 16:58 Michael Palimaka
  0 siblings, 0 replies; 52+ messages in thread
From: Michael Palimaka @ 2014-07-15 16:58 UTC (permalink / raw
  To: gentoo-commits

commit:     03b1e47f32b9e2d2370c778f074cd3569a042833
Author:     Michael Palimaka <kensington <AT> gentoo <DOT> org>
AuthorDate: Tue Jul 15 16:57:37 2014 +0000
Commit:     Michael Palimaka <kensington <AT> gentoo <DOT> org>
CommitDate: Tue Jul 15 16:57:55 2014 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=03b1e47f

[net-irc/konversation] Add more dependencies.

Package-Manager: portage-2.2.10

---
 net-irc/konversation/konversation-9999.ebuild | 1 +
 1 file changed, 1 insertion(+)

diff --git a/net-irc/konversation/konversation-9999.ebuild b/net-irc/konversation/konversation-9999.ebuild
index 9c02355..b22bfb1 100644
--- a/net-irc/konversation/konversation-9999.ebuild
+++ b/net-irc/konversation/konversation-9999.ebuild
@@ -39,6 +39,7 @@ RDEPEND="
 	$(add_frameworks_dep kwidgetsaddons)
 	$(add_frameworks_dep kwindowsystem)
 	$(add_frameworks_dep kxmlgui)
+	$(add_frameworks_dep solid)
 	$(add_frameworks_dep sonnet)
 	dev-qt/qtdbus:5
 	dev-qt/qtgui:5


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

* [gentoo-commits] proj/kde:master commit in: net-irc/konversation/
@ 2014-08-17 15:16 Johannes Huber
  0 siblings, 0 replies; 52+ messages in thread
From: Johannes Huber @ 2014-08-17 15:16 UTC (permalink / raw
  To: gentoo-commits

commit:     04f0d76d63ec6d84521d80dffbb14efe57646721
Author:     Andreas Sturmlechner <andreas.sturmlechner <AT> gmail <DOT> com>
AuthorDate: Sun Aug 17 13:14:43 2014 +0000
Commit:     Johannes Huber <johu <AT> gentoo <DOT> org>
CommitDate: Sun Aug 17 13:16:00 2014 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=04f0d76d

[net-irc/konversation] DEPEND on media-libs/phonon[qt5], bug #520128

Package-Manager: portage-2.2.12

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

diff --git a/net-irc/konversation/konversation-9999.ebuild b/net-irc/konversation/konversation-9999.ebuild
index b22bfb1..c80340b 100644
--- a/net-irc/konversation/konversation-9999.ebuild
+++ b/net-irc/konversation/konversation-9999.ebuild
@@ -45,7 +45,7 @@ RDEPEND="
 	dev-qt/qtgui:5
 	dev-qt/qtwidgets:5
 	dev-qt/qtxml:5
-	media-libs/phonon[qt4]
+	media-libs/phonon[qt5]
 "
 DEPEND="${RDEPEND}
 	nls? ( sys-devel/gettext )


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

* [gentoo-commits] proj/kde:master commit in: net-irc/konversation/
@ 2014-09-11 17:16 Michael Palimaka
  0 siblings, 0 replies; 52+ messages in thread
From: Michael Palimaka @ 2014-09-11 17:16 UTC (permalink / raw
  To: gentoo-commits

commit:     8e84a14fcae0af374a0d6314d82a0b2f791664a5
Author:     Michael Palimaka <kensington <AT> gentoo <DOT> org>
AuthorDate: Thu Sep 11 17:16:03 2014 +0000
Commit:     Michael Palimaka <kensington <AT> gentoo <DOT> org>
CommitDate: Thu Sep 11 17:16:03 2014 +0000
URL:        http://sources.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=8e84a14f

[net-irc/konversation] Restore crypt USE flag.

Upstream commit: db12387047a12ee239e58f370f5bf47d85017087
Upstream commit: b3210c806f4454f2a9c1555807a01de08c1c6254

Package-Manager: portage-2.2.10

---
 net-irc/konversation/konversation-9999.ebuild | 11 ++++++++++-
 1 file changed, 10 insertions(+), 1 deletion(-)

diff --git a/net-irc/konversation/konversation-9999.ebuild b/net-irc/konversation/konversation-9999.ebuild
index c80340b..d36415d 100644
--- a/net-irc/konversation/konversation-9999.ebuild
+++ b/net-irc/konversation/konversation-9999.ebuild
@@ -13,7 +13,7 @@ HOMEPAGE="http://kde.org/applications/internet/konversation/ http://konversation
 
 LICENSE="GPL-2"
 KEYWORDS=""
-IUSE=""
+IUSE="+crypt"
 
 RDEPEND="
 	$(add_frameworks_dep karchive)
@@ -46,7 +46,16 @@ RDEPEND="
 	dev-qt/qtwidgets:5
 	dev-qt/qtxml:5
 	media-libs/phonon[qt5]
+	crypt? ( app-crypt/qca:2[qt5] )
 "
 DEPEND="${RDEPEND}
 	nls? ( sys-devel/gettext )
 "
+
+src_configure() {
+	local mycmakeargs=(
+		$(cmake-utils_use_find_package crypt Qca)
+	)
+
+	kde5_src_configure
+}


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

* [gentoo-commits] proj/kde:master commit in: net-irc/konversation/
@ 2014-09-13 17:44 Michael Palimaka
  0 siblings, 0 replies; 52+ messages in thread
From: Michael Palimaka @ 2014-09-13 17:44 UTC (permalink / raw
  To: gentoo-commits

commit:     564c39d20a63376881049ff02eb057f303fa25d7
Author:     Michael Palimaka <kensington <AT> gentoo <DOT> org>
AuthorDate: Sat Sep 13 17:43:59 2014 +0000
Commit:     Michael Palimaka <kensington <AT> gentoo <DOT> org>
CommitDate: Sat Sep 13 17:43:59 2014 +0000
URL:        http://sources.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=564c39d2

[net-irc/konversation] Pin app-crypt/qca-ossl to SLOT 2.

Package-Manager: portage-2.2.10

---
 net-irc/konversation/konversation-4.9999.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-irc/konversation/konversation-4.9999.ebuild b/net-irc/konversation/konversation-4.9999.ebuild
index 26ae1a6..45fe409 100644
--- a/net-irc/konversation/konversation-4.9999.ebuild
+++ b/net-irc/konversation/konversation-4.9999.ebuild
@@ -19,7 +19,7 @@ DEPEND="
 	crypt? ( app-crypt/qca:2 )
 "
 RDEPEND="${DEPEND}
-	crypt? ( app-crypt/qca-ossl )
+	crypt? ( app-crypt/qca-ossl:2 )
 "
 
 src_configure() {


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

* [gentoo-commits] proj/kde:master commit in: net-irc/konversation/
@ 2014-10-12 18:11 Michael Palimaka
  0 siblings, 0 replies; 52+ messages in thread
From: Michael Palimaka @ 2014-10-12 18:11 UTC (permalink / raw
  To: gentoo-commits

commit:     415ee36fd22e68dc053c14fd831f9bb6bcd162f1
Author:     Michael Palimaka <kensington <AT> gentoo <DOT> org>
AuthorDate: Sun Oct 12 18:11:01 2014 +0000
Commit:     Michael Palimaka <kensington <AT> gentoo <DOT> org>
CommitDate: Sun Oct 12 18:11:01 2014 +0000
URL:        http://sources.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=415ee36f

[net-irc/konversation] Remove nls USE flag which does nothing.

gettext is (more or less) required unconditionally. We need to add extra logic
beyond the scope of the eclass if we want to avoid the dep when no linguas is
being used.

Package-Manager: portage-2.2.12

---
 net-irc/konversation/konversation-9999.ebuild | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/net-irc/konversation/konversation-9999.ebuild b/net-irc/konversation/konversation-9999.ebuild
index d36415d..8bbe11f 100644
--- a/net-irc/konversation/konversation-9999.ebuild
+++ b/net-irc/konversation/konversation-9999.ebuild
@@ -5,7 +5,6 @@
 EAPI=5
 
 EGIT_BRANCH="frameworks"
-KDE_NLS="true"
 inherit kde5
 
 DESCRIPTION="A user friendly IRC Client for KDE"
@@ -49,7 +48,7 @@ RDEPEND="
 	crypt? ( app-crypt/qca:2[qt5] )
 "
 DEPEND="${RDEPEND}
-	nls? ( sys-devel/gettext )
+	sys-devel/gettext
 "
 
 src_configure() {


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

* [gentoo-commits] proj/kde:master commit in: net-irc/konversation/
@ 2014-10-14 14:00 Michael Palimaka
  0 siblings, 0 replies; 52+ messages in thread
From: Michael Palimaka @ 2014-10-14 14:00 UTC (permalink / raw
  To: gentoo-commits

commit:     61615f6875840c956f1cd45bef7cd69281d32b94
Author:     Karol Herbst <git <AT> karolherbst <DOT> de>
AuthorDate: Sun Oct 12 20:01:45 2014 +0000
Commit:     Michael Palimaka <kensington <AT> gentoo <DOT> org>
CommitDate: Tue Oct 14 14:00:47 2014 +0000
URL:        http://sources.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=61615f68

[net-irc/konversation] block net-irc/konversation:4

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

diff --git a/net-irc/konversation/konversation-9999.ebuild b/net-irc/konversation/konversation-9999.ebuild
index 8bbe11f..ec2b0af 100644
--- a/net-irc/konversation/konversation-9999.ebuild
+++ b/net-irc/konversation/konversation-9999.ebuild
@@ -14,7 +14,7 @@ LICENSE="GPL-2"
 KEYWORDS=""
 IUSE="+crypt"
 
-RDEPEND="
+DEPEND="
 	$(add_frameworks_dep karchive)
 	$(add_frameworks_dep kbookmarks)
 	$(add_frameworks_dep kcodecs)
@@ -46,10 +46,11 @@ RDEPEND="
 	dev-qt/qtxml:5
 	media-libs/phonon[qt5]
 	crypt? ( app-crypt/qca:2[qt5] )
-"
-DEPEND="${RDEPEND}
 	sys-devel/gettext
 "
+RDEPEND="${DEPEND}
+	!net-irc/konversation:4
+"
 
 src_configure() {
 	local mycmakeargs=(


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

* [gentoo-commits] proj/kde:master commit in: net-irc/konversation/
@ 2014-11-13  8:44 Michael Palimaka
  0 siblings, 0 replies; 52+ messages in thread
From: Michael Palimaka @ 2014-11-13  8:44 UTC (permalink / raw
  To: gentoo-commits

commit:     4bea59635dee556607cfdb850539e429cbde9448
Author:     Michael Palimaka <kensington <AT> gentoo <DOT> org>
AuthorDate: Thu Nov 13 08:44:13 2014 +0000
Commit:     Michael Palimaka <kensington <AT> gentoo <DOT> org>
CommitDate: Thu Nov 13 08:44:13 2014 +0000
URL:        http://sources.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=4bea5963

[net-irc/konversation] Sync with portage.

Package-Manager: portage-2.2.14

---
 net-irc/konversation/konversation-4.9999.ebuild | 9 +++++++--
 1 file changed, 7 insertions(+), 2 deletions(-)

diff --git a/net-irc/konversation/konversation-4.9999.ebuild b/net-irc/konversation/konversation-4.9999.ebuild
index 45fe409..8d39023 100644
--- a/net-irc/konversation/konversation-4.9999.ebuild
+++ b/net-irc/konversation/konversation-4.9999.ebuild
@@ -4,18 +4,23 @@
 
 EAPI=5
 
+KDE_LINGUAS="bg bs ca ca@valencia cs da de el en_GB es et fi fr gl he hu it ja
+kk km ko lt nb nds nl pa pl pt pt_BR ru si sk sl sr sr@ijekavian
+sr@ijekavianlatin sr@latin sv tr uk zh_CN zh_TW"
+KDE_HANDBOOK="optional"
 inherit kde4-base
 
 DESCRIPTION="A user friendly IRC Client for KDE4"
 HOMEPAGE="http://kde.org/applications/internet/konversation/ http://konversation.kde.org"
 
-LICENSE="GPL-2"
-KEYWORDS=""
+LICENSE="GPL-2 FDL-1.2"
 SLOT="4"
+KEYWORDS=""
 IUSE="+crypt debug"
 
 DEPEND="
 	$(add_kdebase_dep kdepimlibs)
+	media-libs/phonon[qt4]
 	crypt? ( app-crypt/qca:2 )
 "
 RDEPEND="${DEPEND}


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

* [gentoo-commits] proj/kde:master commit in: net-irc/konversation/
@ 2014-11-25 15:13 Michael Palimaka
  0 siblings, 0 replies; 52+ messages in thread
From: Michael Palimaka @ 2014-11-25 15:13 UTC (permalink / raw
  To: gentoo-commits

commit:     489f506dc7b19b9e5330ca35c7b7ebbc100640c9
Author:     Joao Carreira <jfmcarreira <AT> gmail <DOT> com>
AuthorDate: Mon Nov 24 22:49:26 2014 +0000
Commit:     Michael Palimaka <kensington <AT> gentoo <DOT> org>
CommitDate: Tue Nov 25 15:13:05 2014 +0000
URL:        http://sources.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=489f506d

[net-irc/konversation] KF5 implementation is now in master

---
 net-irc/konversation/konversation-4.9999.ebuild | 1 +
 net-irc/konversation/konversation-9999.ebuild   | 1 -
 2 files changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-irc/konversation/konversation-4.9999.ebuild b/net-irc/konversation/konversation-4.9999.ebuild
index 8d39023..60b691f 100644
--- a/net-irc/konversation/konversation-4.9999.ebuild
+++ b/net-irc/konversation/konversation-4.9999.ebuild
@@ -8,6 +8,7 @@ KDE_LINGUAS="bg bs ca ca@valencia cs da de el en_GB es et fi fr gl he hu it ja
 kk km ko lt nb nds nl pa pl pt pt_BR ru si sk sl sr sr@ijekavian
 sr@ijekavianlatin sr@latin sv tr uk zh_CN zh_TW"
 KDE_HANDBOOK="optional"
+EGIT_BRANCH="1.5"
 inherit kde4-base
 
 DESCRIPTION="A user friendly IRC Client for KDE4"

diff --git a/net-irc/konversation/konversation-9999.ebuild b/net-irc/konversation/konversation-9999.ebuild
index ec2b0af..805ae07 100644
--- a/net-irc/konversation/konversation-9999.ebuild
+++ b/net-irc/konversation/konversation-9999.ebuild
@@ -4,7 +4,6 @@
 
 EAPI=5
 
-EGIT_BRANCH="frameworks"
 inherit kde5
 
 DESCRIPTION="A user friendly IRC Client for KDE"


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

* [gentoo-commits] proj/kde:master commit in: net-irc/konversation/
@ 2015-01-20 20:34 Johannes Huber
  0 siblings, 0 replies; 52+ messages in thread
From: Johannes Huber @ 2015-01-20 20:34 UTC (permalink / raw
  To: gentoo-commits

commit:     5b45d6aa641ba33886522aad0034e5a4ac409125
Author:     Karol Herbst <git <AT> karolherbst <DOT> de>
AuthorDate: Tue Jan 20 19:18:49 2015 +0000
Commit:     Johannes Huber <johu <AT> gentoo <DOT> org>
CommitDate: Tue Jan 20 20:33:54 2015 +0000
URL:        http://sources.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=5b45d6aa

[net-irc/konversation] should depend on qca[openssl

DH and CBC (ECB too, but ECB doesn't matter) support are only provided
through the qca-ossl plugin, which are the only ones supported by
konversation. It makes no sense to enable crypt support without having
the qca-ossl plugin enabled at all.

---
 net-irc/konversation/konversation-9999.ebuild | 1 +
 1 file changed, 1 insertion(+)

diff --git a/net-irc/konversation/konversation-9999.ebuild b/net-irc/konversation/konversation-9999.ebuild
index dc8a61e..30a5413 100644
--- a/net-irc/konversation/konversation-9999.ebuild
+++ b/net-irc/konversation/konversation-9999.ebuild
@@ -49,6 +49,7 @@ DEPEND="
 "
 RDEPEND="${DEPEND}
 	!net-irc/konversation:4
+	crypt? ( app-crypt/qca:2[openssl] )
 "
 
 src_configure() {


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

* [gentoo-commits] proj/kde:master commit in: net-irc/konversation/
@ 2015-01-29  1:24 Johannes Huber
  0 siblings, 0 replies; 52+ messages in thread
From: Johannes Huber @ 2015-01-29  1:24 UTC (permalink / raw
  To: gentoo-commits

commit:     7e5e0e7135db17de66564455aeb5ec53f1ab0539
Author:     Johannes Huber <johu <AT> gentoo <DOT> org>
AuthorDate: Thu Jan 29 01:24:06 2015 +0000
Commit:     Johannes Huber <johu <AT> gentoo <DOT> org>
CommitDate: Thu Jan 29 01:24:06 2015 +0000
URL:        http://sources.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=7e5e0e71

[net-irc/konversation] Adjust dependencies to handle merged plugins in >=app-crypt/qca-2.1

Package-Manager: portage-2.2.15

---
 net-irc/konversation/konversation-4.9999.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/net-irc/konversation/konversation-4.9999.ebuild b/net-irc/konversation/konversation-4.9999.ebuild
index f30980c..499376e 100644
--- a/net-irc/konversation/konversation-4.9999.ebuild
+++ b/net-irc/konversation/konversation-4.9999.ebuild
@@ -22,10 +22,10 @@ IUSE="+crypt debug"
 DEPEND="
 	$(add_kdebase_dep kdepimlibs)
 	media-libs/phonon[qt4]
-	crypt? ( app-crypt/qca:2 )
+	crypt? ( app-crypt/qca:2[qt4] )
 "
 RDEPEND="${DEPEND}
-	crypt? ( app-crypt/qca-ossl:2 )
+	crypt? ( app-crypt/qca:2[openssl] )
 "
 
 src_configure() {


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

* [gentoo-commits] proj/kde:master commit in: net-irc/konversation/
@ 2015-04-23 15:57 Manuel Rüger
  0 siblings, 0 replies; 52+ messages in thread
From: Manuel Rüger @ 2015-04-23 15:57 UTC (permalink / raw
  To: gentoo-commits

commit:     a082b1ae05389c1f21987ec0f88bc6167ddc71f3
Author:     Andreas Sturmlechner <andreas.sturmlechner <AT> gmail <DOT> com>
AuthorDate: Mon Apr 20 21:38:04 2015 +0000
Commit:     Manuel Rüger <mrueg <AT> gentoo <DOT> org>
CommitDate: Wed Apr 22 15:08:14 2015 +0000
URL:        https://gitweb.gentoo.org/proj/kde.git/commit/?id=a082b1ae

[net-irc/konversation] Version bump

Package-Manager: portage-2.2.18

 .../{konversation-9999.ebuild => konversation-1.6.ebuild}        | 9 ++++++---
 net-irc/konversation/konversation-9999.ebuild                    | 6 ++++--
 2 files changed, 10 insertions(+), 5 deletions(-)

diff --git a/net-irc/konversation/konversation-9999.ebuild b/net-irc/konversation/konversation-1.6.ebuild
similarity index 86%
copy from net-irc/konversation/konversation-9999.ebuild
copy to net-irc/konversation/konversation-1.6.ebuild
index 30a5413..0c34a17 100644
--- a/net-irc/konversation/konversation-9999.ebuild
+++ b/net-irc/konversation/konversation-1.6.ebuild
@@ -4,13 +4,15 @@
 
 EAPI=5
 
+KDE_HANDBOOK="true"
 inherit kde5
 
-DESCRIPTION="A user friendly IRC Client for KDE"
+DESCRIPTION="A user friendly IRC Client"
 HOMEPAGE="http://kde.org/applications/internet/konversation/ http://konversation.kde.org"
+SRC_URI="mirror://kde/stable/${PN}/${PV}/src/${P}.tar.xz"
 
 LICENSE="GPL-2"
-KEYWORDS=""
+KEYWORDS="~amd64 ~x86"
 IUSE="+crypt"
 
 DEPEND="
@@ -21,8 +23,9 @@ DEPEND="
 	$(add_frameworks_dep kconfig)
 	$(add_frameworks_dep kconfigwidgets)
 	$(add_frameworks_dep kcoreaddons)
-	$(add_frameworks_dep kdelibs4support)
+	$(add_frameworks_dep kdbusaddons)
 	$(add_frameworks_dep kemoticons)
+	$(add_frameworks_dep kglobalaccel)
 	$(add_frameworks_dep ki18n)
 	$(add_frameworks_dep kiconthemes)
 	$(add_frameworks_dep kidletime)

diff --git a/net-irc/konversation/konversation-9999.ebuild b/net-irc/konversation/konversation-9999.ebuild
index 30a5413..a773430 100644
--- a/net-irc/konversation/konversation-9999.ebuild
+++ b/net-irc/konversation/konversation-9999.ebuild
@@ -4,9 +4,10 @@
 
 EAPI=5
 
+KDE_HANDBOOK="true"
 inherit kde5
 
-DESCRIPTION="A user friendly IRC Client for KDE"
+DESCRIPTION="A user friendly IRC Client"
 HOMEPAGE="http://kde.org/applications/internet/konversation/ http://konversation.kde.org"
 
 LICENSE="GPL-2"
@@ -21,8 +22,9 @@ DEPEND="
 	$(add_frameworks_dep kconfig)
 	$(add_frameworks_dep kconfigwidgets)
 	$(add_frameworks_dep kcoreaddons)
-	$(add_frameworks_dep kdelibs4support)
+	$(add_frameworks_dep kdbusaddons)
 	$(add_frameworks_dep kemoticons)
+	$(add_frameworks_dep kglobalaccel)
 	$(add_frameworks_dep ki18n)
 	$(add_frameworks_dep kiconthemes)
 	$(add_frameworks_dep kidletime)


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

* [gentoo-commits] proj/kde:master commit in: net-irc/konversation/
@ 2015-06-02 21:36 Johannes Huber
  0 siblings, 0 replies; 52+ messages in thread
From: Johannes Huber @ 2015-06-02 21:36 UTC (permalink / raw
  To: gentoo-commits

commit:     c2b5169f38eeae7bbe2ac3b5b5cc817df8383333
Author:     Johannes Huber <johu <AT> gentoo <DOT> org>
AuthorDate: Tue Jun  2 21:30:59 2015 +0000
Commit:     Johannes Huber <johu <AT> gentoo <DOT> org>
CommitDate: Tue Jun  2 21:30:59 2015 +0000
URL:        https://gitweb.gentoo.org/proj/kde.git/commit/?id=c2b5169f

[net-irc/konversation] Fix crypt USE flag

Package-Manager: portage-2.2.20

 net-irc/konversation/konversation-1.6.ebuild  | 2 +-
 net-irc/konversation/konversation-9999.ebuild | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/net-irc/konversation/konversation-1.6.ebuild b/net-irc/konversation/konversation-1.6.ebuild
index 0c34a17..1e7cb4e 100644
--- a/net-irc/konversation/konversation-1.6.ebuild
+++ b/net-irc/konversation/konversation-1.6.ebuild
@@ -57,7 +57,7 @@ RDEPEND="${DEPEND}
 
 src_configure() {
 	local mycmakeargs=(
-		$(cmake-utils_use_find_package crypt Qca)
+		$(cmake-utils_use_find_package crypt Qca-qt5)
 	)
 
 	kde5_src_configure

diff --git a/net-irc/konversation/konversation-9999.ebuild b/net-irc/konversation/konversation-9999.ebuild
index a773430..b275284 100644
--- a/net-irc/konversation/konversation-9999.ebuild
+++ b/net-irc/konversation/konversation-9999.ebuild
@@ -56,7 +56,7 @@ RDEPEND="${DEPEND}
 
 src_configure() {
 	local mycmakeargs=(
-		$(cmake-utils_use_find_package crypt Qca)
+		$(cmake-utils_use_find_package crypt Qca-qt5)
 	)
 
 	kde5_src_configure


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

* [gentoo-commits] proj/kde:master commit in: net-irc/konversation/
@ 2015-06-02 21:36 Johannes Huber
  0 siblings, 0 replies; 52+ messages in thread
From: Johannes Huber @ 2015-06-02 21:36 UTC (permalink / raw
  To: gentoo-commits

commit:     b1b090b79627c05f3aa055970487e46a07fc43c7
Author:     Johannes Huber <johu <AT> gentoo <DOT> org>
AuthorDate: Tue Jun  2 21:34:09 2015 +0000
Commit:     Johannes Huber <johu <AT> gentoo <DOT> org>
CommitDate: Tue Jun  2 21:34:09 2015 +0000
URL:        https://gitweb.gentoo.org/proj/kde.git/commit/?id=b1b090b7

[net-irc/konversation] Remove old

Package-Manager: portage-2.2.20

 net-irc/konversation/konversation-1.6.ebuild    | 64 -------------------------
 net-irc/konversation/konversation-4.9999.ebuild | 37 --------------
 2 files changed, 101 deletions(-)

diff --git a/net-irc/konversation/konversation-1.6.ebuild b/net-irc/konversation/konversation-1.6.ebuild
deleted file mode 100644
index 1e7cb4e..0000000
--- a/net-irc/konversation/konversation-1.6.ebuild
+++ /dev/null
@@ -1,64 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-EAPI=5
-
-KDE_HANDBOOK="true"
-inherit kde5
-
-DESCRIPTION="A user friendly IRC Client"
-HOMEPAGE="http://kde.org/applications/internet/konversation/ http://konversation.kde.org"
-SRC_URI="mirror://kde/stable/${PN}/${PV}/src/${P}.tar.xz"
-
-LICENSE="GPL-2"
-KEYWORDS="~amd64 ~x86"
-IUSE="+crypt"
-
-DEPEND="
-	$(add_frameworks_dep karchive)
-	$(add_frameworks_dep kbookmarks)
-	$(add_frameworks_dep kcodecs)
-	$(add_frameworks_dep kcompletion)
-	$(add_frameworks_dep kconfig)
-	$(add_frameworks_dep kconfigwidgets)
-	$(add_frameworks_dep kcoreaddons)
-	$(add_frameworks_dep kdbusaddons)
-	$(add_frameworks_dep kemoticons)
-	$(add_frameworks_dep kglobalaccel)
-	$(add_frameworks_dep ki18n)
-	$(add_frameworks_dep kiconthemes)
-	$(add_frameworks_dep kidletime)
-	$(add_frameworks_dep kio)
-	$(add_frameworks_dep kitemviews)
-	$(add_frameworks_dep knotifications)
-	$(add_frameworks_dep knotifyconfig)
-	$(add_frameworks_dep kparts)
-	$(add_frameworks_dep kservice)
-	$(add_frameworks_dep ktextwidgets)
-	$(add_frameworks_dep kwallet)
-	$(add_frameworks_dep kwidgetsaddons)
-	$(add_frameworks_dep kwindowsystem)
-	$(add_frameworks_dep kxmlgui)
-	$(add_frameworks_dep solid)
-	$(add_frameworks_dep sonnet)
-	dev-qt/qtdbus:5
-	dev-qt/qtgui:5
-	dev-qt/qtwidgets:5
-	dev-qt/qtxml:5
-	media-libs/phonon[qt5]
-	crypt? ( app-crypt/qca:2[qt5] )
-	sys-devel/gettext
-"
-RDEPEND="${DEPEND}
-	!net-irc/konversation:4
-	crypt? ( app-crypt/qca:2[openssl] )
-"
-
-src_configure() {
-	local mycmakeargs=(
-		$(cmake-utils_use_find_package crypt Qca-qt5)
-	)
-
-	kde5_src_configure
-}

diff --git a/net-irc/konversation/konversation-4.9999.ebuild b/net-irc/konversation/konversation-4.9999.ebuild
deleted file mode 100644
index 499376e..0000000
--- a/net-irc/konversation/konversation-4.9999.ebuild
+++ /dev/null
@@ -1,37 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-EAPI=5
-
-KDE_LINGUAS="bg bs ca ca@valencia cs da de el en_GB es et fi fr gl he hu it ja
-kk km ko lt nb nds nl pa pl pt pt_BR ru si sk sl sr sr@ijekavian
-sr@ijekavianlatin sr@latin sv tr uk zh_CN zh_TW"
-KDE_HANDBOOK="optional"
-EGIT_BRANCH="1.5"
-inherit kde4-base
-
-DESCRIPTION="A user friendly IRC Client for KDE4"
-HOMEPAGE="http://kde.org/applications/internet/konversation/ http://konversation.kde.org"
-
-LICENSE="GPL-2 FDL-1.2"
-SLOT="4"
-KEYWORDS=""
-IUSE="+crypt debug"
-
-DEPEND="
-	$(add_kdebase_dep kdepimlibs)
-	media-libs/phonon[qt4]
-	crypt? ( app-crypt/qca:2[qt4] )
-"
-RDEPEND="${DEPEND}
-	crypt? ( app-crypt/qca:2[openssl] )
-"
-
-src_configure() {
-	local mycmakeargs=(
-		$(cmake-utils_use_with crypt QCA2)
-	)
-
-	kde4-base_src_configure
-}


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

* [gentoo-commits] proj/kde:master commit in: net-irc/konversation/
@ 2016-03-21 18:01 Johannes Huber
  0 siblings, 0 replies; 52+ messages in thread
From: Johannes Huber @ 2016-03-21 18:01 UTC (permalink / raw
  To: gentoo-commits

commit:     308dc9ed14595d5b6faba096223cffe5d5ca84f6
Author:     Johannes Huber <johu <AT> gentoo <DOT> org>
AuthorDate: Mon Mar 21 18:00:08 2016 +0000
Commit:     Johannes Huber <johu <AT> gentoo <DOT> org>
CommitDate: Mon Mar 21 18:00:08 2016 +0000
URL:        https://gitweb.gentoo.org/proj/kde.git/commit/?id=308dc9ed

net-irc/konversation: EAPI 6

Package-Manager: portage-2.2.28

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

diff --git a/net-irc/konversation/konversation-9999.ebuild b/net-irc/konversation/konversation-9999.ebuild
index c37b9d3..03b10b3 100644
--- a/net-irc/konversation/konversation-9999.ebuild
+++ b/net-irc/konversation/konversation-9999.ebuild
@@ -2,7 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
-EAPI=5
+EAPI=6
 
 KDE_HANDBOOK="true"
 inherit kde5


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

* [gentoo-commits] proj/kde:master commit in: net-irc/konversation/
@ 2016-04-08 16:43 Johannes Huber
  0 siblings, 0 replies; 52+ messages in thread
From: Johannes Huber @ 2016-04-08 16:43 UTC (permalink / raw
  To: gentoo-commits

commit:     3668647cc2cac7dee98c1c279ce463ed4c9d40c1
Author:     Johannes Huber <johu <AT> gentoo <DOT> org>
AuthorDate: Fri Apr  8 16:43:24 2016 +0000
Commit:     Johannes Huber <johu <AT> gentoo <DOT> org>
CommitDate: Fri Apr  8 16:43:24 2016 +0000
URL:        https://gitweb.gentoo.org/proj/kde.git/commit/?id=3668647c

net-irc/konversation: Sync with gentoo main tree

Package-Manager: portage-2.2.28

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

diff --git a/net-irc/konversation/konversation-9999.ebuild b/net-irc/konversation/konversation-9999.ebuild
index 03b10b3..7fefd85 100644
--- a/net-irc/konversation/konversation-9999.ebuild
+++ b/net-irc/konversation/konversation-9999.ebuild
@@ -46,8 +46,8 @@ DEPEND="
 	$(add_qt_dep qtwidgets)
 	$(add_qt_dep qtxml)
 	media-libs/phonon[qt5]
-	crypt? ( app-crypt/qca:2[qt5] )
 	sys-devel/gettext
+	crypt? ( app-crypt/qca:2[qt5] )
 "
 RDEPEND="${DEPEND}
 	!net-irc/konversation:4


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

* [gentoo-commits] proj/kde:master commit in: net-irc/konversation/
@ 2016-05-17 19:43 Johannes Huber
  0 siblings, 0 replies; 52+ messages in thread
From: Johannes Huber @ 2016-05-17 19:43 UTC (permalink / raw
  To: gentoo-commits

commit:     59c09cd6060f2f68e7cb04a32fcbd83ceaa47150
Author:     Andreas Sturmlechner <andreas.sturmlechner <AT> gmail <DOT> com>
AuthorDate: Sat May 14 18:32:25 2016 +0000
Commit:     Johannes Huber <johu <AT> gentoo <DOT> org>
CommitDate: Tue May 17 19:42:59 2016 +0000
URL:        https://gitweb.gentoo.org/proj/kde.git/commit/?id=59c09cd6

net-irc/konversation: Add kcrash DEPEND, force handbook optional

Package-Manager: portage-2.2.28

Signed-off-by: Johannes Huber <johu <AT> gentoo.org>

 net-irc/konversation/konversation-9999.ebuild | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/net-irc/konversation/konversation-9999.ebuild b/net-irc/konversation/konversation-9999.ebuild
index 7fefd85..8c8ca8f 100644
--- a/net-irc/konversation/konversation-9999.ebuild
+++ b/net-irc/konversation/konversation-9999.ebuild
@@ -4,7 +4,7 @@
 
 EAPI=6
 
-KDE_HANDBOOK="true"
+KDE_HANDBOOK="forceoptional"
 inherit kde5
 
 DESCRIPTION="A user friendly IRC Client"
@@ -22,6 +22,7 @@ DEPEND="
 	$(add_frameworks_dep kconfig)
 	$(add_frameworks_dep kconfigwidgets)
 	$(add_frameworks_dep kcoreaddons)
+	$(add_frameworks_dep kcrash)
 	$(add_frameworks_dep kdbusaddons)
 	$(add_frameworks_dep kemoticons)
 	$(add_frameworks_dep kglobalaccel)


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

* [gentoo-commits] proj/kde:master commit in: net-irc/konversation/
@ 2016-07-22 18:01 Michael Palimaka
  0 siblings, 0 replies; 52+ messages in thread
From: Michael Palimaka @ 2016-07-22 18:01 UTC (permalink / raw
  To: gentoo-commits

commit:     cdd0e1f421125fc708ef6de7700d46856fe5616a
Author:     Michael Palimaka <kensington <AT> gentoo <DOT> org>
AuthorDate: Fri Jul 22 18:00:56 2016 +0000
Commit:     Michael Palimaka <kensington <AT> gentoo <DOT> org>
CommitDate: Fri Jul 22 18:01:00 2016 +0000
URL:        https://gitweb.gentoo.org/proj/kde.git/commit/?id=cdd0e1f4

net-irc/konversation: add missing dependency

Package-Manager: portage-2.3.0

 net-irc/konversation/konversation-9999.ebuild | 1 +
 1 file changed, 1 insertion(+)

diff --git a/net-irc/konversation/konversation-9999.ebuild b/net-irc/konversation/konversation-9999.ebuild
index 9776ec3..2aaecbf 100644
--- a/net-irc/konversation/konversation-9999.ebuild
+++ b/net-irc/konversation/konversation-9999.ebuild
@@ -44,6 +44,7 @@ DEPEND="
 	$(add_frameworks_dep sonnet)
 	$(add_qt_dep qtdbus)
 	$(add_qt_dep qtgui)
+	$(add_qt_dep qtnetwork)
 	$(add_qt_dep qtwidgets)
 	$(add_qt_dep qtxml)
 	media-libs/phonon[qt5]


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

* [gentoo-commits] proj/kde:master commit in: net-irc/konversation/
@ 2016-07-22 18:01 Michael Palimaka
  0 siblings, 0 replies; 52+ messages in thread
From: Michael Palimaka @ 2016-07-22 18:01 UTC (permalink / raw
  To: gentoo-commits

commit:     aa4d4859b256f4c10b2e03fa3e85e89337a34929
Author:     Michael Palimaka <kensington <AT> gentoo <DOT> org>
AuthorDate: Fri Jul 22 17:59:26 2016 +0000
Commit:     Michael Palimaka <kensington <AT> gentoo <DOT> org>
CommitDate: Fri Jul 22 18:01:00 2016 +0000
URL:        https://gitweb.gentoo.org/proj/kde.git/commit/?id=aa4d4859

net-irc/konversation: update HOMEPAGE

Package-Manager: portage-2.3.0

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

diff --git a/net-irc/konversation/konversation-9999.ebuild b/net-irc/konversation/konversation-9999.ebuild
index 8c8ca8f..9776ec3 100644
--- a/net-irc/konversation/konversation-9999.ebuild
+++ b/net-irc/konversation/konversation-9999.ebuild
@@ -8,7 +8,7 @@ KDE_HANDBOOK="forceoptional"
 inherit kde5
 
 DESCRIPTION="A user friendly IRC Client"
-HOMEPAGE="http://kde.org/applications/internet/konversation/ http://konversation.kde.org"
+HOMEPAGE="https://www.kde.org/applications/internet/konversation/ https://konversation.kde.org"
 
 LICENSE="GPL-2"
 KEYWORDS=""


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

* [gentoo-commits] proj/kde:master commit in: net-irc/konversation/
@ 2016-07-25 17:16 Michael Palimaka
  0 siblings, 0 replies; 52+ messages in thread
From: Michael Palimaka @ 2016-07-25 17:16 UTC (permalink / raw
  To: gentoo-commits

commit:     49bd6b855dc78e908a9045be50a17abf86e567b4
Author:     Michael Palimaka <kensington <AT> gentoo <DOT> org>
AuthorDate: Mon Jul 25 17:15:59 2016 +0000
Commit:     Michael Palimaka <kensington <AT> gentoo <DOT> org>
CommitDate: Mon Jul 25 17:16:10 2016 +0000
URL:        https://gitweb.gentoo.org/proj/kde.git/commit/?id=49bd6b85

net-irc/konversation: remove unused dependency

Upstream-commit: 9cf12816591c762abc2ef4b5749a62f2bda46d0f

Package-Manager: portage-2.3.0

 net-irc/konversation/konversation-9999.ebuild | 1 -
 1 file changed, 1 deletion(-)

diff --git a/net-irc/konversation/konversation-9999.ebuild b/net-irc/konversation/konversation-9999.ebuild
index 2aaecbf..96b77f1 100644
--- a/net-irc/konversation/konversation-9999.ebuild
+++ b/net-irc/konversation/konversation-9999.ebuild
@@ -41,7 +41,6 @@ DEPEND="
 	$(add_frameworks_dep kwindowsystem)
 	$(add_frameworks_dep kxmlgui)
 	$(add_frameworks_dep solid)
-	$(add_frameworks_dep sonnet)
 	$(add_qt_dep qtdbus)
 	$(add_qt_dep qtgui)
 	$(add_qt_dep qtnetwork)


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

* [gentoo-commits] proj/kde:master commit in: net-irc/konversation/
@ 2017-03-30 23:33 Andreas Sturmlechner
  0 siblings, 0 replies; 52+ messages in thread
From: Andreas Sturmlechner @ 2017-03-30 23:33 UTC (permalink / raw
  To: gentoo-commits

commit:     e3335590c7114915c226183d046aec62a47ff158
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Thu Mar 30 23:24:21 2017 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Thu Mar 30 23:32:43 2017 +0000
URL:        https://gitweb.gentoo.org/proj/kde.git/commit/?id=e3335590

net-irc/konversation: 1.7_rc1 version bump

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 .../{konversation-9999.ebuild => konversation-1.7_rc1.ebuild}       | 6 ++++--
 net-irc/konversation/konversation-9999.ebuild                       | 1 -
 2 files changed, 4 insertions(+), 3 deletions(-)

diff --git a/net-irc/konversation/konversation-9999.ebuild b/net-irc/konversation/konversation-1.7_rc1.ebuild
similarity index 93%
copy from net-irc/konversation/konversation-9999.ebuild
copy to net-irc/konversation/konversation-1.7_rc1.ebuild
index 93510aef28..5cf7db5006 100644
--- a/net-irc/konversation/konversation-9999.ebuild
+++ b/net-irc/konversation/konversation-1.7_rc1.ebuild
@@ -8,9 +8,10 @@ inherit kde5
 
 DESCRIPTION="A user friendly IRC Client"
 HOMEPAGE="https://www.kde.org/applications/internet/konversation/ https://konversation.kde.org"
+SRC_URI="mirror://kde/unstable/${PN}/${PV/_/-}/src/${P/_/-}.tar.xz"
 
 LICENSE="GPL-2"
-KEYWORDS=""
+KEYWORDS="~amd64 ~x86"
 IUSE="+crypt"
 
 DEPEND="
@@ -39,7 +40,6 @@ DEPEND="
 	$(add_frameworks_dep kwidgetsaddons)
 	$(add_frameworks_dep kwindowsystem)
 	$(add_frameworks_dep kxmlgui)
-	$(add_frameworks_dep solid)
 	$(add_qt_dep qtdbus)
 	$(add_qt_dep qtgui)
 	$(add_qt_dep qtnetwork)
@@ -54,6 +54,8 @@ RDEPEND="${DEPEND}
 	crypt? ( app-crypt/qca:2[ssl] )
 "
 
+S="${WORKDIR}/${P/_/-}"
+
 src_configure() {
 	local mycmakeargs=(
 		$(cmake-utils_use_find_package crypt Qca-qt5)

diff --git a/net-irc/konversation/konversation-9999.ebuild b/net-irc/konversation/konversation-9999.ebuild
index 93510aef28..0dc5ee98d2 100644
--- a/net-irc/konversation/konversation-9999.ebuild
+++ b/net-irc/konversation/konversation-9999.ebuild
@@ -39,7 +39,6 @@ DEPEND="
 	$(add_frameworks_dep kwidgetsaddons)
 	$(add_frameworks_dep kwindowsystem)
 	$(add_frameworks_dep kxmlgui)
-	$(add_frameworks_dep solid)
 	$(add_qt_dep qtdbus)
 	$(add_qt_dep qtgui)
 	$(add_qt_dep qtnetwork)


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

* [gentoo-commits] proj/kde:master commit in: net-irc/konversation/
@ 2017-04-15  4:43 Michael Palimaka
  0 siblings, 0 replies; 52+ messages in thread
From: Michael Palimaka @ 2017-04-15  4:43 UTC (permalink / raw
  To: gentoo-commits

commit:     b960b6aef806f35634c42197d679af783855ee57
Author:     Michael Palimaka <kensington <AT> gentoo <DOT> org>
AuthorDate: Sat Apr 15 04:38:54 2017 +0000
Commit:     Michael Palimaka <kensington <AT> gentoo <DOT> org>
CommitDate: Sat Apr 15 04:42:57 2017 +0000
URL:        https://gitweb.gentoo.org/proj/kde.git/commit/?id=b960b6ae

net-irc/konversation: 1.7 final in main tree

Package-Manager: Portage-2.3.5, Repoman-2.3.2

 net-irc/konversation/konversation-1.7_rc1.ebuild | 65 ------------------------
 1 file changed, 65 deletions(-)

diff --git a/net-irc/konversation/konversation-1.7_rc1.ebuild b/net-irc/konversation/konversation-1.7_rc1.ebuild
deleted file mode 100644
index 5cf7db5006..0000000000
--- a/net-irc/konversation/konversation-1.7_rc1.ebuild
+++ /dev/null
@@ -1,65 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-KDE_HANDBOOK="forceoptional"
-inherit kde5
-
-DESCRIPTION="A user friendly IRC Client"
-HOMEPAGE="https://www.kde.org/applications/internet/konversation/ https://konversation.kde.org"
-SRC_URI="mirror://kde/unstable/${PN}/${PV/_/-}/src/${P/_/-}.tar.xz"
-
-LICENSE="GPL-2"
-KEYWORDS="~amd64 ~x86"
-IUSE="+crypt"
-
-DEPEND="
-	$(add_frameworks_dep karchive)
-	$(add_frameworks_dep kbookmarks)
-	$(add_frameworks_dep kcodecs)
-	$(add_frameworks_dep kcompletion)
-	$(add_frameworks_dep kconfig)
-	$(add_frameworks_dep kconfigwidgets)
-	$(add_frameworks_dep kcoreaddons)
-	$(add_frameworks_dep kcrash)
-	$(add_frameworks_dep kdbusaddons)
-	$(add_frameworks_dep kemoticons)
-	$(add_frameworks_dep kglobalaccel)
-	$(add_frameworks_dep ki18n)
-	$(add_frameworks_dep kiconthemes)
-	$(add_frameworks_dep kidletime)
-	$(add_frameworks_dep kio)
-	$(add_frameworks_dep kitemviews)
-	$(add_frameworks_dep knotifications)
-	$(add_frameworks_dep knotifyconfig)
-	$(add_frameworks_dep kparts)
-	$(add_frameworks_dep kservice)
-	$(add_frameworks_dep ktextwidgets)
-	$(add_frameworks_dep kwallet)
-	$(add_frameworks_dep kwidgetsaddons)
-	$(add_frameworks_dep kwindowsystem)
-	$(add_frameworks_dep kxmlgui)
-	$(add_qt_dep qtdbus)
-	$(add_qt_dep qtgui)
-	$(add_qt_dep qtnetwork)
-	$(add_qt_dep qtwidgets)
-	$(add_qt_dep qtxml)
-	media-libs/phonon[qt5]
-	sys-devel/gettext
-	crypt? ( app-crypt/qca:2[qt5] )
-"
-RDEPEND="${DEPEND}
-	!net-irc/konversation:4
-	crypt? ( app-crypt/qca:2[ssl] )
-"
-
-S="${WORKDIR}/${P/_/-}"
-
-src_configure() {
-	local mycmakeargs=(
-		$(cmake-utils_use_find_package crypt Qca-qt5)
-	)
-
-	kde5_src_configure
-}


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

* [gentoo-commits] proj/kde:master commit in: net-irc/konversation/
@ 2017-11-09 21:15 Andreas Sturmlechner
  0 siblings, 0 replies; 52+ messages in thread
From: Andreas Sturmlechner @ 2017-11-09 21:15 UTC (permalink / raw
  To: gentoo-commits

commit:     69928e8fef24a5fc1221fbc38d2b0a7e4363c419
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Thu Nov  9 21:07:04 2017 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Thu Nov  9 21:15:07 2017 +0000
URL:        https://gitweb.gentoo.org/proj/kde.git/commit/?id=69928e8f

net-irc/konversation: Add 2.x dev branch

Currently pulling from upstream wip/qtquick branch.

Package-Manager: Portage-2.3.8, Repoman-2.3.4

 net-irc/konversation/konversation-2.9999.ebuild | 75 +++++++++++++++++++++++++
 1 file changed, 75 insertions(+)

diff --git a/net-irc/konversation/konversation-2.9999.ebuild b/net-irc/konversation/konversation-2.9999.ebuild
new file mode 100644
index 0000000000..22e2a01493
--- /dev/null
+++ b/net-irc/konversation/konversation-2.9999.ebuild
@@ -0,0 +1,75 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+EGIT_BRANCH="wip/qtquick"
+KDE_HANDBOOK="forceoptional"
+inherit kde5
+
+DESCRIPTION="A user friendly IRC Client"
+HOMEPAGE="https://www.kde.org/applications/internet/konversation/ https://konversation.kde.org"
+
+LICENSE="GPL-2"
+KEYWORDS=""
+IUSE="+crypt"
+
+DEPEND="
+	$(add_frameworks_dep karchive)
+	$(add_frameworks_dep kbookmarks)
+	$(add_frameworks_dep kcodecs)
+	$(add_frameworks_dep kcompletion)
+	$(add_frameworks_dep kconfig)
+	$(add_frameworks_dep kconfigwidgets)
+	$(add_frameworks_dep kcoreaddons)
+	$(add_frameworks_dep kcrash)
+	$(add_frameworks_dep kdbusaddons)
+	$(add_frameworks_dep kemoticons)
+	$(add_frameworks_dep kglobalaccel)
+	$(add_frameworks_dep ki18n)
+	$(add_frameworks_dep kiconthemes)
+	$(add_frameworks_dep kidletime)
+	$(add_frameworks_dep kio)
+	$(add_frameworks_dep kitemmodels)
+	$(add_frameworks_dep kitemviews)
+	$(add_frameworks_dep knotifications)
+	$(add_frameworks_dep knotifyconfig)
+	$(add_frameworks_dep kpackage)
+	$(add_frameworks_dep kparts)
+	$(add_frameworks_dep kservice)
+	$(add_frameworks_dep ktextwidgets)
+	$(add_frameworks_dep kwallet)
+	$(add_frameworks_dep kwidgetsaddons)
+	$(add_frameworks_dep kwindowsystem)
+	$(add_frameworks_dep kxmlgui)
+	$(add_qt_dep qtdeclarative)
+	$(add_qt_dep qtdbus)
+	$(add_qt_dep qtgui)
+	$(add_qt_dep qtnetwork)
+	$(add_qt_dep qtwidgets)
+	$(add_qt_dep qtxml)
+	media-libs/phonon[qt5(+)]
+	sys-devel/gettext
+	crypt? ( app-crypt/qca:2[qt5] )
+"
+RDEPEND="${DEPEND}
+	!net-irc/konversation:4
+	$(add_frameworks_dep qqc2-desktop-style)
+	crypt? ( app-crypt/qca:2[ssl] )
+"
+
+src_configure() {
+	local mycmakeargs=(
+		$(cmake-utils_use_find_package crypt Qca-qt5)
+	)
+
+	kde5_src_configure
+}
+
+src_install() {
+	kde5_src_install
+
+	# Bug 616162
+	insinto /etc/xdg
+	doins "${FILESDIR}"/konversationrc
+}


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

* [gentoo-commits] proj/kde:master commit in: net-irc/konversation/
@ 2018-02-22 13:17 Andreas Sturmlechner
  0 siblings, 0 replies; 52+ messages in thread
From: Andreas Sturmlechner @ 2018-02-22 13:17 UTC (permalink / raw
  To: gentoo-commits

commit:     d711caa3ffe7c40507bd3be1a5a4f6238c203f51
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Thu Feb 22 13:08:38 2018 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Thu Feb 22 13:08:38 2018 +0000
URL:        https://gitweb.gentoo.org/proj/kde.git/commit/?id=d711caa3

net-irc/konversation: Relax app-crypt/qca qt5-usedep

Package-Manager: Portage-2.3.24, Repoman-2.3.6

 net-irc/konversation/konversation-2.9999.ebuild | 2 +-
 net-irc/konversation/konversation-9999.ebuild   | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/net-irc/konversation/konversation-2.9999.ebuild b/net-irc/konversation/konversation-2.9999.ebuild
index 21ada6b00b..3f8f578ca5 100644
--- a/net-irc/konversation/konversation-2.9999.ebuild
+++ b/net-irc/konversation/konversation-2.9999.ebuild
@@ -50,7 +50,7 @@ DEPEND="
 	$(add_qt_dep qtxml)
 	media-libs/phonon[qt5(+)]
 	sys-devel/gettext
-	crypt? ( app-crypt/qca:2[qt5] )
+	crypt? ( app-crypt/qca:2[qt5(+)] )
 "
 RDEPEND="${DEPEND}
 	!net-irc/konversation:4

diff --git a/net-irc/konversation/konversation-9999.ebuild b/net-irc/konversation/konversation-9999.ebuild
index 33881ec2d5..5ca287f75a 100644
--- a/net-irc/konversation/konversation-9999.ebuild
+++ b/net-irc/konversation/konversation-9999.ebuild
@@ -46,7 +46,7 @@ DEPEND="
 	$(add_qt_dep qtxml)
 	media-libs/phonon[qt5(+)]
 	sys-devel/gettext
-	crypt? ( app-crypt/qca:2[qt5] )
+	crypt? ( app-crypt/qca:2[qt5(+)] )
 "
 RDEPEND="${DEPEND}
 	!net-irc/konversation:4


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

* [gentoo-commits] proj/kde:master commit in: net-irc/konversation/
@ 2018-10-13 16:34 Andreas Sturmlechner
  0 siblings, 0 replies; 52+ messages in thread
From: Andreas Sturmlechner @ 2018-10-13 16:34 UTC (permalink / raw
  To: gentoo-commits

commit:     1348940916e0ef23f7de0583bad35d46e952a052
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Thu Sep 13 01:38:00 2018 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sat Oct 13 16:32:00 2018 +0000
URL:        https://gitweb.gentoo.org/proj/kde.git/commit/?id=13489409

net-irc/konversation: Update DESCRIPTION

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

 net-irc/konversation/konversation-2.9999.ebuild | 2 +-
 net-irc/konversation/konversation-9999.ebuild   | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/net-irc/konversation/konversation-2.9999.ebuild b/net-irc/konversation/konversation-2.9999.ebuild
index 3f8f578ca5..71079aa91a 100644
--- a/net-irc/konversation/konversation-2.9999.ebuild
+++ b/net-irc/konversation/konversation-2.9999.ebuild
@@ -7,7 +7,7 @@ EGIT_BRANCH="wip/qtquick"
 KDE_HANDBOOK="forceoptional"
 inherit kde5
 
-DESCRIPTION="A user friendly IRC Client"
+DESCRIPTION="User friendly IRC Client"
 HOMEPAGE="https://www.kde.org/applications/internet/konversation/ https://konversation.kde.org"
 
 LICENSE="GPL-2"

diff --git a/net-irc/konversation/konversation-9999.ebuild b/net-irc/konversation/konversation-9999.ebuild
index 5ca287f75a..4d647fd262 100644
--- a/net-irc/konversation/konversation-9999.ebuild
+++ b/net-irc/konversation/konversation-9999.ebuild
@@ -6,7 +6,7 @@ EAPI=6
 KDE_HANDBOOK="forceoptional"
 inherit kde5
 
-DESCRIPTION="A user friendly IRC Client"
+DESCRIPTION="User friendly IRC Client"
 HOMEPAGE="https://www.kde.org/applications/internet/konversation/ https://konversation.kde.org"
 
 LICENSE="GPL-2"


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

* [gentoo-commits] proj/kde:master commit in: net-irc/konversation/
@ 2019-11-13  2:00 Andreas Sturmlechner
  0 siblings, 0 replies; 52+ messages in thread
From: Andreas Sturmlechner @ 2019-11-13  2:00 UTC (permalink / raw
  To: gentoo-commits

commit:     f2c2cbeb7d06e0a470dd10076ed6ae7d15f3fe50
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Wed Nov 13 01:49:42 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=f2c2cbeb

net-irc/konversation: 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-irc/konversation/konversation-2.9999.ebuild | 82 +++++++++++++------------
 net-irc/konversation/konversation-9999.ebuild   | 74 +++++++++++-----------
 2 files changed, 82 insertions(+), 74 deletions(-)

diff --git a/net-irc/konversation/konversation-2.9999.ebuild b/net-irc/konversation/konversation-2.9999.ebuild
index a6fc1ba33d..1aeb2078e9 100644
--- a/net-irc/konversation/konversation-2.9999.ebuild
+++ b/net-irc/konversation/konversation-2.9999.ebuild
@@ -4,56 +4,60 @@
 EAPI=7
 
 EGIT_BRANCH="wip/qtquick"
-KDE_HANDBOOK="forceoptional"
-inherit kde5
+ECM_HANDBOOK="forceoptional"
+KFMIN=5.60.0
+QTMIN=5.12.3
+inherit ecm kde.org
 
 DESCRIPTION="User friendly IRC Client"
-HOMEPAGE="https://kde.org/applications/internet/konversation/ https://konversation.kde.org"
+HOMEPAGE="https://konversation.kde.org
+https://kde.org/applications/internet/org.kde.konversation"
 
 LICENSE="GPL-2"
+SLOT="5"
 KEYWORDS=""
 IUSE="+crypt"
 
 BDEPEND="sys-devel/gettext"
 DEPEND="
-	$(add_frameworks_dep karchive)
-	$(add_frameworks_dep kbookmarks)
-	$(add_frameworks_dep kcodecs)
-	$(add_frameworks_dep kcompletion)
-	$(add_frameworks_dep kconfig)
-	$(add_frameworks_dep kconfigwidgets)
-	$(add_frameworks_dep kcoreaddons)
-	$(add_frameworks_dep kcrash)
-	$(add_frameworks_dep kdbusaddons)
-	$(add_frameworks_dep kemoticons)
-	$(add_frameworks_dep kglobalaccel)
-	$(add_frameworks_dep ki18n)
-	$(add_frameworks_dep kiconthemes)
-	$(add_frameworks_dep kidletime)
-	$(add_frameworks_dep kio)
-	$(add_frameworks_dep kitemmodels)
-	$(add_frameworks_dep kitemviews)
-	$(add_frameworks_dep knotifications)
-	$(add_frameworks_dep knotifyconfig)
-	$(add_frameworks_dep kpackage)
-	$(add_frameworks_dep kparts)
-	$(add_frameworks_dep kservice)
-	$(add_frameworks_dep ktextwidgets)
-	$(add_frameworks_dep kwallet)
-	$(add_frameworks_dep kwidgetsaddons)
-	$(add_frameworks_dep kwindowsystem)
-	$(add_frameworks_dep kxmlgui)
-	$(add_qt_dep qtdeclarative)
-	$(add_qt_dep qtdbus)
-	$(add_qt_dep qtgui)
-	$(add_qt_dep qtnetwork)
-	$(add_qt_dep qtwidgets)
-	$(add_qt_dep qtxml)
+	>=dev-qt/qtdeclarative-${QTMIN}:5
+	>=dev-qt/qtdbus-${QTMIN}:5
+	>=dev-qt/qtgui-${QTMIN}:5
+	>=dev-qt/qtnetwork-${QTMIN}:5
+	>=dev-qt/qtwidgets-${QTMIN}:5
+	>=dev-qt/qtxml-${QTMIN}:5
+	>=kde-frameworks/karchive-${KFMIN}:5
+	>=kde-frameworks/kbookmarks-${KFMIN}:5
+	>=kde-frameworks/kcodecs-${KFMIN}:5
+	>=kde-frameworks/kcompletion-${KFMIN}:5
+	>=kde-frameworks/kconfig-${KFMIN}:5
+	>=kde-frameworks/kconfigwidgets-${KFMIN}:5
+	>=kde-frameworks/kcoreaddons-${KFMIN}:5
+	>=kde-frameworks/kcrash-${KFMIN}:5
+	>=kde-frameworks/kdbusaddons-${KFMIN}:5
+	>=kde-frameworks/kemoticons-${KFMIN}:5
+	>=kde-frameworks/kglobalaccel-${KFMIN}:5
+	>=kde-frameworks/ki18n-${KFMIN}:5
+	>=kde-frameworks/kiconthemes-${KFMIN}:5
+	>=kde-frameworks/kidletime-${KFMIN}:5
+	>=kde-frameworks/kio-${KFMIN}:5
+	>=kde-frameworks/kitemmodels-${KFMIN}:5
+	>=kde-frameworks/kitemviews-${KFMIN}:5
+	>=kde-frameworks/knotifications-${KFMIN}:5
+	>=kde-frameworks/knotifyconfig-${KFMIN}:5
+	>=kde-frameworks/kpackage-${KFMIN}:5
+	>=kde-frameworks/kparts-${KFMIN}:5
+	>=kde-frameworks/kservice-${KFMIN}:5
+	>=kde-frameworks/ktextwidgets-${KFMIN}:5
+	>=kde-frameworks/kwallet-${KFMIN}:5
+	>=kde-frameworks/kwidgetsaddons-${KFMIN}:5
+	>=kde-frameworks/kwindowsystem-${KFMIN}:5
+	>=kde-frameworks/kxmlgui-${KFMIN}:5
 	media-libs/phonon[qt5(+)]
 	crypt? ( app-crypt/qca:2[qt5(+)] )
 "
 RDEPEND="${DEPEND}
-	$(add_frameworks_dep qqc2-desktop-style)
+	>=kde-frameworks/qqc2-desktop-style-${KFMIN}:5
 	crypt? ( app-crypt/qca:2[ssl] )
 "
 
@@ -62,11 +66,11 @@ src_configure() {
 		$(cmake-utils_use_find_package crypt Qca-qt5)
 	)
 
-	kde5_src_configure
+	ecm_src_configure
 }
 
 src_install() {
-	kde5_src_install
+	ecm_src_install
 
 	# Bug 616162
 	insinto /etc/xdg

diff --git a/net-irc/konversation/konversation-9999.ebuild b/net-irc/konversation/konversation-9999.ebuild
index 9f1de75587..61055170de 100644
--- a/net-irc/konversation/konversation-9999.ebuild
+++ b/net-irc/konversation/konversation-9999.ebuild
@@ -3,48 +3,52 @@
 
 EAPI=7
 
-KDE_HANDBOOK="forceoptional"
-inherit kde5
+ECM_HANDBOOK="forceoptional"
+KFMIN=5.60.0
+QTMIN=5.12.3
+inherit ecm kde.org
 
 DESCRIPTION="User friendly IRC Client"
-HOMEPAGE="https://kde.org/applications/internet/konversation/ https://konversation.kde.org"
+HOMEPAGE="https://konversation.kde.org
+https://kde.org/applications/internet/org.kde.konversation"
 
 LICENSE="GPL-2"
+SLOT="5"
 KEYWORDS=""
 IUSE="+crypt"
 
 BDEPEND="sys-devel/gettext"
 DEPEND="
-	$(add_frameworks_dep karchive)
-	$(add_frameworks_dep kbookmarks)
-	$(add_frameworks_dep kcodecs)
-	$(add_frameworks_dep kcompletion)
-	$(add_frameworks_dep kconfig)
-	$(add_frameworks_dep kconfigwidgets)
-	$(add_frameworks_dep kcoreaddons)
-	$(add_frameworks_dep kcrash)
-	$(add_frameworks_dep kdbusaddons)
-	$(add_frameworks_dep kemoticons)
-	$(add_frameworks_dep kglobalaccel)
-	$(add_frameworks_dep ki18n)
-	$(add_frameworks_dep kiconthemes)
-	$(add_frameworks_dep kidletime)
-	$(add_frameworks_dep kio)
-	$(add_frameworks_dep kitemviews)
-	$(add_frameworks_dep knotifications)
-	$(add_frameworks_dep knotifyconfig)
-	$(add_frameworks_dep kparts)
-	$(add_frameworks_dep kservice)
-	$(add_frameworks_dep ktextwidgets)
-	$(add_frameworks_dep kwallet)
-	$(add_frameworks_dep kwidgetsaddons)
-	$(add_frameworks_dep kwindowsystem)
-	$(add_frameworks_dep kxmlgui)
-	$(add_qt_dep qtdbus)
-	$(add_qt_dep qtgui)
-	$(add_qt_dep qtnetwork)
-	$(add_qt_dep qtwidgets)
-	$(add_qt_dep qtxml)
+	>=dev-qt/qtdbus-${QTMIN}:5
+	>=dev-qt/qtgui-${QTMIN}:5
+	>=dev-qt/qtnetwork-${QTMIN}:5
+	>=dev-qt/qtwidgets-${QTMIN}:5
+	>=dev-qt/qtxml-${QTMIN}:5
+	>=kde-frameworks/karchive-${KFMIN}:5
+	>=kde-frameworks/kbookmarks-${KFMIN}:5
+	>=kde-frameworks/kcodecs-${KFMIN}:5
+	>=kde-frameworks/kcompletion-${KFMIN}:5
+	>=kde-frameworks/kconfig-${KFMIN}:5
+	>=kde-frameworks/kconfigwidgets-${KFMIN}:5
+	>=kde-frameworks/kcoreaddons-${KFMIN}:5
+	>=kde-frameworks/kcrash-${KFMIN}:5
+	>=kde-frameworks/kdbusaddons-${KFMIN}:5
+	>=kde-frameworks/kemoticons-${KFMIN}:5
+	>=kde-frameworks/kglobalaccel-${KFMIN}:5
+	>=kde-frameworks/ki18n-${KFMIN}:5
+	>=kde-frameworks/kiconthemes-${KFMIN}:5
+	>=kde-frameworks/kidletime-${KFMIN}:5
+	>=kde-frameworks/kio-${KFMIN}:5
+	>=kde-frameworks/kitemviews-${KFMIN}:5
+	>=kde-frameworks/knotifications-${KFMIN}:5
+	>=kde-frameworks/knotifyconfig-${KFMIN}:5
+	>=kde-frameworks/kparts-${KFMIN}:5
+	>=kde-frameworks/kservice-${KFMIN}:5
+	>=kde-frameworks/ktextwidgets-${KFMIN}:5
+	>=kde-frameworks/kwallet-${KFMIN}:5
+	>=kde-frameworks/kwidgetsaddons-${KFMIN}:5
+	>=kde-frameworks/kwindowsystem-${KFMIN}:5
+	>=kde-frameworks/kxmlgui-${KFMIN}:5
 	media-libs/phonon[qt5(+)]
 	crypt? ( app-crypt/qca:2[qt5(+)] )
 "
@@ -57,11 +61,11 @@ src_configure() {
 		$(cmake-utils_use_find_package crypt Qca-qt5)
 	)
 
-	kde5_src_configure
+	ecm_src_configure
 }
 
 src_install() {
-	kde5_src_install
+	ecm_src_install
 
 	# Bug 616162
 	insinto /etc/xdg


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

* [gentoo-commits] proj/kde:master commit in: net-irc/konversation/
@ 2020-07-10 13:28 Andreas Sturmlechner
  0 siblings, 0 replies; 52+ messages in thread
From: Andreas Sturmlechner @ 2020-07-10 13:28 UTC (permalink / raw
  To: gentoo-commits

commit:     cdee8e5a68b4ebdfdb4a8fd112d5bf62a23bdde2
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Fri Jul 10 13:17:56 2020 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Fri Jul 10 13:17:56 2020 +0000
URL:        https://gitweb.gentoo.org/proj/kde.git/commit/?id=cdee8e5a

net-irc/konversation: Raise KFMIN to 5.70.0 for KF5Bookmarks compat

Upstream commit 57df81cd8a11c4dbe170f9d81abd5b35b4887e0b

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

 net-irc/konversation/konversation-2.9999.ebuild | 2 +-
 net-irc/konversation/konversation-9999.ebuild   | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/net-irc/konversation/konversation-2.9999.ebuild b/net-irc/konversation/konversation-2.9999.ebuild
index d713dd034d..f774d691a0 100644
--- a/net-irc/konversation/konversation-2.9999.ebuild
+++ b/net-irc/konversation/konversation-2.9999.ebuild
@@ -5,7 +5,7 @@ EAPI=7
 
 EGIT_BRANCH="wip/qtquick"
 ECM_HANDBOOK="forceoptional"
-KFMIN=5.60.0
+KFMIN=5.70.0
 QTMIN=5.12.3
 inherit ecm kde.org
 

diff --git a/net-irc/konversation/konversation-9999.ebuild b/net-irc/konversation/konversation-9999.ebuild
index 74a24ddb25..e63dc863b1 100644
--- a/net-irc/konversation/konversation-9999.ebuild
+++ b/net-irc/konversation/konversation-9999.ebuild
@@ -4,7 +4,7 @@
 EAPI=7
 
 ECM_HANDBOOK="forceoptional"
-KFMIN=5.60.0
+KFMIN=5.70.0
 QTMIN=5.12.3
 inherit ecm kde.org
 


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

* [gentoo-commits] proj/kde:master commit in: net-irc/konversation/
@ 2020-09-28 21:26 Andreas Sturmlechner
  0 siblings, 0 replies; 52+ messages in thread
From: Andreas Sturmlechner @ 2020-09-28 21:26 UTC (permalink / raw
  To: gentoo-commits

commit:     de9937f61f46800a80ebda194a99f73e7d39bb70
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Mon Sep 28 17:26:51 2020 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Mon Sep 28 17:32:21 2020 +0000
URL:        https://gitweb.gentoo.org/proj/kde.git/commit/?id=de9937f6

net-irc/konversation: Drop unused DEPEND, update HOMEPAGE

Upstream commit 508f4f9c11e0dd53c093ab504968090b3f96acf2

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

 net-irc/konversation/konversation-2.9999.ebuild | 3 +--
 net-irc/konversation/konversation-9999.ebuild   | 4 +---
 2 files changed, 2 insertions(+), 5 deletions(-)

diff --git a/net-irc/konversation/konversation-2.9999.ebuild b/net-irc/konversation/konversation-2.9999.ebuild
index a66feb7d49..aec3816583 100644
--- a/net-irc/konversation/konversation-2.9999.ebuild
+++ b/net-irc/konversation/konversation-2.9999.ebuild
@@ -10,8 +10,7 @@ QTMIN=5.12.3
 inherit ecm kde.org
 
 DESCRIPTION="User friendly IRC Client"
-HOMEPAGE="https://konversation.kde.org
-https://kde.org/applications/internet/org.kde.konversation"
+HOMEPAGE="https://konversation.kde.org"
 
 LICENSE="GPL-2"
 SLOT="5"

diff --git a/net-irc/konversation/konversation-9999.ebuild b/net-irc/konversation/konversation-9999.ebuild
index 2d31a25576..ac90c8a2ca 100644
--- a/net-irc/konversation/konversation-9999.ebuild
+++ b/net-irc/konversation/konversation-9999.ebuild
@@ -9,8 +9,7 @@ QTMIN=5.12.3
 inherit ecm kde.org
 
 DESCRIPTION="User friendly IRC Client"
-HOMEPAGE="https://konversation.kde.org
-https://kde.org/applications/internet/org.kde.konversation"
+HOMEPAGE="https://konversation.kde.org"
 
 LICENSE="GPL-2"
 SLOT="5"
@@ -35,7 +34,6 @@ DEPEND="
 	>=kde-frameworks/kdbusaddons-${KFMIN}:5
 	>=kde-frameworks/kglobalaccel-${KFMIN}:5
 	>=kde-frameworks/ki18n-${KFMIN}:5
-	>=kde-frameworks/kiconthemes-${KFMIN}:5
 	>=kde-frameworks/kidletime-${KFMIN}:5
 	>=kde-frameworks/kio-${KFMIN}:5
 	>=kde-frameworks/kitemviews-${KFMIN}:5


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

* [gentoo-commits] proj/kde:master commit in: net-irc/konversation/
@ 2020-10-18 16:01 Andreas Sturmlechner
  0 siblings, 0 replies; 52+ messages in thread
From: Andreas Sturmlechner @ 2020-10-18 16:01 UTC (permalink / raw
  To: gentoo-commits

commit:     79d9174dc9f34f22a38286d08d03beb0ae532014
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sat Oct 17 14:18:33 2020 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sat Oct 17 14:32:24 2020 +0000
URL:        https://gitweb.gentoo.org/proj/kde.git/commit/?id=79d9174d

net-irc/konversation: Update DEPEND and RDEPEND

Upstream commits:
b18c39b8fb7541570dd103a22b11bb3c23ce7cd6
42dc7b1429853f0840e4209d9faef3454a034898

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

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

diff --git a/net-irc/konversation/konversation-9999.ebuild b/net-irc/konversation/konversation-9999.ebuild
index 2d0aa8c821..51650017eb 100644
--- a/net-irc/konversation/konversation-9999.ebuild
+++ b/net-irc/konversation/konversation-9999.ebuild
@@ -37,6 +37,7 @@ DEPEND="
 	>=kde-frameworks/kidletime-${KFMIN}:5
 	>=kde-frameworks/kio-${KFMIN}:5
 	>=kde-frameworks/kitemviews-${KFMIN}:5
+	>=kde-frameworks/knewstuff-${KFMIN}:5
 	>=kde-frameworks/knotifications-${KFMIN}:5
 	>=kde-frameworks/knotifyconfig-${KFMIN}:5
 	>=kde-frameworks/kparts-${KFMIN}:5
@@ -50,6 +51,7 @@ DEPEND="
 	crypt? ( >=app-crypt/qca-2.3.0:2 )
 "
 RDEPEND="${DEPEND}
+	>=dev-qt/qtsvg-${QTMIN}:5
 	crypt? ( >=app-crypt/qca-2.3.0:2[ssl] )
 "
 


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

* [gentoo-commits] proj/kde:master commit in: net-irc/konversation/
@ 2020-10-26 13:56 Andreas Sturmlechner
  0 siblings, 0 replies; 52+ messages in thread
From: Andreas Sturmlechner @ 2020-10-26 13:56 UTC (permalink / raw
  To: gentoo-commits

commit:     c681c7b79aaa83c8353c67e42548f009b4b1804e
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Mon Oct 26 12:13:25 2020 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Mon Oct 26 12:13:25 2020 +0000
URL:        https://gitweb.gentoo.org/proj/kde.git/commit/?id=c681c7b7

net-irc/konversation: Update HOMEPAGE

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

 net-irc/konversation/konversation-1.7.9999.ebuild | 2 +-
 net-irc/konversation/konversation-2.9999.ebuild   | 2 +-
 net-irc/konversation/konversation-9999.ebuild     | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/net-irc/konversation/konversation-1.7.9999.ebuild b/net-irc/konversation/konversation-1.7.9999.ebuild
index 5775461662..9e21389177 100644
--- a/net-irc/konversation/konversation-1.7.9999.ebuild
+++ b/net-irc/konversation/konversation-1.7.9999.ebuild
@@ -10,7 +10,7 @@ QTMIN=5.15.1
 inherit ecm kde.org
 
 DESCRIPTION="User friendly IRC Client"
-HOMEPAGE="https://konversation.kde.org"
+HOMEPAGE="https://konversation.kde.org https://apps.kde.org/en/konversation"
 
 if [[ ${KDE_BUILD_TYPE} == release ]]; then
 	SRC_URI="mirror://kde/stable/${PN}/${PV/_/-}/src/${P/_/-}.tar.xz"

diff --git a/net-irc/konversation/konversation-2.9999.ebuild b/net-irc/konversation/konversation-2.9999.ebuild
index 53ebf7a3b2..ac9ffdee39 100644
--- a/net-irc/konversation/konversation-2.9999.ebuild
+++ b/net-irc/konversation/konversation-2.9999.ebuild
@@ -10,7 +10,7 @@ QTMIN=5.15.1
 inherit ecm kde.org
 
 DESCRIPTION="User friendly IRC Client"
-HOMEPAGE="https://konversation.kde.org"
+HOMEPAGE="https://konversation.kde.org https://apps.kde.org/en/konversation"
 
 LICENSE="GPL-2"
 SLOT="5"

diff --git a/net-irc/konversation/konversation-9999.ebuild b/net-irc/konversation/konversation-9999.ebuild
index e7d834dad7..40771e4d0c 100644
--- a/net-irc/konversation/konversation-9999.ebuild
+++ b/net-irc/konversation/konversation-9999.ebuild
@@ -9,7 +9,7 @@ QTMIN=5.15.1
 inherit ecm kde.org
 
 DESCRIPTION="User friendly IRC Client"
-HOMEPAGE="https://konversation.kde.org"
+HOMEPAGE="https://konversation.kde.org https://apps.kde.org/en/konversation"
 
 LICENSE="GPL-2"
 SLOT="5"


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

* [gentoo-commits] proj/kde:master commit in: net-irc/konversation/
@ 2022-03-24 14:53 Andreas Sturmlechner
  0 siblings, 0 replies; 52+ messages in thread
From: Andreas Sturmlechner @ 2022-03-24 14:53 UTC (permalink / raw
  To: gentoo-commits

commit:     8eed51b667e0fc6d5f97c80e53d3e69460a0e991
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Thu Mar 24 14:19:02 2022 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Thu Mar 24 14:53:10 2022 +0000
URL:        https://gitweb.gentoo.org/proj/kde.git/commit/?id=8eed51b6

net-irc/konversation: Update DEPENDs

Upstream commit b9f61d0005932b88c115933054c0dcd98f21182f

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

 net-irc/konversation/konversation-9999.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/net-irc/konversation/konversation-9999.ebuild b/net-irc/konversation/konversation-9999.ebuild
index 8b6ba90604..68b7e729d2 100644
--- a/net-irc/konversation/konversation-9999.ebuild
+++ b/net-irc/konversation/konversation-9999.ebuild
@@ -17,10 +17,10 @@ SLOT="5"
 KEYWORDS=""
 IUSE="+crypt"
 
-BDEPEND="sys-devel/gettext"
 DEPEND="
 	>=dev-qt/qtdbus-${QTMIN}:5
 	>=dev-qt/qtgui-${QTMIN}:5
+	>=dev-qt/qtmultimedia-${QTMIN}:5
 	>=dev-qt/qtnetwork-${QTMIN}:5
 	>=dev-qt/qtwidgets-${QTMIN}:5
 	>=dev-qt/qtxml-${QTMIN}:5
@@ -48,13 +48,13 @@ DEPEND="
 	>=kde-frameworks/kwidgetsaddons-${KFMIN}:5
 	>=kde-frameworks/kwindowsystem-${KFMIN}:5
 	>=kde-frameworks/kxmlgui-${KFMIN}:5
-	>=media-libs/phonon-4.11.0
 	crypt? ( >=app-crypt/qca-2.3.0:2 )
 "
 RDEPEND="${DEPEND}
 	>=dev-qt/qtsvg-${QTMIN}:5
 	crypt? ( >=app-crypt/qca-2.3.0:2[ssl] )
 "
+BDEPEND="sys-devel/gettext"
 
 src_configure() {
 	local mycmakeargs=(


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

* [gentoo-commits] proj/kde:master commit in: net-irc/konversation/
@ 2024-01-09 14:26 Andreas Sturmlechner
  0 siblings, 0 replies; 52+ messages in thread
From: Andreas Sturmlechner @ 2024-01-09 14:26 UTC (permalink / raw
  To: gentoo-commits

commit:     4d728e4c0fdf266ee6baee19db1b30a064f6920f
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Tue Jan  9 13:57:47 2024 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Tue Jan  9 13:57:47 2024 +0000
URL:        https://gitweb.gentoo.org/proj/kde.git/commit/?id=4d728e4c

net-irc/konversation: Port to KF6, update dependencies

Upstream commit a16c301f525a727c8c66cb1760f71ba4ed8160db

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

 .../konversation/konversation-24.02.49.9999.ebuild | 72 +++++++++++-----------
 net-irc/konversation/konversation-9999.ebuild      | 72 +++++++++++-----------
 2 files changed, 70 insertions(+), 74 deletions(-)

diff --git a/net-irc/konversation/konversation-24.02.49.9999.ebuild b/net-irc/konversation/konversation-24.02.49.9999.ebuild
index ffa32af30a..1d45d1f084 100644
--- a/net-irc/konversation/konversation-24.02.49.9999.ebuild
+++ b/net-irc/konversation/konversation-24.02.49.9999.ebuild
@@ -4,60 +4,58 @@
 EAPI=8
 
 ECM_HANDBOOK="forceoptional"
-KFMIN=5.106.0
-QTMIN=5.15.9
+KFMIN=5.245.0
+QTMIN=6.6.0
 inherit ecm gear.kde.org
 
 DESCRIPTION="User friendly IRC Client"
 HOMEPAGE="https://konversation.kde.org https://apps.kde.org/konversation/"
 
 LICENSE="GPL-2"
-SLOT="5"
+SLOT="6"
 KEYWORDS=""
 IUSE="+crypt"
 
 DEPEND="
-	>=dev-qt/qtdbus-${QTMIN}:5
-	>=dev-qt/qtgui-${QTMIN}:5
-	>=dev-qt/qtmultimedia-${QTMIN}:5
-	>=dev-qt/qtnetwork-${QTMIN}:5
-	>=dev-qt/qtwidgets-${QTMIN}:5
-	>=dev-qt/qtxml-${QTMIN}:5
-	>=kde-frameworks/karchive-${KFMIN}:5
-	>=kde-frameworks/kbookmarks-${KFMIN}:5
-	>=kde-frameworks/kcodecs-${KFMIN}:5
-	>=kde-frameworks/kcompletion-${KFMIN}:5
-	>=kde-frameworks/kconfig-${KFMIN}:5
-	>=kde-frameworks/kconfigwidgets-${KFMIN}:5
-	>=kde-frameworks/kcoreaddons-${KFMIN}:5
-	>=kde-frameworks/kcrash-${KFMIN}:5
-	>=kde-frameworks/kdbusaddons-${KFMIN}:5
-	>=kde-frameworks/kglobalaccel-${KFMIN}:5
-	>=kde-frameworks/ki18n-${KFMIN}:5
-	>=kde-frameworks/kidletime-${KFMIN}:5
-	>=kde-frameworks/kio-${KFMIN}:5
-	>=kde-frameworks/kitemviews-${KFMIN}:5
-	>=kde-frameworks/knewstuff-${KFMIN}:5
-	>=kde-frameworks/knotifications-${KFMIN}:5
-	>=kde-frameworks/knotifyconfig-${KFMIN}:5
-	>=kde-frameworks/kparts-${KFMIN}:5
-	>=kde-frameworks/kservice-${KFMIN}:5
-	>=kde-frameworks/ktextwidgets-${KFMIN}:5
-	>=kde-frameworks/kwallet-${KFMIN}:5
-	>=kde-frameworks/kwidgetsaddons-${KFMIN}:5
-	>=kde-frameworks/kwindowsystem-${KFMIN}:5
-	>=kde-frameworks/kxmlgui-${KFMIN}:5
-	crypt? ( >=app-crypt/qca-2.3.0:2[qt5(+)] )
+	>=dev-qt/qt5compat-${QTMIN}:6
+	>=dev-qt/qtbase-${QTMIN}:6[dbus,gui,network,widgets,xml]
+	>=dev-qt/qtmultimedia-${QTMIN}:6
+	>=kde-frameworks/karchive-${KFMIN}:6
+	>=kde-frameworks/kbookmarks-${KFMIN}:6
+	>=kde-frameworks/kcodecs-${KFMIN}:6
+	>=kde-frameworks/kcompletion-${KFMIN}:6
+	>=kde-frameworks/kconfig-${KFMIN}:6
+	>=kde-frameworks/kconfigwidgets-${KFMIN}:6
+	>=kde-frameworks/kcoreaddons-${KFMIN}:6
+	>=kde-frameworks/kcrash-${KFMIN}:6
+	>=kde-frameworks/kdbusaddons-${KFMIN}:6
+	>=kde-frameworks/kglobalaccel-${KFMIN}:6
+	>=kde-frameworks/ki18n-${KFMIN}:6
+	>=kde-frameworks/kidletime-${KFMIN}:6
+	>=kde-frameworks/kio-${KFMIN}:6
+	>=kde-frameworks/kitemviews-${KFMIN}:6
+	>=kde-frameworks/knewstuff-${KFMIN}:6
+	>=kde-frameworks/knotifications-${KFMIN}:6
+	>=kde-frameworks/knotifyconfig-${KFMIN}:6
+	>=kde-frameworks/kparts-${KFMIN}:6
+	>=kde-frameworks/kservice-${KFMIN}:6
+	>=kde-frameworks/kstatusnotifieritem-${KFMIN}:6
+	>=kde-frameworks/ktextwidgets-${KFMIN}:6
+	>=kde-frameworks/kwallet-${KFMIN}:6
+	>=kde-frameworks/kwidgetsaddons-${KFMIN}:6
+	>=kde-frameworks/kwindowsystem-${KFMIN}:6[X]
+	>=kde-frameworks/kxmlgui-${KFMIN}:6
+	crypt? ( >=app-crypt/qca-2.3.7:2[qt6] )
 "
 RDEPEND="${DEPEND}
-	>=dev-qt/qtsvg-${QTMIN}:5
-	crypt? ( >=app-crypt/qca-2.3.0:2[qt5(+),ssl] )
+	>=dev-qt/qtsvg-${QTMIN}:6
+	crypt? ( >=app-crypt/qca-2.3.7:2[qt6,ssl] )
 "
 BDEPEND="sys-devel/gettext"
 
 src_configure() {
 	local mycmakeargs=(
-		$(cmake_use_find_package crypt Qca-qt5)
+		$(cmake_use_find_package crypt Qca-qt6)
 	)
 
 	ecm_src_configure

diff --git a/net-irc/konversation/konversation-9999.ebuild b/net-irc/konversation/konversation-9999.ebuild
index ffa32af30a..1d45d1f084 100644
--- a/net-irc/konversation/konversation-9999.ebuild
+++ b/net-irc/konversation/konversation-9999.ebuild
@@ -4,60 +4,58 @@
 EAPI=8
 
 ECM_HANDBOOK="forceoptional"
-KFMIN=5.106.0
-QTMIN=5.15.9
+KFMIN=5.245.0
+QTMIN=6.6.0
 inherit ecm gear.kde.org
 
 DESCRIPTION="User friendly IRC Client"
 HOMEPAGE="https://konversation.kde.org https://apps.kde.org/konversation/"
 
 LICENSE="GPL-2"
-SLOT="5"
+SLOT="6"
 KEYWORDS=""
 IUSE="+crypt"
 
 DEPEND="
-	>=dev-qt/qtdbus-${QTMIN}:5
-	>=dev-qt/qtgui-${QTMIN}:5
-	>=dev-qt/qtmultimedia-${QTMIN}:5
-	>=dev-qt/qtnetwork-${QTMIN}:5
-	>=dev-qt/qtwidgets-${QTMIN}:5
-	>=dev-qt/qtxml-${QTMIN}:5
-	>=kde-frameworks/karchive-${KFMIN}:5
-	>=kde-frameworks/kbookmarks-${KFMIN}:5
-	>=kde-frameworks/kcodecs-${KFMIN}:5
-	>=kde-frameworks/kcompletion-${KFMIN}:5
-	>=kde-frameworks/kconfig-${KFMIN}:5
-	>=kde-frameworks/kconfigwidgets-${KFMIN}:5
-	>=kde-frameworks/kcoreaddons-${KFMIN}:5
-	>=kde-frameworks/kcrash-${KFMIN}:5
-	>=kde-frameworks/kdbusaddons-${KFMIN}:5
-	>=kde-frameworks/kglobalaccel-${KFMIN}:5
-	>=kde-frameworks/ki18n-${KFMIN}:5
-	>=kde-frameworks/kidletime-${KFMIN}:5
-	>=kde-frameworks/kio-${KFMIN}:5
-	>=kde-frameworks/kitemviews-${KFMIN}:5
-	>=kde-frameworks/knewstuff-${KFMIN}:5
-	>=kde-frameworks/knotifications-${KFMIN}:5
-	>=kde-frameworks/knotifyconfig-${KFMIN}:5
-	>=kde-frameworks/kparts-${KFMIN}:5
-	>=kde-frameworks/kservice-${KFMIN}:5
-	>=kde-frameworks/ktextwidgets-${KFMIN}:5
-	>=kde-frameworks/kwallet-${KFMIN}:5
-	>=kde-frameworks/kwidgetsaddons-${KFMIN}:5
-	>=kde-frameworks/kwindowsystem-${KFMIN}:5
-	>=kde-frameworks/kxmlgui-${KFMIN}:5
-	crypt? ( >=app-crypt/qca-2.3.0:2[qt5(+)] )
+	>=dev-qt/qt5compat-${QTMIN}:6
+	>=dev-qt/qtbase-${QTMIN}:6[dbus,gui,network,widgets,xml]
+	>=dev-qt/qtmultimedia-${QTMIN}:6
+	>=kde-frameworks/karchive-${KFMIN}:6
+	>=kde-frameworks/kbookmarks-${KFMIN}:6
+	>=kde-frameworks/kcodecs-${KFMIN}:6
+	>=kde-frameworks/kcompletion-${KFMIN}:6
+	>=kde-frameworks/kconfig-${KFMIN}:6
+	>=kde-frameworks/kconfigwidgets-${KFMIN}:6
+	>=kde-frameworks/kcoreaddons-${KFMIN}:6
+	>=kde-frameworks/kcrash-${KFMIN}:6
+	>=kde-frameworks/kdbusaddons-${KFMIN}:6
+	>=kde-frameworks/kglobalaccel-${KFMIN}:6
+	>=kde-frameworks/ki18n-${KFMIN}:6
+	>=kde-frameworks/kidletime-${KFMIN}:6
+	>=kde-frameworks/kio-${KFMIN}:6
+	>=kde-frameworks/kitemviews-${KFMIN}:6
+	>=kde-frameworks/knewstuff-${KFMIN}:6
+	>=kde-frameworks/knotifications-${KFMIN}:6
+	>=kde-frameworks/knotifyconfig-${KFMIN}:6
+	>=kde-frameworks/kparts-${KFMIN}:6
+	>=kde-frameworks/kservice-${KFMIN}:6
+	>=kde-frameworks/kstatusnotifieritem-${KFMIN}:6
+	>=kde-frameworks/ktextwidgets-${KFMIN}:6
+	>=kde-frameworks/kwallet-${KFMIN}:6
+	>=kde-frameworks/kwidgetsaddons-${KFMIN}:6
+	>=kde-frameworks/kwindowsystem-${KFMIN}:6[X]
+	>=kde-frameworks/kxmlgui-${KFMIN}:6
+	crypt? ( >=app-crypt/qca-2.3.7:2[qt6] )
 "
 RDEPEND="${DEPEND}
-	>=dev-qt/qtsvg-${QTMIN}:5
-	crypt? ( >=app-crypt/qca-2.3.0:2[qt5(+),ssl] )
+	>=dev-qt/qtsvg-${QTMIN}:6
+	crypt? ( >=app-crypt/qca-2.3.7:2[qt6,ssl] )
 "
 BDEPEND="sys-devel/gettext"
 
 src_configure() {
 	local mycmakeargs=(
-		$(cmake_use_find_package crypt Qca-qt5)
+		$(cmake_use_find_package crypt Qca-qt6)
 	)
 
 	ecm_src_configure


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

* [gentoo-commits] proj/kde:master commit in: net-irc/konversation/
@ 2024-01-18  0:26 Sam James
  0 siblings, 0 replies; 52+ messages in thread
From: Sam James @ 2024-01-18  0:26 UTC (permalink / raw
  To: gentoo-commits

commit:     ec65b5606642cd4ab427efa3be9ee19ebedb13bb
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Wed Jan 17 06:48:56 2024 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Thu Jan 18 00:26:25 2024 +0000
URL:        https://gitweb.gentoo.org/proj/kde.git/commit/?id=ec65b560

net-irc/konversation: add missing kde-frameworks/kcolorscheme dep

Seems to have been there a while.

Signed-off-by: Sam James <sam <AT> gentoo.org>

 net-irc/konversation/konversation-24.01.90.ebuild      | 1 +
 net-irc/konversation/konversation-24.02.49.9999.ebuild | 1 +
 2 files changed, 2 insertions(+)

diff --git a/net-irc/konversation/konversation-24.01.90.ebuild b/net-irc/konversation/konversation-24.01.90.ebuild
index 98c3631f72..99763dafaa 100644
--- a/net-irc/konversation/konversation-24.01.90.ebuild
+++ b/net-irc/konversation/konversation-24.01.90.ebuild
@@ -23,6 +23,7 @@ DEPEND="
 	>=kde-frameworks/karchive-${KFMIN}:6
 	>=kde-frameworks/kbookmarks-${KFMIN}:6
 	>=kde-frameworks/kcodecs-${KFMIN}:6
+	>=kde-frameworks/kcolorscheme-${KFMIN}:6
 	>=kde-frameworks/kcompletion-${KFMIN}:6
 	>=kde-frameworks/kconfig-${KFMIN}:6
 	>=kde-frameworks/kconfigwidgets-${KFMIN}:6

diff --git a/net-irc/konversation/konversation-24.02.49.9999.ebuild b/net-irc/konversation/konversation-24.02.49.9999.ebuild
index c47992d837..72d360f4af 100644
--- a/net-irc/konversation/konversation-24.02.49.9999.ebuild
+++ b/net-irc/konversation/konversation-24.02.49.9999.ebuild
@@ -23,6 +23,7 @@ DEPEND="
 	>=kde-frameworks/karchive-${KFMIN}:6
 	>=kde-frameworks/kbookmarks-${KFMIN}:6
 	>=kde-frameworks/kcodecs-${KFMIN}:6
+	>=kde-frameworks/kcolorscheme-${KFMIN}:6
 	>=kde-frameworks/kcompletion-${KFMIN}:6
 	>=kde-frameworks/kconfig-${KFMIN}:6
 	>=kde-frameworks/kconfigwidgets-${KFMIN}:6


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

* [gentoo-commits] proj/kde:master commit in: net-irc/konversation/
@ 2024-02-27 22:28 Sam James
  0 siblings, 0 replies; 52+ messages in thread
From: Sam James @ 2024-02-27 22:28 UTC (permalink / raw
  To: gentoo-commits

commit:     ae4b855da3636783890c07f2a69c6ab7f069970e
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Tue Feb 27 22:28:42 2024 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Tue Feb 27 22:28:42 2024 +0000
URL:        https://gitweb.gentoo.org/proj/kde.git/commit/?id=ae4b855d

net-irc/konversation: drop 24.01.95

Signed-off-by: Sam James <sam <AT> gentoo.org>

 net-irc/konversation/konversation-24.01.95.ebuild | 71 -----------------------
 1 file changed, 71 deletions(-)

diff --git a/net-irc/konversation/konversation-24.01.95.ebuild b/net-irc/konversation/konversation-24.01.95.ebuild
deleted file mode 100644
index b96a19f9f1..0000000000
--- a/net-irc/konversation/konversation-24.01.95.ebuild
+++ /dev/null
@@ -1,71 +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.249.0
-QTMIN=6.6.2
-inherit ecm gear.kde.org
-
-DESCRIPTION="User friendly IRC Client"
-HOMEPAGE="https://konversation.kde.org https://apps.kde.org/konversation/"
-
-LICENSE="GPL-2"
-SLOT="6"
-KEYWORDS="~amd64"
-IUSE="+crypt"
-
-DEPEND="
-	>=dev-qt/qt5compat-${QTMIN}:6
-	>=dev-qt/qtbase-${QTMIN}:6[dbus,gui,network,widgets,xml]
-	>=dev-qt/qtmultimedia-${QTMIN}:6
-	>=kde-frameworks/karchive-${KFMIN}:6
-	>=kde-frameworks/kbookmarks-${KFMIN}:6
-	>=kde-frameworks/kcodecs-${KFMIN}:6
-	>=kde-frameworks/kcolorscheme-${KFMIN}:6
-	>=kde-frameworks/kcompletion-${KFMIN}:6
-	>=kde-frameworks/kconfig-${KFMIN}:6
-	>=kde-frameworks/kconfigwidgets-${KFMIN}:6
-	>=kde-frameworks/kcoreaddons-${KFMIN}:6
-	>=kde-frameworks/kcrash-${KFMIN}:6
-	>=kde-frameworks/kdbusaddons-${KFMIN}:6
-	>=kde-frameworks/kglobalaccel-${KFMIN}:6
-	>=kde-frameworks/ki18n-${KFMIN}:6
-	>=kde-frameworks/kidletime-${KFMIN}:6
-	>=kde-frameworks/kio-${KFMIN}:6
-	>=kde-frameworks/kitemviews-${KFMIN}:6
-	>=kde-frameworks/knewstuff-${KFMIN}:6
-	>=kde-frameworks/knotifications-${KFMIN}:6
-	>=kde-frameworks/knotifyconfig-${KFMIN}:6
-	>=kde-frameworks/kparts-${KFMIN}:6
-	>=kde-frameworks/kservice-${KFMIN}:6
-	>=kde-frameworks/kstatusnotifieritem-${KFMIN}:6
-	>=kde-frameworks/ktextwidgets-${KFMIN}:6
-	>=kde-frameworks/kwallet-${KFMIN}:6
-	>=kde-frameworks/kwidgetsaddons-${KFMIN}:6
-	>=kde-frameworks/kwindowsystem-${KFMIN}:6[X]
-	>=kde-frameworks/kxmlgui-${KFMIN}:6
-	crypt? ( >=app-crypt/qca-2.3.7:2[qt6] )
-"
-RDEPEND="${DEPEND}
-	>=dev-qt/qtsvg-${QTMIN}:6
-	crypt? ( >=app-crypt/qca-2.3.7:2[qt6,ssl] )
-"
-BDEPEND="sys-devel/gettext"
-
-src_configure() {
-	local mycmakeargs=(
-		$(cmake_use_find_package crypt Qca-qt6)
-	)
-
-	ecm_src_configure
-}
-
-src_install() {
-	ecm_src_install
-
-	# Bug 616162
-	insinto /etc/xdg
-	doins "${FILESDIR}"/konversationrc
-}


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

* [gentoo-commits] proj/kde:master commit in: net-irc/konversation/
@ 2024-03-07  8:41 Andreas Sturmlechner
  0 siblings, 0 replies; 52+ messages in thread
From: Andreas Sturmlechner @ 2024-03-07  8:41 UTC (permalink / raw
  To: gentoo-commits

commit:     5416e1c8ab2e0097b83980870173ed55070b9578
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Thu Mar  7 08:39:54 2024 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Thu Mar  7 08:41:32 2024 +0000
URL:        https://gitweb.gentoo.org/proj/kde.git/commit/?id=5416e1c8

net-irc/konversation: Add new dependency

Upstream commit b7a551d6fd07c901d81b25f46f0782a9846c7c23

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

 net-irc/konversation/konversation-24.02.49.9999.ebuild | 1 +
 net-irc/konversation/konversation-9999.ebuild          | 1 +
 2 files changed, 2 insertions(+)

diff --git a/net-irc/konversation/konversation-24.02.49.9999.ebuild b/net-irc/konversation/konversation-24.02.49.9999.ebuild
index 5233dae02e..72b2ebcd60 100644
--- a/net-irc/konversation/konversation-24.02.49.9999.ebuild
+++ b/net-irc/konversation/konversation-24.02.49.9999.ebuild
@@ -20,6 +20,7 @@ DEPEND="
 	>=dev-qt/qt5compat-${QTMIN}:6
 	>=dev-qt/qtbase-${QTMIN}:6[dbus,gui,network,widgets,xml]
 	>=dev-qt/qtmultimedia-${QTMIN}:6
+	>=dev-qt/qttools-${QTMIN}:6[qdbus]
 	>=kde-frameworks/karchive-${KFMIN}:6
 	>=kde-frameworks/kbookmarks-${KFMIN}:6
 	>=kde-frameworks/kcodecs-${KFMIN}:6

diff --git a/net-irc/konversation/konversation-9999.ebuild b/net-irc/konversation/konversation-9999.ebuild
index 1ab0670c70..9dc13ce049 100644
--- a/net-irc/konversation/konversation-9999.ebuild
+++ b/net-irc/konversation/konversation-9999.ebuild
@@ -20,6 +20,7 @@ DEPEND="
 	>=dev-qt/qt5compat-${QTMIN}:6
 	>=dev-qt/qtbase-${QTMIN}:6[dbus,gui,network,widgets,xml]
 	>=dev-qt/qtmultimedia-${QTMIN}:6
+	>=dev-qt/qttools-${QTMIN}:6[qdbus]
 	>=kde-frameworks/karchive-${KFMIN}:6
 	>=kde-frameworks/kbookmarks-${KFMIN}:6
 	>=kde-frameworks/kcodecs-${KFMIN}:6


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

end of thread, other threads:[~2024-03-07  8:41 UTC | newest]

Thread overview: 52+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-04-08 16:43 [gentoo-commits] proj/kde:master commit in: net-irc/konversation/ Johannes Huber
  -- strict thread matches above, loose matches on Subject: below --
2024-03-07  8:41 Andreas Sturmlechner
2024-02-27 22:28 Sam James
2024-01-18  0:26 Sam James
2024-01-09 14:26 Andreas Sturmlechner
2022-03-24 14:53 Andreas Sturmlechner
2020-10-26 13:56 Andreas Sturmlechner
2020-10-18 16:01 Andreas Sturmlechner
2020-09-28 21:26 Andreas Sturmlechner
2020-07-10 13:28 Andreas Sturmlechner
2019-11-13  2:00 Andreas Sturmlechner
2018-10-13 16:34 Andreas Sturmlechner
2018-02-22 13:17 Andreas Sturmlechner
2017-11-09 21:15 Andreas Sturmlechner
2017-04-15  4:43 Michael Palimaka
2017-03-30 23:33 Andreas Sturmlechner
2016-07-25 17:16 Michael Palimaka
2016-07-22 18:01 Michael Palimaka
2016-07-22 18:01 Michael Palimaka
2016-05-17 19:43 Johannes Huber
2016-03-21 18:01 Johannes Huber
2015-06-02 21:36 Johannes Huber
2015-06-02 21:36 Johannes Huber
2015-04-23 15:57 Manuel Rüger
2015-01-29  1:24 Johannes Huber
2015-01-20 20:34 Johannes Huber
2014-11-25 15:13 Michael Palimaka
2014-11-13  8:44 Michael Palimaka
2014-10-14 14:00 Michael Palimaka
2014-10-12 18:11 Michael Palimaka
2014-09-13 17:44 Michael Palimaka
2014-09-11 17:16 Michael Palimaka
2014-08-17 15:16 Johannes Huber
2014-07-15 16:58 Michael Palimaka
2014-07-15 16:56 Michael Palimaka
2014-07-15 16:49 Michael Palimaka
2014-07-15 16:45 Michael Palimaka
2014-07-15 16:43 Michael Palimaka
2014-07-15 16:38 Michael Palimaka
2014-07-15 16:35 Michael Palimaka
2014-07-15 16:35 Michael Palimaka
2014-07-15 16:33 Michael Palimaka
2014-07-15 16:33 Michael Palimaka
2014-07-12 23:49 David Heidelberger
2013-06-01 19:59 Tomas Chvatal
2013-04-25 19:29 Johannes Huber
2013-04-06  1:46 Manuel Rüger
2012-08-22 20:12 Johannes Huber
2011-12-08 10:40 Johannes Huber
2011-12-05 21:17 Johannes Huber
2011-12-02 13:04 Johannes Huber
2011-03-16  9:57 Tomas Chvatal

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