public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] proj/kde:master commit in: kde-frameworks/kemoticons/
@ 2014-01-22 15:53 Michael Palimaka
  0 siblings, 0 replies; 79+ messages in thread
From: Michael Palimaka @ 2014-01-22 15:53 UTC (permalink / raw
  To: gentoo-commits

commit:     3824e2a6f59a009e48ab1679ef7a6c7efeeb05f1
Author:     Michael Palimaka <kensington <AT> gentoo <DOT> org>
AuthorDate: Wed Jan 22 15:53:22 2014 +0000
Commit:     Michael Palimaka <kensington <AT> gentoo <DOT> org>
CommitDate: Wed Jan 22 15:53:22 2014 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=3824e2a6

[kde-frameworks/kemoticons] New package.

Package-Manager: portage-2.2.7

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

diff --git a/kde-frameworks/kemoticons/kemoticons-9999.ebuild b/kde-frameworks/kemoticons/kemoticons-9999.ebuild
new file mode 100644
index 0000000..e426a32
--- /dev/null
+++ b/kde-frameworks/kemoticons/kemoticons-9999.ebuild
@@ -0,0 +1,22 @@
+# Copyright 1999-2014 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI=5
+
+VIRTUALX_REQUIRED="test"
+inherit kde-frameworks
+
+DESCRIPTION="Framework for converting text emoticons to graphical representations"
+LICENSE="LGPL-2.1+"
+KEYWORDS=""
+IUSE=""
+
+RDEPEND="
+	$(add_frameworks_dep karchive)
+	$(add_frameworks_dep kconfig)
+	$(add_frameworks_dep kservice)
+	dev-qt/qtgui:5
+	dev-qt/qtxml:5
+"
+DEPEND="${RDEPEND}"

diff --git a/kde-frameworks/kemoticons/metadata.xml b/kde-frameworks/kemoticons/metadata.xml
new file mode 100644
index 0000000..a23f444
--- /dev/null
+++ b/kde-frameworks/kemoticons/metadata.xml
@@ -0,0 +1,5 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+	<herd>kde</herd>
+</pkgmetadata>


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

* [gentoo-commits] proj/kde:master commit in: kde-frameworks/kemoticons/
@ 2014-04-17 18:52 Michael Palimaka
  0 siblings, 0 replies; 79+ messages in thread
From: Michael Palimaka @ 2014-04-17 18:52 UTC (permalink / raw
  To: gentoo-commits

commit:     b7b5f7465f9d5b82a86626a8160bb265ff4067e0
Author:     Michael Palimaka <kensington <AT> gentoo <DOT> org>
AuthorDate: Thu Apr 17 18:52:27 2014 +0000
Commit:     Michael Palimaka <kensington <AT> gentoo <DOT> org>
CommitDate: Thu Apr 17 18:52:27 2014 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=b7b5f746

[kde-frameworks/kemoticons] Restrict tests.

Package-Manager: portage-2.2.8-r1

---
 kde-frameworks/kemoticons/kemoticons-9999.ebuild | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/kde-frameworks/kemoticons/kemoticons-9999.ebuild b/kde-frameworks/kemoticons/kemoticons-9999.ebuild
index 62289c4..6eaa989 100644
--- a/kde-frameworks/kemoticons/kemoticons-9999.ebuild
+++ b/kde-frameworks/kemoticons/kemoticons-9999.ebuild
@@ -20,3 +20,6 @@ RDEPEND="
 	dev-qt/qtxml:5
 "
 DEPEND="${RDEPEND}"
+
+# requires running kde environment
+RESTRICT="test"


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

* [gentoo-commits] proj/kde:master commit in: kde-frameworks/kemoticons/
@ 2014-05-06 17:43 Michael Palimaka
  0 siblings, 0 replies; 79+ messages in thread
From: Michael Palimaka @ 2014-05-06 17:43 UTC (permalink / raw
  To: gentoo-commits

commit:     320ab3d306d91855a5e24ca72532ff6644b9d87e
Author:     Michael Palimaka <kensington <AT> gentoo <DOT> org>
AuthorDate: Tue May  6 17:42:48 2014 +0000
Commit:     Michael Palimaka <kensington <AT> gentoo <DOT> org>
CommitDate: Tue May  6 17:42:48 2014 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=320ab3d3

[kde-frameworks/kemoticons] Add missing dependency.

Package-Manager: portage-2.2.8-r1

---
 kde-frameworks/kemoticons/kemoticons-9999.ebuild | 1 +
 1 file changed, 1 insertion(+)

diff --git a/kde-frameworks/kemoticons/kemoticons-9999.ebuild b/kde-frameworks/kemoticons/kemoticons-9999.ebuild
index 6eaa989..d5b4778 100644
--- a/kde-frameworks/kemoticons/kemoticons-9999.ebuild
+++ b/kde-frameworks/kemoticons/kemoticons-9999.ebuild
@@ -15,6 +15,7 @@ IUSE=""
 RDEPEND="
 	$(add_frameworks_dep karchive)
 	$(add_frameworks_dep kconfig)
+	$(add_frameworks_dep kcoreaddons)
 	$(add_frameworks_dep kservice)
 	dev-qt/qtgui:5
 	dev-qt/qtxml:5


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

* [gentoo-commits] proj/kde:master commit in: kde-frameworks/kemoticons/
@ 2014-06-10 17:22 Michael Palimaka
  0 siblings, 0 replies; 79+ messages in thread
From: Michael Palimaka @ 2014-06-10 17:22 UTC (permalink / raw
  To: gentoo-commits

commit:     7f59a9384c4fea58b398221d6b8dcccbcef3fd5c
Author:     Michael Palimaka <kensington <AT> gentoo <DOT> org>
AuthorDate: Tue Jun 10 17:20:28 2014 +0000
Commit:     Michael Palimaka <kensington <AT> gentoo <DOT> org>
CommitDate: Tue Jun 10 17:20:28 2014 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=7f59a938

[kde-frameworks/kemoticons] Package does not have translations.

Package-Manager: portage-2.2.10

---
 kde-frameworks/kemoticons/kemoticons-4.100.0.ebuild | 1 +
 kde-frameworks/kemoticons/kemoticons-9999.ebuild    | 1 +
 2 files changed, 2 insertions(+)

diff --git a/kde-frameworks/kemoticons/kemoticons-4.100.0.ebuild b/kde-frameworks/kemoticons/kemoticons-4.100.0.ebuild
index 0a72fa2..36a0ef0 100644
--- a/kde-frameworks/kemoticons/kemoticons-4.100.0.ebuild
+++ b/kde-frameworks/kemoticons/kemoticons-4.100.0.ebuild
@@ -4,6 +4,7 @@
 
 EAPI=5
 
+KDE_NLS="false"
 VIRTUALX_REQUIRED="test"
 inherit kde5
 

diff --git a/kde-frameworks/kemoticons/kemoticons-9999.ebuild b/kde-frameworks/kemoticons/kemoticons-9999.ebuild
index d5b4778..0d2ccf4 100644
--- a/kde-frameworks/kemoticons/kemoticons-9999.ebuild
+++ b/kde-frameworks/kemoticons/kemoticons-9999.ebuild
@@ -4,6 +4,7 @@
 
 EAPI=5
 
+KDE_NLS="false"
 VIRTUALX_REQUIRED="test"
 inherit kde5
 


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

* [gentoo-commits] proj/kde:master commit in: kde-frameworks/kemoticons/
@ 2017-02-01  0:29 Andreas Sturmlechner
  0 siblings, 0 replies; 79+ messages in thread
From: Andreas Sturmlechner @ 2017-02-01  0:29 UTC (permalink / raw
  To: gentoo-commits

commit:     aae4cdcce938a3cf2130019b47f032568f6eaeb1
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Tue Jan 31 19:34:38 2017 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Wed Feb  1 00:29:29 2017 +0000
URL:        https://gitweb.gentoo.org/proj/kde.git/commit/?id=aae4cdcc

kde-frameworks/kemoticons: Add missing DEPEND

Upstream commit fcda4b09ce65d68b2d7cf77ef6485e06bb542111

Package-Manager: portage-2.3.3

 kde-frameworks/kemoticons/kemoticons-9999.ebuild | 1 +
 1 file changed, 1 insertion(+)

diff --git a/kde-frameworks/kemoticons/kemoticons-9999.ebuild b/kde-frameworks/kemoticons/kemoticons-9999.ebuild
index 6659820..bf8e332 100644
--- a/kde-frameworks/kemoticons/kemoticons-9999.ebuild
+++ b/kde-frameworks/kemoticons/kemoticons-9999.ebuild
@@ -17,6 +17,7 @@ RDEPEND="
 	$(add_frameworks_dep kconfig)
 	$(add_frameworks_dep kcoreaddons)
 	$(add_frameworks_dep kservice)
+	$(add_qt_dep qtdbus)
 	$(add_qt_dep qtgui)
 	$(add_qt_dep qtxml)
 "


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

* [gentoo-commits] proj/kde:master commit in: kde-frameworks/kemoticons/
@ 2020-07-04 21:44 Andreas Sturmlechner
  0 siblings, 0 replies; 79+ messages in thread
From: Andreas Sturmlechner @ 2020-07-04 21:44 UTC (permalink / raw
  To: gentoo-commits

commit:     24b59c4025bdc3d4a48ad4e602a35d9773b4149b
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sat Jul  4 19:30:18 2020 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sat Jul  4 21:44:06 2020 +0000
URL:        https://gitweb.gentoo.org/proj/kde.git/commit/?id=24b59c40

kde-frameworks/kemoticons: 5.72.0 version bump

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

 kde-frameworks/kemoticons/kemoticons-5.72.0.ebuild | 28 ++++++++++++++++++++++
 1 file changed, 28 insertions(+)

diff --git a/kde-frameworks/kemoticons/kemoticons-5.72.0.ebuild b/kde-frameworks/kemoticons/kemoticons-5.72.0.ebuild
new file mode 100644
index 0000000000..1b68d5838f
--- /dev/null
+++ b/kde-frameworks/kemoticons/kemoticons-5.72.0.ebuild
@@ -0,0 +1,28 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PVCUT=$(ver_cut 1-2)
+QTMIN=5.14.2
+VIRTUALX_REQUIRED="test"
+inherit ecm kde.org
+
+DESCRIPTION="Framework for converting text emoticons to graphical representations"
+LICENSE="LGPL-2.1+"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86"
+IUSE=""
+
+DEPEND="
+	>=dev-qt/qtdbus-${QTMIN}:5
+	>=dev-qt/qtgui-${QTMIN}:5
+	>=dev-qt/qtxml-${QTMIN}:5
+	=kde-frameworks/karchive-${PVCUT}*:5
+	=kde-frameworks/kconfig-${PVCUT}*:5
+	=kde-frameworks/kcoreaddons-${PVCUT}*:5
+	=kde-frameworks/kservice-${PVCUT}*:5
+"
+RDEPEND="${DEPEND}"
+
+# requires running kde environment
+RESTRICT+=" test"


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

* [gentoo-commits] proj/kde:master commit in: kde-frameworks/kemoticons/
@ 2020-08-08 11:01 Andreas Sturmlechner
  0 siblings, 0 replies; 79+ messages in thread
From: Andreas Sturmlechner @ 2020-08-08 11:01 UTC (permalink / raw
  To: gentoo-commits

commit:     3e8ae83391958adce97d5e64c7f4c29a9acf7ecb
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sat Aug  8 11:01:02 2020 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sat Aug  8 11:01:02 2020 +0000
URL:        https://gitweb.gentoo.org/proj/kde.git/commit/?id=3e8ae833

kde-frameworks/kemoticons: drop 5.73.0*

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

 kde-frameworks/kemoticons/kemoticons-5.73.0.ebuild | 28 ----------------------
 1 file changed, 28 deletions(-)

diff --git a/kde-frameworks/kemoticons/kemoticons-5.73.0.ebuild b/kde-frameworks/kemoticons/kemoticons-5.73.0.ebuild
deleted file mode 100644
index 1b68d5838f..0000000000
--- a/kde-frameworks/kemoticons/kemoticons-5.73.0.ebuild
+++ /dev/null
@@ -1,28 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PVCUT=$(ver_cut 1-2)
-QTMIN=5.14.2
-VIRTUALX_REQUIRED="test"
-inherit ecm kde.org
-
-DESCRIPTION="Framework for converting text emoticons to graphical representations"
-LICENSE="LGPL-2.1+"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86"
-IUSE=""
-
-DEPEND="
-	>=dev-qt/qtdbus-${QTMIN}:5
-	>=dev-qt/qtgui-${QTMIN}:5
-	>=dev-qt/qtxml-${QTMIN}:5
-	=kde-frameworks/karchive-${PVCUT}*:5
-	=kde-frameworks/kconfig-${PVCUT}*:5
-	=kde-frameworks/kcoreaddons-${PVCUT}*:5
-	=kde-frameworks/kservice-${PVCUT}*:5
-"
-RDEPEND="${DEPEND}"
-
-# requires running kde environment
-RESTRICT+=" test"


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

* [gentoo-commits] proj/kde:master commit in: kde-frameworks/kemoticons/
@ 2020-09-06 16:45 Andreas Sturmlechner
  0 siblings, 0 replies; 79+ messages in thread
From: Andreas Sturmlechner @ 2020-09-06 16:45 UTC (permalink / raw
  To: gentoo-commits

commit:     3dda8222bf528c6b8aa9f052bd2f996a8bf32a54
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sun Sep  6 12:03:38 2020 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sun Sep  6 16:44:42 2020 +0000
URL:        https://gitweb.gentoo.org/proj/kde.git/commit/?id=3dda8222

kde-frameworks/kemoticons: 5.74.0 version bump

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

 kde-frameworks/kemoticons/kemoticons-5.74.0.ebuild | 28 ++++++++++++++++++++++
 1 file changed, 28 insertions(+)

diff --git a/kde-frameworks/kemoticons/kemoticons-5.74.0.ebuild b/kde-frameworks/kemoticons/kemoticons-5.74.0.ebuild
new file mode 100644
index 0000000000..1b68d5838f
--- /dev/null
+++ b/kde-frameworks/kemoticons/kemoticons-5.74.0.ebuild
@@ -0,0 +1,28 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PVCUT=$(ver_cut 1-2)
+QTMIN=5.14.2
+VIRTUALX_REQUIRED="test"
+inherit ecm kde.org
+
+DESCRIPTION="Framework for converting text emoticons to graphical representations"
+LICENSE="LGPL-2.1+"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86"
+IUSE=""
+
+DEPEND="
+	>=dev-qt/qtdbus-${QTMIN}:5
+	>=dev-qt/qtgui-${QTMIN}:5
+	>=dev-qt/qtxml-${QTMIN}:5
+	=kde-frameworks/karchive-${PVCUT}*:5
+	=kde-frameworks/kconfig-${PVCUT}*:5
+	=kde-frameworks/kcoreaddons-${PVCUT}*:5
+	=kde-frameworks/kservice-${PVCUT}*:5
+"
+RDEPEND="${DEPEND}"
+
+# requires running kde environment
+RESTRICT+=" test"


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

* [gentoo-commits] proj/kde:master commit in: kde-frameworks/kemoticons/
@ 2020-09-12 12:38 Andreas Sturmlechner
  0 siblings, 0 replies; 79+ messages in thread
From: Andreas Sturmlechner @ 2020-09-12 12:38 UTC (permalink / raw
  To: gentoo-commits

commit:     3a1c09b541db3d4b322a0929c8ddb07cff7895b8
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sat Sep 12 12:06:11 2020 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sat Sep 12 12:06:11 2020 +0000
URL:        https://gitweb.gentoo.org/proj/kde.git/commit/?id=3a1c09b5

kde-frameworks/kemoticons: drop 5.74.0*

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

 kde-frameworks/kemoticons/kemoticons-5.74.0.ebuild | 28 ----------------------
 1 file changed, 28 deletions(-)

diff --git a/kde-frameworks/kemoticons/kemoticons-5.74.0.ebuild b/kde-frameworks/kemoticons/kemoticons-5.74.0.ebuild
deleted file mode 100644
index 1b68d5838f..0000000000
--- a/kde-frameworks/kemoticons/kemoticons-5.74.0.ebuild
+++ /dev/null
@@ -1,28 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PVCUT=$(ver_cut 1-2)
-QTMIN=5.14.2
-VIRTUALX_REQUIRED="test"
-inherit ecm kde.org
-
-DESCRIPTION="Framework for converting text emoticons to graphical representations"
-LICENSE="LGPL-2.1+"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86"
-IUSE=""
-
-DEPEND="
-	>=dev-qt/qtdbus-${QTMIN}:5
-	>=dev-qt/qtgui-${QTMIN}:5
-	>=dev-qt/qtxml-${QTMIN}:5
-	=kde-frameworks/karchive-${PVCUT}*:5
-	=kde-frameworks/kconfig-${PVCUT}*:5
-	=kde-frameworks/kcoreaddons-${PVCUT}*:5
-	=kde-frameworks/kservice-${PVCUT}*:5
-"
-RDEPEND="${DEPEND}"
-
-# requires running kde environment
-RESTRICT+=" test"


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

* [gentoo-commits] proj/kde:master commit in: kde-frameworks/kemoticons/
@ 2020-10-10 16:05 Andreas Sturmlechner
  0 siblings, 0 replies; 79+ messages in thread
From: Andreas Sturmlechner @ 2020-10-10 16:05 UTC (permalink / raw
  To: gentoo-commits

commit:     547f4e9cce5d0ab590b68c5bb5bee69b578b8f21
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sat Oct 10 16:04:50 2020 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sat Oct 10 16:04:50 2020 +0000
URL:        https://gitweb.gentoo.org/proj/kde.git/commit/?id=547f4e9c

kde-frameworks/kemoticons: drop 5.75.0*

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

 kde-frameworks/kemoticons/kemoticons-5.75.0.ebuild | 28 ----------------------
 1 file changed, 28 deletions(-)

diff --git a/kde-frameworks/kemoticons/kemoticons-5.75.0.ebuild b/kde-frameworks/kemoticons/kemoticons-5.75.0.ebuild
deleted file mode 100644
index 1b68d5838f..0000000000
--- a/kde-frameworks/kemoticons/kemoticons-5.75.0.ebuild
+++ /dev/null
@@ -1,28 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PVCUT=$(ver_cut 1-2)
-QTMIN=5.14.2
-VIRTUALX_REQUIRED="test"
-inherit ecm kde.org
-
-DESCRIPTION="Framework for converting text emoticons to graphical representations"
-LICENSE="LGPL-2.1+"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86"
-IUSE=""
-
-DEPEND="
-	>=dev-qt/qtdbus-${QTMIN}:5
-	>=dev-qt/qtgui-${QTMIN}:5
-	>=dev-qt/qtxml-${QTMIN}:5
-	=kde-frameworks/karchive-${PVCUT}*:5
-	=kde-frameworks/kconfig-${PVCUT}*:5
-	=kde-frameworks/kcoreaddons-${PVCUT}*:5
-	=kde-frameworks/kservice-${PVCUT}*:5
-"
-RDEPEND="${DEPEND}"
-
-# requires running kde environment
-RESTRICT+=" test"


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

* [gentoo-commits] proj/kde:master commit in: kde-frameworks/kemoticons/
@ 2020-11-08  8:44 Andreas Sturmlechner
  0 siblings, 0 replies; 79+ messages in thread
From: Andreas Sturmlechner @ 2020-11-08  8:44 UTC (permalink / raw
  To: gentoo-commits

commit:     6870eb4cac5a2eb8ab8ae87ecc6e69f63d9b93dc
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sat Nov  7 21:12:34 2020 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sat Nov  7 21:12:34 2020 +0000
URL:        https://gitweb.gentoo.org/proj/kde.git/commit/?id=6870eb4c

kde-frameworks/kemoticons: 5.76.0 version bump

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

 kde-frameworks/kemoticons/kemoticons-5.76.0.ebuild | 28 ++++++++++++++++++++++
 1 file changed, 28 insertions(+)

diff --git a/kde-frameworks/kemoticons/kemoticons-5.76.0.ebuild b/kde-frameworks/kemoticons/kemoticons-5.76.0.ebuild
new file mode 100644
index 0000000000..8434befb75
--- /dev/null
+++ b/kde-frameworks/kemoticons/kemoticons-5.76.0.ebuild
@@ -0,0 +1,28 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PVCUT=$(ver_cut 1-2)
+QTMIN=5.15.1
+VIRTUALX_REQUIRED="test"
+inherit ecm kde.org
+
+DESCRIPTION="Framework for converting text emoticons to graphical representations"
+LICENSE="LGPL-2.1+"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86"
+IUSE=""
+
+DEPEND="
+	>=dev-qt/qtdbus-${QTMIN}:5
+	>=dev-qt/qtgui-${QTMIN}:5
+	>=dev-qt/qtxml-${QTMIN}:5
+	=kde-frameworks/karchive-${PVCUT}*:5
+	=kde-frameworks/kconfig-${PVCUT}*:5
+	=kde-frameworks/kcoreaddons-${PVCUT}*:5
+	=kde-frameworks/kservice-${PVCUT}*:5
+"
+RDEPEND="${DEPEND}"
+
+# requires running kde environment
+RESTRICT+=" test"


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

* [gentoo-commits] proj/kde:master commit in: kde-frameworks/kemoticons/
@ 2020-11-14 17:46 Andreas Sturmlechner
  0 siblings, 0 replies; 79+ messages in thread
From: Andreas Sturmlechner @ 2020-11-14 17:46 UTC (permalink / raw
  To: gentoo-commits

commit:     77ab52068b72770d3eb55dacc6694fae5d2a1c57
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sat Nov 14 17:45:34 2020 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sat Nov 14 17:45:34 2020 +0000
URL:        https://gitweb.gentoo.org/proj/kde.git/commit/?id=77ab5206

kde-frameworks/kemoticons: drop 5.76.0*

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

 kde-frameworks/kemoticons/kemoticons-5.76.0.ebuild | 28 ----------------------
 1 file changed, 28 deletions(-)

diff --git a/kde-frameworks/kemoticons/kemoticons-5.76.0.ebuild b/kde-frameworks/kemoticons/kemoticons-5.76.0.ebuild
deleted file mode 100644
index 8434befb75..0000000000
--- a/kde-frameworks/kemoticons/kemoticons-5.76.0.ebuild
+++ /dev/null
@@ -1,28 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PVCUT=$(ver_cut 1-2)
-QTMIN=5.15.1
-VIRTUALX_REQUIRED="test"
-inherit ecm kde.org
-
-DESCRIPTION="Framework for converting text emoticons to graphical representations"
-LICENSE="LGPL-2.1+"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86"
-IUSE=""
-
-DEPEND="
-	>=dev-qt/qtdbus-${QTMIN}:5
-	>=dev-qt/qtgui-${QTMIN}:5
-	>=dev-qt/qtxml-${QTMIN}:5
-	=kde-frameworks/karchive-${PVCUT}*:5
-	=kde-frameworks/kconfig-${PVCUT}*:5
-	=kde-frameworks/kcoreaddons-${PVCUT}*:5
-	=kde-frameworks/kservice-${PVCUT}*:5
-"
-RDEPEND="${DEPEND}"
-
-# requires running kde environment
-RESTRICT+=" test"


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

* [gentoo-commits] proj/kde:master commit in: kde-frameworks/kemoticons/
@ 2020-12-05 22:52 Andreas Sturmlechner
  0 siblings, 0 replies; 79+ messages in thread
From: Andreas Sturmlechner @ 2020-12-05 22:52 UTC (permalink / raw
  To: gentoo-commits

commit:     033d0a439bb61f533071363bd5096899d2aab1dd
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sat Dec  5 19:37:04 2020 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sat Dec  5 20:46:47 2020 +0000
URL:        https://gitweb.gentoo.org/proj/kde.git/commit/?id=033d0a43

kde-frameworks/kemoticons: 5.77.0 version bump

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

 kde-frameworks/kemoticons/kemoticons-5.77.0.ebuild | 28 ++++++++++++++++++++++
 1 file changed, 28 insertions(+)

diff --git a/kde-frameworks/kemoticons/kemoticons-5.77.0.ebuild b/kde-frameworks/kemoticons/kemoticons-5.77.0.ebuild
new file mode 100644
index 0000000000..8434befb75
--- /dev/null
+++ b/kde-frameworks/kemoticons/kemoticons-5.77.0.ebuild
@@ -0,0 +1,28 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PVCUT=$(ver_cut 1-2)
+QTMIN=5.15.1
+VIRTUALX_REQUIRED="test"
+inherit ecm kde.org
+
+DESCRIPTION="Framework for converting text emoticons to graphical representations"
+LICENSE="LGPL-2.1+"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86"
+IUSE=""
+
+DEPEND="
+	>=dev-qt/qtdbus-${QTMIN}:5
+	>=dev-qt/qtgui-${QTMIN}:5
+	>=dev-qt/qtxml-${QTMIN}:5
+	=kde-frameworks/karchive-${PVCUT}*:5
+	=kde-frameworks/kconfig-${PVCUT}*:5
+	=kde-frameworks/kcoreaddons-${PVCUT}*:5
+	=kde-frameworks/kservice-${PVCUT}*:5
+"
+RDEPEND="${DEPEND}"
+
+# requires running kde environment
+RESTRICT+=" test"


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

* [gentoo-commits] proj/kde:master commit in: kde-frameworks/kemoticons/
@ 2021-01-02 21:18 Andreas Sturmlechner
  0 siblings, 0 replies; 79+ messages in thread
From: Andreas Sturmlechner @ 2021-01-02 21:18 UTC (permalink / raw
  To: gentoo-commits

commit:     901be24cbd9cb09d3b32c1a0bfda094f28a95b9d
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sat Jan  2 21:11:54 2021 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sat Jan  2 21:17:39 2021 +0000
URL:        https://gitweb.gentoo.org/proj/kde.git/commit/?id=901be24c

kde-frameworks/kemoticons: 5.78.0 version bump

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

 kde-frameworks/kemoticons/kemoticons-5.78.0.ebuild | 28 ++++++++++++++++++++++
 1 file changed, 28 insertions(+)

diff --git a/kde-frameworks/kemoticons/kemoticons-5.78.0.ebuild b/kde-frameworks/kemoticons/kemoticons-5.78.0.ebuild
new file mode 100644
index 0000000000..9d0e1e7395
--- /dev/null
+++ b/kde-frameworks/kemoticons/kemoticons-5.78.0.ebuild
@@ -0,0 +1,28 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PVCUT=$(ver_cut 1-2)
+QTMIN=5.15.1
+VIRTUALX_REQUIRED="test"
+inherit ecm kde.org
+
+DESCRIPTION="Framework for converting text emoticons to graphical representations"
+LICENSE="LGPL-2.1+"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86"
+IUSE=""
+
+DEPEND="
+	>=dev-qt/qtdbus-${QTMIN}:5
+	>=dev-qt/qtgui-${QTMIN}:5
+	>=dev-qt/qtxml-${QTMIN}:5
+	=kde-frameworks/karchive-${PVCUT}*:5
+	=kde-frameworks/kconfig-${PVCUT}*:5
+	=kde-frameworks/kcoreaddons-${PVCUT}*:5
+	=kde-frameworks/kservice-${PVCUT}*:5
+"
+RDEPEND="${DEPEND}"
+
+# requires running kde environment
+RESTRICT+=" test"


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

* [gentoo-commits] proj/kde:master commit in: kde-frameworks/kemoticons/
@ 2021-01-09 10:15 Andreas Sturmlechner
  0 siblings, 0 replies; 79+ messages in thread
From: Andreas Sturmlechner @ 2021-01-09 10:15 UTC (permalink / raw
  To: gentoo-commits

commit:     b201cf86021f2d83914e12c3deb5fd945d73b20a
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sat Jan  9 10:13:39 2021 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sat Jan  9 10:13:39 2021 +0000
URL:        https://gitweb.gentoo.org/proj/kde.git/commit/?id=b201cf86

kde-frameworks/kemoticons: drop 5.78.0*

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

 kde-frameworks/kemoticons/kemoticons-5.78.0.ebuild | 28 ----------------------
 1 file changed, 28 deletions(-)

diff --git a/kde-frameworks/kemoticons/kemoticons-5.78.0.ebuild b/kde-frameworks/kemoticons/kemoticons-5.78.0.ebuild
deleted file mode 100644
index 9d0e1e7395..0000000000
--- a/kde-frameworks/kemoticons/kemoticons-5.78.0.ebuild
+++ /dev/null
@@ -1,28 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PVCUT=$(ver_cut 1-2)
-QTMIN=5.15.1
-VIRTUALX_REQUIRED="test"
-inherit ecm kde.org
-
-DESCRIPTION="Framework for converting text emoticons to graphical representations"
-LICENSE="LGPL-2.1+"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86"
-IUSE=""
-
-DEPEND="
-	>=dev-qt/qtdbus-${QTMIN}:5
-	>=dev-qt/qtgui-${QTMIN}:5
-	>=dev-qt/qtxml-${QTMIN}:5
-	=kde-frameworks/karchive-${PVCUT}*:5
-	=kde-frameworks/kconfig-${PVCUT}*:5
-	=kde-frameworks/kcoreaddons-${PVCUT}*:5
-	=kde-frameworks/kservice-${PVCUT}*:5
-"
-RDEPEND="${DEPEND}"
-
-# requires running kde environment
-RESTRICT+=" test"


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

* [gentoo-commits] proj/kde:master commit in: kde-frameworks/kemoticons/
@ 2021-02-06 21:40 Andreas Sturmlechner
  0 siblings, 0 replies; 79+ messages in thread
From: Andreas Sturmlechner @ 2021-02-06 21:40 UTC (permalink / raw
  To: gentoo-commits

commit:     5959465ae3b3d400814ca25e7aacf7e74559b8d8
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sat Feb  6 13:59:31 2021 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sat Feb  6 21:37:59 2021 +0000
URL:        https://gitweb.gentoo.org/proj/kde.git/commit/?id=5959465a

kde-frameworks/kemoticons: 5.79.0 version bump

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

 kde-frameworks/kemoticons/kemoticons-5.79.0.ebuild | 28 ++++++++++++++++++++++
 1 file changed, 28 insertions(+)

diff --git a/kde-frameworks/kemoticons/kemoticons-5.79.0.ebuild b/kde-frameworks/kemoticons/kemoticons-5.79.0.ebuild
new file mode 100644
index 0000000000..6c6f658b72
--- /dev/null
+++ b/kde-frameworks/kemoticons/kemoticons-5.79.0.ebuild
@@ -0,0 +1,28 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PVCUT=$(ver_cut 1-2)
+QTMIN=5.15.2
+VIRTUALX_REQUIRED="test"
+inherit ecm kde.org
+
+DESCRIPTION="Framework for converting text emoticons to graphical representations"
+LICENSE="LGPL-2.1+"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86"
+IUSE=""
+
+# requires running kde environment
+RESTRICT+=" test"
+
+DEPEND="
+	>=dev-qt/qtdbus-${QTMIN}:5
+	>=dev-qt/qtgui-${QTMIN}:5
+	>=dev-qt/qtxml-${QTMIN}:5
+	=kde-frameworks/karchive-${PVCUT}*:5
+	=kde-frameworks/kconfig-${PVCUT}*:5
+	=kde-frameworks/kcoreaddons-${PVCUT}*:5
+	=kde-frameworks/kservice-${PVCUT}*:5
+"
+RDEPEND="${DEPEND}"


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

* [gentoo-commits] proj/kde:master commit in: kde-frameworks/kemoticons/
@ 2021-02-13 20:50 Andreas Sturmlechner
  0 siblings, 0 replies; 79+ messages in thread
From: Andreas Sturmlechner @ 2021-02-13 20:50 UTC (permalink / raw
  To: gentoo-commits

commit:     b139d2e7bb53de00b7cb72b486cac86712239e40
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sat Feb 13 13:07:29 2021 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sat Feb 13 13:07:29 2021 +0000
URL:        https://gitweb.gentoo.org/proj/kde.git/commit/?id=b139d2e7

kde-frameworks/kemoticons: drop 5.79.0*

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

 kde-frameworks/kemoticons/kemoticons-5.79.0.ebuild | 28 ----------------------
 1 file changed, 28 deletions(-)

diff --git a/kde-frameworks/kemoticons/kemoticons-5.79.0.ebuild b/kde-frameworks/kemoticons/kemoticons-5.79.0.ebuild
deleted file mode 100644
index 6c6f658b72..0000000000
--- a/kde-frameworks/kemoticons/kemoticons-5.79.0.ebuild
+++ /dev/null
@@ -1,28 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PVCUT=$(ver_cut 1-2)
-QTMIN=5.15.2
-VIRTUALX_REQUIRED="test"
-inherit ecm kde.org
-
-DESCRIPTION="Framework for converting text emoticons to graphical representations"
-LICENSE="LGPL-2.1+"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86"
-IUSE=""
-
-# requires running kde environment
-RESTRICT+=" test"
-
-DEPEND="
-	>=dev-qt/qtdbus-${QTMIN}:5
-	>=dev-qt/qtgui-${QTMIN}:5
-	>=dev-qt/qtxml-${QTMIN}:5
-	=kde-frameworks/karchive-${PVCUT}*:5
-	=kde-frameworks/kconfig-${PVCUT}*:5
-	=kde-frameworks/kcoreaddons-${PVCUT}*:5
-	=kde-frameworks/kservice-${PVCUT}*:5
-"
-RDEPEND="${DEPEND}"


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

* [gentoo-commits] proj/kde:master commit in: kde-frameworks/kemoticons/
@ 2021-03-06 23:56 Andreas Sturmlechner
  0 siblings, 0 replies; 79+ messages in thread
From: Andreas Sturmlechner @ 2021-03-06 23:56 UTC (permalink / raw
  To: gentoo-commits

commit:     46b03902743a783eae11311c3bf2c89833c77e52
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sat Mar  6 20:05:05 2021 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sat Mar  6 23:31:20 2021 +0000
URL:        https://gitweb.gentoo.org/proj/kde.git/commit/?id=46b03902

kde-frameworks/kemoticons: 5.80.0 version bump

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

 kde-frameworks/kemoticons/kemoticons-5.80.0.ebuild | 28 ++++++++++++++++++++++
 1 file changed, 28 insertions(+)

diff --git a/kde-frameworks/kemoticons/kemoticons-5.80.0.ebuild b/kde-frameworks/kemoticons/kemoticons-5.80.0.ebuild
new file mode 100644
index 0000000000..6c6f658b72
--- /dev/null
+++ b/kde-frameworks/kemoticons/kemoticons-5.80.0.ebuild
@@ -0,0 +1,28 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PVCUT=$(ver_cut 1-2)
+QTMIN=5.15.2
+VIRTUALX_REQUIRED="test"
+inherit ecm kde.org
+
+DESCRIPTION="Framework for converting text emoticons to graphical representations"
+LICENSE="LGPL-2.1+"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86"
+IUSE=""
+
+# requires running kde environment
+RESTRICT+=" test"
+
+DEPEND="
+	>=dev-qt/qtdbus-${QTMIN}:5
+	>=dev-qt/qtgui-${QTMIN}:5
+	>=dev-qt/qtxml-${QTMIN}:5
+	=kde-frameworks/karchive-${PVCUT}*:5
+	=kde-frameworks/kconfig-${PVCUT}*:5
+	=kde-frameworks/kcoreaddons-${PVCUT}*:5
+	=kde-frameworks/kservice-${PVCUT}*:5
+"
+RDEPEND="${DEPEND}"


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

* [gentoo-commits] proj/kde:master commit in: kde-frameworks/kemoticons/
@ 2021-03-13 16:31 Andreas Sturmlechner
  0 siblings, 0 replies; 79+ messages in thread
From: Andreas Sturmlechner @ 2021-03-13 16:31 UTC (permalink / raw
  To: gentoo-commits

commit:     1ebf110ba41e47252a3ab7d0dfcf48b782eeeabc
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sat Mar 13 16:12:34 2021 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sat Mar 13 16:12:34 2021 +0000
URL:        https://gitweb.gentoo.org/proj/kde.git/commit/?id=1ebf110b

kde-frameworks/kemoticons: drop 5.80.0*

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

 kde-frameworks/kemoticons/kemoticons-5.80.0.ebuild | 28 ----------------------
 1 file changed, 28 deletions(-)

diff --git a/kde-frameworks/kemoticons/kemoticons-5.80.0.ebuild b/kde-frameworks/kemoticons/kemoticons-5.80.0.ebuild
deleted file mode 100644
index 6c6f658b72..0000000000
--- a/kde-frameworks/kemoticons/kemoticons-5.80.0.ebuild
+++ /dev/null
@@ -1,28 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PVCUT=$(ver_cut 1-2)
-QTMIN=5.15.2
-VIRTUALX_REQUIRED="test"
-inherit ecm kde.org
-
-DESCRIPTION="Framework for converting text emoticons to graphical representations"
-LICENSE="LGPL-2.1+"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86"
-IUSE=""
-
-# requires running kde environment
-RESTRICT+=" test"
-
-DEPEND="
-	>=dev-qt/qtdbus-${QTMIN}:5
-	>=dev-qt/qtgui-${QTMIN}:5
-	>=dev-qt/qtxml-${QTMIN}:5
-	=kde-frameworks/karchive-${PVCUT}*:5
-	=kde-frameworks/kconfig-${PVCUT}*:5
-	=kde-frameworks/kcoreaddons-${PVCUT}*:5
-	=kde-frameworks/kservice-${PVCUT}*:5
-"
-RDEPEND="${DEPEND}"


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

* [gentoo-commits] proj/kde:master commit in: kde-frameworks/kemoticons/
@ 2021-04-04 20:50 Andreas Sturmlechner
  0 siblings, 0 replies; 79+ messages in thread
From: Andreas Sturmlechner @ 2021-04-04 20:50 UTC (permalink / raw
  To: gentoo-commits

commit:     e26b6aaf074b72721fed66f6984945e177f0dcef
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sun Apr  4 20:06:44 2021 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sun Apr  4 20:09:14 2021 +0000
URL:        https://gitweb.gentoo.org/proj/kde.git/commit/?id=e26b6aaf

kde-frameworks/kemoticons: 5.81.0 version bump

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

 kde-frameworks/kemoticons/kemoticons-5.81.0.ebuild | 28 ++++++++++++++++++++++
 1 file changed, 28 insertions(+)

diff --git a/kde-frameworks/kemoticons/kemoticons-5.81.0.ebuild b/kde-frameworks/kemoticons/kemoticons-5.81.0.ebuild
new file mode 100644
index 0000000000..6c6f658b72
--- /dev/null
+++ b/kde-frameworks/kemoticons/kemoticons-5.81.0.ebuild
@@ -0,0 +1,28 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PVCUT=$(ver_cut 1-2)
+QTMIN=5.15.2
+VIRTUALX_REQUIRED="test"
+inherit ecm kde.org
+
+DESCRIPTION="Framework for converting text emoticons to graphical representations"
+LICENSE="LGPL-2.1+"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86"
+IUSE=""
+
+# requires running kde environment
+RESTRICT+=" test"
+
+DEPEND="
+	>=dev-qt/qtdbus-${QTMIN}:5
+	>=dev-qt/qtgui-${QTMIN}:5
+	>=dev-qt/qtxml-${QTMIN}:5
+	=kde-frameworks/karchive-${PVCUT}*:5
+	=kde-frameworks/kconfig-${PVCUT}*:5
+	=kde-frameworks/kcoreaddons-${PVCUT}*:5
+	=kde-frameworks/kservice-${PVCUT}*:5
+"
+RDEPEND="${DEPEND}"


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

* [gentoo-commits] proj/kde:master commit in: kde-frameworks/kemoticons/
@ 2021-04-10 18:47 Andreas Sturmlechner
  0 siblings, 0 replies; 79+ messages in thread
From: Andreas Sturmlechner @ 2021-04-10 18:47 UTC (permalink / raw
  To: gentoo-commits

commit:     7268ad8ad334ba2ecba52044e93a4e702e16443f
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sat Apr 10 18:45:59 2021 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sat Apr 10 18:45:59 2021 +0000
URL:        https://gitweb.gentoo.org/proj/kde.git/commit/?id=7268ad8a

kde-frameworks/kemoticons: drop 5.81.0*

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

 kde-frameworks/kemoticons/kemoticons-5.81.0.ebuild | 28 ----------------------
 1 file changed, 28 deletions(-)

diff --git a/kde-frameworks/kemoticons/kemoticons-5.81.0.ebuild b/kde-frameworks/kemoticons/kemoticons-5.81.0.ebuild
deleted file mode 100644
index 6c6f658b72..0000000000
--- a/kde-frameworks/kemoticons/kemoticons-5.81.0.ebuild
+++ /dev/null
@@ -1,28 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PVCUT=$(ver_cut 1-2)
-QTMIN=5.15.2
-VIRTUALX_REQUIRED="test"
-inherit ecm kde.org
-
-DESCRIPTION="Framework for converting text emoticons to graphical representations"
-LICENSE="LGPL-2.1+"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86"
-IUSE=""
-
-# requires running kde environment
-RESTRICT+=" test"
-
-DEPEND="
-	>=dev-qt/qtdbus-${QTMIN}:5
-	>=dev-qt/qtgui-${QTMIN}:5
-	>=dev-qt/qtxml-${QTMIN}:5
-	=kde-frameworks/karchive-${PVCUT}*:5
-	=kde-frameworks/kconfig-${PVCUT}*:5
-	=kde-frameworks/kcoreaddons-${PVCUT}*:5
-	=kde-frameworks/kservice-${PVCUT}*:5
-"
-RDEPEND="${DEPEND}"


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

* [gentoo-commits] proj/kde:master commit in: kde-frameworks/kemoticons/
@ 2021-05-02 19:13 Andreas Sturmlechner
  0 siblings, 0 replies; 79+ messages in thread
From: Andreas Sturmlechner @ 2021-05-02 19:13 UTC (permalink / raw
  To: gentoo-commits

commit:     8e02fcf13bcb27844f02903c17e48f65ef1d6af5
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sat May  1 16:13:55 2021 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sun May  2 19:12:54 2021 +0000
URL:        https://gitweb.gentoo.org/proj/kde.git/commit/?id=8e02fcf1

kde-frameworks/kemoticons: 5.82.0 version bump

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

 kde-frameworks/kemoticons/kemoticons-5.82.0.ebuild | 28 ++++++++++++++++++++++
 1 file changed, 28 insertions(+)

diff --git a/kde-frameworks/kemoticons/kemoticons-5.82.0.ebuild b/kde-frameworks/kemoticons/kemoticons-5.82.0.ebuild
new file mode 100644
index 0000000000..6c6f658b72
--- /dev/null
+++ b/kde-frameworks/kemoticons/kemoticons-5.82.0.ebuild
@@ -0,0 +1,28 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PVCUT=$(ver_cut 1-2)
+QTMIN=5.15.2
+VIRTUALX_REQUIRED="test"
+inherit ecm kde.org
+
+DESCRIPTION="Framework for converting text emoticons to graphical representations"
+LICENSE="LGPL-2.1+"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86"
+IUSE=""
+
+# requires running kde environment
+RESTRICT+=" test"
+
+DEPEND="
+	>=dev-qt/qtdbus-${QTMIN}:5
+	>=dev-qt/qtgui-${QTMIN}:5
+	>=dev-qt/qtxml-${QTMIN}:5
+	=kde-frameworks/karchive-${PVCUT}*:5
+	=kde-frameworks/kconfig-${PVCUT}*:5
+	=kde-frameworks/kcoreaddons-${PVCUT}*:5
+	=kde-frameworks/kservice-${PVCUT}*:5
+"
+RDEPEND="${DEPEND}"


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

* [gentoo-commits] proj/kde:master commit in: kde-frameworks/kemoticons/
@ 2021-05-09 12:17 Andreas Sturmlechner
  0 siblings, 0 replies; 79+ messages in thread
From: Andreas Sturmlechner @ 2021-05-09 12:17 UTC (permalink / raw
  To: gentoo-commits

commit:     5a25d5f939231a5700f0c94adeca06cf27788c02
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sun May  9 09:07:38 2021 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sun May  9 09:12:33 2021 +0000
URL:        https://gitweb.gentoo.org/proj/kde.git/commit/?id=5a25d5f9

kde-frameworks/kemoticons: drop 5.82.0*

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

 kde-frameworks/kemoticons/kemoticons-5.82.0.ebuild | 28 ----------------------
 1 file changed, 28 deletions(-)

diff --git a/kde-frameworks/kemoticons/kemoticons-5.82.0.ebuild b/kde-frameworks/kemoticons/kemoticons-5.82.0.ebuild
deleted file mode 100644
index 6c6f658b72..0000000000
--- a/kde-frameworks/kemoticons/kemoticons-5.82.0.ebuild
+++ /dev/null
@@ -1,28 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PVCUT=$(ver_cut 1-2)
-QTMIN=5.15.2
-VIRTUALX_REQUIRED="test"
-inherit ecm kde.org
-
-DESCRIPTION="Framework for converting text emoticons to graphical representations"
-LICENSE="LGPL-2.1+"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86"
-IUSE=""
-
-# requires running kde environment
-RESTRICT+=" test"
-
-DEPEND="
-	>=dev-qt/qtdbus-${QTMIN}:5
-	>=dev-qt/qtgui-${QTMIN}:5
-	>=dev-qt/qtxml-${QTMIN}:5
-	=kde-frameworks/karchive-${PVCUT}*:5
-	=kde-frameworks/kconfig-${PVCUT}*:5
-	=kde-frameworks/kcoreaddons-${PVCUT}*:5
-	=kde-frameworks/kservice-${PVCUT}*:5
-"
-RDEPEND="${DEPEND}"


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

* [gentoo-commits] proj/kde:master commit in: kde-frameworks/kemoticons/
@ 2021-07-04 19:55 Andreas Sturmlechner
  0 siblings, 0 replies; 79+ messages in thread
From: Andreas Sturmlechner @ 2021-07-04 19:55 UTC (permalink / raw
  To: gentoo-commits

commit:     8afc5735783a5bd381384a7bc10dafe492d00482
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sat Jul  3 19:18:02 2021 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sun Jul  4 19:42:11 2021 +0000
URL:        https://gitweb.gentoo.org/proj/kde.git/commit/?id=8afc5735

kde-frameworks/kemoticons: 5.84.0 version bump

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

 kde-frameworks/kemoticons/kemoticons-5.84.0.ebuild | 28 ++++++++++++++++++++++
 1 file changed, 28 insertions(+)

diff --git a/kde-frameworks/kemoticons/kemoticons-5.84.0.ebuild b/kde-frameworks/kemoticons/kemoticons-5.84.0.ebuild
new file mode 100644
index 0000000000..6c6f658b72
--- /dev/null
+++ b/kde-frameworks/kemoticons/kemoticons-5.84.0.ebuild
@@ -0,0 +1,28 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PVCUT=$(ver_cut 1-2)
+QTMIN=5.15.2
+VIRTUALX_REQUIRED="test"
+inherit ecm kde.org
+
+DESCRIPTION="Framework for converting text emoticons to graphical representations"
+LICENSE="LGPL-2.1+"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86"
+IUSE=""
+
+# requires running kde environment
+RESTRICT+=" test"
+
+DEPEND="
+	>=dev-qt/qtdbus-${QTMIN}:5
+	>=dev-qt/qtgui-${QTMIN}:5
+	>=dev-qt/qtxml-${QTMIN}:5
+	=kde-frameworks/karchive-${PVCUT}*:5
+	=kde-frameworks/kconfig-${PVCUT}*:5
+	=kde-frameworks/kcoreaddons-${PVCUT}*:5
+	=kde-frameworks/kservice-${PVCUT}*:5
+"
+RDEPEND="${DEPEND}"


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

* [gentoo-commits] proj/kde:master commit in: kde-frameworks/kemoticons/
@ 2021-07-12 16:54 Andreas Sturmlechner
  0 siblings, 0 replies; 79+ messages in thread
From: Andreas Sturmlechner @ 2021-07-12 16:54 UTC (permalink / raw
  To: gentoo-commits

commit:     50d3b461d7c7f8751c638258aa0ee604efd5dce3
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Mon Jul 12 16:53:13 2021 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Mon Jul 12 16:53:13 2021 +0000
URL:        https://gitweb.gentoo.org/proj/kde.git/commit/?id=50d3b461

kde-frameworks/kemoticons: drop 5.84.0*

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

 kde-frameworks/kemoticons/kemoticons-5.84.0.ebuild | 28 ----------------------
 1 file changed, 28 deletions(-)

diff --git a/kde-frameworks/kemoticons/kemoticons-5.84.0.ebuild b/kde-frameworks/kemoticons/kemoticons-5.84.0.ebuild
deleted file mode 100644
index 6c6f658b72..0000000000
--- a/kde-frameworks/kemoticons/kemoticons-5.84.0.ebuild
+++ /dev/null
@@ -1,28 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PVCUT=$(ver_cut 1-2)
-QTMIN=5.15.2
-VIRTUALX_REQUIRED="test"
-inherit ecm kde.org
-
-DESCRIPTION="Framework for converting text emoticons to graphical representations"
-LICENSE="LGPL-2.1+"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86"
-IUSE=""
-
-# requires running kde environment
-RESTRICT+=" test"
-
-DEPEND="
-	>=dev-qt/qtdbus-${QTMIN}:5
-	>=dev-qt/qtgui-${QTMIN}:5
-	>=dev-qt/qtxml-${QTMIN}:5
-	=kde-frameworks/karchive-${PVCUT}*:5
-	=kde-frameworks/kconfig-${PVCUT}*:5
-	=kde-frameworks/kcoreaddons-${PVCUT}*:5
-	=kde-frameworks/kservice-${PVCUT}*:5
-"
-RDEPEND="${DEPEND}"


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

* [gentoo-commits] proj/kde:master commit in: kde-frameworks/kemoticons/
@ 2021-08-06 12:24 Andreas Sturmlechner
  0 siblings, 0 replies; 79+ messages in thread
From: Andreas Sturmlechner @ 2021-08-06 12:24 UTC (permalink / raw
  To: gentoo-commits

commit:     e2f5ddc48a6750eb1a1eacb8e23d75452e6ebf62
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Fri Aug  6 12:15:24 2021 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Fri Aug  6 12:15:24 2021 +0000
URL:        https://gitweb.gentoo.org/proj/kde.git/commit/?id=e2f5ddc4

kde-frameworks/kemoticons: 5.85.0 version bump

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

 kde-frameworks/kemoticons/kemoticons-5.85.0.ebuild | 28 ++++++++++++++++++++++
 1 file changed, 28 insertions(+)

diff --git a/kde-frameworks/kemoticons/kemoticons-5.85.0.ebuild b/kde-frameworks/kemoticons/kemoticons-5.85.0.ebuild
new file mode 100644
index 0000000000..6c6f658b72
--- /dev/null
+++ b/kde-frameworks/kemoticons/kemoticons-5.85.0.ebuild
@@ -0,0 +1,28 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PVCUT=$(ver_cut 1-2)
+QTMIN=5.15.2
+VIRTUALX_REQUIRED="test"
+inherit ecm kde.org
+
+DESCRIPTION="Framework for converting text emoticons to graphical representations"
+LICENSE="LGPL-2.1+"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86"
+IUSE=""
+
+# requires running kde environment
+RESTRICT+=" test"
+
+DEPEND="
+	>=dev-qt/qtdbus-${QTMIN}:5
+	>=dev-qt/qtgui-${QTMIN}:5
+	>=dev-qt/qtxml-${QTMIN}:5
+	=kde-frameworks/karchive-${PVCUT}*:5
+	=kde-frameworks/kconfig-${PVCUT}*:5
+	=kde-frameworks/kcoreaddons-${PVCUT}*:5
+	=kde-frameworks/kservice-${PVCUT}*:5
+"
+RDEPEND="${DEPEND}"


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

* [gentoo-commits] proj/kde:master commit in: kde-frameworks/kemoticons/
@ 2021-08-14 17:25 Andreas Sturmlechner
  0 siblings, 0 replies; 79+ messages in thread
From: Andreas Sturmlechner @ 2021-08-14 17:25 UTC (permalink / raw
  To: gentoo-commits

commit:     7a08b59b49579e93b41a4efb6cea54c1c70880bd
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sat Aug 14 17:22:07 2021 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sat Aug 14 17:22:07 2021 +0000
URL:        https://gitweb.gentoo.org/proj/kde.git/commit/?id=7a08b59b

kde-frameworks/kemoticons: drop 5.85.0*

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

 kde-frameworks/kemoticons/kemoticons-5.85.0.ebuild | 28 ----------------------
 1 file changed, 28 deletions(-)

diff --git a/kde-frameworks/kemoticons/kemoticons-5.85.0.ebuild b/kde-frameworks/kemoticons/kemoticons-5.85.0.ebuild
deleted file mode 100644
index 6c6f658b72..0000000000
--- a/kde-frameworks/kemoticons/kemoticons-5.85.0.ebuild
+++ /dev/null
@@ -1,28 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PVCUT=$(ver_cut 1-2)
-QTMIN=5.15.2
-VIRTUALX_REQUIRED="test"
-inherit ecm kde.org
-
-DESCRIPTION="Framework for converting text emoticons to graphical representations"
-LICENSE="LGPL-2.1+"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86"
-IUSE=""
-
-# requires running kde environment
-RESTRICT+=" test"
-
-DEPEND="
-	>=dev-qt/qtdbus-${QTMIN}:5
-	>=dev-qt/qtgui-${QTMIN}:5
-	>=dev-qt/qtxml-${QTMIN}:5
-	=kde-frameworks/karchive-${PVCUT}*:5
-	=kde-frameworks/kconfig-${PVCUT}*:5
-	=kde-frameworks/kcoreaddons-${PVCUT}*:5
-	=kde-frameworks/kservice-${PVCUT}*:5
-"
-RDEPEND="${DEPEND}"


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

* [gentoo-commits] proj/kde:master commit in: kde-frameworks/kemoticons/
@ 2021-09-04 22:51 Andreas Sturmlechner
  0 siblings, 0 replies; 79+ messages in thread
From: Andreas Sturmlechner @ 2021-09-04 22:51 UTC (permalink / raw
  To: gentoo-commits

commit:     e05b2500bdf4de39fb26a24a3db74e0e99607ee8
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sat Sep  4 20:54:27 2021 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sat Sep  4 22:50:45 2021 +0000
URL:        https://gitweb.gentoo.org/proj/kde.git/commit/?id=e05b2500

kde-frameworks/kemoticons: 5.86.0 version bump

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

 kde-frameworks/kemoticons/kemoticons-5.86.0.ebuild | 28 ++++++++++++++++++++++
 1 file changed, 28 insertions(+)

diff --git a/kde-frameworks/kemoticons/kemoticons-5.86.0.ebuild b/kde-frameworks/kemoticons/kemoticons-5.86.0.ebuild
new file mode 100644
index 0000000000..eee0296e94
--- /dev/null
+++ b/kde-frameworks/kemoticons/kemoticons-5.86.0.ebuild
@@ -0,0 +1,28 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+PVCUT=$(ver_cut 1-2)
+QTMIN=5.15.2
+VIRTUALX_REQUIRED="test"
+inherit ecm kde.org
+
+DESCRIPTION="Framework for converting text emoticons to graphical representations"
+LICENSE="LGPL-2.1+"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~riscv ~x86"
+IUSE=""
+
+# requires running kde environment
+RESTRICT="test"
+
+DEPEND="
+	>=dev-qt/qtdbus-${QTMIN}:5
+	>=dev-qt/qtgui-${QTMIN}:5
+	>=dev-qt/qtxml-${QTMIN}:5
+	=kde-frameworks/karchive-${PVCUT}*:5
+	=kde-frameworks/kconfig-${PVCUT}*:5
+	=kde-frameworks/kcoreaddons-${PVCUT}*:5
+	=kde-frameworks/kservice-${PVCUT}*:5
+"
+RDEPEND="${DEPEND}"


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

* [gentoo-commits] proj/kde:master commit in: kde-frameworks/kemoticons/
@ 2021-09-13  6:16 Andreas Sturmlechner
  0 siblings, 0 replies; 79+ messages in thread
From: Andreas Sturmlechner @ 2021-09-13  6:16 UTC (permalink / raw
  To: gentoo-commits

commit:     2b458bf2b3faf2b5ae3bc81a0bc81463691f666b
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Mon Sep 13 06:11:08 2021 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Mon Sep 13 06:11:08 2021 +0000
URL:        https://gitweb.gentoo.org/proj/kde.git/commit/?id=2b458bf2

kde-frameworks/kemoticons: drop 5.86.0*

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

 kde-frameworks/kemoticons/kemoticons-5.86.0.ebuild | 28 ----------------------
 1 file changed, 28 deletions(-)

diff --git a/kde-frameworks/kemoticons/kemoticons-5.86.0.ebuild b/kde-frameworks/kemoticons/kemoticons-5.86.0.ebuild
deleted file mode 100644
index eee0296e94..0000000000
--- a/kde-frameworks/kemoticons/kemoticons-5.86.0.ebuild
+++ /dev/null
@@ -1,28 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-PVCUT=$(ver_cut 1-2)
-QTMIN=5.15.2
-VIRTUALX_REQUIRED="test"
-inherit ecm kde.org
-
-DESCRIPTION="Framework for converting text emoticons to graphical representations"
-LICENSE="LGPL-2.1+"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~riscv ~x86"
-IUSE=""
-
-# requires running kde environment
-RESTRICT="test"
-
-DEPEND="
-	>=dev-qt/qtdbus-${QTMIN}:5
-	>=dev-qt/qtgui-${QTMIN}:5
-	>=dev-qt/qtxml-${QTMIN}:5
-	=kde-frameworks/karchive-${PVCUT}*:5
-	=kde-frameworks/kconfig-${PVCUT}*:5
-	=kde-frameworks/kcoreaddons-${PVCUT}*:5
-	=kde-frameworks/kservice-${PVCUT}*:5
-"
-RDEPEND="${DEPEND}"


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

* [gentoo-commits] proj/kde:master commit in: kde-frameworks/kemoticons/
@ 2021-10-03 15:44 Andreas Sturmlechner
  0 siblings, 0 replies; 79+ messages in thread
From: Andreas Sturmlechner @ 2021-10-03 15:44 UTC (permalink / raw
  To: gentoo-commits

commit:     6e6692a43fcf12d51d4ca754f3794e2a528b78dd
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sun Oct  3 15:40:58 2021 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sun Oct  3 15:40:58 2021 +0000
URL:        https://gitweb.gentoo.org/proj/kde.git/commit/?id=6e6692a4

kde-frameworks/kemoticons: 5.87.0 version bump

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

 kde-frameworks/kemoticons/kemoticons-5.87.0.ebuild | 28 ++++++++++++++++++++++
 1 file changed, 28 insertions(+)

diff --git a/kde-frameworks/kemoticons/kemoticons-5.87.0.ebuild b/kde-frameworks/kemoticons/kemoticons-5.87.0.ebuild
new file mode 100644
index 0000000000..eee0296e94
--- /dev/null
+++ b/kde-frameworks/kemoticons/kemoticons-5.87.0.ebuild
@@ -0,0 +1,28 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+PVCUT=$(ver_cut 1-2)
+QTMIN=5.15.2
+VIRTUALX_REQUIRED="test"
+inherit ecm kde.org
+
+DESCRIPTION="Framework for converting text emoticons to graphical representations"
+LICENSE="LGPL-2.1+"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~riscv ~x86"
+IUSE=""
+
+# requires running kde environment
+RESTRICT="test"
+
+DEPEND="
+	>=dev-qt/qtdbus-${QTMIN}:5
+	>=dev-qt/qtgui-${QTMIN}:5
+	>=dev-qt/qtxml-${QTMIN}:5
+	=kde-frameworks/karchive-${PVCUT}*:5
+	=kde-frameworks/kconfig-${PVCUT}*:5
+	=kde-frameworks/kcoreaddons-${PVCUT}*:5
+	=kde-frameworks/kservice-${PVCUT}*:5
+"
+RDEPEND="${DEPEND}"


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

* [gentoo-commits] proj/kde:master commit in: kde-frameworks/kemoticons/
@ 2021-10-11 11:00 Andreas Sturmlechner
  0 siblings, 0 replies; 79+ messages in thread
From: Andreas Sturmlechner @ 2021-10-11 11:00 UTC (permalink / raw
  To: gentoo-commits

commit:     6a752a1ab1bf985363095d5f8ddb8f189a08c034
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Mon Oct 11 06:34:52 2021 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Mon Oct 11 06:34:52 2021 +0000
URL:        https://gitweb.gentoo.org/proj/kde.git/commit/?id=6a752a1a

kde-frameworks/kemoticons: drop 5.87.0*

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

 kde-frameworks/kemoticons/kemoticons-5.87.0.ebuild | 28 ----------------------
 1 file changed, 28 deletions(-)

diff --git a/kde-frameworks/kemoticons/kemoticons-5.87.0.ebuild b/kde-frameworks/kemoticons/kemoticons-5.87.0.ebuild
deleted file mode 100644
index eee0296e94..0000000000
--- a/kde-frameworks/kemoticons/kemoticons-5.87.0.ebuild
+++ /dev/null
@@ -1,28 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-PVCUT=$(ver_cut 1-2)
-QTMIN=5.15.2
-VIRTUALX_REQUIRED="test"
-inherit ecm kde.org
-
-DESCRIPTION="Framework for converting text emoticons to graphical representations"
-LICENSE="LGPL-2.1+"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~riscv ~x86"
-IUSE=""
-
-# requires running kde environment
-RESTRICT="test"
-
-DEPEND="
-	>=dev-qt/qtdbus-${QTMIN}:5
-	>=dev-qt/qtgui-${QTMIN}:5
-	>=dev-qt/qtxml-${QTMIN}:5
-	=kde-frameworks/karchive-${PVCUT}*:5
-	=kde-frameworks/kconfig-${PVCUT}*:5
-	=kde-frameworks/kcoreaddons-${PVCUT}*:5
-	=kde-frameworks/kservice-${PVCUT}*:5
-"
-RDEPEND="${DEPEND}"


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

* [gentoo-commits] proj/kde:master commit in: kde-frameworks/kemoticons/
@ 2021-11-06 17:43 Andreas Sturmlechner
  0 siblings, 0 replies; 79+ messages in thread
From: Andreas Sturmlechner @ 2021-11-06 17:43 UTC (permalink / raw
  To: gentoo-commits

commit:     0a61b4bfa6df64d2fa91d242d97c6f090cc78e7d
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sat Nov  6 14:51:06 2021 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sat Nov  6 14:58:43 2021 +0000
URL:        https://gitweb.gentoo.org/proj/kde.git/commit/?id=0a61b4bf

kde-frameworks/kemoticons: 5.88.0 version bump

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

 kde-frameworks/kemoticons/kemoticons-5.88.0.ebuild | 28 ++++++++++++++++++++++
 1 file changed, 28 insertions(+)

diff --git a/kde-frameworks/kemoticons/kemoticons-5.88.0.ebuild b/kde-frameworks/kemoticons/kemoticons-5.88.0.ebuild
new file mode 100644
index 0000000000..eee0296e94
--- /dev/null
+++ b/kde-frameworks/kemoticons/kemoticons-5.88.0.ebuild
@@ -0,0 +1,28 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+PVCUT=$(ver_cut 1-2)
+QTMIN=5.15.2
+VIRTUALX_REQUIRED="test"
+inherit ecm kde.org
+
+DESCRIPTION="Framework for converting text emoticons to graphical representations"
+LICENSE="LGPL-2.1+"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~riscv ~x86"
+IUSE=""
+
+# requires running kde environment
+RESTRICT="test"
+
+DEPEND="
+	>=dev-qt/qtdbus-${QTMIN}:5
+	>=dev-qt/qtgui-${QTMIN}:5
+	>=dev-qt/qtxml-${QTMIN}:5
+	=kde-frameworks/karchive-${PVCUT}*:5
+	=kde-frameworks/kconfig-${PVCUT}*:5
+	=kde-frameworks/kcoreaddons-${PVCUT}*:5
+	=kde-frameworks/kservice-${PVCUT}*:5
+"
+RDEPEND="${DEPEND}"


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

* [gentoo-commits] proj/kde:master commit in: kde-frameworks/kemoticons/
@ 2021-11-13 20:14 Andreas Sturmlechner
  0 siblings, 0 replies; 79+ messages in thread
From: Andreas Sturmlechner @ 2021-11-13 20:14 UTC (permalink / raw
  To: gentoo-commits

commit:     f27933119b9d3f3be6f121a4b4ab93b72e6ae1a0
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sat Nov 13 20:10:56 2021 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sat Nov 13 20:10:56 2021 +0000
URL:        https://gitweb.gentoo.org/proj/kde.git/commit/?id=f2793311

kde-frameworks/kemoticons: drop 5.88.0*

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

 kde-frameworks/kemoticons/kemoticons-5.88.0.ebuild | 28 ----------------------
 1 file changed, 28 deletions(-)

diff --git a/kde-frameworks/kemoticons/kemoticons-5.88.0.ebuild b/kde-frameworks/kemoticons/kemoticons-5.88.0.ebuild
deleted file mode 100644
index eee0296e94..0000000000
--- a/kde-frameworks/kemoticons/kemoticons-5.88.0.ebuild
+++ /dev/null
@@ -1,28 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-PVCUT=$(ver_cut 1-2)
-QTMIN=5.15.2
-VIRTUALX_REQUIRED="test"
-inherit ecm kde.org
-
-DESCRIPTION="Framework for converting text emoticons to graphical representations"
-LICENSE="LGPL-2.1+"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~riscv ~x86"
-IUSE=""
-
-# requires running kde environment
-RESTRICT="test"
-
-DEPEND="
-	>=dev-qt/qtdbus-${QTMIN}:5
-	>=dev-qt/qtgui-${QTMIN}:5
-	>=dev-qt/qtxml-${QTMIN}:5
-	=kde-frameworks/karchive-${PVCUT}*:5
-	=kde-frameworks/kconfig-${PVCUT}*:5
-	=kde-frameworks/kcoreaddons-${PVCUT}*:5
-	=kde-frameworks/kservice-${PVCUT}*:5
-"
-RDEPEND="${DEPEND}"


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

* [gentoo-commits] proj/kde:master commit in: kde-frameworks/kemoticons/
@ 2021-12-04 21:38 Andreas Sturmlechner
  0 siblings, 0 replies; 79+ messages in thread
From: Andreas Sturmlechner @ 2021-12-04 21:38 UTC (permalink / raw
  To: gentoo-commits

commit:     b443ed9d586aeb5ded256eefc05ae1b2416f1fb8
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sat Dec  4 21:35:52 2021 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sat Dec  4 21:35:52 2021 +0000
URL:        https://gitweb.gentoo.org/proj/kde.git/commit/?id=b443ed9d

kde-frameworks/kemoticons: 5.89.0 version bump

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

 kde-frameworks/kemoticons/kemoticons-5.89.0.ebuild | 28 ++++++++++++++++++++++
 1 file changed, 28 insertions(+)

diff --git a/kde-frameworks/kemoticons/kemoticons-5.89.0.ebuild b/kde-frameworks/kemoticons/kemoticons-5.89.0.ebuild
new file mode 100644
index 0000000000..eee0296e94
--- /dev/null
+++ b/kde-frameworks/kemoticons/kemoticons-5.89.0.ebuild
@@ -0,0 +1,28 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+PVCUT=$(ver_cut 1-2)
+QTMIN=5.15.2
+VIRTUALX_REQUIRED="test"
+inherit ecm kde.org
+
+DESCRIPTION="Framework for converting text emoticons to graphical representations"
+LICENSE="LGPL-2.1+"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~riscv ~x86"
+IUSE=""
+
+# requires running kde environment
+RESTRICT="test"
+
+DEPEND="
+	>=dev-qt/qtdbus-${QTMIN}:5
+	>=dev-qt/qtgui-${QTMIN}:5
+	>=dev-qt/qtxml-${QTMIN}:5
+	=kde-frameworks/karchive-${PVCUT}*:5
+	=kde-frameworks/kconfig-${PVCUT}*:5
+	=kde-frameworks/kcoreaddons-${PVCUT}*:5
+	=kde-frameworks/kservice-${PVCUT}*:5
+"
+RDEPEND="${DEPEND}"


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

* [gentoo-commits] proj/kde:master commit in: kde-frameworks/kemoticons/
@ 2021-12-12 22:52 Andreas Sturmlechner
  0 siblings, 0 replies; 79+ messages in thread
From: Andreas Sturmlechner @ 2021-12-12 22:52 UTC (permalink / raw
  To: gentoo-commits

commit:     1fbfd2c6e8f0b682c95ffd322359ae6d2271b94d
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sun Dec 12 22:22:49 2021 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sun Dec 12 22:22:49 2021 +0000
URL:        https://gitweb.gentoo.org/proj/kde.git/commit/?id=1fbfd2c6

kde-frameworks/kemoticons: drop 5.89.0*

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

 kde-frameworks/kemoticons/kemoticons-5.89.0.ebuild | 28 ----------------------
 1 file changed, 28 deletions(-)

diff --git a/kde-frameworks/kemoticons/kemoticons-5.89.0.ebuild b/kde-frameworks/kemoticons/kemoticons-5.89.0.ebuild
deleted file mode 100644
index eee0296e94..0000000000
--- a/kde-frameworks/kemoticons/kemoticons-5.89.0.ebuild
+++ /dev/null
@@ -1,28 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-PVCUT=$(ver_cut 1-2)
-QTMIN=5.15.2
-VIRTUALX_REQUIRED="test"
-inherit ecm kde.org
-
-DESCRIPTION="Framework for converting text emoticons to graphical representations"
-LICENSE="LGPL-2.1+"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~riscv ~x86"
-IUSE=""
-
-# requires running kde environment
-RESTRICT="test"
-
-DEPEND="
-	>=dev-qt/qtdbus-${QTMIN}:5
-	>=dev-qt/qtgui-${QTMIN}:5
-	>=dev-qt/qtxml-${QTMIN}:5
-	=kde-frameworks/karchive-${PVCUT}*:5
-	=kde-frameworks/kconfig-${PVCUT}*:5
-	=kde-frameworks/kcoreaddons-${PVCUT}*:5
-	=kde-frameworks/kservice-${PVCUT}*:5
-"
-RDEPEND="${DEPEND}"


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

* [gentoo-commits] proj/kde:master commit in: kde-frameworks/kemoticons/
@ 2022-01-02  8:13 Andreas Sturmlechner
  0 siblings, 0 replies; 79+ messages in thread
From: Andreas Sturmlechner @ 2022-01-02  8:13 UTC (permalink / raw
  To: gentoo-commits

commit:     aba8de7d91a466c9441c9c4ef020970990ab1e2b
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sun Jan  2 07:58:38 2022 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sun Jan  2 08:05:19 2022 +0000
URL:        https://gitweb.gentoo.org/proj/kde.git/commit/?id=aba8de7d

kde-frameworks/kemoticons: 5.90.0 version bump

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

 kde-frameworks/kemoticons/kemoticons-5.90.0.ebuild | 28 ++++++++++++++++++++++
 1 file changed, 28 insertions(+)

diff --git a/kde-frameworks/kemoticons/kemoticons-5.90.0.ebuild b/kde-frameworks/kemoticons/kemoticons-5.90.0.ebuild
new file mode 100644
index 0000000000..eee0296e94
--- /dev/null
+++ b/kde-frameworks/kemoticons/kemoticons-5.90.0.ebuild
@@ -0,0 +1,28 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+PVCUT=$(ver_cut 1-2)
+QTMIN=5.15.2
+VIRTUALX_REQUIRED="test"
+inherit ecm kde.org
+
+DESCRIPTION="Framework for converting text emoticons to graphical representations"
+LICENSE="LGPL-2.1+"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~riscv ~x86"
+IUSE=""
+
+# requires running kde environment
+RESTRICT="test"
+
+DEPEND="
+	>=dev-qt/qtdbus-${QTMIN}:5
+	>=dev-qt/qtgui-${QTMIN}:5
+	>=dev-qt/qtxml-${QTMIN}:5
+	=kde-frameworks/karchive-${PVCUT}*:5
+	=kde-frameworks/kconfig-${PVCUT}*:5
+	=kde-frameworks/kcoreaddons-${PVCUT}*:5
+	=kde-frameworks/kservice-${PVCUT}*:5
+"
+RDEPEND="${DEPEND}"


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

* [gentoo-commits] proj/kde:master commit in: kde-frameworks/kemoticons/
@ 2022-01-08 21:14 Andreas Sturmlechner
  0 siblings, 0 replies; 79+ messages in thread
From: Andreas Sturmlechner @ 2022-01-08 21:14 UTC (permalink / raw
  To: gentoo-commits

commit:     bcaa801159388a35b44f0aca46323583b7d3792f
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sat Jan  8 21:09:53 2022 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sat Jan  8 21:14:23 2022 +0000
URL:        https://gitweb.gentoo.org/proj/kde.git/commit/?id=bcaa8011

kde-frameworks/kemoticons: drop 5.90.0*

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

 kde-frameworks/kemoticons/kemoticons-5.90.0.ebuild | 28 ----------------------
 1 file changed, 28 deletions(-)

diff --git a/kde-frameworks/kemoticons/kemoticons-5.90.0.ebuild b/kde-frameworks/kemoticons/kemoticons-5.90.0.ebuild
deleted file mode 100644
index 3b5ca8b3e2..0000000000
--- a/kde-frameworks/kemoticons/kemoticons-5.90.0.ebuild
+++ /dev/null
@@ -1,28 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-PVCUT=$(ver_cut 1-2)
-QTMIN=5.15.2
-VIRTUALX_REQUIRED="test"
-inherit ecm kde.org
-
-DESCRIPTION="Framework for converting text emoticons to graphical representations"
-LICENSE="LGPL-2.1+"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~riscv ~x86"
-IUSE=""
-
-# requires running kde environment
-RESTRICT="test"
-
-DEPEND="
-	>=dev-qt/qtdbus-${QTMIN}:5
-	>=dev-qt/qtgui-${QTMIN}:5
-	>=dev-qt/qtxml-${QTMIN}:5
-	=kde-frameworks/karchive-${PVCUT}*:5
-	=kde-frameworks/kconfig-${PVCUT}*:5
-	=kde-frameworks/kcoreaddons-${PVCUT}*:5
-	=kde-frameworks/kservice-${PVCUT}*:5
-"
-RDEPEND="${DEPEND}"


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

* [gentoo-commits] proj/kde:master commit in: kde-frameworks/kemoticons/
@ 2022-03-12 12:37 Andreas Sturmlechner
  0 siblings, 0 replies; 79+ messages in thread
From: Andreas Sturmlechner @ 2022-03-12 12:37 UTC (permalink / raw
  To: gentoo-commits

commit:     f6627993d0789e7c82f757634c50cbf3467d21d6
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Thu Mar 10 16:45:09 2022 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Thu Mar 10 16:50:34 2022 +0000
URL:        https://gitweb.gentoo.org/proj/kde.git/commit/?id=f6627993

kde-frameworks/kemoticons: 5.92.0 version bump

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

 kde-frameworks/kemoticons/kemoticons-5.92.0.ebuild | 28 ++++++++++++++++++++++
 1 file changed, 28 insertions(+)

diff --git a/kde-frameworks/kemoticons/kemoticons-5.92.0.ebuild b/kde-frameworks/kemoticons/kemoticons-5.92.0.ebuild
new file mode 100644
index 0000000000..3b5ca8b3e2
--- /dev/null
+++ b/kde-frameworks/kemoticons/kemoticons-5.92.0.ebuild
@@ -0,0 +1,28 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+PVCUT=$(ver_cut 1-2)
+QTMIN=5.15.2
+VIRTUALX_REQUIRED="test"
+inherit ecm kde.org
+
+DESCRIPTION="Framework for converting text emoticons to graphical representations"
+LICENSE="LGPL-2.1+"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~riscv ~x86"
+IUSE=""
+
+# requires running kde environment
+RESTRICT="test"
+
+DEPEND="
+	>=dev-qt/qtdbus-${QTMIN}:5
+	>=dev-qt/qtgui-${QTMIN}:5
+	>=dev-qt/qtxml-${QTMIN}:5
+	=kde-frameworks/karchive-${PVCUT}*:5
+	=kde-frameworks/kconfig-${PVCUT}*:5
+	=kde-frameworks/kcoreaddons-${PVCUT}*:5
+	=kde-frameworks/kservice-${PVCUT}*:5
+"
+RDEPEND="${DEPEND}"


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

* [gentoo-commits] proj/kde:master commit in: kde-frameworks/kemoticons/
@ 2022-03-13 19:28 Andreas Sturmlechner
  0 siblings, 0 replies; 79+ messages in thread
From: Andreas Sturmlechner @ 2022-03-13 19:28 UTC (permalink / raw
  To: gentoo-commits

commit:     0f3b2bd62f006f7130b8268597b681e11e92e9a5
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sun Mar 13 19:26:55 2022 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sun Mar 13 19:26:55 2022 +0000
URL:        https://gitweb.gentoo.org/proj/kde.git/commit/?id=0f3b2bd6

kde-frameworks/kemoticons: drop 5.92.0*

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

 kde-frameworks/kemoticons/kemoticons-5.92.0.ebuild | 28 ----------------------
 1 file changed, 28 deletions(-)

diff --git a/kde-frameworks/kemoticons/kemoticons-5.92.0.ebuild b/kde-frameworks/kemoticons/kemoticons-5.92.0.ebuild
deleted file mode 100644
index 3b5ca8b3e2..0000000000
--- a/kde-frameworks/kemoticons/kemoticons-5.92.0.ebuild
+++ /dev/null
@@ -1,28 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-PVCUT=$(ver_cut 1-2)
-QTMIN=5.15.2
-VIRTUALX_REQUIRED="test"
-inherit ecm kde.org
-
-DESCRIPTION="Framework for converting text emoticons to graphical representations"
-LICENSE="LGPL-2.1+"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~riscv ~x86"
-IUSE=""
-
-# requires running kde environment
-RESTRICT="test"
-
-DEPEND="
-	>=dev-qt/qtdbus-${QTMIN}:5
-	>=dev-qt/qtgui-${QTMIN}:5
-	>=dev-qt/qtxml-${QTMIN}:5
-	=kde-frameworks/karchive-${PVCUT}*:5
-	=kde-frameworks/kconfig-${PVCUT}*:5
-	=kde-frameworks/kcoreaddons-${PVCUT}*:5
-	=kde-frameworks/kservice-${PVCUT}*:5
-"
-RDEPEND="${DEPEND}"


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

* [gentoo-commits] proj/kde:master commit in: kde-frameworks/kemoticons/
@ 2022-04-02 13:54 Andreas Sturmlechner
  0 siblings, 0 replies; 79+ messages in thread
From: Andreas Sturmlechner @ 2022-04-02 13:54 UTC (permalink / raw
  To: gentoo-commits

commit:     b106b12ca1b933f3474c24f4848cf9431d11c797
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sat Apr  2 13:45:53 2022 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sat Apr  2 13:45:53 2022 +0000
URL:        https://gitweb.gentoo.org/proj/kde.git/commit/?id=b106b12c

kde-frameworks/kemoticons: 5.93.0 version bump

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

 kde-frameworks/kemoticons/kemoticons-5.93.0.ebuild | 28 ++++++++++++++++++++++
 1 file changed, 28 insertions(+)

diff --git a/kde-frameworks/kemoticons/kemoticons-5.93.0.ebuild b/kde-frameworks/kemoticons/kemoticons-5.93.0.ebuild
new file mode 100644
index 0000000000..3b5ca8b3e2
--- /dev/null
+++ b/kde-frameworks/kemoticons/kemoticons-5.93.0.ebuild
@@ -0,0 +1,28 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+PVCUT=$(ver_cut 1-2)
+QTMIN=5.15.2
+VIRTUALX_REQUIRED="test"
+inherit ecm kde.org
+
+DESCRIPTION="Framework for converting text emoticons to graphical representations"
+LICENSE="LGPL-2.1+"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~riscv ~x86"
+IUSE=""
+
+# requires running kde environment
+RESTRICT="test"
+
+DEPEND="
+	>=dev-qt/qtdbus-${QTMIN}:5
+	>=dev-qt/qtgui-${QTMIN}:5
+	>=dev-qt/qtxml-${QTMIN}:5
+	=kde-frameworks/karchive-${PVCUT}*:5
+	=kde-frameworks/kconfig-${PVCUT}*:5
+	=kde-frameworks/kcoreaddons-${PVCUT}*:5
+	=kde-frameworks/kservice-${PVCUT}*:5
+"
+RDEPEND="${DEPEND}"


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

* [gentoo-commits] proj/kde:master commit in: kde-frameworks/kemoticons/
@ 2022-04-09 21:45 Andreas Sturmlechner
  0 siblings, 0 replies; 79+ messages in thread
From: Andreas Sturmlechner @ 2022-04-09 21:45 UTC (permalink / raw
  To: gentoo-commits

commit:     4db0555a7548f8178e4ed1f0e2f5ed964bddec1b
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sat Apr  9 21:38:22 2022 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sat Apr  9 21:38:22 2022 +0000
URL:        https://gitweb.gentoo.org/proj/kde.git/commit/?id=4db0555a

kde-frameworks/kemoticons: drop 5.93.0*

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

 kde-frameworks/kemoticons/kemoticons-5.93.0.ebuild | 28 ----------------------
 1 file changed, 28 deletions(-)

diff --git a/kde-frameworks/kemoticons/kemoticons-5.93.0.ebuild b/kde-frameworks/kemoticons/kemoticons-5.93.0.ebuild
deleted file mode 100644
index 3b5ca8b3e2..0000000000
--- a/kde-frameworks/kemoticons/kemoticons-5.93.0.ebuild
+++ /dev/null
@@ -1,28 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-PVCUT=$(ver_cut 1-2)
-QTMIN=5.15.2
-VIRTUALX_REQUIRED="test"
-inherit ecm kde.org
-
-DESCRIPTION="Framework for converting text emoticons to graphical representations"
-LICENSE="LGPL-2.1+"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~riscv ~x86"
-IUSE=""
-
-# requires running kde environment
-RESTRICT="test"
-
-DEPEND="
-	>=dev-qt/qtdbus-${QTMIN}:5
-	>=dev-qt/qtgui-${QTMIN}:5
-	>=dev-qt/qtxml-${QTMIN}:5
-	=kde-frameworks/karchive-${PVCUT}*:5
-	=kde-frameworks/kconfig-${PVCUT}*:5
-	=kde-frameworks/kcoreaddons-${PVCUT}*:5
-	=kde-frameworks/kservice-${PVCUT}*:5
-"
-RDEPEND="${DEPEND}"


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

* [gentoo-commits] proj/kde:master commit in: kde-frameworks/kemoticons/
@ 2022-05-09 21:03 Andreas Sturmlechner
  0 siblings, 0 replies; 79+ messages in thread
From: Andreas Sturmlechner @ 2022-05-09 21:03 UTC (permalink / raw
  To: gentoo-commits

commit:     0837092a7fce81f2f2ff4d6cd53bddf4d6ebd5cf
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Mon May  9 13:53:55 2022 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Mon May  9 21:03:22 2022 +0000
URL:        https://gitweb.gentoo.org/proj/kde.git/commit/?id=0837092a

kde-frameworks/kemoticons: 5.94.0 version bump

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

 kde-frameworks/kemoticons/kemoticons-5.94.0.ebuild | 28 ++++++++++++++++++++++
 1 file changed, 28 insertions(+)

diff --git a/kde-frameworks/kemoticons/kemoticons-5.94.0.ebuild b/kde-frameworks/kemoticons/kemoticons-5.94.0.ebuild
new file mode 100644
index 0000000000..b6f91ed363
--- /dev/null
+++ b/kde-frameworks/kemoticons/kemoticons-5.94.0.ebuild
@@ -0,0 +1,28 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+PVCUT=$(ver_cut 1-2)
+QTMIN=5.15.3
+VIRTUALX_REQUIRED="test"
+inherit ecm kde.org
+
+DESCRIPTION="Framework for converting text emoticons to graphical representations"
+LICENSE="LGPL-2.1+"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~riscv ~x86"
+IUSE=""
+
+# requires running kde environment
+RESTRICT="test"
+
+DEPEND="
+	>=dev-qt/qtdbus-${QTMIN}:5
+	>=dev-qt/qtgui-${QTMIN}:5
+	>=dev-qt/qtxml-${QTMIN}:5
+	=kde-frameworks/karchive-${PVCUT}*:5
+	=kde-frameworks/kconfig-${PVCUT}*:5
+	=kde-frameworks/kcoreaddons-${PVCUT}*:5
+	=kde-frameworks/kservice-${PVCUT}*:5
+"
+RDEPEND="${DEPEND}"


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

* [gentoo-commits] proj/kde:master commit in: kde-frameworks/kemoticons/
@ 2022-05-15 10:20 Andreas Sturmlechner
  0 siblings, 0 replies; 79+ messages in thread
From: Andreas Sturmlechner @ 2022-05-15 10:20 UTC (permalink / raw
  To: gentoo-commits

commit:     bce79ae44d13a298125c91b68a22ee23e7281302
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sun May 15 10:19:54 2022 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sun May 15 10:19:54 2022 +0000
URL:        https://gitweb.gentoo.org/proj/kde.git/commit/?id=bce79ae4

kde-frameworks/kemoticons: drop 5.94.0*

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

 kde-frameworks/kemoticons/kemoticons-5.94.0.ebuild | 28 ----------------------
 1 file changed, 28 deletions(-)

diff --git a/kde-frameworks/kemoticons/kemoticons-5.94.0.ebuild b/kde-frameworks/kemoticons/kemoticons-5.94.0.ebuild
deleted file mode 100644
index b6f91ed363..0000000000
--- a/kde-frameworks/kemoticons/kemoticons-5.94.0.ebuild
+++ /dev/null
@@ -1,28 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-PVCUT=$(ver_cut 1-2)
-QTMIN=5.15.3
-VIRTUALX_REQUIRED="test"
-inherit ecm kde.org
-
-DESCRIPTION="Framework for converting text emoticons to graphical representations"
-LICENSE="LGPL-2.1+"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~riscv ~x86"
-IUSE=""
-
-# requires running kde environment
-RESTRICT="test"
-
-DEPEND="
-	>=dev-qt/qtdbus-${QTMIN}:5
-	>=dev-qt/qtgui-${QTMIN}:5
-	>=dev-qt/qtxml-${QTMIN}:5
-	=kde-frameworks/karchive-${PVCUT}*:5
-	=kde-frameworks/kconfig-${PVCUT}*:5
-	=kde-frameworks/kcoreaddons-${PVCUT}*:5
-	=kde-frameworks/kservice-${PVCUT}*:5
-"
-RDEPEND="${DEPEND}"


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

* [gentoo-commits] proj/kde:master commit in: kde-frameworks/kemoticons/
@ 2022-06-12 19:43 Andreas Sturmlechner
  0 siblings, 0 replies; 79+ messages in thread
From: Andreas Sturmlechner @ 2022-06-12 19:43 UTC (permalink / raw
  To: gentoo-commits

commit:     25aeec1336cc788ed63cb8d22ea83c435d5c175a
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sun Jun 12 19:43:02 2022 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sun Jun 12 19:43:02 2022 +0000
URL:        https://gitweb.gentoo.org/proj/kde.git/commit/?id=25aeec13

kde-frameworks/kemoticons: drop 5.95.0*

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

 kde-frameworks/kemoticons/kemoticons-5.95.0.ebuild | 28 ----------------------
 1 file changed, 28 deletions(-)

diff --git a/kde-frameworks/kemoticons/kemoticons-5.95.0.ebuild b/kde-frameworks/kemoticons/kemoticons-5.95.0.ebuild
deleted file mode 100644
index b6f91ed363..0000000000
--- a/kde-frameworks/kemoticons/kemoticons-5.95.0.ebuild
+++ /dev/null
@@ -1,28 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-PVCUT=$(ver_cut 1-2)
-QTMIN=5.15.3
-VIRTUALX_REQUIRED="test"
-inherit ecm kde.org
-
-DESCRIPTION="Framework for converting text emoticons to graphical representations"
-LICENSE="LGPL-2.1+"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~riscv ~x86"
-IUSE=""
-
-# requires running kde environment
-RESTRICT="test"
-
-DEPEND="
-	>=dev-qt/qtdbus-${QTMIN}:5
-	>=dev-qt/qtgui-${QTMIN}:5
-	>=dev-qt/qtxml-${QTMIN}:5
-	=kde-frameworks/karchive-${PVCUT}*:5
-	=kde-frameworks/kconfig-${PVCUT}*:5
-	=kde-frameworks/kcoreaddons-${PVCUT}*:5
-	=kde-frameworks/kservice-${PVCUT}*:5
-"
-RDEPEND="${DEPEND}"


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

* [gentoo-commits] proj/kde:master commit in: kde-frameworks/kemoticons/
@ 2022-07-03  6:59 Andreas Sturmlechner
  0 siblings, 0 replies; 79+ messages in thread
From: Andreas Sturmlechner @ 2022-07-03  6:59 UTC (permalink / raw
  To: gentoo-commits

commit:     aeab47578fe5a65d6822fcd07b2691eeead8dff3
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sun Jul  3 06:54:10 2022 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sun Jul  3 06:56:31 2022 +0000
URL:        https://gitweb.gentoo.org/proj/kde.git/commit/?id=aeab4757

kde-frameworks/kemoticons: 5.96.0 version bump

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

 kde-frameworks/kemoticons/kemoticons-5.96.0.ebuild | 28 ++++++++++++++++++++++
 1 file changed, 28 insertions(+)

diff --git a/kde-frameworks/kemoticons/kemoticons-5.96.0.ebuild b/kde-frameworks/kemoticons/kemoticons-5.96.0.ebuild
new file mode 100644
index 0000000000..81612e3504
--- /dev/null
+++ b/kde-frameworks/kemoticons/kemoticons-5.96.0.ebuild
@@ -0,0 +1,28 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+PVCUT=$(ver_cut 1-2)
+QTMIN=5.15.4
+VIRTUALX_REQUIRED="test"
+inherit ecm kde.org
+
+DESCRIPTION="Framework for converting text emoticons to graphical representations"
+LICENSE="LGPL-2.1+"
+KEYWORDS="~amd64 ~arm ~arm64 ~loong ~ppc64 ~riscv ~x86"
+IUSE=""
+
+# requires running kde environment
+RESTRICT="test"
+
+DEPEND="
+	>=dev-qt/qtdbus-${QTMIN}:5
+	>=dev-qt/qtgui-${QTMIN}:5
+	>=dev-qt/qtxml-${QTMIN}:5
+	=kde-frameworks/karchive-${PVCUT}*:5
+	=kde-frameworks/kconfig-${PVCUT}*:5
+	=kde-frameworks/kcoreaddons-${PVCUT}*:5
+	=kde-frameworks/kservice-${PVCUT}*:5
+"
+RDEPEND="${DEPEND}"


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

* [gentoo-commits] proj/kde:master commit in: kde-frameworks/kemoticons/
@ 2022-07-09 14:28 Andreas Sturmlechner
  0 siblings, 0 replies; 79+ messages in thread
From: Andreas Sturmlechner @ 2022-07-09 14:28 UTC (permalink / raw
  To: gentoo-commits

commit:     d128e022f3eaa8f0ec1bee406d61117f3e2518b2
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sat Jul  9 12:55:51 2022 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sat Jul  9 12:55:51 2022 +0000
URL:        https://gitweb.gentoo.org/proj/kde.git/commit/?id=d128e022

kde-frameworks/kemoticons: drop 5.96.0*

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

 kde-frameworks/kemoticons/kemoticons-5.96.0.ebuild | 28 ----------------------
 1 file changed, 28 deletions(-)

diff --git a/kde-frameworks/kemoticons/kemoticons-5.96.0.ebuild b/kde-frameworks/kemoticons/kemoticons-5.96.0.ebuild
deleted file mode 100644
index 81612e3504..0000000000
--- a/kde-frameworks/kemoticons/kemoticons-5.96.0.ebuild
+++ /dev/null
@@ -1,28 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-PVCUT=$(ver_cut 1-2)
-QTMIN=5.15.4
-VIRTUALX_REQUIRED="test"
-inherit ecm kde.org
-
-DESCRIPTION="Framework for converting text emoticons to graphical representations"
-LICENSE="LGPL-2.1+"
-KEYWORDS="~amd64 ~arm ~arm64 ~loong ~ppc64 ~riscv ~x86"
-IUSE=""
-
-# requires running kde environment
-RESTRICT="test"
-
-DEPEND="
-	>=dev-qt/qtdbus-${QTMIN}:5
-	>=dev-qt/qtgui-${QTMIN}:5
-	>=dev-qt/qtxml-${QTMIN}:5
-	=kde-frameworks/karchive-${PVCUT}*:5
-	=kde-frameworks/kconfig-${PVCUT}*:5
-	=kde-frameworks/kcoreaddons-${PVCUT}*:5
-	=kde-frameworks/kservice-${PVCUT}*:5
-"
-RDEPEND="${DEPEND}"


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

* [gentoo-commits] proj/kde:master commit in: kde-frameworks/kemoticons/
@ 2022-08-07 16:30 Andreas Sturmlechner
  0 siblings, 0 replies; 79+ messages in thread
From: Andreas Sturmlechner @ 2022-08-07 16:30 UTC (permalink / raw
  To: gentoo-commits

commit:     38f47d2930e423a1b080f745fc5b78566f72c20d
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sun Aug  7 16:00:57 2022 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sun Aug  7 16:27:13 2022 +0000
URL:        https://gitweb.gentoo.org/proj/kde.git/commit/?id=38f47d29

kde-frameworks/kemoticons: 5.97.0 version bump

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

 kde-frameworks/kemoticons/kemoticons-5.97.0.ebuild | 28 ++++++++++++++++++++++
 1 file changed, 28 insertions(+)

diff --git a/kde-frameworks/kemoticons/kemoticons-5.97.0.ebuild b/kde-frameworks/kemoticons/kemoticons-5.97.0.ebuild
new file mode 100644
index 0000000000..6ba8306059
--- /dev/null
+++ b/kde-frameworks/kemoticons/kemoticons-5.97.0.ebuild
@@ -0,0 +1,28 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+PVCUT=$(ver_cut 1-2)
+QTMIN=5.15.5
+VIRTUALX_REQUIRED="test"
+inherit ecm frameworks.kde.org
+
+DESCRIPTION="Framework for converting text emoticons to graphical representations"
+LICENSE="LGPL-2.1+"
+KEYWORDS="~amd64 ~arm ~arm64 ~loong ~ppc64 ~riscv ~x86"
+IUSE=""
+
+# requires running kde environment
+RESTRICT="test"
+
+DEPEND="
+	>=dev-qt/qtdbus-${QTMIN}:5
+	>=dev-qt/qtgui-${QTMIN}:5
+	>=dev-qt/qtxml-${QTMIN}:5
+	=kde-frameworks/karchive-${PVCUT}*:5
+	=kde-frameworks/kconfig-${PVCUT}*:5
+	=kde-frameworks/kcoreaddons-${PVCUT}*:5
+	=kde-frameworks/kservice-${PVCUT}*:5
+"
+RDEPEND="${DEPEND}"


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

* [gentoo-commits] proj/kde:master commit in: kde-frameworks/kemoticons/
@ 2022-08-14 10:50 Andreas Sturmlechner
  0 siblings, 0 replies; 79+ messages in thread
From: Andreas Sturmlechner @ 2022-08-14 10:50 UTC (permalink / raw
  To: gentoo-commits

commit:     55bb3df400394f3cab6edf288e1284b7707e81a8
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sun Aug 14 08:47:15 2022 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sun Aug 14 09:48:09 2022 +0000
URL:        https://gitweb.gentoo.org/proj/kde.git/commit/?id=55bb3df4

kde-frameworks/kemoticons: drop 5.97.0

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

 kde-frameworks/kemoticons/kemoticons-5.97.0.ebuild | 28 ----------------------
 1 file changed, 28 deletions(-)

diff --git a/kde-frameworks/kemoticons/kemoticons-5.97.0.ebuild b/kde-frameworks/kemoticons/kemoticons-5.97.0.ebuild
deleted file mode 100644
index 6ba8306059..0000000000
--- a/kde-frameworks/kemoticons/kemoticons-5.97.0.ebuild
+++ /dev/null
@@ -1,28 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-PVCUT=$(ver_cut 1-2)
-QTMIN=5.15.5
-VIRTUALX_REQUIRED="test"
-inherit ecm frameworks.kde.org
-
-DESCRIPTION="Framework for converting text emoticons to graphical representations"
-LICENSE="LGPL-2.1+"
-KEYWORDS="~amd64 ~arm ~arm64 ~loong ~ppc64 ~riscv ~x86"
-IUSE=""
-
-# requires running kde environment
-RESTRICT="test"
-
-DEPEND="
-	>=dev-qt/qtdbus-${QTMIN}:5
-	>=dev-qt/qtgui-${QTMIN}:5
-	>=dev-qt/qtxml-${QTMIN}:5
-	=kde-frameworks/karchive-${PVCUT}*:5
-	=kde-frameworks/kconfig-${PVCUT}*:5
-	=kde-frameworks/kcoreaddons-${PVCUT}*:5
-	=kde-frameworks/kservice-${PVCUT}*:5
-"
-RDEPEND="${DEPEND}"


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

* [gentoo-commits] proj/kde:master commit in: kde-frameworks/kemoticons/
@ 2022-09-13 13:37 Andreas Sturmlechner
  0 siblings, 0 replies; 79+ messages in thread
From: Andreas Sturmlechner @ 2022-09-13 13:37 UTC (permalink / raw
  To: gentoo-commits

commit:     77d00f3fcf7c751435ad47063d7db1252ee82e3b
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Tue Sep 13 13:34:16 2022 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Tue Sep 13 13:36:34 2022 +0000
URL:        https://gitweb.gentoo.org/proj/kde.git/commit/?id=77d00f3f

kde-frameworks/kemoticons: drop 5.98.0

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

 kde-frameworks/kemoticons/kemoticons-5.98.0.ebuild | 28 ----------------------
 1 file changed, 28 deletions(-)

diff --git a/kde-frameworks/kemoticons/kemoticons-5.98.0.ebuild b/kde-frameworks/kemoticons/kemoticons-5.98.0.ebuild
deleted file mode 100644
index 6ba8306059..0000000000
--- a/kde-frameworks/kemoticons/kemoticons-5.98.0.ebuild
+++ /dev/null
@@ -1,28 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-PVCUT=$(ver_cut 1-2)
-QTMIN=5.15.5
-VIRTUALX_REQUIRED="test"
-inherit ecm frameworks.kde.org
-
-DESCRIPTION="Framework for converting text emoticons to graphical representations"
-LICENSE="LGPL-2.1+"
-KEYWORDS="~amd64 ~arm ~arm64 ~loong ~ppc64 ~riscv ~x86"
-IUSE=""
-
-# requires running kde environment
-RESTRICT="test"
-
-DEPEND="
-	>=dev-qt/qtdbus-${QTMIN}:5
-	>=dev-qt/qtgui-${QTMIN}:5
-	>=dev-qt/qtxml-${QTMIN}:5
-	=kde-frameworks/karchive-${PVCUT}*:5
-	=kde-frameworks/kconfig-${PVCUT}*:5
-	=kde-frameworks/kcoreaddons-${PVCUT}*:5
-	=kde-frameworks/kservice-${PVCUT}*:5
-"
-RDEPEND="${DEPEND}"


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

* [gentoo-commits] proj/kde:master commit in: kde-frameworks/kemoticons/
@ 2022-10-10  8:30 Andreas Sturmlechner
  0 siblings, 0 replies; 79+ messages in thread
From: Andreas Sturmlechner @ 2022-10-10  8:30 UTC (permalink / raw
  To: gentoo-commits

commit:     395948cfb8b2d4139a2b3a8c0a5e1aa61c1fdefe
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Mon Oct 10 08:21:20 2022 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Mon Oct 10 08:27:25 2022 +0000
URL:        https://gitweb.gentoo.org/proj/kde.git/commit/?id=395948cf

kde-frameworks/kemoticons: drop 5.99.0

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

 kde-frameworks/kemoticons/kemoticons-5.99.0.ebuild | 28 ----------------------
 1 file changed, 28 deletions(-)

diff --git a/kde-frameworks/kemoticons/kemoticons-5.99.0.ebuild b/kde-frameworks/kemoticons/kemoticons-5.99.0.ebuild
deleted file mode 100644
index 6ba8306059..0000000000
--- a/kde-frameworks/kemoticons/kemoticons-5.99.0.ebuild
+++ /dev/null
@@ -1,28 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-PVCUT=$(ver_cut 1-2)
-QTMIN=5.15.5
-VIRTUALX_REQUIRED="test"
-inherit ecm frameworks.kde.org
-
-DESCRIPTION="Framework for converting text emoticons to graphical representations"
-LICENSE="LGPL-2.1+"
-KEYWORDS="~amd64 ~arm ~arm64 ~loong ~ppc64 ~riscv ~x86"
-IUSE=""
-
-# requires running kde environment
-RESTRICT="test"
-
-DEPEND="
-	>=dev-qt/qtdbus-${QTMIN}:5
-	>=dev-qt/qtgui-${QTMIN}:5
-	>=dev-qt/qtxml-${QTMIN}:5
-	=kde-frameworks/karchive-${PVCUT}*:5
-	=kde-frameworks/kconfig-${PVCUT}*:5
-	=kde-frameworks/kcoreaddons-${PVCUT}*:5
-	=kde-frameworks/kservice-${PVCUT}*:5
-"
-RDEPEND="${DEPEND}"


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

* [gentoo-commits] proj/kde:master commit in: kde-frameworks/kemoticons/
@ 2022-11-06 21:49 Andreas Sturmlechner
  0 siblings, 0 replies; 79+ messages in thread
From: Andreas Sturmlechner @ 2022-11-06 21:49 UTC (permalink / raw
  To: gentoo-commits

commit:     e8fc8fc0151e0c3e2e263811bc533ff5b2fc212c
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sun Nov  6 21:15:53 2022 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sun Nov  6 21:19:20 2022 +0000
URL:        https://gitweb.gentoo.org/proj/kde.git/commit/?id=e8fc8fc0

kde-frameworks/kemoticons: 5.100.0 version bump

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

 .../kemoticons/kemoticons-5.100.0.ebuild           | 28 ++++++++++++++++++++++
 1 file changed, 28 insertions(+)

diff --git a/kde-frameworks/kemoticons/kemoticons-5.100.0.ebuild b/kde-frameworks/kemoticons/kemoticons-5.100.0.ebuild
new file mode 100644
index 0000000000..6ba8306059
--- /dev/null
+++ b/kde-frameworks/kemoticons/kemoticons-5.100.0.ebuild
@@ -0,0 +1,28 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+PVCUT=$(ver_cut 1-2)
+QTMIN=5.15.5
+VIRTUALX_REQUIRED="test"
+inherit ecm frameworks.kde.org
+
+DESCRIPTION="Framework for converting text emoticons to graphical representations"
+LICENSE="LGPL-2.1+"
+KEYWORDS="~amd64 ~arm ~arm64 ~loong ~ppc64 ~riscv ~x86"
+IUSE=""
+
+# requires running kde environment
+RESTRICT="test"
+
+DEPEND="
+	>=dev-qt/qtdbus-${QTMIN}:5
+	>=dev-qt/qtgui-${QTMIN}:5
+	>=dev-qt/qtxml-${QTMIN}:5
+	=kde-frameworks/karchive-${PVCUT}*:5
+	=kde-frameworks/kconfig-${PVCUT}*:5
+	=kde-frameworks/kcoreaddons-${PVCUT}*:5
+	=kde-frameworks/kservice-${PVCUT}*:5
+"
+RDEPEND="${DEPEND}"


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

* [gentoo-commits] proj/kde:master commit in: kde-frameworks/kemoticons/
@ 2022-11-14 14:17 Andreas Sturmlechner
  0 siblings, 0 replies; 79+ messages in thread
From: Andreas Sturmlechner @ 2022-11-14 14:17 UTC (permalink / raw
  To: gentoo-commits

commit:     b231cf644b32c5fc2e70d51ec68394763727c897
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Mon Nov 14 13:15:17 2022 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Mon Nov 14 13:15:17 2022 +0000
URL:        https://gitweb.gentoo.org/proj/kde.git/commit/?id=b231cf64

kde-frameworks/kemoticons: drop 5.100.0

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

 .../kemoticons/kemoticons-5.100.0.ebuild           | 28 ----------------------
 1 file changed, 28 deletions(-)

diff --git a/kde-frameworks/kemoticons/kemoticons-5.100.0.ebuild b/kde-frameworks/kemoticons/kemoticons-5.100.0.ebuild
deleted file mode 100644
index 6ba8306059..0000000000
--- a/kde-frameworks/kemoticons/kemoticons-5.100.0.ebuild
+++ /dev/null
@@ -1,28 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-PVCUT=$(ver_cut 1-2)
-QTMIN=5.15.5
-VIRTUALX_REQUIRED="test"
-inherit ecm frameworks.kde.org
-
-DESCRIPTION="Framework for converting text emoticons to graphical representations"
-LICENSE="LGPL-2.1+"
-KEYWORDS="~amd64 ~arm ~arm64 ~loong ~ppc64 ~riscv ~x86"
-IUSE=""
-
-# requires running kde environment
-RESTRICT="test"
-
-DEPEND="
-	>=dev-qt/qtdbus-${QTMIN}:5
-	>=dev-qt/qtgui-${QTMIN}:5
-	>=dev-qt/qtxml-${QTMIN}:5
-	=kde-frameworks/karchive-${PVCUT}*:5
-	=kde-frameworks/kconfig-${PVCUT}*:5
-	=kde-frameworks/kcoreaddons-${PVCUT}*:5
-	=kde-frameworks/kservice-${PVCUT}*:5
-"
-RDEPEND="${DEPEND}"


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

* [gentoo-commits] proj/kde:master commit in: kde-frameworks/kemoticons/
@ 2022-12-06 18:44 Andreas Sturmlechner
  0 siblings, 0 replies; 79+ messages in thread
From: Andreas Sturmlechner @ 2022-12-06 18:44 UTC (permalink / raw
  To: gentoo-commits

commit:     168dd7b02402f8218eb433e519752f2d52b1594e
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Tue Dec  6 17:36:43 2022 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Tue Dec  6 17:42:02 2022 +0000
URL:        https://gitweb.gentoo.org/proj/kde.git/commit/?id=168dd7b0

kde-frameworks/kemoticons: 5.101.0 version bump

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

 .../kemoticons/kemoticons-5.101.0.ebuild           | 28 ++++++++++++++++++++++
 1 file changed, 28 insertions(+)

diff --git a/kde-frameworks/kemoticons/kemoticons-5.101.0.ebuild b/kde-frameworks/kemoticons/kemoticons-5.101.0.ebuild
new file mode 100644
index 0000000000..6ba8306059
--- /dev/null
+++ b/kde-frameworks/kemoticons/kemoticons-5.101.0.ebuild
@@ -0,0 +1,28 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+PVCUT=$(ver_cut 1-2)
+QTMIN=5.15.5
+VIRTUALX_REQUIRED="test"
+inherit ecm frameworks.kde.org
+
+DESCRIPTION="Framework for converting text emoticons to graphical representations"
+LICENSE="LGPL-2.1+"
+KEYWORDS="~amd64 ~arm ~arm64 ~loong ~ppc64 ~riscv ~x86"
+IUSE=""
+
+# requires running kde environment
+RESTRICT="test"
+
+DEPEND="
+	>=dev-qt/qtdbus-${QTMIN}:5
+	>=dev-qt/qtgui-${QTMIN}:5
+	>=dev-qt/qtxml-${QTMIN}:5
+	=kde-frameworks/karchive-${PVCUT}*:5
+	=kde-frameworks/kconfig-${PVCUT}*:5
+	=kde-frameworks/kcoreaddons-${PVCUT}*:5
+	=kde-frameworks/kservice-${PVCUT}*:5
+"
+RDEPEND="${DEPEND}"


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

* [gentoo-commits] proj/kde:master commit in: kde-frameworks/kemoticons/
@ 2022-12-10 10:48 Andreas Sturmlechner
  0 siblings, 0 replies; 79+ messages in thread
From: Andreas Sturmlechner @ 2022-12-10 10:48 UTC (permalink / raw
  To: gentoo-commits

commit:     72e51eb41e3d59d10cd3892ae3d8dc4550013f34
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sat Dec 10 10:12:54 2022 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sat Dec 10 10:12:54 2022 +0000
URL:        https://gitweb.gentoo.org/proj/kde.git/commit/?id=72e51eb4

kde-frameworks/kemoticons: drop 5.101.0

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

 .../kemoticons/kemoticons-5.101.0.ebuild           | 28 ----------------------
 1 file changed, 28 deletions(-)

diff --git a/kde-frameworks/kemoticons/kemoticons-5.101.0.ebuild b/kde-frameworks/kemoticons/kemoticons-5.101.0.ebuild
deleted file mode 100644
index 6ba8306059..0000000000
--- a/kde-frameworks/kemoticons/kemoticons-5.101.0.ebuild
+++ /dev/null
@@ -1,28 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-PVCUT=$(ver_cut 1-2)
-QTMIN=5.15.5
-VIRTUALX_REQUIRED="test"
-inherit ecm frameworks.kde.org
-
-DESCRIPTION="Framework for converting text emoticons to graphical representations"
-LICENSE="LGPL-2.1+"
-KEYWORDS="~amd64 ~arm ~arm64 ~loong ~ppc64 ~riscv ~x86"
-IUSE=""
-
-# requires running kde environment
-RESTRICT="test"
-
-DEPEND="
-	>=dev-qt/qtdbus-${QTMIN}:5
-	>=dev-qt/qtgui-${QTMIN}:5
-	>=dev-qt/qtxml-${QTMIN}:5
-	=kde-frameworks/karchive-${PVCUT}*:5
-	=kde-frameworks/kconfig-${PVCUT}*:5
-	=kde-frameworks/kcoreaddons-${PVCUT}*:5
-	=kde-frameworks/kservice-${PVCUT}*:5
-"
-RDEPEND="${DEPEND}"


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

* [gentoo-commits] proj/kde:master commit in: kde-frameworks/kemoticons/
@ 2023-01-08 11:53 Andreas Sturmlechner
  0 siblings, 0 replies; 79+ messages in thread
From: Andreas Sturmlechner @ 2023-01-08 11:53 UTC (permalink / raw
  To: gentoo-commits

commit:     1d626e7e1c4f6d53cbee936d2029ad96eccbe90e
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sun Jan  8 11:35:58 2023 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sun Jan  8 11:48:53 2023 +0000
URL:        https://gitweb.gentoo.org/proj/kde.git/commit/?id=1d626e7e

kde-frameworks/kemoticons: 5.102.0 version bump

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

 .../kemoticons/kemoticons-5.102.0.ebuild           | 28 ++++++++++++++++++++++
 1 file changed, 28 insertions(+)

diff --git a/kde-frameworks/kemoticons/kemoticons-5.102.0.ebuild b/kde-frameworks/kemoticons/kemoticons-5.102.0.ebuild
new file mode 100644
index 0000000000..ecc337e213
--- /dev/null
+++ b/kde-frameworks/kemoticons/kemoticons-5.102.0.ebuild
@@ -0,0 +1,28 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+PVCUT=$(ver_cut 1-2)
+QTMIN=5.15.5
+VIRTUALX_REQUIRED="test"
+inherit ecm frameworks.kde.org
+
+DESCRIPTION="Framework for converting text emoticons to graphical representations"
+LICENSE="LGPL-2.1+"
+KEYWORDS="~amd64 ~arm ~arm64 ~loong ~ppc64 ~riscv ~x86"
+IUSE=""
+
+# requires running kde environment
+RESTRICT="test"
+
+DEPEND="
+	>=dev-qt/qtdbus-${QTMIN}:5
+	>=dev-qt/qtgui-${QTMIN}:5
+	>=dev-qt/qtxml-${QTMIN}:5
+	=kde-frameworks/karchive-${PVCUT}*:5
+	=kde-frameworks/kconfig-${PVCUT}*:5
+	=kde-frameworks/kcoreaddons-${PVCUT}*:5
+	=kde-frameworks/kservice-${PVCUT}*:5
+"
+RDEPEND="${DEPEND}"


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

* [gentoo-commits] proj/kde:master commit in: kde-frameworks/kemoticons/
@ 2023-01-14 23:41 Andreas Sturmlechner
  0 siblings, 0 replies; 79+ messages in thread
From: Andreas Sturmlechner @ 2023-01-14 23:41 UTC (permalink / raw
  To: gentoo-commits

commit:     874f24c22f707aa721b4fe096e29219313bbb87d
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sat Jan 14 23:40:05 2023 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sat Jan 14 23:40:05 2023 +0000
URL:        https://gitweb.gentoo.org/proj/kde.git/commit/?id=874f24c2

kde-frameworks/kemoticons: drop 5.102.0

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

 .../kemoticons/kemoticons-5.102.0.ebuild           | 28 ----------------------
 1 file changed, 28 deletions(-)

diff --git a/kde-frameworks/kemoticons/kemoticons-5.102.0.ebuild b/kde-frameworks/kemoticons/kemoticons-5.102.0.ebuild
deleted file mode 100644
index ecc337e213..0000000000
--- a/kde-frameworks/kemoticons/kemoticons-5.102.0.ebuild
+++ /dev/null
@@ -1,28 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-PVCUT=$(ver_cut 1-2)
-QTMIN=5.15.5
-VIRTUALX_REQUIRED="test"
-inherit ecm frameworks.kde.org
-
-DESCRIPTION="Framework for converting text emoticons to graphical representations"
-LICENSE="LGPL-2.1+"
-KEYWORDS="~amd64 ~arm ~arm64 ~loong ~ppc64 ~riscv ~x86"
-IUSE=""
-
-# requires running kde environment
-RESTRICT="test"
-
-DEPEND="
-	>=dev-qt/qtdbus-${QTMIN}:5
-	>=dev-qt/qtgui-${QTMIN}:5
-	>=dev-qt/qtxml-${QTMIN}:5
-	=kde-frameworks/karchive-${PVCUT}*:5
-	=kde-frameworks/kconfig-${PVCUT}*:5
-	=kde-frameworks/kcoreaddons-${PVCUT}*:5
-	=kde-frameworks/kservice-${PVCUT}*:5
-"
-RDEPEND="${DEPEND}"


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

* [gentoo-commits] proj/kde:master commit in: kde-frameworks/kemoticons/
@ 2023-02-05 16:34 Andreas Sturmlechner
  0 siblings, 0 replies; 79+ messages in thread
From: Andreas Sturmlechner @ 2023-02-05 16:34 UTC (permalink / raw
  To: gentoo-commits

commit:     5be7f38f0583738eb542609e5d8905bae1e30d5b
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sun Feb  5 10:34:37 2023 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sun Feb  5 14:37:18 2023 +0000
URL:        https://gitweb.gentoo.org/proj/kde.git/commit/?id=5be7f38f

kde-frameworks/kemoticons: 5.103.0 version bump

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

 .../kemoticons/kemoticons-5.103.0.ebuild           | 28 ++++++++++++++++++++++
 1 file changed, 28 insertions(+)

diff --git a/kde-frameworks/kemoticons/kemoticons-5.103.0.ebuild b/kde-frameworks/kemoticons/kemoticons-5.103.0.ebuild
new file mode 100644
index 0000000000..ecc337e213
--- /dev/null
+++ b/kde-frameworks/kemoticons/kemoticons-5.103.0.ebuild
@@ -0,0 +1,28 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+PVCUT=$(ver_cut 1-2)
+QTMIN=5.15.5
+VIRTUALX_REQUIRED="test"
+inherit ecm frameworks.kde.org
+
+DESCRIPTION="Framework for converting text emoticons to graphical representations"
+LICENSE="LGPL-2.1+"
+KEYWORDS="~amd64 ~arm ~arm64 ~loong ~ppc64 ~riscv ~x86"
+IUSE=""
+
+# requires running kde environment
+RESTRICT="test"
+
+DEPEND="
+	>=dev-qt/qtdbus-${QTMIN}:5
+	>=dev-qt/qtgui-${QTMIN}:5
+	>=dev-qt/qtxml-${QTMIN}:5
+	=kde-frameworks/karchive-${PVCUT}*:5
+	=kde-frameworks/kconfig-${PVCUT}*:5
+	=kde-frameworks/kcoreaddons-${PVCUT}*:5
+	=kde-frameworks/kservice-${PVCUT}*:5
+"
+RDEPEND="${DEPEND}"


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

* [gentoo-commits] proj/kde:master commit in: kde-frameworks/kemoticons/
@ 2023-02-12 11:22 Andreas Sturmlechner
  0 siblings, 0 replies; 79+ messages in thread
From: Andreas Sturmlechner @ 2023-02-12 11:22 UTC (permalink / raw
  To: gentoo-commits

commit:     8007471c51480defc92aefed529e08a805cfa1c0
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sun Feb 12 11:18:44 2023 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sun Feb 12 11:18:44 2023 +0000
URL:        https://gitweb.gentoo.org/proj/kde.git/commit/?id=8007471c

kde-frameworks/kemoticons: drop 5.103.0

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

 .../kemoticons/kemoticons-5.103.0.ebuild           | 28 ----------------------
 1 file changed, 28 deletions(-)

diff --git a/kde-frameworks/kemoticons/kemoticons-5.103.0.ebuild b/kde-frameworks/kemoticons/kemoticons-5.103.0.ebuild
deleted file mode 100644
index ecc337e213..0000000000
--- a/kde-frameworks/kemoticons/kemoticons-5.103.0.ebuild
+++ /dev/null
@@ -1,28 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-PVCUT=$(ver_cut 1-2)
-QTMIN=5.15.5
-VIRTUALX_REQUIRED="test"
-inherit ecm frameworks.kde.org
-
-DESCRIPTION="Framework for converting text emoticons to graphical representations"
-LICENSE="LGPL-2.1+"
-KEYWORDS="~amd64 ~arm ~arm64 ~loong ~ppc64 ~riscv ~x86"
-IUSE=""
-
-# requires running kde environment
-RESTRICT="test"
-
-DEPEND="
-	>=dev-qt/qtdbus-${QTMIN}:5
-	>=dev-qt/qtgui-${QTMIN}:5
-	>=dev-qt/qtxml-${QTMIN}:5
-	=kde-frameworks/karchive-${PVCUT}*:5
-	=kde-frameworks/kconfig-${PVCUT}*:5
-	=kde-frameworks/kcoreaddons-${PVCUT}*:5
-	=kde-frameworks/kservice-${PVCUT}*:5
-"
-RDEPEND="${DEPEND}"


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

* [gentoo-commits] proj/kde:master commit in: kde-frameworks/kemoticons/
@ 2023-03-11 18:19 Andreas Sturmlechner
  0 siblings, 0 replies; 79+ messages in thread
From: Andreas Sturmlechner @ 2023-03-11 18:19 UTC (permalink / raw
  To: gentoo-commits

commit:     c54c8aa9be90b4ec1e7975e3d8c2380b896bc45c
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sat Mar 11 08:37:35 2023 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sat Mar 11 08:37:35 2023 +0000
URL:        https://gitweb.gentoo.org/proj/kde.git/commit/?id=c54c8aa9

kde-frameworks/kemoticons: drop 5.104.0

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

 .../kemoticons/kemoticons-5.104.0.ebuild           | 28 ----------------------
 1 file changed, 28 deletions(-)

diff --git a/kde-frameworks/kemoticons/kemoticons-5.104.0.ebuild b/kde-frameworks/kemoticons/kemoticons-5.104.0.ebuild
deleted file mode 100644
index ecc337e213..0000000000
--- a/kde-frameworks/kemoticons/kemoticons-5.104.0.ebuild
+++ /dev/null
@@ -1,28 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-PVCUT=$(ver_cut 1-2)
-QTMIN=5.15.5
-VIRTUALX_REQUIRED="test"
-inherit ecm frameworks.kde.org
-
-DESCRIPTION="Framework for converting text emoticons to graphical representations"
-LICENSE="LGPL-2.1+"
-KEYWORDS="~amd64 ~arm ~arm64 ~loong ~ppc64 ~riscv ~x86"
-IUSE=""
-
-# requires running kde environment
-RESTRICT="test"
-
-DEPEND="
-	>=dev-qt/qtdbus-${QTMIN}:5
-	>=dev-qt/qtgui-${QTMIN}:5
-	>=dev-qt/qtxml-${QTMIN}:5
-	=kde-frameworks/karchive-${PVCUT}*:5
-	=kde-frameworks/kconfig-${PVCUT}*:5
-	=kde-frameworks/kcoreaddons-${PVCUT}*:5
-	=kde-frameworks/kservice-${PVCUT}*:5
-"
-RDEPEND="${DEPEND}"


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

* [gentoo-commits] proj/kde:master commit in: kde-frameworks/kemoticons/
@ 2023-04-04 19:13 Andreas Sturmlechner
  0 siblings, 0 replies; 79+ messages in thread
From: Andreas Sturmlechner @ 2023-04-04 19:13 UTC (permalink / raw
  To: gentoo-commits

commit:     99dc1dfc653702b0d8869a4dd0dbc8d06e6183b8
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Tue Apr  4 17:48:13 2023 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Tue Apr  4 19:13:14 2023 +0000
URL:        https://gitweb.gentoo.org/proj/kde.git/commit/?id=99dc1dfc

kde-frameworks/kemoticons: 5.105.0 version bump

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

 .../kemoticons/kemoticons-5.105.0.ebuild           | 28 ++++++++++++++++++++++
 1 file changed, 28 insertions(+)

diff --git a/kde-frameworks/kemoticons/kemoticons-5.105.0.ebuild b/kde-frameworks/kemoticons/kemoticons-5.105.0.ebuild
new file mode 100644
index 0000000000..ecc337e213
--- /dev/null
+++ b/kde-frameworks/kemoticons/kemoticons-5.105.0.ebuild
@@ -0,0 +1,28 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+PVCUT=$(ver_cut 1-2)
+QTMIN=5.15.5
+VIRTUALX_REQUIRED="test"
+inherit ecm frameworks.kde.org
+
+DESCRIPTION="Framework for converting text emoticons to graphical representations"
+LICENSE="LGPL-2.1+"
+KEYWORDS="~amd64 ~arm ~arm64 ~loong ~ppc64 ~riscv ~x86"
+IUSE=""
+
+# requires running kde environment
+RESTRICT="test"
+
+DEPEND="
+	>=dev-qt/qtdbus-${QTMIN}:5
+	>=dev-qt/qtgui-${QTMIN}:5
+	>=dev-qt/qtxml-${QTMIN}:5
+	=kde-frameworks/karchive-${PVCUT}*:5
+	=kde-frameworks/kconfig-${PVCUT}*:5
+	=kde-frameworks/kcoreaddons-${PVCUT}*:5
+	=kde-frameworks/kservice-${PVCUT}*:5
+"
+RDEPEND="${DEPEND}"


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

* [gentoo-commits] proj/kde:master commit in: kde-frameworks/kemoticons/
@ 2023-04-08 18:01 Andreas Sturmlechner
  0 siblings, 0 replies; 79+ messages in thread
From: Andreas Sturmlechner @ 2023-04-08 18:01 UTC (permalink / raw
  To: gentoo-commits

commit:     666bc1e82e31c5b34181c34a478870d634e9ea69
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sat Apr  8 17:57:44 2023 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sat Apr  8 17:57:44 2023 +0000
URL:        https://gitweb.gentoo.org/proj/kde.git/commit/?id=666bc1e8

kde-frameworks/kemoticons: drop 5.105.0

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

 .../kemoticons/kemoticons-5.105.0.ebuild           | 28 ----------------------
 1 file changed, 28 deletions(-)

diff --git a/kde-frameworks/kemoticons/kemoticons-5.105.0.ebuild b/kde-frameworks/kemoticons/kemoticons-5.105.0.ebuild
deleted file mode 100644
index ecc337e213..0000000000
--- a/kde-frameworks/kemoticons/kemoticons-5.105.0.ebuild
+++ /dev/null
@@ -1,28 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-PVCUT=$(ver_cut 1-2)
-QTMIN=5.15.5
-VIRTUALX_REQUIRED="test"
-inherit ecm frameworks.kde.org
-
-DESCRIPTION="Framework for converting text emoticons to graphical representations"
-LICENSE="LGPL-2.1+"
-KEYWORDS="~amd64 ~arm ~arm64 ~loong ~ppc64 ~riscv ~x86"
-IUSE=""
-
-# requires running kde environment
-RESTRICT="test"
-
-DEPEND="
-	>=dev-qt/qtdbus-${QTMIN}:5
-	>=dev-qt/qtgui-${QTMIN}:5
-	>=dev-qt/qtxml-${QTMIN}:5
-	=kde-frameworks/karchive-${PVCUT}*:5
-	=kde-frameworks/kconfig-${PVCUT}*:5
-	=kde-frameworks/kcoreaddons-${PVCUT}*:5
-	=kde-frameworks/kservice-${PVCUT}*:5
-"
-RDEPEND="${DEPEND}"


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

* [gentoo-commits] proj/kde:master commit in: kde-frameworks/kemoticons/
@ 2023-05-09 15:06 Andreas Sturmlechner
  0 siblings, 0 replies; 79+ messages in thread
From: Andreas Sturmlechner @ 2023-05-09 15:06 UTC (permalink / raw
  To: gentoo-commits

commit:     1cc8e183c949c86d5b7733ec17bf7a50bfc867a2
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Tue May  9 13:24:17 2023 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Tue May  9 13:29:03 2023 +0000
URL:        https://gitweb.gentoo.org/proj/kde.git/commit/?id=1cc8e183

kde-frameworks/kemoticons: 5.106.0 version bump

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

 .../kemoticons/kemoticons-5.106.0.ebuild           | 28 ++++++++++++++++++++++
 1 file changed, 28 insertions(+)

diff --git a/kde-frameworks/kemoticons/kemoticons-5.106.0.ebuild b/kde-frameworks/kemoticons/kemoticons-5.106.0.ebuild
new file mode 100644
index 0000000000..ecc337e213
--- /dev/null
+++ b/kde-frameworks/kemoticons/kemoticons-5.106.0.ebuild
@@ -0,0 +1,28 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+PVCUT=$(ver_cut 1-2)
+QTMIN=5.15.5
+VIRTUALX_REQUIRED="test"
+inherit ecm frameworks.kde.org
+
+DESCRIPTION="Framework for converting text emoticons to graphical representations"
+LICENSE="LGPL-2.1+"
+KEYWORDS="~amd64 ~arm ~arm64 ~loong ~ppc64 ~riscv ~x86"
+IUSE=""
+
+# requires running kde environment
+RESTRICT="test"
+
+DEPEND="
+	>=dev-qt/qtdbus-${QTMIN}:5
+	>=dev-qt/qtgui-${QTMIN}:5
+	>=dev-qt/qtxml-${QTMIN}:5
+	=kde-frameworks/karchive-${PVCUT}*:5
+	=kde-frameworks/kconfig-${PVCUT}*:5
+	=kde-frameworks/kcoreaddons-${PVCUT}*:5
+	=kde-frameworks/kservice-${PVCUT}*:5
+"
+RDEPEND="${DEPEND}"


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

* [gentoo-commits] proj/kde:master commit in: kde-frameworks/kemoticons/
@ 2023-05-13 18:28 Andreas Sturmlechner
  0 siblings, 0 replies; 79+ messages in thread
From: Andreas Sturmlechner @ 2023-05-13 18:28 UTC (permalink / raw
  To: gentoo-commits

commit:     649a908b8c7e4f9fdb5d1f06b64baee3b7754a72
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sat May 13 18:18:50 2023 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sat May 13 18:18:50 2023 +0000
URL:        https://gitweb.gentoo.org/proj/kde.git/commit/?id=649a908b

kde-frameworks/kemoticons: drop 5.106.0

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

 .../kemoticons/kemoticons-5.106.0.ebuild           | 28 ----------------------
 1 file changed, 28 deletions(-)

diff --git a/kde-frameworks/kemoticons/kemoticons-5.106.0.ebuild b/kde-frameworks/kemoticons/kemoticons-5.106.0.ebuild
deleted file mode 100644
index ecc337e213..0000000000
--- a/kde-frameworks/kemoticons/kemoticons-5.106.0.ebuild
+++ /dev/null
@@ -1,28 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-PVCUT=$(ver_cut 1-2)
-QTMIN=5.15.5
-VIRTUALX_REQUIRED="test"
-inherit ecm frameworks.kde.org
-
-DESCRIPTION="Framework for converting text emoticons to graphical representations"
-LICENSE="LGPL-2.1+"
-KEYWORDS="~amd64 ~arm ~arm64 ~loong ~ppc64 ~riscv ~x86"
-IUSE=""
-
-# requires running kde environment
-RESTRICT="test"
-
-DEPEND="
-	>=dev-qt/qtdbus-${QTMIN}:5
-	>=dev-qt/qtgui-${QTMIN}:5
-	>=dev-qt/qtxml-${QTMIN}:5
-	=kde-frameworks/karchive-${PVCUT}*:5
-	=kde-frameworks/kconfig-${PVCUT}*:5
-	=kde-frameworks/kcoreaddons-${PVCUT}*:5
-	=kde-frameworks/kservice-${PVCUT}*:5
-"
-RDEPEND="${DEPEND}"


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

* [gentoo-commits] proj/kde:master commit in: kde-frameworks/kemoticons/
@ 2023-06-05 15:32 Andreas Sturmlechner
  0 siblings, 0 replies; 79+ messages in thread
From: Andreas Sturmlechner @ 2023-06-05 15:32 UTC (permalink / raw
  To: gentoo-commits

commit:     cc6c0484610363cff50598a82f7c1c668eae09c5
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Mon Jun  5 14:35:11 2023 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Mon Jun  5 15:31:50 2023 +0000
URL:        https://gitweb.gentoo.org/proj/kde.git/commit/?id=cc6c0484

kde-frameworks/kemoticons: 5.107.0 version bump

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

 .../kemoticons/kemoticons-5.107.0.ebuild           | 27 ++++++++++++++++++++++
 1 file changed, 27 insertions(+)

diff --git a/kde-frameworks/kemoticons/kemoticons-5.107.0.ebuild b/kde-frameworks/kemoticons/kemoticons-5.107.0.ebuild
new file mode 100644
index 0000000000..252b4cc5a4
--- /dev/null
+++ b/kde-frameworks/kemoticons/kemoticons-5.107.0.ebuild
@@ -0,0 +1,27 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+PVCUT=$(ver_cut 1-2)
+QTMIN=5.15.9
+inherit ecm frameworks.kde.org
+
+DESCRIPTION="Framework for converting text emoticons to graphical representations"
+LICENSE="LGPL-2.1+"
+KEYWORDS="~amd64 ~arm ~arm64 ~loong ~ppc64 ~riscv ~x86"
+IUSE=""
+
+# requires running kde environment
+RESTRICT="test"
+
+DEPEND="
+	>=dev-qt/qtdbus-${QTMIN}:5
+	>=dev-qt/qtgui-${QTMIN}:5
+	>=dev-qt/qtxml-${QTMIN}:5
+	=kde-frameworks/karchive-${PVCUT}*:5
+	=kde-frameworks/kconfig-${PVCUT}*:5
+	=kde-frameworks/kcoreaddons-${PVCUT}*:5
+	=kde-frameworks/kservice-${PVCUT}*:5
+"
+RDEPEND="${DEPEND}"


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

* [gentoo-commits] proj/kde:master commit in: kde-frameworks/kemoticons/
@ 2023-06-10 10:13 Andreas Sturmlechner
  0 siblings, 0 replies; 79+ messages in thread
From: Andreas Sturmlechner @ 2023-06-10 10:13 UTC (permalink / raw
  To: gentoo-commits

commit:     d34ad75327cfaa49038246a8eafe177a3aaa601b
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sat Jun 10 10:07:32 2023 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sat Jun 10 10:07:32 2023 +0000
URL:        https://gitweb.gentoo.org/proj/kde.git/commit/?id=d34ad753

kde-frameworks/kemoticons: drop 5.107.0

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

 .../kemoticons/kemoticons-5.107.0.ebuild           | 27 ----------------------
 1 file changed, 27 deletions(-)

diff --git a/kde-frameworks/kemoticons/kemoticons-5.107.0.ebuild b/kde-frameworks/kemoticons/kemoticons-5.107.0.ebuild
deleted file mode 100644
index 252b4cc5a4..0000000000
--- a/kde-frameworks/kemoticons/kemoticons-5.107.0.ebuild
+++ /dev/null
@@ -1,27 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-PVCUT=$(ver_cut 1-2)
-QTMIN=5.15.9
-inherit ecm frameworks.kde.org
-
-DESCRIPTION="Framework for converting text emoticons to graphical representations"
-LICENSE="LGPL-2.1+"
-KEYWORDS="~amd64 ~arm ~arm64 ~loong ~ppc64 ~riscv ~x86"
-IUSE=""
-
-# requires running kde environment
-RESTRICT="test"
-
-DEPEND="
-	>=dev-qt/qtdbus-${QTMIN}:5
-	>=dev-qt/qtgui-${QTMIN}:5
-	>=dev-qt/qtxml-${QTMIN}:5
-	=kde-frameworks/karchive-${PVCUT}*:5
-	=kde-frameworks/kconfig-${PVCUT}*:5
-	=kde-frameworks/kcoreaddons-${PVCUT}*:5
-	=kde-frameworks/kservice-${PVCUT}*:5
-"
-RDEPEND="${DEPEND}"


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

* [gentoo-commits] proj/kde:master commit in: kde-frameworks/kemoticons/
@ 2023-07-02 21:57 Andreas Sturmlechner
  0 siblings, 0 replies; 79+ messages in thread
From: Andreas Sturmlechner @ 2023-07-02 21:57 UTC (permalink / raw
  To: gentoo-commits

commit:     486b5ed27834aba5ee627f06d59eb39e98f5931a
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sun Jul  2 21:49:43 2023 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sun Jul  2 21:57:17 2023 +0000
URL:        https://gitweb.gentoo.org/proj/kde.git/commit/?id=486b5ed2

kde-frameworks/kemoticons: 5.108.0 version bump

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

 .../kemoticons/kemoticons-5.108.0.ebuild           | 27 ++++++++++++++++++++++
 1 file changed, 27 insertions(+)

diff --git a/kde-frameworks/kemoticons/kemoticons-5.108.0.ebuild b/kde-frameworks/kemoticons/kemoticons-5.108.0.ebuild
new file mode 100644
index 0000000000..252b4cc5a4
--- /dev/null
+++ b/kde-frameworks/kemoticons/kemoticons-5.108.0.ebuild
@@ -0,0 +1,27 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+PVCUT=$(ver_cut 1-2)
+QTMIN=5.15.9
+inherit ecm frameworks.kde.org
+
+DESCRIPTION="Framework for converting text emoticons to graphical representations"
+LICENSE="LGPL-2.1+"
+KEYWORDS="~amd64 ~arm ~arm64 ~loong ~ppc64 ~riscv ~x86"
+IUSE=""
+
+# requires running kde environment
+RESTRICT="test"
+
+DEPEND="
+	>=dev-qt/qtdbus-${QTMIN}:5
+	>=dev-qt/qtgui-${QTMIN}:5
+	>=dev-qt/qtxml-${QTMIN}:5
+	=kde-frameworks/karchive-${PVCUT}*:5
+	=kde-frameworks/kconfig-${PVCUT}*:5
+	=kde-frameworks/kcoreaddons-${PVCUT}*:5
+	=kde-frameworks/kservice-${PVCUT}*:5
+"
+RDEPEND="${DEPEND}"


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

* [gentoo-commits] proj/kde:master commit in: kde-frameworks/kemoticons/
@ 2023-07-08 16:18 Andreas Sturmlechner
  0 siblings, 0 replies; 79+ messages in thread
From: Andreas Sturmlechner @ 2023-07-08 16:18 UTC (permalink / raw
  To: gentoo-commits

commit:     bc6a15a14606ee9bf581a3af67a1ef4e8f66bf80
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sat Jul  8 16:15:14 2023 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sat Jul  8 16:15:14 2023 +0000
URL:        https://gitweb.gentoo.org/proj/kde.git/commit/?id=bc6a15a1

kde-frameworks/kemoticons: drop 5.108.0

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

 .../kemoticons/kemoticons-5.108.0.ebuild           | 27 ----------------------
 1 file changed, 27 deletions(-)

diff --git a/kde-frameworks/kemoticons/kemoticons-5.108.0.ebuild b/kde-frameworks/kemoticons/kemoticons-5.108.0.ebuild
deleted file mode 100644
index 252b4cc5a4..0000000000
--- a/kde-frameworks/kemoticons/kemoticons-5.108.0.ebuild
+++ /dev/null
@@ -1,27 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-PVCUT=$(ver_cut 1-2)
-QTMIN=5.15.9
-inherit ecm frameworks.kde.org
-
-DESCRIPTION="Framework for converting text emoticons to graphical representations"
-LICENSE="LGPL-2.1+"
-KEYWORDS="~amd64 ~arm ~arm64 ~loong ~ppc64 ~riscv ~x86"
-IUSE=""
-
-# requires running kde environment
-RESTRICT="test"
-
-DEPEND="
-	>=dev-qt/qtdbus-${QTMIN}:5
-	>=dev-qt/qtgui-${QTMIN}:5
-	>=dev-qt/qtxml-${QTMIN}:5
-	=kde-frameworks/karchive-${PVCUT}*:5
-	=kde-frameworks/kconfig-${PVCUT}*:5
-	=kde-frameworks/kcoreaddons-${PVCUT}*:5
-	=kde-frameworks/kservice-${PVCUT}*:5
-"
-RDEPEND="${DEPEND}"


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

* [gentoo-commits] proj/kde:master commit in: kde-frameworks/kemoticons/
@ 2023-08-05 21:13 Andreas Sturmlechner
  0 siblings, 0 replies; 79+ messages in thread
From: Andreas Sturmlechner @ 2023-08-05 21:13 UTC (permalink / raw
  To: gentoo-commits

commit:     1d9fc4578f82dc5d316ea6cc887894e6d8764f03
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sat Aug  5 19:53:07 2023 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sat Aug  5 19:56:41 2023 +0000
URL:        https://gitweb.gentoo.org/proj/kde.git/commit/?id=1d9fc457

kde-frameworks/kemoticons: 5.109.0 version bump

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

 .../kemoticons/kemoticons-5.109.0.ebuild           | 27 ++++++++++++++++++++++
 1 file changed, 27 insertions(+)

diff --git a/kde-frameworks/kemoticons/kemoticons-5.109.0.ebuild b/kde-frameworks/kemoticons/kemoticons-5.109.0.ebuild
new file mode 100644
index 0000000000..252b4cc5a4
--- /dev/null
+++ b/kde-frameworks/kemoticons/kemoticons-5.109.0.ebuild
@@ -0,0 +1,27 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+PVCUT=$(ver_cut 1-2)
+QTMIN=5.15.9
+inherit ecm frameworks.kde.org
+
+DESCRIPTION="Framework for converting text emoticons to graphical representations"
+LICENSE="LGPL-2.1+"
+KEYWORDS="~amd64 ~arm ~arm64 ~loong ~ppc64 ~riscv ~x86"
+IUSE=""
+
+# requires running kde environment
+RESTRICT="test"
+
+DEPEND="
+	>=dev-qt/qtdbus-${QTMIN}:5
+	>=dev-qt/qtgui-${QTMIN}:5
+	>=dev-qt/qtxml-${QTMIN}:5
+	=kde-frameworks/karchive-${PVCUT}*:5
+	=kde-frameworks/kconfig-${PVCUT}*:5
+	=kde-frameworks/kcoreaddons-${PVCUT}*:5
+	=kde-frameworks/kservice-${PVCUT}*:5
+"
+RDEPEND="${DEPEND}"


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

* [gentoo-commits] proj/kde:master commit in: kde-frameworks/kemoticons/
@ 2023-08-18  8:56 Andreas Sturmlechner
  0 siblings, 0 replies; 79+ messages in thread
From: Andreas Sturmlechner @ 2023-08-18  8:56 UTC (permalink / raw
  To: gentoo-commits

commit:     f28def9fceb928e408bd6f656eaf2c15e210bf56
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Fri Aug 18 08:39:20 2023 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Fri Aug 18 08:51:11 2023 +0000
URL:        https://gitweb.gentoo.org/proj/kde.git/commit/?id=f28def9f

kde-frameworks/kemoticons: drop 5.109.0

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

 .../kemoticons/kemoticons-5.109.0.ebuild           | 27 ----------------------
 1 file changed, 27 deletions(-)

diff --git a/kde-frameworks/kemoticons/kemoticons-5.109.0.ebuild b/kde-frameworks/kemoticons/kemoticons-5.109.0.ebuild
deleted file mode 100644
index 252b4cc5a4..0000000000
--- a/kde-frameworks/kemoticons/kemoticons-5.109.0.ebuild
+++ /dev/null
@@ -1,27 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-PVCUT=$(ver_cut 1-2)
-QTMIN=5.15.9
-inherit ecm frameworks.kde.org
-
-DESCRIPTION="Framework for converting text emoticons to graphical representations"
-LICENSE="LGPL-2.1+"
-KEYWORDS="~amd64 ~arm ~arm64 ~loong ~ppc64 ~riscv ~x86"
-IUSE=""
-
-# requires running kde environment
-RESTRICT="test"
-
-DEPEND="
-	>=dev-qt/qtdbus-${QTMIN}:5
-	>=dev-qt/qtgui-${QTMIN}:5
-	>=dev-qt/qtxml-${QTMIN}:5
-	=kde-frameworks/karchive-${PVCUT}*:5
-	=kde-frameworks/kconfig-${PVCUT}*:5
-	=kde-frameworks/kcoreaddons-${PVCUT}*:5
-	=kde-frameworks/kservice-${PVCUT}*:5
-"
-RDEPEND="${DEPEND}"


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

* [gentoo-commits] proj/kde:master commit in: kde-frameworks/kemoticons/
@ 2023-10-08 12:43 Andreas Sturmlechner
  0 siblings, 0 replies; 79+ messages in thread
From: Andreas Sturmlechner @ 2023-10-08 12:43 UTC (permalink / raw
  To: gentoo-commits

commit:     8f4c803405ef53e9942f7e09e8dd7862f6f82f7a
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sat Oct  7 13:50:33 2023 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sat Oct  7 14:01:48 2023 +0000
URL:        https://gitweb.gentoo.org/proj/kde.git/commit/?id=8f4c8034

kde-frameworks/kemoticons: 5.111.0 version bump

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

 .../kemoticons/kemoticons-5.111.0.ebuild           | 27 ++++++++++++++++++++++
 1 file changed, 27 insertions(+)

diff --git a/kde-frameworks/kemoticons/kemoticons-5.111.0.ebuild b/kde-frameworks/kemoticons/kemoticons-5.111.0.ebuild
new file mode 100644
index 0000000000..252b4cc5a4
--- /dev/null
+++ b/kde-frameworks/kemoticons/kemoticons-5.111.0.ebuild
@@ -0,0 +1,27 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+PVCUT=$(ver_cut 1-2)
+QTMIN=5.15.9
+inherit ecm frameworks.kde.org
+
+DESCRIPTION="Framework for converting text emoticons to graphical representations"
+LICENSE="LGPL-2.1+"
+KEYWORDS="~amd64 ~arm ~arm64 ~loong ~ppc64 ~riscv ~x86"
+IUSE=""
+
+# requires running kde environment
+RESTRICT="test"
+
+DEPEND="
+	>=dev-qt/qtdbus-${QTMIN}:5
+	>=dev-qt/qtgui-${QTMIN}:5
+	>=dev-qt/qtxml-${QTMIN}:5
+	=kde-frameworks/karchive-${PVCUT}*:5
+	=kde-frameworks/kconfig-${PVCUT}*:5
+	=kde-frameworks/kcoreaddons-${PVCUT}*:5
+	=kde-frameworks/kservice-${PVCUT}*:5
+"
+RDEPEND="${DEPEND}"


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

* [gentoo-commits] proj/kde:master commit in: kde-frameworks/kemoticons/
@ 2023-10-19 20:09 Andreas Sturmlechner
  0 siblings, 0 replies; 79+ messages in thread
From: Andreas Sturmlechner @ 2023-10-19 20:09 UTC (permalink / raw
  To: gentoo-commits

commit:     4d6ac62164d119d5a4d29184b9adf99373671d20
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Thu Oct 19 20:05:35 2023 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Thu Oct 19 20:05:35 2023 +0000
URL:        https://gitweb.gentoo.org/proj/kde.git/commit/?id=4d6ac621

kde-frameworks/kemoticons: drop 5.111.0

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

 .../kemoticons/kemoticons-5.111.0.ebuild           | 27 ----------------------
 1 file changed, 27 deletions(-)

diff --git a/kde-frameworks/kemoticons/kemoticons-5.111.0.ebuild b/kde-frameworks/kemoticons/kemoticons-5.111.0.ebuild
deleted file mode 100644
index 252b4cc5a4..0000000000
--- a/kde-frameworks/kemoticons/kemoticons-5.111.0.ebuild
+++ /dev/null
@@ -1,27 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-PVCUT=$(ver_cut 1-2)
-QTMIN=5.15.9
-inherit ecm frameworks.kde.org
-
-DESCRIPTION="Framework for converting text emoticons to graphical representations"
-LICENSE="LGPL-2.1+"
-KEYWORDS="~amd64 ~arm ~arm64 ~loong ~ppc64 ~riscv ~x86"
-IUSE=""
-
-# requires running kde environment
-RESTRICT="test"
-
-DEPEND="
-	>=dev-qt/qtdbus-${QTMIN}:5
-	>=dev-qt/qtgui-${QTMIN}:5
-	>=dev-qt/qtxml-${QTMIN}:5
-	=kde-frameworks/karchive-${PVCUT}*:5
-	=kde-frameworks/kconfig-${PVCUT}*:5
-	=kde-frameworks/kcoreaddons-${PVCUT}*:5
-	=kde-frameworks/kservice-${PVCUT}*:5
-"
-RDEPEND="${DEPEND}"


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

* [gentoo-commits] proj/kde:master commit in: kde-frameworks/kemoticons/
@ 2023-11-05 23:10 Andreas Sturmlechner
  0 siblings, 0 replies; 79+ messages in thread
From: Andreas Sturmlechner @ 2023-11-05 23:10 UTC (permalink / raw
  To: gentoo-commits

commit:     cb485d22ac30b745e7643a74df6e71a4d7216538
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sun Nov  5 21:17:21 2023 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sun Nov  5 22:36:46 2023 +0000
URL:        https://gitweb.gentoo.org/proj/kde.git/commit/?id=cb485d22

kde-frameworks/kemoticons: 5.112.0 version bump

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

 .../kemoticons/kemoticons-5.112.0.ebuild           | 27 ++++++++++++++++++++++
 1 file changed, 27 insertions(+)

diff --git a/kde-frameworks/kemoticons/kemoticons-5.112.0.ebuild b/kde-frameworks/kemoticons/kemoticons-5.112.0.ebuild
new file mode 100644
index 0000000000..252b4cc5a4
--- /dev/null
+++ b/kde-frameworks/kemoticons/kemoticons-5.112.0.ebuild
@@ -0,0 +1,27 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+PVCUT=$(ver_cut 1-2)
+QTMIN=5.15.9
+inherit ecm frameworks.kde.org
+
+DESCRIPTION="Framework for converting text emoticons to graphical representations"
+LICENSE="LGPL-2.1+"
+KEYWORDS="~amd64 ~arm ~arm64 ~loong ~ppc64 ~riscv ~x86"
+IUSE=""
+
+# requires running kde environment
+RESTRICT="test"
+
+DEPEND="
+	>=dev-qt/qtdbus-${QTMIN}:5
+	>=dev-qt/qtgui-${QTMIN}:5
+	>=dev-qt/qtxml-${QTMIN}:5
+	=kde-frameworks/karchive-${PVCUT}*:5
+	=kde-frameworks/kconfig-${PVCUT}*:5
+	=kde-frameworks/kcoreaddons-${PVCUT}*:5
+	=kde-frameworks/kservice-${PVCUT}*:5
+"
+RDEPEND="${DEPEND}"


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

* [gentoo-commits] proj/kde:master commit in: kde-frameworks/kemoticons/
@ 2023-12-06 17:19 Andreas Sturmlechner
  0 siblings, 0 replies; 79+ messages in thread
From: Andreas Sturmlechner @ 2023-12-06 17:19 UTC (permalink / raw
  To: gentoo-commits

commit:     36e49bc9711e935ff5d8cb0499db26b7891a629b
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Wed Dec  6 17:07:18 2023 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Wed Dec  6 17:16:02 2023 +0000
URL:        https://gitweb.gentoo.org/proj/kde.git/commit/?id=36e49bc9

kde-frameworks/kemoticons: 5.113.0 version bump

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

 .../kemoticons/kemoticons-5.113.0.ebuild           | 27 ++++++++++++++++++++++
 1 file changed, 27 insertions(+)

diff --git a/kde-frameworks/kemoticons/kemoticons-5.113.0.ebuild b/kde-frameworks/kemoticons/kemoticons-5.113.0.ebuild
new file mode 100644
index 0000000000..252b4cc5a4
--- /dev/null
+++ b/kde-frameworks/kemoticons/kemoticons-5.113.0.ebuild
@@ -0,0 +1,27 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+PVCUT=$(ver_cut 1-2)
+QTMIN=5.15.9
+inherit ecm frameworks.kde.org
+
+DESCRIPTION="Framework for converting text emoticons to graphical representations"
+LICENSE="LGPL-2.1+"
+KEYWORDS="~amd64 ~arm ~arm64 ~loong ~ppc64 ~riscv ~x86"
+IUSE=""
+
+# requires running kde environment
+RESTRICT="test"
+
+DEPEND="
+	>=dev-qt/qtdbus-${QTMIN}:5
+	>=dev-qt/qtgui-${QTMIN}:5
+	>=dev-qt/qtxml-${QTMIN}:5
+	=kde-frameworks/karchive-${PVCUT}*:5
+	=kde-frameworks/kconfig-${PVCUT}*:5
+	=kde-frameworks/kcoreaddons-${PVCUT}*:5
+	=kde-frameworks/kservice-${PVCUT}*:5
+"
+RDEPEND="${DEPEND}"


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

* [gentoo-commits] proj/kde:master commit in: kde-frameworks/kemoticons/
@ 2023-12-15 16:20 Andreas Sturmlechner
  0 siblings, 0 replies; 79+ messages in thread
From: Andreas Sturmlechner @ 2023-12-15 16:20 UTC (permalink / raw
  To: gentoo-commits

commit:     d62413d3ecf1f1073b53dbc9f72855aff2ecd6ad
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Fri Dec 15 13:38:33 2023 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Fri Dec 15 13:38:33 2023 +0000
URL:        https://gitweb.gentoo.org/proj/kde.git/commit/?id=d62413d3

kde-frameworks/kemoticons: drop 5.113.0

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

 .../kemoticons/kemoticons-5.113.0.ebuild           | 27 ----------------------
 1 file changed, 27 deletions(-)

diff --git a/kde-frameworks/kemoticons/kemoticons-5.113.0.ebuild b/kde-frameworks/kemoticons/kemoticons-5.113.0.ebuild
deleted file mode 100644
index 252b4cc5a4..0000000000
--- a/kde-frameworks/kemoticons/kemoticons-5.113.0.ebuild
+++ /dev/null
@@ -1,27 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-PVCUT=$(ver_cut 1-2)
-QTMIN=5.15.9
-inherit ecm frameworks.kde.org
-
-DESCRIPTION="Framework for converting text emoticons to graphical representations"
-LICENSE="LGPL-2.1+"
-KEYWORDS="~amd64 ~arm ~arm64 ~loong ~ppc64 ~riscv ~x86"
-IUSE=""
-
-# requires running kde environment
-RESTRICT="test"
-
-DEPEND="
-	>=dev-qt/qtdbus-${QTMIN}:5
-	>=dev-qt/qtgui-${QTMIN}:5
-	>=dev-qt/qtxml-${QTMIN}:5
-	=kde-frameworks/karchive-${PVCUT}*:5
-	=kde-frameworks/kconfig-${PVCUT}*:5
-	=kde-frameworks/kcoreaddons-${PVCUT}*:5
-	=kde-frameworks/kservice-${PVCUT}*:5
-"
-RDEPEND="${DEPEND}"


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

* [gentoo-commits] proj/kde:master commit in: kde-frameworks/kemoticons/
@ 2024-01-14 22:37 Andreas Sturmlechner
  0 siblings, 0 replies; 79+ messages in thread
From: Andreas Sturmlechner @ 2024-01-14 22:37 UTC (permalink / raw
  To: gentoo-commits

commit:     6b86506c022793af4b187ce909198c8db0b7ae06
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sun Jan 14 22:31:36 2024 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sun Jan 14 22:36:50 2024 +0000
URL:        https://gitweb.gentoo.org/proj/kde.git/commit/?id=6b86506c

kde-frameworks/kemoticons: drop 5.114.0

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

 .../kemoticons/kemoticons-5.114.0.ebuild           | 27 ----------------------
 1 file changed, 27 deletions(-)

diff --git a/kde-frameworks/kemoticons/kemoticons-5.114.0.ebuild b/kde-frameworks/kemoticons/kemoticons-5.114.0.ebuild
deleted file mode 100644
index e9102b984f..0000000000
--- a/kde-frameworks/kemoticons/kemoticons-5.114.0.ebuild
+++ /dev/null
@@ -1,27 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-PVCUT=$(ver_cut 1-2)
-QTMIN=5.15.9
-inherit ecm frameworks.kde.org
-
-DESCRIPTION="Framework for converting text emoticons to graphical representations"
-LICENSE="LGPL-2.1+"
-KEYWORDS="~amd64 ~arm ~arm64 ~loong ~ppc64 ~riscv ~x86"
-IUSE=""
-
-# requires running kde environment
-RESTRICT="test"
-
-DEPEND="
-	>=dev-qt/qtdbus-${QTMIN}:5
-	>=dev-qt/qtgui-${QTMIN}:5
-	>=dev-qt/qtxml-${QTMIN}:5
-	=kde-frameworks/karchive-${PVCUT}*:5
-	=kde-frameworks/kconfig-${PVCUT}*:5
-	=kde-frameworks/kcoreaddons-${PVCUT}*:5
-	=kde-frameworks/kservice-${PVCUT}*:5
-"
-RDEPEND="${DEPEND}"


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

* [gentoo-commits] proj/kde:master commit in: kde-frameworks/kemoticons/
@ 2024-02-03 21:43 Andreas Sturmlechner
  0 siblings, 0 replies; 79+ messages in thread
From: Andreas Sturmlechner @ 2024-02-03 21:43 UTC (permalink / raw
  To: gentoo-commits

commit:     4f53aa64680dc60c2a6ae4b4707beda019deb148
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sat Feb  3 19:43:44 2024 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sat Feb  3 20:24:07 2024 +0000
URL:        https://gitweb.gentoo.org/proj/kde.git/commit/?id=4f53aa64

kde-frameworks/kemoticons: 5.115.0 version bump

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

 .../kemoticons/kemoticons-5.115.0.ebuild           | 27 ++++++++++++++++++++++
 1 file changed, 27 insertions(+)

diff --git a/kde-frameworks/kemoticons/kemoticons-5.115.0.ebuild b/kde-frameworks/kemoticons/kemoticons-5.115.0.ebuild
new file mode 100644
index 0000000000..e9102b984f
--- /dev/null
+++ b/kde-frameworks/kemoticons/kemoticons-5.115.0.ebuild
@@ -0,0 +1,27 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+PVCUT=$(ver_cut 1-2)
+QTMIN=5.15.9
+inherit ecm frameworks.kde.org
+
+DESCRIPTION="Framework for converting text emoticons to graphical representations"
+LICENSE="LGPL-2.1+"
+KEYWORDS="~amd64 ~arm ~arm64 ~loong ~ppc64 ~riscv ~x86"
+IUSE=""
+
+# requires running kde environment
+RESTRICT="test"
+
+DEPEND="
+	>=dev-qt/qtdbus-${QTMIN}:5
+	>=dev-qt/qtgui-${QTMIN}:5
+	>=dev-qt/qtxml-${QTMIN}:5
+	=kde-frameworks/karchive-${PVCUT}*:5
+	=kde-frameworks/kconfig-${PVCUT}*:5
+	=kde-frameworks/kcoreaddons-${PVCUT}*:5
+	=kde-frameworks/kservice-${PVCUT}*:5
+"
+RDEPEND="${DEPEND}"


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

* [gentoo-commits] proj/kde:master commit in: kde-frameworks/kemoticons/
@ 2024-02-11 20:15 Andreas Sturmlechner
  0 siblings, 0 replies; 79+ messages in thread
From: Andreas Sturmlechner @ 2024-02-11 20:15 UTC (permalink / raw
  To: gentoo-commits

commit:     3a0c26c716bc9819b33546e84d678985289148b4
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sun Feb 11 20:09:16 2024 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sun Feb 11 20:09:16 2024 +0000
URL:        https://gitweb.gentoo.org/proj/kde.git/commit/?id=3a0c26c7

kde-frameworks/kemoticons: drop 5.115.0

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

 .../kemoticons/kemoticons-5.115.0.ebuild           | 27 ----------------------
 1 file changed, 27 deletions(-)

diff --git a/kde-frameworks/kemoticons/kemoticons-5.115.0.ebuild b/kde-frameworks/kemoticons/kemoticons-5.115.0.ebuild
deleted file mode 100644
index e9102b984f..0000000000
--- a/kde-frameworks/kemoticons/kemoticons-5.115.0.ebuild
+++ /dev/null
@@ -1,27 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-PVCUT=$(ver_cut 1-2)
-QTMIN=5.15.9
-inherit ecm frameworks.kde.org
-
-DESCRIPTION="Framework for converting text emoticons to graphical representations"
-LICENSE="LGPL-2.1+"
-KEYWORDS="~amd64 ~arm ~arm64 ~loong ~ppc64 ~riscv ~x86"
-IUSE=""
-
-# requires running kde environment
-RESTRICT="test"
-
-DEPEND="
-	>=dev-qt/qtdbus-${QTMIN}:5
-	>=dev-qt/qtgui-${QTMIN}:5
-	>=dev-qt/qtxml-${QTMIN}:5
-	=kde-frameworks/karchive-${PVCUT}*:5
-	=kde-frameworks/kconfig-${PVCUT}*:5
-	=kde-frameworks/kcoreaddons-${PVCUT}*:5
-	=kde-frameworks/kservice-${PVCUT}*:5
-"
-RDEPEND="${DEPEND}"


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

* [gentoo-commits] proj/kde:master commit in: kde-frameworks/kemoticons/
@ 2024-05-13 21:05 Andreas Sturmlechner
  0 siblings, 0 replies; 79+ messages in thread
From: Andreas Sturmlechner @ 2024-05-13 21:05 UTC (permalink / raw
  To: gentoo-commits

commit:     5a8f69264b58158a17690b2150abe2b13e76c6d8
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Mon May 13 20:57:56 2024 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Mon May 13 21:04:00 2024 +0000
URL:        https://gitweb.gentoo.org/proj/kde.git/commit/?id=5a8f6926

kde-frameworks/kemoticons: 5.116.0 version bump

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

 .../kemoticons/kemoticons-5.116.0.ebuild           | 27 ++++++++++++++++++++++
 1 file changed, 27 insertions(+)

diff --git a/kde-frameworks/kemoticons/kemoticons-5.116.0.ebuild b/kde-frameworks/kemoticons/kemoticons-5.116.0.ebuild
new file mode 100644
index 0000000000..e9102b984f
--- /dev/null
+++ b/kde-frameworks/kemoticons/kemoticons-5.116.0.ebuild
@@ -0,0 +1,27 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+PVCUT=$(ver_cut 1-2)
+QTMIN=5.15.9
+inherit ecm frameworks.kde.org
+
+DESCRIPTION="Framework for converting text emoticons to graphical representations"
+LICENSE="LGPL-2.1+"
+KEYWORDS="~amd64 ~arm ~arm64 ~loong ~ppc64 ~riscv ~x86"
+IUSE=""
+
+# requires running kde environment
+RESTRICT="test"
+
+DEPEND="
+	>=dev-qt/qtdbus-${QTMIN}:5
+	>=dev-qt/qtgui-${QTMIN}:5
+	>=dev-qt/qtxml-${QTMIN}:5
+	=kde-frameworks/karchive-${PVCUT}*:5
+	=kde-frameworks/kconfig-${PVCUT}*:5
+	=kde-frameworks/kcoreaddons-${PVCUT}*:5
+	=kde-frameworks/kservice-${PVCUT}*:5
+"
+RDEPEND="${DEPEND}"


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

* [gentoo-commits] proj/kde:master commit in: kde-frameworks/kemoticons/
@ 2024-05-19 19:34 Andreas Sturmlechner
  0 siblings, 0 replies; 79+ messages in thread
From: Andreas Sturmlechner @ 2024-05-19 19:34 UTC (permalink / raw
  To: gentoo-commits

commit:     2f668c496cd980ed5b65b72fb14789600b66a27c
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sun May 19 19:30:11 2024 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sun May 19 19:33:38 2024 +0000
URL:        https://gitweb.gentoo.org/proj/kde.git/commit/?id=2f668c49

kde-frameworks/kemoticons: drop 5.116.0

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

 .../kemoticons/kemoticons-5.116.0.ebuild           | 27 ----------------------
 1 file changed, 27 deletions(-)

diff --git a/kde-frameworks/kemoticons/kemoticons-5.116.0.ebuild b/kde-frameworks/kemoticons/kemoticons-5.116.0.ebuild
deleted file mode 100644
index e9102b984f..0000000000
--- a/kde-frameworks/kemoticons/kemoticons-5.116.0.ebuild
+++ /dev/null
@@ -1,27 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-PVCUT=$(ver_cut 1-2)
-QTMIN=5.15.9
-inherit ecm frameworks.kde.org
-
-DESCRIPTION="Framework for converting text emoticons to graphical representations"
-LICENSE="LGPL-2.1+"
-KEYWORDS="~amd64 ~arm ~arm64 ~loong ~ppc64 ~riscv ~x86"
-IUSE=""
-
-# requires running kde environment
-RESTRICT="test"
-
-DEPEND="
-	>=dev-qt/qtdbus-${QTMIN}:5
-	>=dev-qt/qtgui-${QTMIN}:5
-	>=dev-qt/qtxml-${QTMIN}:5
-	=kde-frameworks/karchive-${PVCUT}*:5
-	=kde-frameworks/kconfig-${PVCUT}*:5
-	=kde-frameworks/kcoreaddons-${PVCUT}*:5
-	=kde-frameworks/kservice-${PVCUT}*:5
-"
-RDEPEND="${DEPEND}"


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

end of thread, other threads:[~2024-05-19 19:34 UTC | newest]

Thread overview: 79+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-08-14 10:50 [gentoo-commits] proj/kde:master commit in: kde-frameworks/kemoticons/ Andreas Sturmlechner
  -- strict thread matches above, loose matches on Subject: below --
2024-05-19 19:34 Andreas Sturmlechner
2024-05-13 21:05 Andreas Sturmlechner
2024-02-11 20:15 Andreas Sturmlechner
2024-02-03 21:43 Andreas Sturmlechner
2024-01-14 22:37 Andreas Sturmlechner
2023-12-15 16:20 Andreas Sturmlechner
2023-12-06 17:19 Andreas Sturmlechner
2023-11-05 23:10 Andreas Sturmlechner
2023-10-19 20:09 Andreas Sturmlechner
2023-10-08 12:43 Andreas Sturmlechner
2023-08-18  8:56 Andreas Sturmlechner
2023-08-05 21:13 Andreas Sturmlechner
2023-07-08 16:18 Andreas Sturmlechner
2023-07-02 21:57 Andreas Sturmlechner
2023-06-10 10:13 Andreas Sturmlechner
2023-06-05 15:32 Andreas Sturmlechner
2023-05-13 18:28 Andreas Sturmlechner
2023-05-09 15:06 Andreas Sturmlechner
2023-04-08 18:01 Andreas Sturmlechner
2023-04-04 19:13 Andreas Sturmlechner
2023-03-11 18:19 Andreas Sturmlechner
2023-02-12 11:22 Andreas Sturmlechner
2023-02-05 16:34 Andreas Sturmlechner
2023-01-14 23:41 Andreas Sturmlechner
2023-01-08 11:53 Andreas Sturmlechner
2022-12-10 10:48 Andreas Sturmlechner
2022-12-06 18:44 Andreas Sturmlechner
2022-11-14 14:17 Andreas Sturmlechner
2022-11-06 21:49 Andreas Sturmlechner
2022-10-10  8:30 Andreas Sturmlechner
2022-09-13 13:37 Andreas Sturmlechner
2022-08-07 16:30 Andreas Sturmlechner
2022-07-09 14:28 Andreas Sturmlechner
2022-07-03  6:59 Andreas Sturmlechner
2022-06-12 19:43 Andreas Sturmlechner
2022-05-15 10:20 Andreas Sturmlechner
2022-05-09 21:03 Andreas Sturmlechner
2022-04-09 21:45 Andreas Sturmlechner
2022-04-02 13:54 Andreas Sturmlechner
2022-03-13 19:28 Andreas Sturmlechner
2022-03-12 12:37 Andreas Sturmlechner
2022-01-08 21:14 Andreas Sturmlechner
2022-01-02  8:13 Andreas Sturmlechner
2021-12-12 22:52 Andreas Sturmlechner
2021-12-04 21:38 Andreas Sturmlechner
2021-11-13 20:14 Andreas Sturmlechner
2021-11-06 17:43 Andreas Sturmlechner
2021-10-11 11:00 Andreas Sturmlechner
2021-10-03 15:44 Andreas Sturmlechner
2021-09-13  6:16 Andreas Sturmlechner
2021-09-04 22:51 Andreas Sturmlechner
2021-08-14 17:25 Andreas Sturmlechner
2021-08-06 12:24 Andreas Sturmlechner
2021-07-12 16:54 Andreas Sturmlechner
2021-07-04 19:55 Andreas Sturmlechner
2021-05-09 12:17 Andreas Sturmlechner
2021-05-02 19:13 Andreas Sturmlechner
2021-04-10 18:47 Andreas Sturmlechner
2021-04-04 20:50 Andreas Sturmlechner
2021-03-13 16:31 Andreas Sturmlechner
2021-03-06 23:56 Andreas Sturmlechner
2021-02-13 20:50 Andreas Sturmlechner
2021-02-06 21:40 Andreas Sturmlechner
2021-01-09 10:15 Andreas Sturmlechner
2021-01-02 21:18 Andreas Sturmlechner
2020-12-05 22:52 Andreas Sturmlechner
2020-11-14 17:46 Andreas Sturmlechner
2020-11-08  8:44 Andreas Sturmlechner
2020-10-10 16:05 Andreas Sturmlechner
2020-09-12 12:38 Andreas Sturmlechner
2020-09-06 16:45 Andreas Sturmlechner
2020-08-08 11:01 Andreas Sturmlechner
2020-07-04 21:44 Andreas Sturmlechner
2017-02-01  0:29 Andreas Sturmlechner
2014-06-10 17:22 Michael Palimaka
2014-05-06 17:43 Michael Palimaka
2014-04-17 18:52 Michael Palimaka
2014-01-22 15:53 Michael Palimaka

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