commit: 91b169691a782c516e57bddf55c5b512a98119cc Author: Michael Mair-Keimberger <mmk <AT> levelnine <DOT> at> AuthorDate: Mon Mar 4 18:16:14 2024 +0000 Commit: Petr Vaněk <arkamar <AT> gentoo <DOT> org> CommitDate: Tue Mar 5 09:16:59 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=91b16969
app-accessibility/brltty: remove unused patch Signed-off-by: Michael Mair-Keimberger <mmk <AT> levelnine.at> Signed-off-by: Petr Vaněk <arkamar <AT> gentoo.org> .../brltty/files/brltty-6.5-gettext-0.22.patch | 49 ---------------------- 1 file changed, 49 deletions(-) diff --git a/app-accessibility/brltty/files/brltty-6.5-gettext-0.22.patch b/app-accessibility/brltty/files/brltty-6.5-gettext-0.22.patch deleted file mode 100644 index 7cf62f74221c..000000000000 --- a/app-accessibility/brltty/files/brltty-6.5-gettext-0.22.patch +++ /dev/null @@ -1,49 +0,0 @@ -https://bugs.gentoo.org/908897 -fix: https://github.com/brltty/brltty/commit/31061173fd80c7ed0f83e8d20d62c59dbedcebe0 - -From 31061173fd80c7ed0f83e8d20d62c59dbedcebe0 Mon Sep 17 00:00:00 2001 -From: Yaakov Selkowitz <[email protected]> -Date: Tue, 27 Jun 2023 15:07:09 -0400 -Subject: [PATCH] Add gettext header to ru.po - -Building with gettext-0.22 fails for lack of this header: - -/usr/bin/msgfmt: input file doesn't contain a header entry with a -charset specification ---- a/Messages/ru.po -+++ b/Messages/ru.po -@@ -1,3 +1,34 @@ -+# BRLTTY - A background process providing access to the console screen (when in -+# text mode) for a blind person using a refreshable braille display. -+# -+# Copyright (C) 1995-2022 by The BRLTTY Developers. -+# -+# BRLTTY comes with ABSOLUTELY NO WARRANTY. -+# -+# This is free software, placed under the terms of the -+# GNU Lesser General Public License, as published by the Free Software -+# Foundation; either version 2.1 of the License, or (at your option) any -+# later version. Please see the file LICENSE-LGPL for details. -+# -+# Web Page: http://brltty.app/ -+# -+# This software is maintained by Dave Mielke <[email protected]>. -+# -+msgid "" -+msgstr "" -+"Project-Id-Version: brltty 4.5\n" -+"Report-Msgid-Bugs-To: [email protected]\n" -+"POT-Creation-Date: 2021-01-27 11:47-0500\n" -+"PO-Revision-Date: 2021-02-07 08:18-0500\n" -+"Last-Translator: Маргарита Мельникова <[email protected]>\n" -+"Language-Team: Friends of BRLTTY <[email protected]>\n" -+"Language: ru\n" -+"MIME-Version: 1.0\n" -+"Content-Type: text/plain; charset=UTF-8\n" -+"Content-Transfer-Encoding: 8bit\n" -+"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && " -+"n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n" -+ - #: Programs/brltty.c:167 - #, c-format - msgid "\"%s\" started as \"%s\"\n"
