diff options
19 files changed, 89 insertions, 59 deletions
diff --git a/dev-perl/Text-Iconv/Text-Iconv-1.700.0-r2.ebuild b/dev-perl/Text-Iconv/Text-Iconv-1.700.0-r3.ebuild index 2c011e2e9165..3234f92a3daa 100644 --- a/dev-perl/Text-Iconv/Text-Iconv-1.700.0-r2.ebuild +++ b/dev-perl/Text-Iconv/Text-Iconv-1.700.0-r3.ebuild @@ -1,7 +1,7 @@ # Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=6 +EAPI=8 DIST_AUTHOR=MPIOTR DIST_VERSION=1.7 @@ -11,7 +11,7 @@ DESCRIPTION="A Perl interface to the iconv() codeset conversion function" SLOT="0" KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~sparc-solaris ~x64-solaris" -IUSE="" RDEPEND="virtual/libiconv" DEPEND="${RDEPEND}" +BDEPEND="${RDEPEND}" diff --git a/dev-perl/Text-Kakasi/Text-Kakasi-2.40.0-r2.ebuild b/dev-perl/Text-Kakasi/Text-Kakasi-2.40.0-r3.ebuild index 97f15fb795c9..019634d08679 100644 --- a/dev-perl/Text-Kakasi/Text-Kakasi-2.40.0-r2.ebuild +++ b/dev-perl/Text-Kakasi/Text-Kakasi-2.40.0-r3.ebuild @@ -1,7 +1,7 @@ # Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=6 +EAPI=8 DIST_AUTHOR=DANKOGAI DIST_VERSION=2.04 @@ -12,9 +12,9 @@ DESCRIPTION="This module provides libkakasi interface for Perl" LICENSE="GPL-2" SLOT="0" KEYWORDS="amd64 ~ia64 ppc ppc64 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~sparc-solaris" -IUSE="" RDEPEND=">=app-i18n/kakasi-2.3.4" DEPEND="${RDEPEND}" +BDEPEND="${RDEPEND}" PATCHES=( "${FILESDIR}"/${PN}-2.04-makefile.patch ) diff --git a/dev-perl/Text-Levenshtein/Manifest b/dev-perl/Text-Levenshtein/Manifest index 6411b658e7e7..03b2568bab6e 100644 --- a/dev-perl/Text-Levenshtein/Manifest +++ b/dev-perl/Text-Levenshtein/Manifest @@ -1 +1,2 @@ DIST Text-Levenshtein-0.13.tar.gz 15429 BLAKE2B ff50b2d2ab8f97d039f954f022a84dd091770f0edc95d2ed9f198fc98bc4ed1b5d741c84759790585a017c1ec64187a632805db06bd95ac60be391da935860ad SHA512 041e9038c723ea31c2c0516b48ba6de88dacc1e8a5679cf2a8437c10ff5bb3d68e518547ca0ec79ec8a1fa209eb6950687c9d91064b4c8788f77f2a1285f2c6f +DIST Text-Levenshtein-0.14.tar.gz 15601 BLAKE2B eeac8f46a7f108f9c01ea8098affe3597d25f830f2f451a4a0c7e6fa8a7809f17928ff373ea123368c42035ee012417fc19e3bab898183215f6135e90c4e5e47 SHA512 21d61d967693b1094d939050e81886ecb8af5a27775e919000ea5d43e272896952df22e2dd103e91d22a7a5b34c5b89799c9aa62c8ab7d2252df6dc76025295b diff --git a/dev-perl/Text-Levenshtein/Text-Levenshtein-0.140.0.ebuild b/dev-perl/Text-Levenshtein/Text-Levenshtein-0.140.0.ebuild new file mode 100644 index 000000000000..8989990e685b --- /dev/null +++ b/dev-perl/Text-Levenshtein/Text-Levenshtein-0.140.0.ebuild @@ -0,0 +1,27 @@ +# Copyright 1999-2021 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +DIST_AUTHOR=NEILB +DIST_VERSION=0.14 +inherit perl-module + +DESCRIPTION="An implementation of the Levenshtein edit distance" + +SLOT="0" +KEYWORDS="~amd64 ~ia64 ~ppc ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~sparc-solaris" + +RDEPEND=" + virtual/perl-Carp + virtual/perl-Exporter + virtual/perl-Scalar-List-Utils + >=virtual/perl-Unicode-Collate-1.40.0 +" +BDEPEND="${RDEPEND} + virtual/perl-ExtUtils-MakeMaker + test? ( + >=virtual/perl-Test-Simple-0.880.0 + virtual/perl-parent + ) +" diff --git a/dev-perl/Text-LevenshteinXS/Text-LevenshteinXS-0.30.0-r1.ebuild b/dev-perl/Text-LevenshteinXS/Text-LevenshteinXS-0.30.0-r2.ebuild index 33ef1ec07c0f..14442e29d77d 100644 --- a/dev-perl/Text-LevenshteinXS/Text-LevenshteinXS-0.30.0-r1.ebuild +++ b/dev-perl/Text-LevenshteinXS/Text-LevenshteinXS-0.30.0-r2.ebuild @@ -1,16 +1,13 @@ # Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=5 +EAPI=8 -MODULE_AUTHOR=JGOLDBERG -MODULE_VERSION=0.03 +DIST_AUTHOR=JGOLDBERG +DIST_VERSION=0.03 inherit perl-module DESCRIPTION="An XS implementation of the Levenshtein edit distance" SLOT="0" KEYWORDS="amd64 ~ia64 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~sparc-solaris" -IUSE="" - -SRC_TEST="do" diff --git a/dev-perl/Text-Markdown/Text-Markdown-1.0.31-r1.ebuild b/dev-perl/Text-Markdown/Text-Markdown-1.0.31-r2.ebuild index 2632848022c0..501bd53d008e 100644 --- a/dev-perl/Text-Markdown/Text-Markdown-1.0.31-r1.ebuild +++ b/dev-perl/Text-Markdown/Text-Markdown-1.0.31-r2.ebuild @@ -1,7 +1,7 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=6 +EAPI=8 DIST_AUTHOR=BOBTFISH DIST_VERSION=1.000031 @@ -12,15 +12,13 @@ DESCRIPTION="Convert MultiMarkdown syntax to (X)HTML" SLOT="0" LICENSE="BSD" KEYWORDS="amd64 ~arm64 x86" -IUSE="test" -RESTRICT="!test? ( test )" RDEPEND=" virtual/perl-Digest-MD5 virtual/perl-Getopt-Long virtual/perl-Text-Balanced " -DEPEND="${RDEPEND} +BDEPEND="${RDEPEND} test? ( virtual/perl-Test-Simple dev-perl/Text-Diff diff --git a/dev-perl/Text-Netstring/Text-Netstring-0.70.0-r1.ebuild b/dev-perl/Text-Netstring/Text-Netstring-0.70.0-r2.ebuild index 0115a6b997f8..36e1fa431de8 100644 --- a/dev-perl/Text-Netstring/Text-Netstring-0.70.0-r1.ebuild +++ b/dev-perl/Text-Netstring/Text-Netstring-0.70.0-r2.ebuild @@ -1,16 +1,13 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=5 +EAPI=8 -MODULE_AUTHOR=JRAFTERY -MODULE_VERSION=0.07 +DIST_AUTHOR=JRAFTERY +DIST_VERSION=0.07 inherit perl-module DESCRIPTION="Create and manipulate netstrings" SLOT="0" KEYWORDS="~amd64 ~x86" -IUSE="" - -SRC_TEST="do" diff --git a/dev-perl/Text-Password-Pronounceable/Text-Password-Pronounceable-0.300.0-r1.ebuild b/dev-perl/Text-Password-Pronounceable/Text-Password-Pronounceable-0.300.0-r2.ebuild index e059ea14c1c9..a920fab3be8d 100644 --- a/dev-perl/Text-Password-Pronounceable/Text-Password-Pronounceable-0.300.0-r1.ebuild +++ b/dev-perl/Text-Password-Pronounceable/Text-Password-Pronounceable-0.300.0-r2.ebuild @@ -1,22 +1,16 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=5 +EAPI=8 -MODULE_VERSION=0.30 -MODULE_AUTHOR=TSIBLEY +DIST_VERSION=0.30 +DIST_AUTHOR=TSIBLEY inherit perl-module DESCRIPTION="Generate pronounceable passwords" SLOT="0" KEYWORDS="amd64 ~x86" -IUSE="test" -RESTRICT="!test? ( test )" - -DEPEND="test? ( virtual/perl-Test-Simple )" - -SRC_TEST="do" src_prepare() { sed -i -e 's/use inc::Module::Install;/use lib q[.]; use inc::Module::Install;/' Makefile.PL || diff --git a/dev-perl/Text-Patch/Text-Patch-1.800.0-r1.ebuild b/dev-perl/Text-Patch/Text-Patch-1.800.0-r2.ebuild index fedb47d2380f..2a3fdd0a622d 100644 --- a/dev-perl/Text-Patch/Text-Patch-1.800.0-r1.ebuild +++ b/dev-perl/Text-Patch/Text-Patch-1.800.0-r2.ebuild @@ -1,10 +1,10 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=5 +EAPI=8 -MODULE_AUTHOR=CADE -MODULE_VERSION=1.8 +DIST_AUTHOR=CADE +DIST_VERSION=1.8 inherit perl-module DESCRIPTION="Patches text with given patch" @@ -12,11 +12,9 @@ DESCRIPTION="Patches text with given patch" LICENSE="GPL-2" SLOT="0" KEYWORDS="amd64 ~hppa x86" -IUSE="" RDEPEND=" dev-perl/Text-Diff " -DEPEND="${RDEPEND}" - -SRC_TEST="do" +BDEPEND="${RDEPEND} +" diff --git a/dev-perl/Text-Quoted/Manifest b/dev-perl/Text-Quoted/Manifest index 988082eeb790..370f1c5d8d0b 100644 --- a/dev-perl/Text-Quoted/Manifest +++ b/dev-perl/Text-Quoted/Manifest @@ -1 +1,2 @@ DIST Text-Quoted-2.09.tar.gz 27978 BLAKE2B 9b9e06f68ae163e87a7d98d8c0ab8a1159a8af774541c9d32f32fa5ac215026bcc0c527e32e5b1276860a3f461294d6539c48eb8450be557188923bbe857aa62 SHA512 c87f619458800678c49d6587f595ab5965410309c10fdf8bd39b34fb9eb06435252bbc6b95553342227f2a1947e87ad70ee61aaf8e34b11e6060cfe28f8fd4ef +DIST Text-Quoted-2.10.tar.gz 26498 BLAKE2B 73675c09c5af4f137748cabac006cddd66394d47c1fa5451eeb6441bc6f4fc716ddfaf44decd3b809ef5ab676c9be42697af4e352900b1a6f58ac1458025f343 SHA512 11f76028beec9b233205d264283cc2c5dcae82553d88ac80141f2d314c9cd054b37bfd363cd6c6addc50cfdc001790bb8506975f78a10b6c5901e9216151029a diff --git a/dev-perl/Text-Quoted/Text-Quoted-2.100.0.ebuild b/dev-perl/Text-Quoted/Text-Quoted-2.100.0.ebuild new file mode 100644 index 000000000000..1b1833795ceb --- /dev/null +++ b/dev-perl/Text-Quoted/Text-Quoted-2.100.0.ebuild @@ -0,0 +1,21 @@ +# Copyright 1999-2021 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +DIST_AUTHOR=BPS +DIST_VERSION=2.10 +inherit perl-module + +DESCRIPTION="Extract the structure of a quoted mail message" + +SLOT="0" +KEYWORDS="~amd64 ~ia64 ~ppc ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~sparc-solaris" + +RDEPEND=" + dev-perl/Text-Autoformat + virtual/perl-Text-Tabs+Wrap +" +BDEPEND="${RDEPEND} + >=virtual/perl-ExtUtils-MakeMaker-6.590.0 +" diff --git a/dev-perl/Text-Reform/Text-Reform-1.200.0-r1.ebuild b/dev-perl/Text-Reform/Text-Reform-1.200.0-r2.ebuild index 72d8c69850e1..fbf7b604e67d 100644 --- a/dev-perl/Text-Reform/Text-Reform-1.200.0-r1.ebuild +++ b/dev-perl/Text-Reform/Text-Reform-1.200.0-r2.ebuild @@ -1,25 +1,21 @@ # Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=5 +EAPI=8 -MY_PN=Text-Reform -MODULE_AUTHOR=CHORNY -MODULE_VERSION=1.20 +DIST_AUTHOR=CHORNY +DIST_VERSION=1.20 inherit perl-module DESCRIPTION="Manual text wrapping and reformatting" SLOT="0" KEYWORDS="~alpha amd64 ~arm arm64 ~hppa ~ia64 ppc ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" -IUSE="test" -RESTRICT="!test? ( test )" RDEPEND="" -DEPEND="dev-perl/Module-Build - test? ( virtual/perl-Test-Simple )" - -SRC_TEST=do +BDEPEND="dev-perl/Module-Build + test? ( virtual/perl-Test-Simple ) +" src_test() { perl_rm_files t/pod.t diff --git a/dev-util/checkbashisms/checkbashisms-2.21.4.ebuild b/dev-util/checkbashisms/checkbashisms-2.21.4.ebuild index c92bd4dea7d8..fe77ca334930 100644 --- a/dev-util/checkbashisms/checkbashisms-2.21.4.ebuild +++ b/dev-util/checkbashisms/checkbashisms-2.21.4.ebuild @@ -13,7 +13,7 @@ S="${WORKDIR}/${MY_P}/scripts" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86" +KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~riscv ~x86" # Requires python packages to check tools we don't need anyway RESTRICT="test" diff --git a/dev-util/d-feet/d-feet-0.3.16.ebuild b/dev-util/d-feet/d-feet-0.3.16.ebuild index 78b248d5ae38..7a9d65104598 100644 --- a/dev-util/d-feet/d-feet-0.3.16.ebuild +++ b/dev-util/d-feet/d-feet-0.3.16.ebuild @@ -11,7 +11,7 @@ HOMEPAGE="https://wiki.gnome.org/Apps/DFeet" LICENSE="GPL-2+" SLOT="0" -KEYWORDS="amd64 x86" +KEYWORDS="amd64 ~riscv x86" IUSE="test +X" RESTRICT="!test? ( test )" diff --git a/dev-util/scanmem/scanmem-0.17.ebuild b/dev-util/scanmem/scanmem-0.17.ebuild index 4ff912ced245..0f73625fc11a 100644 --- a/dev-util/scanmem/scanmem-0.17.ebuild +++ b/dev-util/scanmem/scanmem-0.17.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 -PYTHON_COMPAT=( python3_{7,8,9} ) +PYTHON_COMPAT=( python3_{8,9} ) inherit autotools python-single-r1 @@ -13,7 +13,7 @@ SRC_URI="https://github.com/scanmem/scanmem/archive/v${PV}.tar.gz -> ${P}.tar.gz LICENSE="GPL-3" SLOT="0" -KEYWORDS="~amd64 ~x86" +KEYWORDS="~amd64 ~riscv ~x86" IUSE="gui static-libs" DEPEND="sys-libs/readline:0=" diff --git a/games-engines/frotz/frotz-2.53-r1.ebuild b/games-engines/frotz/frotz-2.53-r1.ebuild index 6be32d8e9c56..1fdf97ae9e56 100644 --- a/games-engines/frotz/frotz-2.53-r1.ebuild +++ b/games-engines/frotz/frotz-2.53-r1.ebuild @@ -11,7 +11,7 @@ SRC_URI="https://gitlab.com/DavidGriffith/${PN}/-/archive/${PV}/${P}.tar.bz2" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~amd64 ~arm ~x86" +KEYWORDS="~amd64 ~arm ~riscv ~x86" IUSE="ncurses sdl sound unicode" REQUIRED_USE="sound? ( || ( ncurses sdl ) )" diff --git a/games-engines/scummvm/scummvm-2.2.0-r2.ebuild b/games-engines/scummvm/scummvm-2.2.0-r2.ebuild index 65afd2a5beb6..22d247713dfa 100644 --- a/games-engines/scummvm/scummvm-2.2.0-r2.ebuild +++ b/games-engines/scummvm/scummvm-2.2.0-r2.ebuild @@ -12,7 +12,7 @@ if [[ ${PV} == *9999* ]]; then EGIT_REPO_URI="https://github.com/scummvm/scummvm" else SRC_URI="https://scummvm.org/frs/scummvm/${PV}/${P}.tar.xz" - KEYWORDS="~amd64 ~arm64 ~ppc ~ppc64 ~x86" + KEYWORDS="~amd64 ~arm64 ~ppc ~ppc64 ~riscv ~x86" S="${WORKDIR}/${PN}-${P}" fi diff --git a/mail-mta/msmtp/msmtp-1.8.16.ebuild b/mail-mta/msmtp/msmtp-1.8.16.ebuild index 779561821781..aca3fa1b1709 100644 --- a/mail-mta/msmtp/msmtp-1.8.16.ebuild +++ b/mail-mta/msmtp/msmtp-1.8.16.ebuild @@ -11,7 +11,7 @@ SRC_URI="https://marlam.de/msmtp/releases/${P}.tar.xz" LICENSE="GPL-3" SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos" +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~riscv ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos" IUSE="daemon doc gnome-keyring idn +mta nls sasl ssl vim-syntax" # fcaps.eclass unconditionally defines "filecaps" USE flag which we need for diff --git a/media-libs/sdl2-net/sdl2-net-2.0.1.ebuild b/media-libs/sdl2-net/sdl2-net-2.0.1.ebuild index 195ceafd5397..fdb48511b2e9 100644 --- a/media-libs/sdl2-net/sdl2-net-2.0.1.ebuild +++ b/media-libs/sdl2-net/sdl2-net-2.0.1.ebuild @@ -12,7 +12,7 @@ SRC_URI="https://www.libsdl.org/projects/SDL_net/release/${MY_P}.tar.gz" LICENSE="ZLIB" SLOT="0" -KEYWORDS="amd64 ~arm64 ~ppc ~ppc64 x86" +KEYWORDS="amd64 ~arm64 ~ppc ~ppc64 ~riscv x86" IUSE="static-libs" RDEPEND=">=media-libs/libsdl2-2.0.1-r1[${MULTILIB_USEDEP}]" |