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-plasma/libkworkspace/
Date: Wed, 26 Oct 2022 13:51:47 +0000 (UTC)	[thread overview]
Message-ID: <1666792243.702c37d71c8447a87f72c22248547b34f1fb7e2f.asturm@gentoo> (raw)

commit:     702c37d71c8447a87f72c22248547b34f1fb7e2f
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Wed Oct 26 13:32:48 2022 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Wed Oct 26 13:50:43 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=702c37d7

kde-plasma/libkworkspace: drop 5.26.1

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

 kde-plasma/libkworkspace/Manifest                  |  1 -
 .../libkworkspace/libkworkspace-5.26.1.ebuild      | 54 ----------------------
 2 files changed, 55 deletions(-)

diff --git a/kde-plasma/libkworkspace/Manifest b/kde-plasma/libkworkspace/Manifest
index 8cd4b6c31444..faa78ac05d11 100644
--- a/kde-plasma/libkworkspace/Manifest
+++ b/kde-plasma/libkworkspace/Manifest
@@ -1,3 +1,2 @@
 DIST plasma-workspace-5.25.5.tar.xz 18638932 BLAKE2B f83aabf84b775c0bf9d1e60db03f94400e3363fa8f45767bdc471706682cda7323fae4948cffa156188cc7ed2d30d05349a385dd370ef941c16464ddddf8fa01 SHA512 0c6cf5104b584b34a8bcb45d57069fed3b25e871fccf1bfefd47d8fc1b595867c1c4f0fcfcc0e07847534e1e77ce8ed1f3be1ac6cb7eea8669a9c7649c8466cb
-DIST plasma-workspace-5.26.1.tar.xz 17452780 BLAKE2B 1841199364fa169e883b8bb8e187e327a4fe3be419ede64c62497f4559d28a8a841b0b8d906b66d7ce9319e95fb15f7b92b48fa38dd208c4b9010d63f1a2749a SHA512 1b6db65fecaad9b0b996ba3e13432dba67b3f8cf727fb5079902728db6946ea6a1e2d2146e34a5fcc89f993867987ac7b2d6166390114e7d6b179d85a1dd46d1
 DIST plasma-workspace-5.26.2.tar.xz 17452776 BLAKE2B c267134e7787e8d29b6045996319a8df93586adc78ef406b07abba340d04aec425bfc4cf53556e6481f5f77123519055df5d125fd33f80d74503e49d3461e099 SHA512 6f39bfc1085bd05e050bf5cbc013d2382e1d2fa1171618caff557124a5895f0d84d8d8de56bba1db561c224ce2c24acfcd763309254942d8ae6e04d3630712ae

diff --git a/kde-plasma/libkworkspace/libkworkspace-5.26.1.ebuild b/kde-plasma/libkworkspace/libkworkspace-5.26.1.ebuild
deleted file mode 100644
index 8064a13f0f29..000000000000
--- a/kde-plasma/libkworkspace/libkworkspace-5.26.1.ebuild
+++ /dev/null
@@ -1,54 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-ECM_TEST="true"
-KDE_ORG_NAME="plasma-workspace"
-KFMIN=5.99.0
-PVCUT=$(ver_cut 1-3)
-QTMIN=5.15.5
-inherit ecm plasma.kde.org
-
-DESCRIPTION="Workspace library to interact with the Plasma session manager"
-
-LICENSE="GPL-2" # TODO: CHECK
-SLOT="5"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc64"
-IUSE=""
-
-RDEPEND="
-	>=dev-qt/qtdbus-${QTMIN}:5
-	>=dev-qt/qtx11extras-${QTMIN}:5
-	>=kde-frameworks/kconfig-${KFMIN}:5
-	>=kde-frameworks/kcoreaddons-${KFMIN}:5
-	>=kde-frameworks/ki18n-${KFMIN}:5
-	>=kde-frameworks/kwindowsystem-${KFMIN}:5
-	>=kde-plasma/kscreenlocker-${PVCUT}:5
-	x11-libs/libICE
-	x11-libs/libSM
-	x11-libs/libX11
-	x11-libs/libXau
-"
-DEPEND="${RDEPEND}
-	>=kde-plasma/kwin-${PVCUT}:5
-"
-
-S="${S}/${PN}"
-
-src_prepare() {
-	# delete colliding libkworkspace translations, let ecm_src_prepare do its magic
-	if [[ ${KDE_BUILD_TYPE} = release ]]; then
-		find ../po -type f -name "*po" -and -not -name "libkworkspace*" -delete || die
-		rm -rf po/*/docs || die
-		cp -a ../po ./ || die
-	fi
-
-	eapply "${FILESDIR}/${PN}-5.22.80-standalone.patch"
-	sed -e "/set/s/GENTOO_PV/$(ver_cut 1-3)/" -i CMakeLists.txt || die
-	cat >> CMakeLists.txt <<- _EOF_ || die
-		ki18n_install(po)
-	_EOF_
-
-	ecm_src_prepare
-}


             reply	other threads:[~2022-10-26 13:51 UTC|newest]

Thread overview: 79+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-10-26 13:51 Andreas Sturmlechner [this message]
  -- strict thread matches above, loose matches on Subject: below --
2023-05-22 12:55 [gentoo-commits] repo/gentoo:master commit in: kde-plasma/libkworkspace/ Andreas Sturmlechner
2023-02-05 18:32 Andreas Sturmlechner
2023-01-04 15:20 Andreas Sturmlechner
2022-11-16  8:55 WANG Xuerui
2022-10-18 13:47 Andreas Sturmlechner
2022-10-10  9:54 Andreas Sturmlechner
2022-08-02 18:38 Andreas Sturmlechner
2022-07-30  8:51 Agostino Sarubbo
2022-07-28 11:03 Agostino Sarubbo
2022-07-13  9:17 Andreas Sturmlechner
2022-06-29  7:21 WANG Xuerui
2022-06-28 17:54 Andreas Sturmlechner
2022-06-21 21:28 Andreas Sturmlechner
2022-05-29 20:44 Andreas Sturmlechner
2022-05-03 22:41 Sam James
2022-04-29 13:33 Agostino Sarubbo
2022-04-29 13:29 Agostino Sarubbo
2022-03-29 15:57 Andreas Sturmlechner
2022-03-08 17:18 Andreas Sturmlechner
2022-02-22 16:55 Andreas Sturmlechner
2022-02-15 17:51 Andreas Sturmlechner
2022-02-08 13:10 Andreas Sturmlechner
2022-01-25  9:49 Andreas Sturmlechner
2022-01-18 17:40 Andreas Sturmlechner
2022-01-04 15:10 Andreas Sturmlechner
2021-12-14  9:27 Andreas Sturmlechner
2021-12-10 15:11 Andreas Sturmlechner
2021-11-09 17:15 Andreas Sturmlechner
2021-10-31  3:17 Sam James
2021-10-27  5:02 Sam James
2021-10-20  6:51 Andreas Sturmlechner
2021-10-14 10:32 Andreas Sturmlechner
2021-07-06 17:20 Andreas Sturmlechner
2021-06-23  6:27 Andreas Sturmlechner
2021-06-16 12:32 Sam James
2021-06-12 12:52 Sam James
2021-06-12  6:25 Sam James
2021-05-29 21:19 Andreas Sturmlechner
2021-05-09 12:11 Andreas Sturmlechner
2021-04-06 14:12 Andreas Sturmlechner
2021-03-16 14:43 Andreas Sturmlechner
2021-03-02 20:24 Andreas Sturmlechner
2021-02-23 21:19 Andreas Sturmlechner
2021-01-24 19:34 Sam James
2021-01-21 13:37 Agostino Sarubbo
2021-01-05 17:36 Andreas Sturmlechner
2020-12-01 16:08 Andreas Sturmlechner
2020-11-11 14:21 Andreas Sturmlechner
2020-10-27 21:26 Andreas Sturmlechner
2020-10-22 22:04 Andreas Sturmlechner
2020-10-20 19:56 Andreas Sturmlechner
2020-10-13 11:51 Andreas Sturmlechner
2020-10-08  2:22 Sam James
2020-09-01 16:33 Andreas Sturmlechner
2020-07-28 15:37 Andreas Sturmlechner
2020-07-07 21:30 Andreas Sturmlechner
2020-06-20 21:03 Thomas Deutschmann
2020-05-21 13:41 Mikle Kolyada
2020-05-20 16:15 Mikle Kolyada
2020-05-20 16:11 Mikle Kolyada
2020-02-29 12:34 Mikle Kolyada
2020-02-15 11:31 Mikle Kolyada
2020-02-11 13:54 Mikle Kolyada
2020-02-11 13:50 Mikle Kolyada
2019-12-22 21:54 Aaron Bauman
2019-12-22 20:42 Mikle Kolyada
2019-12-22 20:39 Mikle Kolyada
2019-10-29 22:59 Andreas Sturmlechner
2019-09-21  0:08 Mikle Kolyada
2019-09-21  0:04 Mikle Kolyada
2019-09-20  3:24 Aaron Bauman
2019-05-28  4:01 Aaron Bauman
2019-05-18 18:15 Mikle Kolyada
2019-05-18 18:11 Mikle Kolyada
2019-01-25  7:28 Mikle Kolyada
2019-01-25  7:20 Mikle Kolyada
2018-10-24 17:53 Andreas Sturmlechner
2018-10-23 17:51 Andreas Sturmlechner

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=1666792243.702c37d71c8447a87f72c22248547b34f1fb7e2f.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