From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: 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 1DC4A158087 for ; Sun, 2 Jan 2022 10:56:22 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 33A8C2BC037; Sun, 2 Jan 2022 10:56:19 +0000 (UTC) Received: from smtp.gentoo.org (mail.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)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 209232BC037 for ; Sun, 2 Jan 2022 10:56:18 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 50B46342FCA for ; Sun, 2 Jan 2022 10:56:16 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id F1DAA275 for ; Sun, 2 Jan 2022 10:56:14 +0000 (UTC) From: "Georgy Yakovlev" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Georgy Yakovlev" Message-ID: <1641120945.68bd0600acc4e2e3f58d7bb00a753ddc249cf6cd.gyakovlev@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: x11-themes/tela-icon-theme/ X-VCS-Repository: repo/gentoo X-VCS-Files: x11-themes/tela-icon-theme/tela-icon-theme-20211225.ebuild x11-themes/tela-icon-theme/tela-icon-theme-99999999.ebuild X-VCS-Directories: x11-themes/tela-icon-theme/ X-VCS-Committer: gyakovlev X-VCS-Committer-Name: Georgy Yakovlev X-VCS-Revision: 68bd0600acc4e2e3f58d7bb00a753ddc249cf6cd X-VCS-Branch: master Date: Sun, 2 Jan 2022 10:56:14 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 83148af5-426e-4b1e-9f5a-a717a0498ee1 X-Archives-Hash: 68d8a1cf6126c2b41d7c53e8312c8b97 commit: 68bd0600acc4e2e3f58d7bb00a753ddc249cf6cd Author: Georgy Yakovlev gentoo org> AuthorDate: Sun Jan 2 09:46:24 2022 +0000 Commit: Georgy Yakovlev gentoo org> CommitDate: Sun Jan 2 10:55:45 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=68bd0600 x11-themes/tela-icon-theme: use bash ^ syntax Signed-off-by: Georgy Yakovlev gentoo.org> x11-themes/tela-icon-theme/tela-icon-theme-20211225.ebuild | 2 +- x11-themes/tela-icon-theme/tela-icon-theme-99999999.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/x11-themes/tela-icon-theme/tela-icon-theme-20211225.ebuild b/x11-themes/tela-icon-theme/tela-icon-theme-20211225.ebuild index c686c6761162..09de04dd50cd 100644 --- a/x11-themes/tela-icon-theme/tela-icon-theme-20211225.ebuild +++ b/x11-themes/tela-icon-theme/tela-icon-theme-20211225.ebuild @@ -5,7 +5,7 @@ EAPI=8 # eg. 20211225 -> 2021-12-25 MY_PV="${PV:0:4}-${PV:4:2}-${PV:6:2}" -MY_PN="${PN/t/T}" +MY_PN="${PN^}" # standard comes first MY_COLOR_VARIANTS=( standard black blue brown green grey orange pink purple red yellow manjaro ubuntu ) diff --git a/x11-themes/tela-icon-theme/tela-icon-theme-99999999.ebuild b/x11-themes/tela-icon-theme/tela-icon-theme-99999999.ebuild index c686c6761162..09de04dd50cd 100644 --- a/x11-themes/tela-icon-theme/tela-icon-theme-99999999.ebuild +++ b/x11-themes/tela-icon-theme/tela-icon-theme-99999999.ebuild @@ -5,7 +5,7 @@ EAPI=8 # eg. 20211225 -> 2021-12-25 MY_PV="${PV:0:4}-${PV:4:2}-${PV:6:2}" -MY_PN="${PN/t/T}" +MY_PN="${PN^}" # standard comes first MY_COLOR_VARIANTS=( standard black blue brown green grey orange pink purple red yellow manjaro ubuntu )