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 AE29615852A for ; Wed, 21 Aug 2024 09:20:02 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 6D4762BC01B; Wed, 21 Aug 2024 09:20:01 +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) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 42B662BC01B for ; Wed, 21 Aug 2024 09:20:01 +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 8385234069F for ; Wed, 21 Aug 2024 09:19:59 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id DC2CB1EF5 for ; Wed, 21 Aug 2024 09:19:57 +0000 (UTC) From: "Joonas Niilola" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Joonas Niilola" Message-ID: <1724231993.722064d5c3a2824b1ec5ab6116b5adec9df82d41.juippis@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-i18n/libime/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-i18n/libime/libime-1.1.8-r1.ebuild app-i18n/libime/libime-1.1.8.ebuild X-VCS-Directories: app-i18n/libime/ X-VCS-Committer: juippis X-VCS-Committer-Name: Joonas Niilola X-VCS-Revision: 722064d5c3a2824b1ec5ab6116b5adec9df82d41 X-VCS-Branch: master Date: Wed, 21 Aug 2024 09:19:57 +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: 7dc04d50-7867-4870-9e35-7978db649d02 X-Archives-Hash: b9f3f2524afc87becbb6ea2638c1c106 commit: 722064d5c3a2824b1ec5ab6116b5adec9df82d41 Author: Michael Mair-Keimberger levelnine at> AuthorDate: Wed Aug 21 06:55:15 2024 +0000 Commit: Joonas Niilola gentoo org> CommitDate: Wed Aug 21 09:19:53 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=722064d5 app-i18n/libime: remove trailing whitespace in DESCRIPTION Signed-off-by: Michael Mair-Keimberger levelnine.at> Signed-off-by: Joonas Niilola gentoo.org> app-i18n/libime/libime-1.1.8-r1.ebuild | 2 +- app-i18n/libime/libime-1.1.8.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/app-i18n/libime/libime-1.1.8-r1.ebuild b/app-i18n/libime/libime-1.1.8-r1.ebuild index 2b77704e6cb8..88734c7e37ce 100644 --- a/app-i18n/libime/libime-1.1.8-r1.ebuild +++ b/app-i18n/libime/libime-1.1.8-r1.ebuild @@ -5,7 +5,7 @@ EAPI=8 inherit cmake unpacker -DESCRIPTION="Fcitx5 Next generation of fcitx " +DESCRIPTION="Fcitx5 Next generation of fcitx" HOMEPAGE="https://fcitx-im.org/" SRC_URI="https://download.fcitx-im.org/fcitx5/libime/libime-${PV}_dict.tar.zst" diff --git a/app-i18n/libime/libime-1.1.8.ebuild b/app-i18n/libime/libime-1.1.8.ebuild index 3742a0051661..7fb6da2943a7 100644 --- a/app-i18n/libime/libime-1.1.8.ebuild +++ b/app-i18n/libime/libime-1.1.8.ebuild @@ -5,7 +5,7 @@ EAPI=8 inherit cmake unpacker -DESCRIPTION="Fcitx5 Next generation of fcitx " +DESCRIPTION="Fcitx5 Next generation of fcitx" HOMEPAGE="https://fcitx-im.org/" SRC_URI="https://download.fcitx-im.org/fcitx5/libime/libime-${PV}_dict.tar.zst"