public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Andreas Sturmlechner" <asturm@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: kde-frameworks/syntax-highlighting/
Date: Sat, 13 Mar 2021 12:18:45 +0000 (UTC)	[thread overview]
Message-ID: <1615637899.8bec9c69eb3f6fb9e91c5d9b5bc6d97f4efb7192.asturm@gentoo> (raw)

commit:     8bec9c69eb3f6fb9e91c5d9b5bc6d97f4efb7192
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sat Mar 13 12:18:19 2021 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sat Mar 13 12:18:19 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8bec9c69

kde-frameworks/syntax-highlighting: Drop 5.77.0-r1 and 5.79.0

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

 kde-frameworks/syntax-highlighting/Manifest        |  2 --
 .../syntax-highlighting-5.77.0-r1.ebuild           | 33 ----------------------
 .../syntax-highlighting-5.79.0.ebuild              | 29 -------------------
 3 files changed, 64 deletions(-)

diff --git a/kde-frameworks/syntax-highlighting/Manifest b/kde-frameworks/syntax-highlighting/Manifest
index e46d38fa1b9..f46cb98bbb6 100644
--- a/kde-frameworks/syntax-highlighting/Manifest
+++ b/kde-frameworks/syntax-highlighting/Manifest
@@ -1,6 +1,4 @@
-DIST syntax-highlighting-5.77.0-bash-zsh-fixes.patch.xz 91824 BLAKE2B 4d201e62aecc7126f11d52ef2d68c308e61f7e167312270baf093eab379a7d95efaa38fec604701ad0fc15e8e050191a00a4075dac488c957fabe4dc4994065f SHA512 598eb3ed82f2bd072750730e6f9492d821a63cc2ebb4877e83aa482597a6cfb50ac721945f5c176c45d75de970dfba3c79f0e048db9076d7451743e672512c97
 DIST syntax-highlighting-5.77.0-bash-zsh-fixes.tar.xz 95008 BLAKE2B 9fe2a2121687070f176633334ddb853f4d34ab6a5dbdff69f081d8a79785dfb1b989feb564f6a7304a6c008e4a79df8091e3e89b3afe6c5f8e6b1ead676f7bfe SHA512 e2ea8caeb75f8cf2b98060f44d39db4019cdca9b318dc7d34b538fb98659a8f98b0771a89ddaf57d35f9a33e9643dabf4eb16ce218538f1680df4e306640bdfc
 DIST syntax-highlighting-5.77.0.tar.xz 2145120 BLAKE2B de91836509fd6264fe0b79f1a7153c4d581913870ec207bd4d69ce24c5d00d92e49ebc70d147715a732626805cf68045be6490ff6ae7e199454c53a4c82ec2dd SHA512 057e9be24608cd856ee8aea355ddc63da9a11d50c388ae303e1f34cdf3a7ac99c592de51e0f04fa2254246ad796ced5029117b22ca71420b6089139d827a31b9
-DIST syntax-highlighting-5.79.0.tar.xz 2260708 BLAKE2B b5992ee73b12c15c8a2cabfdd421f51a0489ed6a4e47b0097ac76d3679e25c15aafa272abb0ecc0e74ac5612aa85e7f1f665527a66b02688cec9d1cc9d501858 SHA512 272c526b27da2acbdef04b4535c66aff36531221f9e7a8d0781fb8b066b4ce331e6ff31170065dbddcf9812856cf6bb531a7486dc6faf82854653f00bb5a46c9
 DIST syntax-highlighting-5.79.1.tar.xz 2263840 BLAKE2B 654b4eaa7369bafa2c9dbc72acf88c19c86827f1a3926c093caea72d538bcdb32cdf6d5d4f71080c9ebf3482f865693bb6d4d257b2fb55945f0489e05f389dca SHA512 50c44c2040458c3e330ad9ec6956b0bb55fb88a3936e46ed758e5bf1f38efaa051304db80e26dea65a1b7ebf61b2144a06aa2ad89d5708ba346afa663b44bb1b
 DIST syntax-highlighting-5.80.0.tar.xz 2272788 BLAKE2B 45a116be75f998cb9a9cbf378418d030135eff1d1d3eb21932b202f22495fcbaa67f133dc1ae55bbcac24725cca847a2dbd880a5f5c1e39aa318a5b342365c22 SHA512 f24fb943f095b44092f62eca2a52f4b0f9ad0ce705bb0b0f8a17a9e3cda7a9892794218119e77cbc376d48ebb336904f862dbdd2715d932e7bc1c197dcbfba29

diff --git a/kde-frameworks/syntax-highlighting/syntax-highlighting-5.77.0-r1.ebuild b/kde-frameworks/syntax-highlighting/syntax-highlighting-5.77.0-r1.ebuild
deleted file mode 100644
index 64899ef1ca1..00000000000
--- a/kde-frameworks/syntax-highlighting/syntax-highlighting-5.77.0-r1.ebuild
+++ /dev/null
@@ -1,33 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-ECM_TEST="forceoptional"
-QTMIN=5.15.1
-inherit ecm kde.org
-
-DESCRIPTION="Framework for syntax highlighting"
-SRC_URI+=" https://dev.gentoo.org/~asturm/distfiles/${P}-bash-zsh-fixes.patch.xz"
-
-LICENSE="MIT"
-KEYWORDS="amd64 ~arm arm64 ~ppc64 x86"
-IUSE="nls"
-
-BDEPEND="
-	dev-lang/perl
-	nls? ( >=dev-qt/linguist-tools-${QTMIN}:5 )
-"
-DEPEND="
-	>=dev-qt/qtgui-${QTMIN}:5
-	>=dev-qt/qtnetwork-${QTMIN}:5
-	>=dev-qt/qtxmlpatterns-${QTMIN}:5
-"
-RDEPEND="${DEPEND}"
-
-PATCHES=( "${WORKDIR}"/${P}-bash-zsh-fixes.patch )
-
-src_install() {
-	ecm_src_install
-	dobin "${BUILD_DIR}"/bin/katehighlightingindexer
-}

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


             reply	other threads:[~2021-03-13 12:19 UTC|newest]

Thread overview: 72+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-03-13 12:18 Andreas Sturmlechner [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-10-09  7:03 [gentoo-commits] repo/gentoo:master commit in: kde-frameworks/syntax-highlighting/ Arthur Zamarin
2024-10-04 20:27 Arthur Zamarin
2024-05-28  2:10 Sam James
2024-05-27 23:47 Sam James
2024-03-01 16:24 Arthur Zamarin
2024-02-28 18:51 Arthur Zamarin
2024-02-19 16:28 Sam James
2024-01-04 10:11 Sam James
2023-12-28 18:55 Arthur Zamarin
2023-08-26  4:50 Sam James
2023-08-02 17:48 Sam James
2023-07-25 18:14 Arthur Zamarin
2023-06-22 19:59 Arthur Zamarin
2023-05-27 13:44 Arthur Zamarin
2023-02-18 16:06 Arthur Zamarin
2023-02-18 13:27 Arthur Zamarin
2022-11-25  1:06 Jakov Smolić
2022-11-23 17:49 Jakov Smolić
2022-11-16 21:33 Andreas Sturmlechner
2022-11-12 14:53 Arthur Zamarin
2022-08-06  4:08 Sam James
2022-04-29  3:30 Sam James
2022-04-22  1:59 Sam James
2022-04-22  1:57 Sam James
2022-04-09 16:07 Andreas Sturmlechner
2022-04-09 16:07 Andreas Sturmlechner
2022-02-10  0:40 Sam James
2022-02-08 14:46 Agostino Sarubbo
2022-02-08 11:02 Jakov Smolić
2021-12-10 18:37 Jakov Smolić
2021-12-10 11:15 Jakov Smolić
2021-09-14  5:19 Sam James
2021-09-13  8:18 Agostino Sarubbo
2021-09-12 23:34 Sam James
2021-09-04 21:01 Andreas Sturmlechner
2021-04-11 12:25 Mikle Kolyada
2021-04-11 12:20 Mikle Kolyada
2021-04-10 23:41 Thomas Deutschmann
2021-04-04 13:23 Andreas Sturmlechner
2021-04-04 13:23 Andreas Sturmlechner
2021-01-24 19:34 Sam James
2021-01-24  3:46 Sam James
2021-01-23  1:28 Andreas Sturmlechner
2021-01-23  1:28 Andreas Sturmlechner
2021-01-14  1:23 Andreas Sturmlechner
2020-12-31 15:40 Andreas Sturmlechner
2020-07-11 15:37 Andreas Sturmlechner
2020-05-31 15:54 Mikle Kolyada
2020-05-30 13:38 Mikle Kolyada
2020-05-30 13:33 Mikle Kolyada
2020-03-01  7:28 Mikle Kolyada
2020-03-01  7:23 Mikle Kolyada
2020-03-01  7:18 Mikle Kolyada
2019-07-28 19:16 Aaron Bauman
2019-07-28  0:36 Mikle Kolyada
2019-07-28  0:15 Mikle Kolyada
2019-05-27 21:04 Aaron Bauman
2019-05-16 12:28 Mikle Kolyada
2019-05-16 12:23 Mikle Kolyada
2019-02-06 11:37 Mikle Kolyada
2019-02-06 10:59 Mikle Kolyada
2018-10-10 12:14 Mikle Kolyada
2018-10-10  3:01 Thomas Deutschmann
2018-06-10 18:37 Thomas Deutschmann
2017-09-03 16:13 Andreas Sturmlechner
2017-07-25 18:14 Alexis Ballier
2017-06-09 10:19 Agostino Sarubbo
2017-06-04 16:01 Agostino Sarubbo
2017-02-05 13:42 Andreas Sturmlechner
2017-01-20  9:47 Agostino Sarubbo
2016-12-31 15:55 Michael Palimaka

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1615637899.8bec9c69eb3f6fb9e91c5d9b5bc6d97f4efb7192.asturm@gentoo \
    --to=asturm@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox