public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] proj/kde:master commit in: kde-frameworks/syntax-highlighting/
@ 2016-09-10 19:32 Michael Palimaka
  0 siblings, 0 replies; 12+ messages in thread
From: Michael Palimaka @ 2016-09-10 19:32 UTC (permalink / raw
  To: gentoo-commits

commit:     9821559d8b019eaffad15b7e8a10526ba6899294
Author:     Michael Palimaka <kensington <AT> gentoo <DOT> org>
AuthorDate: Sat Sep 10 19:32:05 2016 +0000
Commit:     Michael Palimaka <kensington <AT> gentoo <DOT> org>
CommitDate: Sat Sep 10 19:32:18 2016 +0000
URL:        https://gitweb.gentoo.org/proj/kde.git/commit/?id=9821559d

kde-frameworks/syntax-highlighting: new package (still in kdereview)

Package-Manager: portage-2.3.0

 kde-frameworks/syntax-highlighting/metadata.xml    |  8 ++++++
 .../syntax-highlighting-9999.ebuild                | 29 ++++++++++++++++++++++
 2 files changed, 37 insertions(+)

diff --git a/kde-frameworks/syntax-highlighting/metadata.xml b/kde-frameworks/syntax-highlighting/metadata.xml
new file mode 100644
index 0000000..2fdbf33
--- /dev/null
+++ b/kde-frameworks/syntax-highlighting/metadata.xml
@@ -0,0 +1,8 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+	<maintainer type="project">
+		<email>kde@gentoo.org</email>
+		<name>Gentoo KDE Project</name>
+	</maintainer>
+</pkgmetadata>

diff --git a/kde-frameworks/syntax-highlighting/syntax-highlighting-9999.ebuild b/kde-frameworks/syntax-highlighting/syntax-highlighting-9999.ebuild
new file mode 100644
index 0000000..3ab9799
--- /dev/null
+++ b/kde-frameworks/syntax-highlighting/syntax-highlighting-9999.ebuild
@@ -0,0 +1,29 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+KDE_TEST="forceoptional"
+VIRTUALX_REQUIRED="test"
+inherit kde5
+
+DESCRIPTION="Framework to let applications perform actions as a privileged user"
+LICENSE="LGPL-2+ LGPL-2.1+"
+KEYWORDS=""
+IUSE=""
+
+RDEPEND="
+	$(add_qt_dep qtgui)
+	$(add_qt_dep qtnetwork)
+	$(add_qt_dep qtxmlpatterns)
+"
+DEPEND="${RDEPEND}
+	dev-lang/perl
+	test? ( $(add_qt_dep qtwidgets) )
+"
+
+src_install() {
+	kde5_src_install
+	dobin "${BUILD_DIR}"/src/indexer/katehighlightingindexer
+}


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

* [gentoo-commits] proj/kde:master commit in: kde-frameworks/syntax-highlighting/
@ 2016-09-15 17:50 Michael Palimaka
  0 siblings, 0 replies; 12+ messages in thread
From: Michael Palimaka @ 2016-09-15 17:50 UTC (permalink / raw
  To: gentoo-commits

commit:     373647c2aba5b1d6d234e7a8ebbbe486759c18b5
Author:     Michael Palimaka <kensington <AT> gentoo <DOT> org>
AuthorDate: Thu Sep 15 17:50:17 2016 +0000
Commit:     Michael Palimaka <kensington <AT> gentoo <DOT> org>
CommitDate: Thu Sep 15 17:50:20 2016 +0000
URL:        https://gitweb.gentoo.org/proj/kde.git/commit/?id=373647c2

kde-frameworks/syntax-highlighting: improve DESCRIPTION

Package-Manager: portage-2.3.0

 kde-frameworks/syntax-highlighting/syntax-highlighting-9999.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/kde-frameworks/syntax-highlighting/syntax-highlighting-9999.ebuild b/kde-frameworks/syntax-highlighting/syntax-highlighting-9999.ebuild
index 3ab9799..cffc8f4 100644
--- a/kde-frameworks/syntax-highlighting/syntax-highlighting-9999.ebuild
+++ b/kde-frameworks/syntax-highlighting/syntax-highlighting-9999.ebuild
@@ -8,7 +8,7 @@ KDE_TEST="forceoptional"
 VIRTUALX_REQUIRED="test"
 inherit kde5
 
-DESCRIPTION="Framework to let applications perform actions as a privileged user"
+DESCRIPTION="Framework for syntax highlighting"
 LICENSE="LGPL-2+ LGPL-2.1+"
 KEYWORDS=""
 IUSE=""


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

* [gentoo-commits] proj/kde:master commit in: kde-frameworks/syntax-highlighting/
@ 2016-09-21 16:26 Michael Palimaka
  0 siblings, 0 replies; 12+ messages in thread
From: Michael Palimaka @ 2016-09-21 16:26 UTC (permalink / raw
  To: gentoo-commits

commit:     2c60d5662e3d265e976be01964f7f32870d25813
Author:     Michael Palimaka <kensington <AT> gentoo <DOT> org>
AuthorDate: Wed Sep 21 16:25:37 2016 +0000
Commit:     Michael Palimaka <kensington <AT> gentoo <DOT> org>
CommitDate: Wed Sep 21 16:25:48 2016 +0000
URL:        https://gitweb.gentoo.org/proj/kde.git/commit/?id=2c60d566

kde-frameworks/syntax-highlighting: virtualx is no longer required for tests

Upstream-commit: 0fea247d1afdeccb2fbba9ce4375f108953701f4

Package-Manager: portage-2.3.0

 kde-frameworks/syntax-highlighting/syntax-highlighting-9999.ebuild | 1 -
 1 file changed, 1 deletion(-)

diff --git a/kde-frameworks/syntax-highlighting/syntax-highlighting-9999.ebuild b/kde-frameworks/syntax-highlighting/syntax-highlighting-9999.ebuild
index cffc8f4..3da0592 100644
--- a/kde-frameworks/syntax-highlighting/syntax-highlighting-9999.ebuild
+++ b/kde-frameworks/syntax-highlighting/syntax-highlighting-9999.ebuild
@@ -5,7 +5,6 @@
 EAPI=6
 
 KDE_TEST="forceoptional"
-VIRTUALX_REQUIRED="test"
 inherit kde5
 
 DESCRIPTION="Framework for syntax highlighting"


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

* [gentoo-commits] proj/kde:master commit in: kde-frameworks/syntax-highlighting/
@ 2017-02-05 13:10 Andreas Sturmlechner
  0 siblings, 0 replies; 12+ messages in thread
From: Andreas Sturmlechner @ 2017-02-05 13:10 UTC (permalink / raw
  To: gentoo-commits

commit:     4b0da839bb74aa4ebc2ff0e913caf2ca2c15b962
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sun Feb  5 12:58:37 2017 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sun Feb  5 13:02:08 2017 +0000
URL:        https://gitweb.gentoo.org/proj/kde.git/commit/?id=4b0da839

kde-frameworks/syntax-highlighting: Add missing DEPEND, drop examples

Upstream commit 6db41ca680849a7f567229e18d0ed700dd7369b1

Gentoo-bug: 608298
Thanks-to: Toralf Förster

Drop examples, nothing is installed, only use of Qt5Widgets
Upstream commit 4600379aaf2a0e04d86ed0262178826d6589e4fc

Package-Manager: portage-2.3.3

 kde-frameworks/syntax-highlighting/syntax-highlighting-9999.ebuild | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

diff --git a/kde-frameworks/syntax-highlighting/syntax-highlighting-9999.ebuild b/kde-frameworks/syntax-highlighting/syntax-highlighting-9999.ebuild
index 8a6abc0..e6deca3 100644
--- a/kde-frameworks/syntax-highlighting/syntax-highlighting-9999.ebuild
+++ b/kde-frameworks/syntax-highlighting/syntax-highlighting-9999.ebuild
@@ -18,9 +18,13 @@ RDEPEND="
 	$(add_qt_dep qtxmlpatterns)
 "
 DEPEND="${RDEPEND}
+	$(add_qt_dep linguist-tools)
 	dev-lang/perl
-	test? ( $(add_qt_dep qtwidgets) )
 "
+src_prepare() {
+	kde5_src_prepare
+	cmake_comment_add_subdirectory examples # nothing is installed
+}
 
 src_install() {
 	kde5_src_install


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

* [gentoo-commits] proj/kde:master commit in: kde-frameworks/syntax-highlighting/
@ 2017-02-05 13:50 Andreas Sturmlechner
  0 siblings, 0 replies; 12+ messages in thread
From: Andreas Sturmlechner @ 2017-02-05 13:50 UTC (permalink / raw
  To: gentoo-commits

commit:     e05f4fec55ad5b0f40d564d0f97f777c422b2f9e
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sun Feb  5 13:49:47 2017 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sun Feb  5 13:49:47 2017 +0000
URL:        https://gitweb.gentoo.org/proj/kde.git/commit/?id=e05f4fec

kde-frameworks/syntax-highlighting: Drop redundant src_prepare

examples is disabled anyway.

Package-Manager: portage-2.3.3

 kde-frameworks/syntax-highlighting/syntax-highlighting-9999.ebuild | 4 ----
 1 file changed, 4 deletions(-)

diff --git a/kde-frameworks/syntax-highlighting/syntax-highlighting-9999.ebuild b/kde-frameworks/syntax-highlighting/syntax-highlighting-9999.ebuild
index e6deca3..7a122fa 100644
--- a/kde-frameworks/syntax-highlighting/syntax-highlighting-9999.ebuild
+++ b/kde-frameworks/syntax-highlighting/syntax-highlighting-9999.ebuild
@@ -21,10 +21,6 @@ DEPEND="${RDEPEND}
 	$(add_qt_dep linguist-tools)
 	dev-lang/perl
 "
-src_prepare() {
-	kde5_src_prepare
-	cmake_comment_add_subdirectory examples # nothing is installed
-}
 
 src_install() {
 	kde5_src_install


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

* [gentoo-commits] proj/kde:master commit in: kde-frameworks/syntax-highlighting/
@ 2017-02-12  2:01 Michael Palimaka
  0 siblings, 0 replies; 12+ messages in thread
From: Michael Palimaka @ 2017-02-12  2:01 UTC (permalink / raw
  To: gentoo-commits

commit:     56425f5536f8d5165bb4123f07cb525de769c8fd
Author:     Michael Palimaka <kensington <AT> gentoo <DOT> org>
AuthorDate: Sun Feb 12 02:00:47 2017 +0000
Commit:     Michael Palimaka <kensington <AT> gentoo <DOT> org>
CommitDate: Sun Feb 12 02:01:02 2017 +0000
URL:        https://gitweb.gentoo.org/proj/kde.git/commit/?id=56425f55

kde-frameworks/syntax-highlighting: add nls USE flag to enable linguas magic

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 kde-frameworks/syntax-highlighting/syntax-highlighting-9999.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/kde-frameworks/syntax-highlighting/syntax-highlighting-9999.ebuild b/kde-frameworks/syntax-highlighting/syntax-highlighting-9999.ebuild
index 7a122fa708..5e7eb50924 100644
--- a/kde-frameworks/syntax-highlighting/syntax-highlighting-9999.ebuild
+++ b/kde-frameworks/syntax-highlighting/syntax-highlighting-9999.ebuild
@@ -10,7 +10,7 @@ inherit kde5
 DESCRIPTION="Framework for syntax highlighting"
 LICENSE="LGPL-2+ LGPL-2.1+"
 KEYWORDS=""
-IUSE=""
+IUSE="nls"
 
 RDEPEND="
 	$(add_qt_dep qtgui)
@@ -18,8 +18,8 @@ RDEPEND="
 	$(add_qt_dep qtxmlpatterns)
 "
 DEPEND="${RDEPEND}
-	$(add_qt_dep linguist-tools)
 	dev-lang/perl
+	nls? ( $(add_qt_dep linguist-tools) )
 "
 
 src_install() {


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

* [gentoo-commits] proj/kde:master commit in: kde-frameworks/syntax-highlighting/
@ 2017-08-19 13:55 Andreas Sturmlechner
  0 siblings, 0 replies; 12+ messages in thread
From: Andreas Sturmlechner @ 2017-08-19 13:55 UTC (permalink / raw
  To: gentoo-commits

commit:     46fae9270ae4f7f529bf859a4f3252cbf4691886
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sat Aug 19 13:54:47 2017 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sat Aug 19 13:54:47 2017 +0000
URL:        https://gitweb.gentoo.org/proj/kde.git/commit/?id=46fae927

kde-frameworks/syntax-highlighting: Fix path

Reported-by: Eugene Shalygin <eugene.shalygin <AT> gmail.com>
Gentoo-bug: 628034
Package-Manager: Portage-2.3.8, Repoman-2.3.3

 kde-frameworks/syntax-highlighting/syntax-highlighting-9999.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/kde-frameworks/syntax-highlighting/syntax-highlighting-9999.ebuild b/kde-frameworks/syntax-highlighting/syntax-highlighting-9999.ebuild
index 5a227b3c47..c8f9901734 100644
--- a/kde-frameworks/syntax-highlighting/syntax-highlighting-9999.ebuild
+++ b/kde-frameworks/syntax-highlighting/syntax-highlighting-9999.ebuild
@@ -23,5 +23,5 @@ DEPEND="${RDEPEND}
 
 src_install() {
 	kde5_src_install
-	dobin "${BUILD_DIR}"/src/indexer/katehighlightingindexer
+	dobin "${BUILD_DIR}"/bin/katehighlightingindexer
 }


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

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

commit:     b5dc970a2e9b417020aad9ba5f38eca677ffc6b2
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Mon Nov 11 01:19:36 2019 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Mon Nov 11 01:19:36 2019 +0000
URL:        https://gitweb.gentoo.org/proj/kde.git/commit/?id=b5dc970a

kde-frameworks/syntax-highlighting: Fix LICENSE

Upstream commit df0b691480d89726c2a7826d9fb06a46244d7414

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

 kde-frameworks/syntax-highlighting/syntax-highlighting-9999.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/kde-frameworks/syntax-highlighting/syntax-highlighting-9999.ebuild b/kde-frameworks/syntax-highlighting/syntax-highlighting-9999.ebuild
index 1fb339c168..fd52213a23 100644
--- a/kde-frameworks/syntax-highlighting/syntax-highlighting-9999.ebuild
+++ b/kde-frameworks/syntax-highlighting/syntax-highlighting-9999.ebuild
@@ -8,7 +8,7 @@ QTMIN=5.12.3
 inherit ecm kde.org
 
 DESCRIPTION="Framework for syntax highlighting"
-LICENSE="LGPL-2+ LGPL-2.1+"
+LICENSE="MIT"
 KEYWORDS=""
 IUSE="nls"
 


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

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

commit:     087e89edf3c4251a43aeeed19977ea5fb05893e8
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sun Oct  3 15:27:53 2021 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sun Oct  3 15:27:53 2021 +0000
URL:        https://gitweb.gentoo.org/proj/kde.git/commit/?id=087e89ed

kde-frameworks/syntax-highlighting: Add new DEPEND

Upstream commit b07746292252d43589fd7238020eb87b3cdf6f2a

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

 .../syntax-highlighting/syntax-highlighting-9999.ebuild          | 9 +++++----
 1 file changed, 5 insertions(+), 4 deletions(-)

diff --git a/kde-frameworks/syntax-highlighting/syntax-highlighting-9999.ebuild b/kde-frameworks/syntax-highlighting/syntax-highlighting-9999.ebuild
index 13dc21d2cb..07f67a268a 100644
--- a/kde-frameworks/syntax-highlighting/syntax-highlighting-9999.ebuild
+++ b/kde-frameworks/syntax-highlighting/syntax-highlighting-9999.ebuild
@@ -12,16 +12,17 @@ LICENSE="MIT"
 KEYWORDS=""
 IUSE="nls"
 
-BDEPEND="
-	dev-lang/perl
-	nls? ( >=dev-qt/linguist-tools-${QTMIN}:5 )
-"
 DEPEND="
+	>=dev-qt/qtdeclarative-${QTMIN}:5
 	>=dev-qt/qtgui-${QTMIN}:5
 	>=dev-qt/qtnetwork-${QTMIN}:5
 	>=dev-qt/qtxmlpatterns-${QTMIN}:5
 "
 RDEPEND="${DEPEND}"
+BDEPEND="
+	dev-lang/perl
+	nls? ( >=dev-qt/linguist-tools-${QTMIN}:5 )
+"
 
 src_install() {
 	ecm_src_install


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

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

commit:     8028d0559ea060697fcf7c76410c62f7fca348d4
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sun Oct  2 21:53:22 2022 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sun Oct  2 22:17:12 2022 +0000
URL:        https://gitweb.gentoo.org/proj/kde.git/commit/?id=8028d055

kde-frameworks/syntax-highlighting: 5.99.0 version bump

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

 .../syntax-highlighting-5.99.0.ebuild              | 30 ++++++++++++++++++++++
 1 file changed, 30 insertions(+)

diff --git a/kde-frameworks/syntax-highlighting/syntax-highlighting-5.99.0.ebuild b/kde-frameworks/syntax-highlighting/syntax-highlighting-5.99.0.ebuild
new file mode 100644
index 0000000000..1cb111a4cf
--- /dev/null
+++ b/kde-frameworks/syntax-highlighting/syntax-highlighting-5.99.0.ebuild
@@ -0,0 +1,30 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+ECM_TEST="forceoptional"
+QTMIN=5.15.5
+inherit ecm frameworks.kde.org
+
+DESCRIPTION="Framework for syntax highlighting"
+LICENSE="MIT"
+KEYWORDS="~amd64 ~arm ~arm64 ~loong ~ppc64 ~riscv ~x86"
+IUSE="nls"
+
+DEPEND="
+	>=dev-qt/qtdeclarative-${QTMIN}:5
+	>=dev-qt/qtgui-${QTMIN}:5
+	>=dev-qt/qtnetwork-${QTMIN}:5
+	>=dev-qt/qtxmlpatterns-${QTMIN}:5
+"
+RDEPEND="${DEPEND}"
+BDEPEND="
+	dev-lang/perl
+	nls? ( >=dev-qt/linguist-tools-${QTMIN}:5 )
+"
+
+src_install() {
+	ecm_src_install
+	dobin "${BUILD_DIR}"/bin/katehighlightingindexer
+}


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

* [gentoo-commits] proj/kde:master commit in: kde-frameworks/syntax-highlighting/
@ 2022-11-16 21:07 Andreas Sturmlechner
  0 siblings, 0 replies; 12+ messages in thread
From: Andreas Sturmlechner @ 2022-11-16 21:07 UTC (permalink / raw
  To: gentoo-commits

commit:     11cc672c39a710b324289a6819e3b3d0d7f7f859
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Wed Nov 16 21:05:02 2022 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Wed Nov 16 21:05:02 2022 +0000
URL:        https://gitweb.gentoo.org/proj/kde.git/commit/?id=11cc672c

kde-frameworks/syntax-highlighting: Drop IUSE nls

It is non-optional.

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

 kde-frameworks/syntax-highlighting/syntax-highlighting-9999.ebuild | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/kde-frameworks/syntax-highlighting/syntax-highlighting-9999.ebuild b/kde-frameworks/syntax-highlighting/syntax-highlighting-9999.ebuild
index d73553c08c..19b431cc9d 100644
--- a/kde-frameworks/syntax-highlighting/syntax-highlighting-9999.ebuild
+++ b/kde-frameworks/syntax-highlighting/syntax-highlighting-9999.ebuild
@@ -8,9 +8,10 @@ QTMIN=5.15.5
 inherit ecm frameworks.kde.org
 
 DESCRIPTION="Framework for syntax highlighting"
+
 LICENSE="MIT"
 KEYWORDS=""
-IUSE="nls"
+IUSE=""
 
 DEPEND="
 	>=dev-qt/qtdeclarative-${QTMIN}:5
@@ -21,7 +22,7 @@ DEPEND="
 RDEPEND="${DEPEND}"
 BDEPEND="
 	dev-lang/perl
-	nls? ( >=dev-qt/linguist-tools-${QTMIN}:5 )
+	>=dev-qt/linguist-tools-${QTMIN}:5
 "
 
 src_install() {


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

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

commit:     1cc5c0bbbe65ddc7960319ddc3d766ca95acc296
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sun Dec 11 09:56:41 2022 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sun Dec 11 17:24:52 2022 +0000
URL:        https://gitweb.gentoo.org/proj/kde.git/commit/?id=1cc5c0bb

kde-frameworks/syntax-highlighting: Move 9999 to 5.9999

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

 ...{syntax-highlighting-9999.ebuild => syntax-highlighting-5.9999.ebuild} | 0
 1 file changed, 0 insertions(+), 0 deletions(-)

diff --git a/kde-frameworks/syntax-highlighting/syntax-highlighting-9999.ebuild b/kde-frameworks/syntax-highlighting/syntax-highlighting-5.9999.ebuild
similarity index 100%
rename from kde-frameworks/syntax-highlighting/syntax-highlighting-9999.ebuild
rename to kde-frameworks/syntax-highlighting/syntax-highlighting-5.9999.ebuild


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

end of thread, other threads:[~2022-12-11 21:24 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-10-03 15:29 [gentoo-commits] proj/kde:master commit in: kde-frameworks/syntax-highlighting/ Andreas Sturmlechner
  -- strict thread matches above, loose matches on Subject: below --
2022-12-11 21:24 Andreas Sturmlechner
2022-11-16 21:07 Andreas Sturmlechner
2022-10-02 22:17 Andreas Sturmlechner
2019-11-11  1:22 Andreas Sturmlechner
2017-08-19 13:55 Andreas Sturmlechner
2017-02-12  2:01 Michael Palimaka
2017-02-05 13:50 Andreas Sturmlechner
2017-02-05 13:10 Andreas Sturmlechner
2016-09-21 16:26 Michael Palimaka
2016-09-15 17:50 Michael Palimaka
2016-09-10 19:32 Michael Palimaka

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