From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-1346972-garchives=archives.gentoo.org@lists.gentoo.org> Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id DF1A1158086 for <garchives@archives.gentoo.org>; Tue, 7 Dec 2021 11:09:20 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id BB7512BC001; Tue, 7 Dec 2021 11:09:19 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id D12E42BC001 for <gentoo-commits@lists.gentoo.org>; Tue, 7 Dec 2021 11:09:18 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id E4F4A343320 for <gentoo-commits@lists.gentoo.org>; Tue, 7 Dec 2021 11:09:17 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 59FA41F2 for <gentoo-commits@lists.gentoo.org>; Tue, 7 Dec 2021 11:09:16 +0000 (UTC) From: "Andreas Sturmlechner" <asturm@gentoo.org> To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Sturmlechner" <asturm@gentoo.org> Message-ID: <1638875329.d65eb2d9233ef4dd6c6a992e5da08ffacbc82403.asturm@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: gui-apps/liquidshell/ X-VCS-Repository: proj/kde X-VCS-Files: gui-apps/liquidshell/liquidshell-1.7.2.ebuild gui-apps/liquidshell/liquidshell-1.8.0.ebuild X-VCS-Directories: gui-apps/liquidshell/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: d65eb2d9233ef4dd6c6a992e5da08ffacbc82403 X-VCS-Branch: master Date: Tue, 7 Dec 2021 11:09:16 +0000 (UTC) Precedence: bulk List-Post: <mailto:gentoo-commits@lists.gentoo.org> List-Help: <mailto:gentoo-commits+help@lists.gentoo.org> List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org> List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org> List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org> X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 3cc812f4-fe79-414c-bcd6-06e30b6406eb X-Archives-Hash: a6e1ae26e242606416d81c7be3956c32 commit: d65eb2d9233ef4dd6c6a992e5da08ffacbc82403 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org> AuthorDate: Tue Dec 7 11:08:49 2021 +0000 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org> CommitDate: Tue Dec 7 11:08:49 2021 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=d65eb2d9 gui-apps/liquidshell: 1.8.0 version bump Package-Manager: Portage-3.0.28, Repoman-3.0.3 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org> .../liquidshell/{liquidshell-1.7.2.ebuild => liquidshell-1.8.0.ebuild} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gui-apps/liquidshell/liquidshell-1.7.2.ebuild b/gui-apps/liquidshell/liquidshell-1.8.0.ebuild similarity index 96% rename from gui-apps/liquidshell/liquidshell-1.7.2.ebuild rename to gui-apps/liquidshell/liquidshell-1.8.0.ebuild index 9befe9f20c..3f21ca3641 100644 --- a/gui-apps/liquidshell/liquidshell-1.7.2.ebuild +++ b/gui-apps/liquidshell/liquidshell-1.8.0.ebuild @@ -11,7 +11,7 @@ DESCRIPTION="Basic desktop shell using QtWidgets" HOMEPAGE="https://invent.kde.org/system/liquidshell" if [[ ${KDE_BUILD_TYPE} == release ]]; then - SRC_URI="mirror://kde/stable/${PN}/${PV}/${P}.tar.xz" + SRC_URI="mirror://kde/stable/${PN}/${PV}/${PN}-1.8.tar.xz" KEYWORDS="~amd64" fi