public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: app-accessibility/brltty/files/
@ 2017-12-06 13:04 Michael Palimaka
  0 siblings, 0 replies; 3+ messages in thread
From: Michael Palimaka @ 2017-12-06 13:04 UTC (permalink / raw
  To: gentoo-commits

commit:     fd89fb2bb4ed5ed44ef1408d998348f7216b5688
Author:     Michael Mair-Keimberger <m.mairkeimberger <AT> gmail <DOT> com>
AuthorDate: Mon Dec  4 19:35:48 2017 +0000
Commit:     Michael Palimaka <kensington <AT> gentoo <DOT> org>
CommitDate: Wed Dec  6 13:03:59 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fd89fb2b

app-accessibility/brltty: remove unused patch

Closes: https://github.com/gentoo/gentoo/pull/6438

 .../brltty/files/brltty-5.2-major.patch            | 59 ----------------------
 1 file changed, 59 deletions(-)

diff --git a/app-accessibility/brltty/files/brltty-5.2-major.patch b/app-accessibility/brltty/files/brltty-5.2-major.patch
deleted file mode 100644
index 7c591b1cc0e..00000000000
--- a/app-accessibility/brltty/files/brltty-5.2-major.patch
+++ /dev/null
@@ -1,59 +0,0 @@
-Bug: https://bugs.gentoo.org/581130
-diff --git a/Programs/system_linux.c b/Programs/system_linux.c
-index c73bd39..ef7d807 100644
---- a/Programs/system_linux.c
-+++ b/Programs/system_linux.c
-@@ -25,6 +25,12 @@
- #include <sys/ioctl.h>
- #include <sys/stat.h>
- 
-+#ifdef MAJOR_IN_MKDEV
-+#include <sys/mkdev.h>
-+#elif defined MAJOR_IN_SYSMACROS
-+#include <sys/sysmacros.h>
-+#endif
-+
- #include "log.h"
- #include "file.h"
- #include "device.h"
-diff --git a/configure.ac b/configure.ac
-index 96305f7..dcae1e1 100644
---- a/configure.ac
-+++ b/configure.ac
-@@ -555,6 +555,8 @@ BRLTTY_ARG_DISABLE(
- ])
- AC_SUBST([install_messages])
- 
-+AC_HEADER_MAJOR
-+
- AC_CHECK_FUNC([wcslen], [AC_CHECK_HEADERS([wchar.h], [dnl
-    AC_CHECK_FUNCS([wcwidth])
- ])])
-diff --git a/config.h.in b/config.h.in
-index 71341c6..ff201c2 100644
---- a/config.h.in
-+++ b/config.h.in
-@@ -457,2 +457,10 @@ extern "C" {
- 
-+/* Define to 1 if `major', `minor', and `makedev' are declared in <mkdev.h>.
-+   */
-+#undef MAJOR_IN_MKDEV
-+
-+/* Define to 1 if `major', `minor', and `makedev' are declared in
-+   <sysmacros.h>. */
-+#undef MAJOR_IN_SYSMACROS
-+
- /* Define this to be a string containing the path to the root of the Mikropuhe package. */
-diff --git a/Programs/brlapi_client.c b/Programs/brlapi_client.c
-index bd6497b..df63b30 100644
---- a/Programs/brlapi_client.c
-+++ b/Programs/brlapi_client.c
-@@ -32,2 +32,8 @@
- 
-+#ifdef MAJOR_IN_MKDEV
-+#include <sys/mkdev.h>
-+#elif defined MAJOR_IN_SYSMACROS
-+#include <sys/sysmacros.h>
-+#endif
-+
- #ifndef __MINGW32__


^ permalink raw reply related	[flat|nested] 3+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: app-accessibility/brltty/files/
@ 2023-01-20  1:23 Sam James
  0 siblings, 0 replies; 3+ messages in thread
From: Sam James @ 2023-01-20  1:23 UTC (permalink / raw
  To: gentoo-commits

commit:     0c850ccc28efa2fa5ea2538e249a243d0a7102a2
Author:     Michael Mair-Keimberger <mmk <AT> levelnine <DOT> at>
AuthorDate: Sun Jan 15 19:54:02 2023 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Fri Jan 20 01:21:45 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0c850ccc

app-accessibility/brltty: remove unused files

Signed-off-by: Michael Mair-Keimberger <mmk <AT> levelnine.at>
Closes: https://github.com/gentoo/gentoo/pull/29121
Signed-off-by: Sam James <sam <AT> gentoo.org>

 app-accessibility/brltty/files/brltty.rc            | 12 ------------
 app-accessibility/brltty/files/brltty.tmpfiles.conf |  1 -
 2 files changed, 13 deletions(-)

diff --git a/app-accessibility/brltty/files/brltty.rc b/app-accessibility/brltty/files/brltty.rc
deleted file mode 100644
index 100dd29b778a..000000000000
--- a/app-accessibility/brltty/files/brltty.rc
+++ /dev/null
@@ -1,12 +0,0 @@
-#!/sbin/openrc-run
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-command=/bin/brltty
-pidfile=/var/run/brltty.pid
-command_args="-P ${pidfile} -q"
-
-depend() {
-	before *
-	after clock
-}

diff --git a/app-accessibility/brltty/files/brltty.tmpfiles.conf b/app-accessibility/brltty/files/brltty.tmpfiles.conf
deleted file mode 100644
index 18cc4021e33b..000000000000
--- a/app-accessibility/brltty/files/brltty.tmpfiles.conf
+++ /dev/null
@@ -1 +0,0 @@
-d /run/brltty 0755 root root -


^ permalink raw reply related	[flat|nested] 3+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: app-accessibility/brltty/files/
@ 2024-03-05  9:18 Petr Vaněk
  0 siblings, 0 replies; 3+ messages in thread
From: Petr Vaněk @ 2024-03-05  9:18 UTC (permalink / raw
  To: gentoo-commits

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 <yselkowi@redhat.com>
-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 <dave@mielke.cc>.
-+#
-+msgid ""
-+msgstr ""
-+"Project-Id-Version: brltty 4.5\n"
-+"Report-Msgid-Bugs-To: BRLTTY@brltty.app\n"
-+"POT-Creation-Date: 2021-01-27 11:47-0500\n"
-+"PO-Revision-Date: 2021-02-07 08:18-0500\n"
-+"Last-Translator: Маргарита Мельникова <margaretmelnikova@gmail.com>\n"
-+"Language-Team: Friends of BRLTTY <BRLTTY@brlttY.app>\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"


^ permalink raw reply related	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2024-03-05  9:18 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-01-20  1:23 [gentoo-commits] repo/gentoo:master commit in: app-accessibility/brltty/files/ Sam James
  -- strict thread matches above, loose matches on Subject: below --
2024-03-05  9:18 Petr Vaněk
2017-12-06 13:04 Michael Palimaka

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox