commit: 9e79fbfa2aa1c65d87c46e3cf8438b5b5c48e824 Author: LiviaMedeiros <livia <AT> cirno <DOT> name> AuthorDate: Sat Jan 3 16:52:10 2026 +0000 Commit: Craig Andrews <candrews <AT> gentoo <DOT> org> CommitDate: Sat Jan 3 20:06:51 2026 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9e79fbfa
app-arch/brotli: add `brcat` and `unbrotli` aliases Signed-off-by: LiviaMedeiros <livia <AT> cirno.name> Part-of: https://github.com/gentoo/gentoo/pull/45239 Closes: https://github.com/gentoo/gentoo/pull/45239 Signed-off-by: Craig Andrews <candrews <AT> gentoo.org> app-arch/brotli/{brotli-9999.ebuild => brotli-1.2.0-r1.ebuild} | 9 +++++++-- app-arch/brotli/brotli-9999.ebuild | 7 ++++++- 2 files changed, 13 insertions(+), 3 deletions(-) diff --git a/app-arch/brotli/brotli-9999.ebuild b/app-arch/brotli/brotli-1.2.0-r1.ebuild similarity index 79% copy from app-arch/brotli/brotli-9999.ebuild copy to app-arch/brotli/brotli-1.2.0-r1.ebuild index 5adb42dcf640..e1b211ea6bf1 100644 --- a/app-arch/brotli/brotli-9999.ebuild +++ b/app-arch/brotli/brotli-1.2.0-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2025 Gentoo Authors +# Copyright 1999-2026 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -14,7 +14,7 @@ if [[ ${PV} == *9999* ]] ; then EGIT_REPO_URI="https://github.com/google/${PN}.git" inherit git-r3 else - KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~x64-macos ~x64-solaris" + KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~loong ~m68k ~mips ppc ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~x64-macos ~x64-solaris" SRC_URI=" https://github.com/google/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz @@ -90,4 +90,9 @@ multilib_src_install_all() { for page in constants decode encode types ; do newman docs/${page}.h.3 ${PN}_${page}.h.3 done + + dosym -r /usr/bin/brotli /usr/bin/brcat + dosym -r /usr/bin/brotli /usr/bin/unbrotli + dosym -r /usr/share/man/man1/brotli.1 /usr/share/man/man1/brcat.1 + dosym -r /usr/share/man/man1/brotli.1 /usr/share/man/man1/unbrotli.1 } diff --git a/app-arch/brotli/brotli-9999.ebuild b/app-arch/brotli/brotli-9999.ebuild index 5adb42dcf640..dc2f42e450a1 100644 --- a/app-arch/brotli/brotli-9999.ebuild +++ b/app-arch/brotli/brotli-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2025 Gentoo Authors +# Copyright 1999-2026 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -90,4 +90,9 @@ multilib_src_install_all() { for page in constants decode encode types ; do newman docs/${page}.h.3 ${PN}_${page}.h.3 done + + dosym -r /usr/bin/brotli /usr/bin/brcat + dosym -r /usr/bin/brotli /usr/bin/unbrotli + dosym -r /usr/share/man/man1/brotli.1 /usr/share/man/man1/brcat.1 + dosym -r /usr/share/man/man1/brotli.1 /usr/share/man/man1/unbrotli.1 }
