Merge updates from master

This commit is contained in:
Repository mirror & CI
2026-08-29 06:30:46 +00:00
6 changed files with 33 additions and 4 deletions

View File

@@ -13,7 +13,7 @@ if [[ ${PV} == 9999* ]]; then
else
SRC_URI="https://github.com/containers/shortnames/archive/${GIT_COMMIT}.tar.gz -> ${P}.tar.gz"
S="${WORKDIR}/${PN#containers-}-${GIT_COMMIT}"
KEYWORDS="~amd64 ~arm64 ~loong ~riscv"
KEYWORDS="~alpha ~amd64 ~arm64 ~loong ~riscv"
fi
LICENSE="Apache-2.0"

View File

@@ -1,2 +1,3 @@
DIST dict-uk_UA-6.6.1.oxt 1851083 BLAKE2B d5a02dbe4639e36d609385551ad0c748b7fdc546c2cc8f693d7601f4ce48c5a152a5405b5a8ea389f3c7fb0f32e01c30476c6e715f8502b53f78b8cc25d9f076 SHA512 14acbf228a8a90ae4cae1cf905ebb86a72486c7b8ee4ac13bb0eacea973f875ad1b3e5017071fd2440db879f292de8d29662ceb9ca8e8f0c1709a25a1c840196
DIST dict-uk_UA-6.7.5.oxt 1898382 BLAKE2B b2fd27773af6715416517b8ae72aada451d78f620e094a84e639f82287ccf0036d9431726e0b7c8f798cc5e2b1e8bfa779633c03efb07e14eaa75e3f6e79e848 SHA512 16a251494e5b34f39ef3b7cce8ac9450bbfd9195b33bdad2327300a1475443c17cefc34eca248a23de56c95644db2b13bad0dadb8748a0d4031e969bffc425e1
DIST dict-uk_UA-6.8.5.oxt 1908641 BLAKE2B 385417cf6cde2d6bb82cd6c92133e2d7d94f9fe6a41999a861705e5acb1a5fe7f74215775abe03f00cfa584948d43c61709555882e09ebf10e60a2c3f3a907b0 SHA512 6c6e3bc7990a7d03339ae90f4fbd21aba47e2a7232d1b95e0d373a1d0f6bf398ac42edd6f6accc390d0a218be20b22298a936e0a88e280791f52c3bd73b53ee6

View File

@@ -0,0 +1,28 @@
# Copyright 1999-2026 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
MYSPELL_DICT=(
"uk_UA.aff"
"uk_UA.dic"
)
MYSPELL_HYPH=(
"hyph_uk_UA.dic"
)
MYSPELL_THES=(
"th_uk_UA.dat"
"th_uk_UA.idx"
)
inherit myspell-r2
DESCRIPTION="Ukrainian dictionaries for myspell/hunspell"
HOMEPAGE="https://extensions.libreoffice.org/extension-center/ukrainian-spelling-dictionary-and-thesaurus"
SRC_URI="https://extensions.libreoffice.org/assets/downloads/521/1787530499/dict-uk_UA-6.8.5.oxt"
LICENSE="GPL-3 LGPL-2.1 MPL-1.1"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~loong ~mips ~ppc ~ppc64 ~riscv ~sparc ~x86"

View File

@@ -17,7 +17,7 @@ HOMEPAGE="
LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64 ~arm64 ~x86"
KEYWORDS="amd64 arm64 ~x86"
# httpx is needed to download builds
# zstandard is needed to install them

View File

@@ -16,7 +16,7 @@ HOMEPAGE="
LICENSE="Apache-2.0"
SLOT="0"
KEYWORDS="~amd64 ~arm64 ~ppc64 ~riscv ~x86"
KEYWORDS="amd64 arm64 ~ppc64 ~riscv x86"
IUSE="test"
RESTRICT="!test? ( test )"

View File

@@ -27,7 +27,7 @@ else
SRC_URI="https://nmap.org/dist/${P}.tar.bz2"
SRC_URI+=" verify-sig? ( https://nmap.org/dist/sigs/${P}.tar.bz2.asc )"
KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~x64-macos"
KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~mips ~ppc ppc64 ~riscv ~s390 ~sparc ~x86 ~x64-macos"
fi
SRC_URI+=" https://distfiles.gentoo.org/pub/dev/sam@gentoo.org/${CATEGORY}/${PN}/${PN}-7.991-patches-1.tar.xz"