diff options
127 files changed, 188 insertions, 872 deletions
diff --git a/app-text/texlive-core/texlive-core-2023-r7.ebuild b/app-text/texlive-core/texlive-core-2023-r7.ebuild index 10687a1f1e0c..6c31d5585cfc 100644 --- a/app-text/texlive-core/texlive-core-2023-r7.ebuild +++ b/app-text/texlive-core/texlive-core-2023-r7.ebuild @@ -1,7 +1,7 @@ # Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI="8" +EAPI=8 TL_SOURCE_VERSION=20230311 inherit flag-o-matic toolchain-funcs libtool texlive-common @@ -193,15 +193,11 @@ RDEPEND=" S="${WORKDIR}/${MY_P}" BUILDDIR="${WORKDIR}/${P}_build" -src_unpack() { - default - - mkdir -p "${BUILDDIR}" || die "failed to create build dir" -} - RELOC_TARGET=texmf-dist src_prepare() { + mkdir "${BUILDDIR}" || die "failed to create build dir" + cd "${WORKDIR}" || die # From texlive-module.eclass. @@ -385,6 +381,20 @@ src_compile() { && cat "${T}/updmap_update3" > "texmf-dist/web2c/updmap.cfg" } +src_test() { + cd "${BUILDDIR}" || die + + sed -i \ + -e 's;uptexdir/nissya.test;;' \ + -e 's;uptexdir/upbibtex.test;;' \ + texk/web2c/Makefile || die + sed -i \ + -e 's;dvispc.test;;' \ + texk/dviout-util/Makefile || die + + emake check +} + src_install() { cd "${BUILDDIR}" || die dodir ${TEXMF_PATH:-/usr/share/texmf-dist}/web2c diff --git a/app-text/texlive/texlive-2023.ebuild b/app-text/texlive/texlive-2023.ebuild index 5155ec331177..50a8a4fc5e6a 100644 --- a/app-text/texlive/texlive-2023.ebuild +++ b/app-text/texlive/texlive-2023.ebuild @@ -1,7 +1,7 @@ # Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI="8" +EAPI=8 DESCRIPTION="A complete TeX distribution" HOMEPAGE="http://tug.org/texlive/" diff --git a/dev-erlang/base64url/base64url-1.0.1-r1.ebuild b/dev-erlang/base64url/base64url-1.0.1-r1.ebuild index f445881830a1..715564e17794 100644 --- a/dev-erlang/base64url/base64url-1.0.1-r1.ebuild +++ b/dev-erlang/base64url/base64url-1.0.1-r1.ebuild @@ -12,7 +12,7 @@ SRC_URI="https://github.com/dvv/base64url/archive/${PV}.tar.gz LICENSE="MIT" SLOT="0" -KEYWORDS="amd64 ~arm ~ia64 ~ppc ~sparc x86" +KEYWORDS="amd64 ~arm ~sparc x86" DEPEND=">=dev-lang/erlang-17.1" RDEPEND="${DEPEND}" diff --git a/dev-erlang/cache_tab/cache_tab-1.0.30.ebuild b/dev-erlang/cache_tab/cache_tab-1.0.30.ebuild index 98c27520f6b9..2c785cf2bebf 100644 --- a/dev-erlang/cache_tab/cache_tab-1.0.30.ebuild +++ b/dev-erlang/cache_tab/cache_tab-1.0.30.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -12,7 +12,7 @@ SRC_URI="https://github.com/processone/${PN}/archive/${PV}.tar.gz LICENSE="Apache-2.0" SLOT="0" -KEYWORDS="amd64 ~arm ~ia64 ~ppc ~sparc ~x86" +KEYWORDS="amd64 ~arm ~sparc ~x86" DEPEND=" >=dev-lang/erlang-17.1 diff --git a/dev-erlang/eimp/eimp-1.0.22.ebuild b/dev-erlang/eimp/eimp-1.0.22.ebuild index 25825eeff7b5..249d737eb6eb 100644 --- a/dev-erlang/eimp/eimp-1.0.22.ebuild +++ b/dev-erlang/eimp/eimp-1.0.22.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -12,7 +12,7 @@ SRC_URI="https://github.com/processone/eimp/archive/${PV}.tar.gz LICENSE="Apache-2.0" SLOT="0" -KEYWORDS="amd64 ~arm ~ia64 ~ppc ~sparc ~x86" +KEYWORDS="amd64 ~arm ~sparc ~x86" RDEPEND=" >=dev-lang/erlang-17.1 diff --git a/dev-erlang/epam/epam-1.0.12.ebuild b/dev-erlang/epam/epam-1.0.12.ebuild index 46063ac58227..4665840e3fb3 100644 --- a/dev-erlang/epam/epam-1.0.12.ebuild +++ b/dev-erlang/epam/epam-1.0.12.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -12,7 +12,7 @@ SRC_URI="https://github.com/processone/${PN}/archive/${PV}.tar.gz LICENSE="GPL-2" SLOT="0" -KEYWORDS="amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86" +KEYWORDS="amd64 ~arm ~ppc64 ~sparc ~x86" DEPEND=" acct-group/epam diff --git a/dev-erlang/epam/epam-1.0.14.ebuild b/dev-erlang/epam/epam-1.0.14.ebuild index b95732e69ef6..348236c8b735 100644 --- a/dev-erlang/epam/epam-1.0.14.ebuild +++ b/dev-erlang/epam/epam-1.0.14.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2023 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -14,7 +14,7 @@ SRC_URI=" LICENSE="GPL-2" SLOT="0" -KEYWORDS="amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86" +KEYWORDS="amd64 ~arm ~ppc64 ~sparc ~x86" DEPEND=" acct-group/epam diff --git a/dev-erlang/eredis/eredis-1.2.0-r1.ebuild b/dev-erlang/eredis/eredis-1.2.0-r1.ebuild index d5b1485ce97f..7af516fbf75e 100644 --- a/dev-erlang/eredis/eredis-1.2.0-r1.ebuild +++ b/dev-erlang/eredis/eredis-1.2.0-r1.ebuild @@ -12,7 +12,7 @@ SRC_URI="https://github.com/wooga/${PN}/archive/v${PV}.tar.gz LICENSE="MIT" SLOT="0" -KEYWORDS="amd64 ~arm ~ia64 ~ppc ~sparc ~x86" +KEYWORDS="amd64 ~arm ~sparc ~x86" DEPEND=">=dev-lang/erlang-17.1" RDEPEND="${DEPEND}" diff --git a/dev-erlang/esip/esip-1.0.47.ebuild b/dev-erlang/esip/esip-1.0.47.ebuild index e55b0bf04e6c..74968332ac00 100644 --- a/dev-erlang/esip/esip-1.0.47.ebuild +++ b/dev-erlang/esip/esip-1.0.47.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -11,7 +11,7 @@ SRC_URI="https://github.com/processone/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz LICENSE="Apache-2.0" SLOT="0" -KEYWORDS="amd64 ~arm ~ia64 ~ppc ~sparc ~x86" +KEYWORDS="amd64 ~arm ~sparc ~x86" DEPEND=" >=dev-erlang/fast_tls-1.1.15 diff --git a/dev-erlang/esip/esip-1.0.48.ebuild b/dev-erlang/esip/esip-1.0.48.ebuild index 77f33750e708..a2772d3c0405 100644 --- a/dev-erlang/esip/esip-1.0.48.ebuild +++ b/dev-erlang/esip/esip-1.0.48.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -11,7 +11,7 @@ SRC_URI="https://github.com/processone/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz LICENSE="Apache-2.0" SLOT="0" -KEYWORDS="~amd64 ~arm ~ia64 ~ppc ~sparc ~x86" +KEYWORDS="~amd64 ~arm ~sparc ~x86" DEPEND=" >=dev-erlang/fast_tls-1.1.16 diff --git a/dev-erlang/esip/esip-1.0.49.ebuild b/dev-erlang/esip/esip-1.0.49.ebuild index 4f818e02d572..8fb08b4d19be 100644 --- a/dev-erlang/esip/esip-1.0.49.ebuild +++ b/dev-erlang/esip/esip-1.0.49.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2023 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -11,7 +11,7 @@ SRC_URI="https://github.com/processone/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz LICENSE="Apache-2.0" SLOT="0" -KEYWORDS="amd64 ~arm ~ia64 ~ppc ~sparc ~x86" +KEYWORDS="amd64 ~arm ~sparc ~x86" DEPEND=" >=dev-erlang/fast_tls-1.1.16 diff --git a/dev-erlang/esip/esip-1.0.50.ebuild b/dev-erlang/esip/esip-1.0.50.ebuild index b02f19dc86a5..21fe2b2e3326 100644 --- a/dev-erlang/esip/esip-1.0.50.ebuild +++ b/dev-erlang/esip/esip-1.0.50.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2023 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -11,7 +11,7 @@ SRC_URI="https://github.com/processone/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz LICENSE="Apache-2.0" SLOT="0" -KEYWORDS="~amd64 ~arm ~ia64 ~ppc ~sparc ~x86" +KEYWORDS="~amd64 ~arm ~sparc ~x86" DEPEND=" >=dev-erlang/fast_tls-1.1.16 diff --git a/dev-erlang/esip/esip-1.0.52.ebuild b/dev-erlang/esip/esip-1.0.52.ebuild index 1be60ad5326c..7ecee31c8a8c 100644 --- a/dev-erlang/esip/esip-1.0.52.ebuild +++ b/dev-erlang/esip/esip-1.0.52.ebuild @@ -11,7 +11,7 @@ SRC_URI="https://github.com/processone/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz LICENSE="Apache-2.0" SLOT="0" -KEYWORDS="amd64 ~arm ~ia64 ~ppc ~sparc ~x86" +KEYWORDS="amd64 ~arm ~sparc ~x86" DEPEND=" >=dev-erlang/fast_tls-1.1.16 diff --git a/dev-erlang/ezlib/ezlib-1.0.12.ebuild b/dev-erlang/ezlib/ezlib-1.0.12.ebuild index ee41c5a60ee3..6bad118d579c 100644 --- a/dev-erlang/ezlib/ezlib-1.0.12.ebuild +++ b/dev-erlang/ezlib/ezlib-1.0.12.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -11,7 +11,7 @@ SRC_URI="https://github.com/processone/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz LICENSE="Apache-2.0" SLOT="0" -KEYWORDS="amd64 ~arm ~ia64 ~ppc ~sparc ~x86" +KEYWORDS="amd64 ~arm ~sparc ~x86" DEPEND=" >=dev-lang/erlang-17.1:= diff --git a/dev-erlang/fast_tls/fast_tls-1.1.16.ebuild b/dev-erlang/fast_tls/fast_tls-1.1.16.ebuild index f21eb560ff75..a31d206fe91d 100644 --- a/dev-erlang/fast_tls/fast_tls-1.1.16.ebuild +++ b/dev-erlang/fast_tls/fast_tls-1.1.16.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2023 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -11,7 +11,7 @@ SRC_URI="https://github.com/processone/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz LICENSE="Apache-2.0" SLOT="0" -KEYWORDS="amd64 ~arm ~ia64 ~ppc ~sparc ~x86" +KEYWORDS="amd64 ~arm ~sparc ~x86" IUSE="" DEPEND=" diff --git a/dev-erlang/fast_tls/fast_tls-1.1.19.ebuild b/dev-erlang/fast_tls/fast_tls-1.1.19.ebuild index c0ea4b4e28d5..92ddb3407d8b 100644 --- a/dev-erlang/fast_tls/fast_tls-1.1.19.ebuild +++ b/dev-erlang/fast_tls/fast_tls-1.1.19.ebuild @@ -11,7 +11,7 @@ SRC_URI="https://github.com/processone/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz LICENSE="Apache-2.0" SLOT="0" -KEYWORDS="amd64 ~arm ~ia64 ~ppc ~sparc ~x86" +KEYWORDS="amd64 ~arm ~sparc ~x86" DEPEND=" >=dev-erlang/p1_utils-1.0.25 diff --git a/dev-erlang/fast_xml/fast_xml-1.1.49.ebuild b/dev-erlang/fast_xml/fast_xml-1.1.49.ebuild index 9bc994ade596..6573981cd787 100644 --- a/dev-erlang/fast_xml/fast_xml-1.1.49.ebuild +++ b/dev-erlang/fast_xml/fast_xml-1.1.49.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -12,7 +12,7 @@ SRC_URI="https://github.com/processone/${PN}/archive/${PV}.tar.gz LICENSE="Apache-2.0" SLOT="0" -KEYWORDS="amd64 ~arm ~ia64 ~ppc ~sparc ~x86" +KEYWORDS="amd64 ~arm ~sparc ~x86" DEPEND=">=dev-erlang/p1_utils-1.0.23 dev-libs/expat" diff --git a/dev-erlang/fast_xml/fast_xml-1.1.51.ebuild b/dev-erlang/fast_xml/fast_xml-1.1.51.ebuild index 0c25c1a1892b..11539e84cfd8 100644 --- a/dev-erlang/fast_xml/fast_xml-1.1.51.ebuild +++ b/dev-erlang/fast_xml/fast_xml-1.1.51.ebuild @@ -12,7 +12,7 @@ SRC_URI="https://github.com/processone/${PN}/archive/${PV}.tar.gz LICENSE="Apache-2.0" SLOT="0" -KEYWORDS="~amd64 ~arm ~ia64 ~ppc ~sparc ~x86" +KEYWORDS="~amd64 ~arm ~sparc ~x86" DEPEND=">=dev-erlang/p1_utils-1.0.23 dev-libs/expat" diff --git a/dev-erlang/fast_yaml/fast_yaml-1.0.32.ebuild b/dev-erlang/fast_yaml/fast_yaml-1.0.32.ebuild index 9c71b079cacb..8a2b8bf8c9ba 100644 --- a/dev-erlang/fast_yaml/fast_yaml-1.0.32.ebuild +++ b/dev-erlang/fast_yaml/fast_yaml-1.0.32.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -12,7 +12,7 @@ SRC_URI="https://github.com/processone/${PN}/archive/${PV}.tar.gz LICENSE="Apache-2.0" SLOT="0" -KEYWORDS="amd64 ~arm ~ia64 ~ppc ~sparc ~x86" +KEYWORDS="amd64 ~arm ~sparc ~x86" DEPEND=">=dev-erlang/p1_utils-1.0.23 dev-libs/libyaml" diff --git a/dev-erlang/fast_yaml/fast_yaml-1.0.33.ebuild b/dev-erlang/fast_yaml/fast_yaml-1.0.33.ebuild index 33f0be8bc804..9b2f68855107 100644 --- a/dev-erlang/fast_yaml/fast_yaml-1.0.33.ebuild +++ b/dev-erlang/fast_yaml/fast_yaml-1.0.33.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -11,7 +11,7 @@ SRC_URI="https://github.com/processone/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz LICENSE="Apache-2.0" SLOT="0" -KEYWORDS="amd64 ~arm ~ia64 ~ppc ~sparc ~x86" +KEYWORDS="amd64 ~arm ~sparc ~x86" DEPEND=" >=dev-erlang/p1_utils-1.0.25 diff --git a/dev-erlang/fast_yaml/fast_yaml-1.0.34.ebuild b/dev-erlang/fast_yaml/fast_yaml-1.0.34.ebuild index 4b1ade0bbc2f..43adc952280b 100644 --- a/dev-erlang/fast_yaml/fast_yaml-1.0.34.ebuild +++ b/dev-erlang/fast_yaml/fast_yaml-1.0.34.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -11,7 +11,7 @@ SRC_URI="https://github.com/processone/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz LICENSE="Apache-2.0" SLOT="0" -KEYWORDS="~amd64 ~arm ~ia64 ~ppc ~sparc ~x86" +KEYWORDS="~amd64 ~arm ~sparc ~x86" DEPEND=" >=dev-erlang/p1_utils-1.0.25 diff --git a/dev-erlang/fast_yaml/fast_yaml-1.0.36.ebuild b/dev-erlang/fast_yaml/fast_yaml-1.0.36.ebuild index aa898c20424c..01e6d2a9196f 100644 --- a/dev-erlang/fast_yaml/fast_yaml-1.0.36.ebuild +++ b/dev-erlang/fast_yaml/fast_yaml-1.0.36.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2023 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -11,7 +11,7 @@ SRC_URI="https://github.com/processone/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz LICENSE="Apache-2.0" SLOT="0" -KEYWORDS="amd64 ~arm ~ia64 ~ppc ~sparc ~x86" +KEYWORDS="amd64 ~arm ~sparc ~x86" DEPEND=" >=dev-erlang/p1_utils-1.0.25 diff --git a/dev-erlang/goldrush/goldrush-0.2.0-r1.ebuild b/dev-erlang/goldrush/goldrush-0.2.0-r1.ebuild index e70514e47471..b4ec22ad673e 100644 --- a/dev-erlang/goldrush/goldrush-0.2.0-r1.ebuild +++ b/dev-erlang/goldrush/goldrush-0.2.0-r1.ebuild @@ -12,7 +12,7 @@ SRC_URI="https://github.com/DeadZen/${PN}/archive/${PV}.tar.gz LICENSE="ISC" SLOT="0" -KEYWORDS="amd64 ~arm ~ia64 ~ppc ~sparc x86" +KEYWORDS="amd64 ~arm ~sparc x86" DEPEND=">=dev-lang/erlang-17.1" RDEPEND="${DEPEND}" diff --git a/dev-erlang/hamcrest/hamcrest-0.1.0_p20160709.ebuild b/dev-erlang/hamcrest/hamcrest-0.1.0_p20160709.ebuild index 322dc237d72b..81eb24852cc6 100644 --- a/dev-erlang/hamcrest/hamcrest-0.1.0_p20160709.ebuild +++ b/dev-erlang/hamcrest/hamcrest-0.1.0_p20160709.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2023 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -11,7 +11,7 @@ SRC_URI="https://dev.gentoo.org/~hanno/distfiles/${P}.tar.gz" LICENSE="BSD" SLOT="0" -KEYWORDS="amd64 ~arm ~ia64 ppc ~sparc x86" +KEYWORDS="amd64 ~arm ~sparc x86" IUSE="test" RESTRICT="!test? ( test )" diff --git a/dev-erlang/idna/idna-6.0.0-r2.ebuild b/dev-erlang/idna/idna-6.0.0-r2.ebuild index 2152ed7cbe6c..7efb53594010 100644 --- a/dev-erlang/idna/idna-6.0.0-r2.ebuild +++ b/dev-erlang/idna/idna-6.0.0-r2.ebuild @@ -13,7 +13,7 @@ S="${WORKDIR}/erlang-idna-${PV}" LICENSE="MIT" SLOT="0" -KEYWORDS="amd64 ~arm ~ia64 ~ppc ~sparc x86" +KEYWORDS="amd64 ~arm ~sparc x86" DEPEND=">=dev-lang/erlang-21.0" diff --git a/dev-erlang/jiffy/jiffy-1.1.1.ebuild b/dev-erlang/jiffy/jiffy-1.1.1.ebuild index e9ace5019e1b..8c842bd18256 100644 --- a/dev-erlang/jiffy/jiffy-1.1.1.ebuild +++ b/dev-erlang/jiffy/jiffy-1.1.1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -11,7 +11,7 @@ SRC_URI="https://github.com/davisp/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz" LICENSE="MIT BSD" SLOT="0" -KEYWORDS="amd64 ~arm ~ia64 ~ppc ~sparc ~x86" +KEYWORDS="amd64 ~arm ~sparc ~x86" DEPEND=">=dev-lang/erlang-17.1" RDEPEND="${DEPEND}" diff --git a/dev-erlang/jose/jose-1.11.10.ebuild b/dev-erlang/jose/jose-1.11.10.ebuild index 803c19e0048a..5b591ccc123f 100644 --- a/dev-erlang/jose/jose-1.11.10.ebuild +++ b/dev-erlang/jose/jose-1.11.10.ebuild @@ -16,7 +16,7 @@ S="${WORKDIR}/erlang-${P}" LICENSE="MIT" SLOT="0" -KEYWORDS="~amd64 ~arm ~ia64 ~ppc ~sparc ~x86" +KEYWORDS="~amd64 ~arm ~sparc ~x86" DEPEND=">=dev-lang/erlang-19.0" RDEPEND="${DEPEND}" diff --git a/dev-erlang/jose/jose-1.11.2.ebuild b/dev-erlang/jose/jose-1.11.2.ebuild index 728d04182c54..ea9d6b015420 100644 --- a/dev-erlang/jose/jose-1.11.2.ebuild +++ b/dev-erlang/jose/jose-1.11.2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -12,7 +12,7 @@ SRC_URI="https://github.com/potatosalad/erlang-jose/archive/${PV}.tar.gz LICENSE="MIT" SLOT="0" -KEYWORDS="amd64 ~arm ~ia64 ~ppc ~sparc ~x86" +KEYWORDS="amd64 ~arm ~sparc ~x86" IUSE="" DEPEND=">=dev-lang/erlang-19.0" diff --git a/dev-erlang/jose/jose-1.11.5.ebuild b/dev-erlang/jose/jose-1.11.5.ebuild index 503de0c10316..16f30f39c5df 100644 --- a/dev-erlang/jose/jose-1.11.5.ebuild +++ b/dev-erlang/jose/jose-1.11.5.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2023 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -14,7 +14,7 @@ SRC_URI=" LICENSE="MIT" SLOT="0" -KEYWORDS="amd64 ~arm ~ia64 ~ppc ~sparc ~x86" +KEYWORDS="amd64 ~arm ~sparc ~x86" DEPEND=">=dev-lang/erlang-19.0" RDEPEND="${DEPEND}" diff --git a/dev-erlang/lager/lager-3.9.1.ebuild b/dev-erlang/lager/lager-3.9.1.ebuild index fd8dd88b9065..6b4a98662d93 100644 --- a/dev-erlang/lager/lager-3.9.1.ebuild +++ b/dev-erlang/lager/lager-3.9.1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -12,7 +12,7 @@ SRC_URI="https://github.com/erlang-lager/${PN}/archive/${PV}.tar.gz LICENSE="Apache-2.0" SLOT="0" -KEYWORDS="amd64 ~arm ~ia64 ~ppc ~sparc ~x86" +KEYWORDS="amd64 ~arm ~sparc ~x86" DEPEND=">=dev-erlang/goldrush-0.1.9" RDEPEND="${DEPEND}" diff --git a/dev-erlang/luerl/luerl-0.3.ebuild b/dev-erlang/luerl/luerl-0.3.ebuild index fc9a03e4738a..cf2bb36bb46a 100644 --- a/dev-erlang/luerl/luerl-0.3.ebuild +++ b/dev-erlang/luerl/luerl-0.3.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -12,7 +12,7 @@ SRC_URI="https://github.com/rvirding/${PN}/archive/v${PV}.tar.gz LICENSE="Apache-2.0" SLOT="0" -KEYWORDS="amd64 ~arm ~ia64 ppc ~sparc x86" +KEYWORDS="amd64 ~arm ~sparc x86" DEPEND=">=dev-lang/erlang-17.1" RDEPEND="${DEPEND}" diff --git a/dev-erlang/luerl/luerl-1.2.ebuild b/dev-erlang/luerl/luerl-1.2.ebuild index ec5d1dcaf5df..e2843762de80 100644 --- a/dev-erlang/luerl/luerl-1.2.ebuild +++ b/dev-erlang/luerl/luerl-1.2.ebuild @@ -12,7 +12,7 @@ SRC_URI="https://github.com/rvirding/${PN}/archive/v${PV}.tar.gz LICENSE="Apache-2.0" SLOT="0" -KEYWORDS="~amd64 ~arm ~ia64 ~ppc ~sparc ~x86" +KEYWORDS="~amd64 ~arm ~sparc ~x86" DEPEND=">=dev-lang/erlang-17.1" RDEPEND="${DEPEND}" diff --git a/dev-erlang/meck/meck-0.8.13.ebuild b/dev-erlang/meck/meck-0.8.13.ebuild index 1b2b00f3b5de..def554185af0 100644 --- a/dev-erlang/meck/meck-0.8.13.ebuild +++ b/dev-erlang/meck/meck-0.8.13.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2023 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -11,7 +11,7 @@ SRC_URI="https://github.com/eproxus/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz" LICENSE="Apache-2.0" SLOT="0" -KEYWORDS="amd64 ~arm ~ia64 ppc ~sparc x86" +KEYWORDS="amd64 ~arm ~sparc x86" DEPEND=">=dev-lang/erlang-17.1" RDEPEND="${DEPEND}" diff --git a/dev-erlang/meck/meck-0.9.2.ebuild b/dev-erlang/meck/meck-0.9.2.ebuild index c53a6176c48a..e6c93d0e524a 100644 --- a/dev-erlang/meck/meck-0.9.2.ebuild +++ b/dev-erlang/meck/meck-0.9.2.ebuild @@ -11,7 +11,7 @@ SRC_URI="https://github.com/eproxus/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz" LICENSE="Apache-2.0" SLOT="0" -KEYWORDS="~amd64 ~arm ~ia64 ~ppc ~sparc ~x86" +KEYWORDS="~amd64 ~arm ~sparc ~x86" DEPEND=">=dev-lang/erlang-17.1" RDEPEND="${DEPEND}" diff --git a/dev-erlang/mqtree/mqtree-1.0.15.ebuild b/dev-erlang/mqtree/mqtree-1.0.15.ebuild index 775bfefe4e61..496a8afec2bb 100644 --- a/dev-erlang/mqtree/mqtree-1.0.15.ebuild +++ b/dev-erlang/mqtree/mqtree-1.0.15.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -11,7 +11,7 @@ SRC_URI="https://github.com/processone/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz LICENSE="Apache-2.0" SLOT="0" -KEYWORDS="amd64 ~arm ~ia64 ~ppc ~sparc ~x86" +KEYWORDS="amd64 ~arm ~sparc ~x86" DEPEND=" >=dev-lang/erlang-17.5 diff --git a/dev-erlang/mqtree/mqtree-1.0.16.ebuild b/dev-erlang/mqtree/mqtree-1.0.16.ebuild index 66dab4d0d700..035aa273ebfb 100644 --- a/dev-erlang/mqtree/mqtree-1.0.16.ebuild +++ b/dev-erlang/mqtree/mqtree-1.0.16.ebuild @@ -11,7 +11,7 @@ SRC_URI="https://github.com/processone/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz LICENSE="Apache-2.0" SLOT="0" -KEYWORDS="~amd64 ~arm ~ia64 ~ppc ~sparc ~x86" +KEYWORDS="~amd64 ~arm ~sparc ~x86" DEPEND=" >=dev-lang/erlang-17.5 diff --git a/dev-erlang/p1_acme/p1_acme-1.0.19.ebuild b/dev-erlang/p1_acme/p1_acme-1.0.19.ebuild index d9e8deeab0df..075ccbb97afb 100644 --- a/dev-erlang/p1_acme/p1_acme-1.0.19.ebuild +++ b/dev-erlang/p1_acme/p1_acme-1.0.19.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -11,7 +11,7 @@ SRC_URI="https://github.com/processone/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz LICENSE="Apache-2.0" SLOT="0" -KEYWORDS="amd64 ~arm ~ia64 ~ppc ~sparc ~x86" +KEYWORDS="amd64 ~arm ~sparc ~x86" DEPEND=" >=dev-lang/erlang-17.1 diff --git a/dev-erlang/p1_acme/p1_acme-1.0.20.ebuild b/dev-erlang/p1_acme/p1_acme-1.0.20.ebuild index ca684d0853fc..fcd3815a93ca 100644 --- a/dev-erlang/p1_acme/p1_acme-1.0.20.ebuild +++ b/dev-erlang/p1_acme/p1_acme-1.0.20.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -11,7 +11,7 @@ SRC_URI="https://github.com/processone/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz LICENSE="Apache-2.0" SLOT="0" -KEYWORDS="~amd64 ~arm ~ia64 ~ppc ~sparc ~x86" +KEYWORDS="~amd64 ~arm ~sparc ~x86" DEPEND=" >=dev-lang/erlang-17.1 diff --git a/dev-erlang/p1_acme/p1_acme-1.0.22.ebuild b/dev-erlang/p1_acme/p1_acme-1.0.22.ebuild index 4dff1bbd34a3..e39bf86c8b16 100644 --- a/dev-erlang/p1_acme/p1_acme-1.0.22.ebuild +++ b/dev-erlang/p1_acme/p1_acme-1.0.22.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2023 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -11,7 +11,7 @@ SRC_URI="https://github.com/processone/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz LICENSE="Apache-2.0" SLOT="0" -KEYWORDS="amd64 ~arm ~ia64 ~ppc ~sparc ~x86" +KEYWORDS="amd64 ~arm ~sparc ~x86" DEPEND=" >=dev-lang/erlang-17.1 diff --git a/dev-erlang/p1_mysql/p1_mysql-1.0.19.ebuild b/dev-erlang/p1_mysql/p1_mysql-1.0.19.ebuild index 6ba21f8aa10c..a97e122befcf 100644 --- a/dev-erlang/p1_mysql/p1_mysql-1.0.19.ebuild +++ b/dev-erlang/p1_mysql/p1_mysql-1.0.19.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -12,7 +12,7 @@ SRC_URI="https://github.com/processone/${PN}/archive/${PV}.tar.gz LICENSE="BSD" SLOT="0" -KEYWORDS="amd64 ~arm ~ia64 ~ppc ~sparc ~x86" +KEYWORDS="amd64 ~arm ~sparc ~x86" DEPEND=">=dev-lang/erlang-17.1" RDEPEND="${DEPEND}" diff --git a/dev-erlang/p1_mysql/p1_mysql-1.0.20.ebuild b/dev-erlang/p1_mysql/p1_mysql-1.0.20.ebuild index 584abcc6bc91..2093c87f0bfc 100644 --- a/dev-erlang/p1_mysql/p1_mysql-1.0.20.ebuild +++ b/dev-erlang/p1_mysql/p1_mysql-1.0.20.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -12,7 +12,7 @@ SRC_URI="https://github.com/processone/${PN}/archive/${PV}.tar.gz LICENSE="BSD" SLOT="0" -KEYWORDS="~amd64 ~arm ~ia64 ~ppc ~sparc ~x86" +KEYWORDS="~amd64 ~arm ~sparc ~x86" DEPEND=">=dev-lang/erlang-17.1" RDEPEND="${DEPEND}" diff --git a/dev-erlang/p1_mysql/p1_mysql-1.0.21.ebuild b/dev-erlang/p1_mysql/p1_mysql-1.0.21.ebuild index b48819b6b0b2..0e923566b0db 100644 --- a/dev-erlang/p1_mysql/p1_mysql-1.0.21.ebuild +++ b/dev-erlang/p1_mysql/p1_mysql-1.0.21.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2023 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -14,7 +14,7 @@ SRC_URI=" LICENSE="BSD" SLOT="0" -KEYWORDS="amd64 ~arm ~ia64 ~ppc ~sparc ~x86" +KEYWORDS="amd64 ~arm ~sparc ~x86" DEPEND=">=dev-lang/erlang-17.1" RDEPEND="${DEPEND}" diff --git a/dev-erlang/p1_mysql/p1_mysql-1.0.22.ebuild b/dev-erlang/p1_mysql/p1_mysql-1.0.22.ebuild index c8bb666b6ddb..4de0ed026d8a 100644 --- a/dev-erlang/p1_mysql/p1_mysql-1.0.22.ebuild +++ b/dev-erlang/p1_mysql/p1_mysql-1.0.22.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2023 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -14,7 +14,7 @@ SRC_URI=" LICENSE="BSD" SLOT="0" -KEYWORDS="~amd64 ~arm ~ia64 ~ppc ~sparc ~x86" +KEYWORDS="~amd64 ~arm ~sparc ~x86" DEPEND=">=dev-lang/erlang-17.1" RDEPEND="${DEPEND}" diff --git a/dev-erlang/p1_mysql/p1_mysql-1.0.23.ebuild b/dev-erlang/p1_mysql/p1_mysql-1.0.23.ebuild index 44865464f1c8..0e923566b0db 100644 --- a/dev-erlang/p1_mysql/p1_mysql-1.0.23.ebuild +++ b/dev-erlang/p1_mysql/p1_mysql-1.0.23.ebuild @@ -14,7 +14,7 @@ SRC_URI=" LICENSE="BSD" SLOT="0" -KEYWORDS="amd64 ~arm ~ia64 ~ppc ~sparc ~x86" +KEYWORDS="amd64 ~arm ~sparc ~x86" DEPEND=">=dev-lang/erlang-17.1" RDEPEND="${DEPEND}" diff --git a/dev-erlang/p1_oauth2/p1_oauth2-0.6.11.ebuild b/dev-erlang/p1_oauth2/p1_oauth2-0.6.11.ebuild index 0b9a69a778f9..ae4df71607b2 100644 --- a/dev-erlang/p1_oauth2/p1_oauth2-0.6.11.ebuild +++ b/dev-erlang/p1_oauth2/p1_oauth2-0.6.11.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -12,7 +12,7 @@ SRC_URI="https://github.com/processone/${PN}/archive/${PV}.tar.gz LICENSE="MIT" SLOT="0" -KEYWORDS="amd64 ~arm ~ia64 ~ppc ~sparc ~x86" +KEYWORDS="amd64 ~arm ~sparc ~x86" IUSE="test" RESTRICT="!test? ( test )" diff --git a/dev-erlang/p1_oauth2/p1_oauth2-0.6.14.ebuild b/dev-erlang/p1_oauth2/p1_oauth2-0.6.14.ebuild index 9fdc16adab41..df374ff38c59 100644 --- a/dev-erlang/p1_oauth2/p1_oauth2-0.6.14.ebuild +++ b/dev-erlang/p1_oauth2/p1_oauth2-0.6.14.ebuild @@ -12,7 +12,7 @@ SRC_URI="https://github.com/processone/${PN}/archive/${PV}.tar.gz LICENSE="MIT" SLOT="0" -KEYWORDS="~amd64 ~arm ~ia64 ~ppc ~sparc ~x86" +KEYWORDS="~amd64 ~arm ~sparc ~x86" IUSE="test" RESTRICT="!test? ( test )" diff --git a/dev-erlang/p1_pgsql/p1_pgsql-1.1.18.ebuild b/dev-erlang/p1_pgsql/p1_pgsql-1.1.18.ebuild index 204ab5c1d03d..a0915f8f0968 100644 --- a/dev-erlang/p1_pgsql/p1_pgsql-1.1.18.ebuild +++ b/dev-erlang/p1_pgsql/p1_pgsql-1.1.18.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -12,7 +12,7 @@ SRC_URI="https://github.com/processone/${PN}/archive/${PV}.tar.gz LICENSE="ErlPL-1.1" SLOT="0" -KEYWORDS="amd64 ~arm ~ia64 ~ppc ~sparc ~x86" +KEYWORDS="amd64 ~arm ~sparc ~x86" DEPEND=" >=dev-erlang/xmpp-1.5.8 diff --git a/dev-erlang/p1_pgsql/p1_pgsql-1.1.19.ebuild b/dev-erlang/p1_pgsql/p1_pgsql-1.1.19.ebuild index 330c443d7513..76ea10558a12 100644 --- a/dev-erlang/p1_pgsql/p1_pgsql-1.1.19.ebuild +++ b/dev-erlang/p1_pgsql/p1_pgsql-1.1.19.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -12,7 +12,7 @@ SRC_URI="https://github.com/processone/${PN}/archive/${PV}.tar.gz LICENSE="ErlPL-1.1" SLOT="0" -KEYWORDS="~amd64 ~arm ~ia64 ~ppc ~sparc ~x86" +KEYWORDS="~amd64 ~arm ~sparc ~x86" DEPEND=" >=dev-erlang/xmpp-1.6.0 diff --git a/dev-erlang/p1_pgsql/p1_pgsql-1.1.20.ebuild b/dev-erlang/p1_pgsql/p1_pgsql-1.1.20.ebuild index c824c3851e30..1b8fa1df48f1 100644 --- a/dev-erlang/p1_pgsql/p1_pgsql-1.1.20.ebuild +++ b/dev-erlang/p1_pgsql/p1_pgsql-1.1.20.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2023 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -14,7 +14,7 @@ SRC_URI=" LICENSE="ErlPL-1.1" SLOT="0" -KEYWORDS="amd64 ~arm ~ia64 ~ppc ~sparc ~x86" +KEYWORDS="amd64 ~arm ~sparc ~x86" DEPEND=" >=dev-erlang/xmpp-1.6.1 diff --git a/dev-erlang/p1_pgsql/p1_pgsql-1.1.22.ebuild b/dev-erlang/p1_pgsql/p1_pgsql-1.1.22.ebuild index c824c3851e30..1b8fa1df48f1 100644 --- a/dev-erlang/p1_pgsql/p1_pgsql-1.1.22.ebuild +++ b/dev-erlang/p1_pgsql/p1_pgsql-1.1.22.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2023 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -14,7 +14,7 @@ SRC_URI=" LICENSE="ErlPL-1.1" SLOT="0" -KEYWORDS="amd64 ~arm ~ia64 ~ppc ~sparc ~x86" +KEYWORDS="amd64 ~arm ~sparc ~x86" DEPEND=" >=dev-erlang/xmpp-1.6.1 diff --git a/dev-erlang/p1_pgsql/p1_pgsql-1.1.23.ebuild b/dev-erlang/p1_pgsql/p1_pgsql-1.1.23.ebuild index b20d77486e63..eef240c5e661 100644 --- a/dev-erlang/p1_pgsql/p1_pgsql-1.1.23.ebuild +++ b/dev-erlang/p1_pgsql/p1_pgsql-1.1.23.ebuild @@ -14,7 +14,7 @@ SRC_URI=" LICENSE="ErlPL-1.1" SLOT="0" -KEYWORDS="amd64 ~arm ~ia64 ~ppc ~sparc ~x86" +KEYWORDS="amd64 ~arm ~sparc ~x86" DEPEND=" >=dev-erlang/xmpp-1.7.0 diff --git a/dev-erlang/p1_pgsql/p1_pgsql-1.1.25.ebuild b/dev-erlang/p1_pgsql/p1_pgsql-1.1.25.ebuild index 20e1310ee478..ffee7c391c14 100644 --- a/dev-erlang/p1_pgsql/p1_pgsql-1.1.25.ebuild +++ b/dev-erlang/p1_pgsql/p1_pgsql-1.1.25.ebuild @@ -14,7 +14,7 @@ SRC_URI=" LICENSE="ErlPL-1.1" SLOT="0" -KEYWORDS="~amd64 ~arm ~ia64 ~ppc ~sparc ~x86" +KEYWORDS="~amd64 ~arm ~sparc ~x86" DEPEND=" >=dev-erlang/xmpp-1.8.1 diff --git a/dev-erlang/p1_utils/p1_utils-1.0.25.ebuild b/dev-erlang/p1_utils/p1_utils-1.0.25.ebuild index 7f088e660c51..a9e096d74300 100644 --- a/dev-erlang/p1_utils/p1_utils-1.0.25.ebuild +++ b/dev-erlang/p1_utils/p1_utils-1.0.25.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -12,7 +12,7 @@ SRC_URI="https://github.com/processone/${PN}/archive/${PV}.tar.gz LICENSE="Apache-2.0" SLOT="0" -KEYWORDS="amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86" +KEYWORDS="amd64 ~arm ~ppc64 ~sparc ~x86" DEPEND=">=dev-lang/erlang-17.1:=" RDEPEND="${DEPEND}" diff --git a/dev-erlang/pkix/pkix-1.0.9.ebuild b/dev-erlang/pkix/pkix-1.0.9.ebuild index 48437553fd02..0a06b61540ba 100644 --- a/dev-erlang/pkix/pkix-1.0.9.ebuild +++ b/dev-erlang/pkix/pkix-1.0.9.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -12,6 +12,6 @@ SRC_URI="https://github.com/processone/${PN}/archive/${PV}.tar.gz LICENSE="Apache-2.0" SLOT="0" -KEYWORDS="amd64 ~arm ~ia64 ~ppc ~sparc ~x86" +KEYWORDS="amd64 ~arm ~sparc ~x86" DOCS=( README.md ) diff --git a/dev-erlang/proper/proper-1.3.ebuild b/dev-erlang/proper/proper-1.3.ebuild index 3886a00191cd..48f613c38490 100644 --- a/dev-erlang/proper/proper-1.3.ebuild +++ b/dev-erlang/proper/proper-1.3.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -12,7 +12,7 @@ SRC_URI="https://github.com/manopapad/proper/archive/v${PV}.tar.gz LICENSE="GPL-3" SLOT="0" -KEYWORDS="amd64 ~arm ~ia64 ppc ~sparc x86" +KEYWORDS="amd64 ~arm ~sparc x86" DEPEND=">=dev-lang/erlang-17.1:=" RDEPEND="${DEPEND}" diff --git a/dev-erlang/proper/proper-1.4.ebuild b/dev-erlang/proper/proper-1.4.ebuild index 60726fb9b096..5c50e49962c8 100644 --- a/dev-erlang/proper/proper-1.4.ebuild +++ b/dev-erlang/proper/proper-1.4.ebuild @@ -12,7 +12,7 @@ SRC_URI="https://github.com/proper-testing/proper/archive/v${PV}.tar.gz LICENSE="GPL-3+" SLOT="0" -KEYWORDS="~amd64 ~arm ~ia64 ~ppc ~sparc ~x86" +KEYWORDS="~amd64 ~arm ~sparc ~x86" DEPEND=">=dev-lang/erlang-17.1:=" RDEPEND="${DEPEND}" diff --git a/dev-erlang/sqlite3/sqlite3-1.1.13.ebuild b/dev-erlang/sqlite3/sqlite3-1.1.13.ebuild index 589eb1e9ffdd..f50546034c01 100644 --- a/dev-erlang/sqlite3/sqlite3-1.1.13.ebuild +++ b/dev-erlang/sqlite3/sqlite3-1.1.13.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -15,7 +15,7 @@ SRC_URI="https://github.com/processone/${MY_PN}/archive/${PV}.tar.gz LICENSE="ErlPL-1.1" SLOT="0" -KEYWORDS="amd64 ~arm ~ia64 ~ppc ~sparc ~x86" +KEYWORDS="amd64 ~arm ~sparc ~x86" DEPEND=">=dev-lang/erlang-17.1 dev-db/sqlite:3" diff --git a/dev-erlang/sqlite3/sqlite3-1.1.14.ebuild b/dev-erlang/sqlite3/sqlite3-1.1.14.ebuild index f2a4f69c57f7..7860854c892e 100644 --- a/dev-erlang/sqlite3/sqlite3-1.1.14.ebuild +++ b/dev-erlang/sqlite3/sqlite3-1.1.14.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2023 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -17,7 +17,7 @@ SRC_URI=" LICENSE="ErlPL-1.1" SLOT="0" -KEYWORDS="amd64 ~arm ~ia64 ~ppc ~sparc ~x86" +KEYWORDS="amd64 ~arm ~sparc ~x86" DEPEND=">=dev-lang/erlang-17.1 dev-db/sqlite:3" diff --git a/dev-erlang/stringprep/stringprep-1.0.28.ebuild b/dev-erlang/stringprep/stringprep-1.0.28.ebuild index a8dcbe444ddf..7ad3672fc0ca 100644 --- a/dev-erlang/stringprep/stringprep-1.0.28.ebuild +++ b/dev-erlang/stringprep/stringprep-1.0.28.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -11,7 +11,7 @@ SRC_URI="https://github.com/processone/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz LICENSE="Apache-2.0 tcltk" SLOT="0" -KEYWORDS="amd64 ~arm ~ia64 ~ppc ~sparc ~x86" +KEYWORDS="amd64 ~arm ~sparc ~x86" DEPEND=" >=dev-lang/erlang-17.1 diff --git a/dev-erlang/stringprep/stringprep-1.0.29.ebuild b/dev-erlang/stringprep/stringprep-1.0.29.ebuild index 141714ec4393..cdc7bad8cc4c 100644 --- a/dev-erlang/stringprep/stringprep-1.0.29.ebuild +++ b/dev-erlang/stringprep/stringprep-1.0.29.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2023 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -11,7 +11,7 @@ SRC_URI="https://github.com/processone/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz LICENSE="Apache-2.0 tcltk" SLOT="0" -KEYWORDS="amd64 ~arm ~ia64 ~ppc ~sparc ~x86" +KEYWORDS="amd64 ~arm ~sparc ~x86" DEPEND=" >=dev-lang/erlang-17.1 diff --git a/dev-erlang/stun/stun-1.0.47.ebuild b/dev-erlang/stun/stun-1.0.47.ebuild index 3eb69fb18512..35b5af1c7445 100644 --- a/dev-erlang/stun/stun-1.0.47.ebuild +++ b/dev-erlang/stun/stun-1.0.47.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -12,7 +12,7 @@ SRC_URI="https://github.com/processone/${PN}/archive/${PV}.tar.gz LICENSE="BSD" SLOT="0" -KEYWORDS="amd64 ~arm ~ia64 ~ppc ~sparc ~x86" +KEYWORDS="amd64 ~arm ~sparc ~x86" DEPEND=">=dev-erlang/fast_tls-1.1.13 >=dev-erlang/p1_utils-1.0.23" diff --git a/dev-erlang/stun/stun-1.2.10.ebuild b/dev-erlang/stun/stun-1.2.10.ebuild index e7f602a2d3c2..6000bdfd71c9 100644 --- a/dev-erlang/stun/stun-1.2.10.ebuild +++ b/dev-erlang/stun/stun-1.2.10.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2023 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -11,7 +11,7 @@ SRC_URI="https://github.com/processone/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz LICENSE="BSD" SLOT="0" -KEYWORDS="~amd64 ~arm ~ia64 ~ppc ~sparc ~x86" +KEYWORDS="~amd64 ~arm ~sparc ~x86" DEPEND=" >=dev-erlang/fast_tls-1.1.15 diff --git a/dev-erlang/stun/stun-1.2.12.ebuild b/dev-erlang/stun/stun-1.2.12.ebuild index 1f03cc1488ab..ab130ac9ad5b 100644 --- a/dev-erlang/stun/stun-1.2.12.ebuild +++ b/dev-erlang/stun/stun-1.2.12.ebuild @@ -11,7 +11,7 @@ SRC_URI="https://github.com/processone/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz LICENSE="BSD" SLOT="0" -KEYWORDS="amd64 ~arm ~ia64 ~ppc ~sparc ~x86" +KEYWORDS="amd64 ~arm ~sparc ~x86" DEPEND=" >=dev-erlang/fast_tls-1.1.19 diff --git a/dev-erlang/stun/stun-1.2.2.ebuild b/dev-erlang/stun/stun-1.2.2.ebuild index 8e8b44a724e2..591f043645fb 100644 --- a/dev-erlang/stun/stun-1.2.2.ebuild +++ b/dev-erlang/stun/stun-1.2.2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -11,7 +11,7 @@ SRC_URI="https://github.com/processone/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz LICENSE="BSD" SLOT="0" -KEYWORDS="amd64 ~arm ~ia64 ~ppc ~sparc ~x86" +KEYWORDS="amd64 ~arm ~sparc ~x86" DEPEND=" >=dev-erlang/fast_tls-1.1.15 diff --git a/dev-erlang/stun/stun-1.2.6.ebuild b/dev-erlang/stun/stun-1.2.6.ebuild index 02adc6445dbe..0def284f60bf 100644 --- a/dev-erlang/stun/stun-1.2.6.ebuild +++ b/dev-erlang/stun/stun-1.2.6.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -11,7 +11,7 @@ SRC_URI="https://github.com/processone/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz LICENSE="BSD" SLOT="0" -KEYWORDS="~amd64 ~arm ~ia64 ~ppc ~sparc ~x86" +KEYWORDS="~amd64 ~arm ~sparc ~x86" DEPEND=" >=dev-erlang/fast_tls-1.1.15 diff --git a/dev-erlang/stun/stun-1.2.7.ebuild b/dev-erlang/stun/stun-1.2.7.ebuild index 72099eb16682..718b67bb5f9c 100644 --- a/dev-erlang/stun/stun-1.2.7.ebuild +++ b/dev-erlang/stun/stun-1.2.7.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2023 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -11,7 +11,7 @@ SRC_URI="https://github.com/processone/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz LICENSE="BSD" SLOT="0" -KEYWORDS="amd64 ~arm ~ia64 ~ppc ~sparc ~x86" +KEYWORDS="amd64 ~arm ~sparc ~x86" DEPEND=" >=dev-erlang/fast_tls-1.1.15 diff --git a/dev-erlang/xmpp/xmpp-1.6.1.ebuild b/dev-erlang/xmpp/xmpp-1.6.1.ebuild index d051157b899a..d256ba06e227 100644 --- a/dev-erlang/xmpp/xmpp-1.6.1.ebuild +++ b/dev-erlang/xmpp/xmpp-1.6.1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2023 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -11,7 +11,7 @@ SRC_URI="https://github.com/processone/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz LICENSE="Apache-2.0" SLOT="0" -KEYWORDS="amd64 ~arm ~ia64 ~ppc ~sparc ~x86" +KEYWORDS="amd64 ~arm ~sparc ~x86" RDEPEND=" >=dev-erlang/ezlib-1.0.12 diff --git a/dev-erlang/xmpp/xmpp-1.6.2.ebuild b/dev-erlang/xmpp/xmpp-1.6.2.ebuild index d051157b899a..d256ba06e227 100644 --- a/dev-erlang/xmpp/xmpp-1.6.2.ebuild +++ b/dev-erlang/xmpp/xmpp-1.6.2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2023 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -11,7 +11,7 @@ SRC_URI="https://github.com/processone/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz LICENSE="Apache-2.0" SLOT="0" -KEYWORDS="amd64 ~arm ~ia64 ~ppc ~sparc ~x86" +KEYWORDS="amd64 ~arm ~sparc ~x86" RDEPEND=" >=dev-erlang/ezlib-1.0.12 diff --git a/dev-erlang/xmpp/xmpp-1.7.0.ebuild b/dev-erlang/xmpp/xmpp-1.7.0.ebuild index d0590a4ab222..d256ba06e227 100644 --- a/dev-erlang/xmpp/xmpp-1.7.0.ebuild +++ b/dev-erlang/xmpp/xmpp-1.7.0.ebuild @@ -11,7 +11,7 @@ SRC_URI="https://github.com/processone/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz LICENSE="Apache-2.0" SLOT="0" -KEYWORDS="amd64 ~arm ~ia64 ~ppc ~sparc ~x86" +KEYWORDS="amd64 ~arm ~sparc ~x86" RDEPEND=" >=dev-erlang/ezlib-1.0.12 diff --git a/dev-erlang/xmpp/xmpp-1.8.1.ebuild b/dev-erlang/xmpp/xmpp-1.8.1.ebuild index 725ba13837bd..56aa9c3cbd6e 100644 --- a/dev-erlang/xmpp/xmpp-1.8.1.ebuild +++ b/dev-erlang/xmpp/xmpp-1.8.1.ebuild @@ -11,7 +11,7 @@ SRC_URI="https://github.com/processone/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz LICENSE="Apache-2.0" SLOT="0" -KEYWORDS="~amd64 ~arm ~ia64 ~ppc ~sparc ~x86" +KEYWORDS="~amd64 ~arm ~sparc ~x86" RDEPEND=" >=dev-erlang/ezlib-1.0.12 diff --git a/dev-erlang/yconf/yconf-1.0.14.ebuild b/dev-erlang/yconf/yconf-1.0.14.ebuild index 82bd486fcf94..a95a1d1e9c84 100644 --- a/dev-erlang/yconf/yconf-1.0.14.ebuild +++ b/dev-erlang/yconf/yconf-1.0.14.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -11,7 +11,7 @@ SRC_URI="https://github.com/processone/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz LICENSE="Apache-2.0" SLOT="0" -KEYWORDS="~amd64 ~arm ~ia64 ~ppc ~sparc ~x86" +KEYWORDS="~amd64 ~arm ~sparc ~x86" DEPEND=" >=dev-lang/erlang-17.1 diff --git a/dev-erlang/yconf/yconf-1.0.15.ebuild b/dev-erlang/yconf/yconf-1.0.15.ebuild index 5a774fa2106c..4ffd825aa31f 100644 --- a/dev-erlang/yconf/yconf-1.0.15.ebuild +++ b/dev-erlang/yconf/yconf-1.0.15.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2023 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -11,7 +11,7 @@ SRC_URI="https://github.com/processone/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz LICENSE="Apache-2.0" SLOT="0" -KEYWORDS="amd64 ~arm ~ia64 ~ppc ~sparc ~x86" +KEYWORDS="amd64 ~arm ~sparc ~x86" DEPEND=" >=dev-lang/erlang-17.1 diff --git a/dev-python/mypy_extensions/mypy_extensions-1.0.0.ebuild b/dev-python/mypy_extensions/mypy_extensions-1.0.0.ebuild index 5fd9ea621a87..30ea4b0009c3 100644 --- a/dev-python/mypy_extensions/mypy_extensions-1.0.0.ebuild +++ b/dev-python/mypy_extensions/mypy_extensions-1.0.0.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2023 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 -PYTHON_COMPAT=( python3_{10..12} pypy3 ) +PYTHON_COMPAT=( python3_{10..13} pypy3 ) DISTUTILS_USE_PEP517=setuptools inherit distutils-r1 diff --git a/dev-texlive/texlive-basic/texlive-basic-2023_p59159-r4.ebuild b/dev-texlive/texlive-basic/texlive-basic-2023_p59159-r4.ebuild index 4cc55a415891..5467158e0b37 100644 --- a/dev-texlive/texlive-basic/texlive-basic-2023_p59159-r4.ebuild +++ b/dev-texlive/texlive-basic/texlive-basic-2023_p59159-r4.ebuild @@ -1,7 +1,7 @@ # Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI="8" +EAPI=8 TEXLIVE_MODULE_CONTENTS=" collection-basic.r59159 diff --git a/dev-texlive/texlive-bibtexextra/texlive-bibtexextra-2023_p67386-r1.ebuild b/dev-texlive/texlive-bibtexextra/texlive-bibtexextra-2023_p67386-r1.ebuild index 9b5c82623b34..0c988f8c77a7 100644 --- a/dev-texlive/texlive-bibtexextra/texlive-bibtexextra-2023_p67386-r1.ebuild +++ b/dev-texlive/texlive-bibtexextra/texlive-bibtexextra-2023_p67386-r1.ebuild @@ -1,7 +1,7 @@ # Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI="8" +EAPI=8 TEXLIVE_MODULE_CONTENTS=" collection-bibtexextra.r67386 diff --git a/dev-texlive/texlive-binextra/texlive-binextra-2023_p69527-r3.ebuild b/dev-texlive/texlive-binextra/texlive-binextra-2023_p69527-r3.ebuild index f7de0b59b367..37e281a6fd8b 100644 --- a/dev-texlive/texlive-binextra/texlive-binextra-2023_p69527-r3.ebuild +++ b/dev-texlive/texlive-binextra/texlive-binextra-2023_p69527-r3.ebuild @@ -1,7 +1,7 @@ # Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI="8" +EAPI=8 TEXLIVE_MODULE_CONTENTS=" collection-binextra.r69527 diff --git a/dev-texlive/texlive-context/texlive-context-2023_p69108-r3.ebuild b/dev-texlive/texlive-context/texlive-context-2023_p69108-r3.ebuild index d26c501594e5..770e83c2b524 100644 --- a/dev-texlive/texlive-context/texlive-context-2023_p69108-r3.ebuild +++ b/dev-texlive/texlive-context/texlive-context-2023_p69108-r3.ebuild @@ -1,7 +1,7 @@ # Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI="8" +EAPI=8 TEXLIVE_MODULE_CONTENTS=" collection-context.r69108 diff --git a/dev-texlive/texlive-fontsextra/texlive-fontsextra-2023_p69663-r2.ebuild b/dev-texlive/texlive-fontsextra/texlive-fontsextra-2023_p69663-r2.ebuild index a7904b7adf7a..2793186990d6 100644 --- a/dev-texlive/texlive-fontsextra/texlive-fontsextra-2023_p69663-r2.ebuild +++ b/dev-texlive/texlive-fontsextra/texlive-fontsextra-2023_p69663-r2.ebuild @@ -1,7 +1,7 @@ # Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI="8" +EAPI=8 TEXLIVE_MODULE_CONTENTS=" collection-fontsextra.r69663 diff --git a/dev-texlive/texlive-fontsrecommended/texlive-fontsrecommended-2023_p54074-r1.ebuild b/dev-texlive/texlive-fontsrecommended/texlive-fontsrecommended-2023_p54074-r1.ebuild index 6b2d5ffff910..0b9eaae5956f 100644 --- a/dev-texlive/texlive-fontsrecommended/texlive-fontsrecommended-2023_p54074-r1.ebuild +++ b/dev-texlive/texlive-fontsrecommended/texlive-fontsrecommended-2023_p54074-r1.ebuild @@ -1,7 +1,7 @@ # Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI="8" +EAPI=8 TEXLIVE_MODULE_CONTENTS=" collection-fontsrecommended.r54074 diff --git a/dev-texlive/texlive-fontutils/texlive-fontutils-2023_p61207-r3.ebuild b/dev-texlive/texlive-fontutils/texlive-fontutils-2023_p61207-r3.ebuild index 6727a2d713de..2caceccf1ae4 100644 --- a/dev-texlive/texlive-fontutils/texlive-fontutils-2023_p61207-r3.ebuild +++ b/dev-texlive/texlive-fontutils/texlive-fontutils-2023_p61207-r3.ebuild @@ -1,7 +1,7 @@ # Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI="8" +EAPI=8 TEXLIVE_MODULE_CONTENTS=" collection-fontutils.r61207 diff --git a/dev-texlive/texlive-formatsextra/texlive-formatsextra-2023_p62226-r1.ebuild b/dev-texlive/texlive-formatsextra/texlive-formatsextra-2023_p62226-r1.ebuild index 89f83942f229..374e04b2bc8a 100644 --- a/dev-texlive/texlive-formatsextra/texlive-formatsextra-2023_p62226-r1.ebuild +++ b/dev-texlive/texlive-formatsextra/texlive-formatsextra-2023_p62226-r1.ebuild @@ -1,7 +1,7 @@ # Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI="8" +EAPI=8 TEXLIVE_MODULE_CONTENTS=" collection-formatsextra.r62226 diff --git a/dev-texlive/texlive-games/texlive-games-2023_p69159.ebuild b/dev-texlive/texlive-games/texlive-games-2023_p69159.ebuild index 3e8a69ab276d..dfad842016d8 100644 --- a/dev-texlive/texlive-games/texlive-games-2023_p69159.ebuild +++ b/dev-texlive/texlive-games/texlive-games-2023_p69159.ebuild @@ -1,7 +1,7 @@ # Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI="8" +EAPI=8 TEXLIVE_MODULE_CONTENTS=" collection-games.r69159 diff --git a/dev-texlive/texlive-humanities/texlive-humanities-2023_p68465-r1.ebuild b/dev-texlive/texlive-humanities/texlive-humanities-2023_p68465-r1.ebuild index d9e363ae6dfb..35a1e190f01e 100644 --- a/dev-texlive/texlive-humanities/texlive-humanities-2023_p68465-r1.ebuild +++ b/dev-texlive/texlive-humanities/texlive-humanities-2023_p68465-r1.ebuild @@ -1,7 +1,7 @@ # Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI="8" +EAPI=8 TEXLIVE_MODULE_CONTENTS=" collection-humanities.r68465 diff --git a/dev-texlive/texlive-langarabic/texlive-langarabic-2023_p69111-r1.ebuild b/dev-texlive/texlive-langarabic/texlive-langarabic-2023_p69111-r1.ebuild index ecb4d017c2b9..d84195e83758 100644 --- a/dev-texlive/texlive-langarabic/texlive-langarabic-2023_p69111-r1.ebuild +++ b/dev-texlive/texlive-langarabic/texlive-langarabic-2023_p69111-r1.ebuild @@ -1,7 +1,7 @@ # Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI="8" +EAPI=8 TEXLIVE_MODULE_CONTENTS=" collection-langarabic.r69111 diff --git a/dev-texlive/texlive-langchinese/texlive-langchinese-2023_p63995.ebuild b/dev-texlive/texlive-langchinese/texlive-langchinese-2023_p63995.ebuild index 42c2b6319074..4fffffb3f863 100644 --- a/dev-texlive/texlive-langchinese/texlive-langchinese-2023_p63995.ebuild +++ b/dev-texlive/texlive-langchinese/texlive-langchinese-2023_p63995.ebuild @@ -1,7 +1,7 @@ # Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI="8" +EAPI=8 TEXLIVE_MODULE_CONTENTS=" collection-langchinese.r63995 diff --git a/dev-texlive/texlive-langcjk/texlive-langcjk-2023_p65824.ebuild b/dev-texlive/texlive-langcjk/texlive-langcjk-2023_p65824.ebuild index c20761bfee98..3eef90833117 100644 --- a/dev-texlive/texlive-langcjk/texlive-langcjk-2023_p65824.ebuild +++ b/dev-texlive/texlive-langcjk/texlive-langcjk-2023_p65824.ebuild @@ -1,7 +1,7 @@ # Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI="8" +EAPI=8 TEXLIVE_MODULE_CONTENTS=" collection-langcjk.r65824 diff --git a/dev-texlive/texlive-langcyrillic/texlive-langcyrillic-2023_p69727-r1.ebuild b/dev-texlive/texlive-langcyrillic/texlive-langcyrillic-2023_p69727-r1.ebuild index 9e9d03138133..e953d1d52822 100644 --- a/dev-texlive/texlive-langcyrillic/texlive-langcyrillic-2023_p69727-r1.ebuild +++ b/dev-texlive/texlive-langcyrillic/texlive-langcyrillic-2023_p69727-r1.ebuild @@ -1,7 +1,7 @@ # Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI="8" +EAPI=8 TEXLIVE_MODULE_CONTENTS=" collection-langcyrillic.r69727 diff --git a/dev-texlive/texlive-langczechslovak/texlive-langczechslovak-2023_p54074.ebuild b/dev-texlive/texlive-langczechslovak/texlive-langczechslovak-2023_p54074.ebuild index 790542c0645b..6834a4070ab1 100644 --- a/dev-texlive/texlive-langczechslovak/texlive-langczechslovak-2023_p54074.ebuild +++ b/dev-texlive/texlive-langczechslovak/texlive-langczechslovak-2023_p54074.ebuild @@ -1,7 +1,7 @@ # Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI="8" +EAPI=8 TEXLIVE_MODULE_CONTENTS=" collection-langczechslovak.r54074 diff --git a/dev-texlive/texlive-langenglish/texlive-langenglish-2023_p68790.ebuild b/dev-texlive/texlive-langenglish/texlive-langenglish-2023_p68790.ebuild index ea93ee749f98..73ff04f3e09f 100644 --- a/dev-texlive/texlive-langenglish/texlive-langenglish-2023_p68790.ebuild +++ b/dev-texlive/texlive-langenglish/texlive-langenglish-2023_p68790.ebuild @@ -1,7 +1,7 @@ # Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI="8" +EAPI=8 TEXLIVE_MODULE_CONTENTS=" collection-langenglish.r68790 diff --git a/dev-texlive/texlive-langeuropean/texlive-langeuropean-2023_p66432.ebuild b/dev-texlive/texlive-langeuropean/texlive-langeuropean-2023_p66432.ebuild index c0638549cb2b..bb581a143082 100644 --- a/dev-texlive/texlive-langeuropean/texlive-langeuropean-2023_p66432.ebuild +++ b/dev-texlive/texlive-langeuropean/texlive-langeuropean-2023_p66432.ebuild @@ -1,7 +1,7 @@ # Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI="8" +EAPI=8 TEXLIVE_MODULE_CONTENTS=" collection-langeuropean.r66432 diff --git a/dev-texlive/texlive-langfrench/texlive-langfrench-2023_p67951-r1.ebuild b/dev-texlive/texlive-langfrench/texlive-langfrench-2023_p67951-r1.ebuild index b4a13d5d4ca7..1cd34a05ec97 100644 --- a/dev-texlive/texlive-langfrench/texlive-langfrench-2023_p67951-r1.ebuild +++ b/dev-texlive/texlive-langfrench/texlive-langfrench-2023_p67951-r1.ebuild @@ -1,7 +1,7 @@ # Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI="8" +EAPI=8 TEXLIVE_MODULE_CONTENTS=" collection-langfrench.r67951 diff --git a/dev-texlive/texlive-langgerman/texlive-langgerman-2023_p68711.ebuild b/dev-texlive/texlive-langgerman/texlive-langgerman-2023_p68711.ebuild index f06d18e71437..f62158995576 100644 --- a/dev-texlive/texlive-langgerman/texlive-langgerman-2023_p68711.ebuild +++ b/dev-texlive/texlive-langgerman/texlive-langgerman-2023_p68711.ebuild @@ -1,7 +1,7 @@ # Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI="8" +EAPI=8 TEXLIVE_MODULE_CONTENTS=" collection-langgerman.r68711 diff --git a/dev-texlive/texlive-langgreek/texlive-langgreek-2023_p65038.ebuild b/dev-texlive/texlive-langgreek/texlive-langgreek-2023_p65038.ebuild index a08e814dc39c..8b328eeb11a5 100644 --- a/dev-texlive/texlive-langgreek/texlive-langgreek-2023_p65038.ebuild +++ b/dev-texlive/texlive-langgreek/texlive-langgreek-2023_p65038.ebuild @@ -1,7 +1,7 @@ # Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI="8" +EAPI=8 TEXLIVE_MODULE_CONTENTS=" collection-langgreek.r65038 diff --git a/dev-texlive/texlive-langitalian/texlive-langitalian-2023_p55129.ebuild b/dev-texlive/texlive-langitalian/texlive-langitalian-2023_p55129.ebuild index 282feaefbf27..090a77cd52a6 100644 --- a/dev-texlive/texlive-langitalian/texlive-langitalian-2023_p55129.ebuild +++ b/dev-texlive/texlive-langitalian/texlive-langitalian-2023_p55129.ebuild @@ -1,7 +1,7 @@ # Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI="8" +EAPI=8 TEXLIVE_MODULE_CONTENTS=" collection-langitalian.r55129 diff --git a/dev-texlive/texlive-langjapanese/texlive-langjapanese-2023_p64603-r1.ebuild b/dev-texlive/texlive-langjapanese/texlive-langjapanese-2023_p64603-r1.ebuild index df3bcc216ba7..3e3e5c652553 100644 --- a/dev-texlive/texlive-langjapanese/texlive-langjapanese-2023_p64603-r1.ebuild +++ b/dev-texlive/texlive-langjapanese/texlive-langjapanese-2023_p64603-r1.ebuild @@ -1,7 +1,7 @@ # Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI="8" +EAPI=8 TEXLIVE_MODULE_CONTENTS=" collection-langjapanese.r64603 diff --git a/dev-texlive/texlive-langkorean/texlive-langkorean-2023_p54074-r1.ebuild b/dev-texlive/texlive-langkorean/texlive-langkorean-2023_p54074-r1.ebuild index f9dd332ba205..4e8db9dfb478 100644 --- a/dev-texlive/texlive-langkorean/texlive-langkorean-2023_p54074-r1.ebuild +++ b/dev-texlive/texlive-langkorean/texlive-langkorean-2023_p54074-r1.ebuild @@ -1,7 +1,7 @@ # Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI="8" +EAPI=8 TEXLIVE_MODULE_CONTENTS=" collection-langkorean.r54074 diff --git a/dev-texlive/texlive-langother/texlive-langother-2023_p68719-r1.ebuild b/dev-texlive/texlive-langother/texlive-langother-2023_p68719-r1.ebuild index d4ee2f8f8265..2ec4a214703d 100644 --- a/dev-texlive/texlive-langother/texlive-langother-2023_p68719-r1.ebuild +++ b/dev-texlive/texlive-langother/texlive-langother-2023_p68719-r1.ebuild @@ -1,7 +1,7 @@ # Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI="8" +EAPI=8 TEXLIVE_MODULE_CONTENTS=" collection-langother.r68719 diff --git a/dev-texlive/texlive-langpolish/texlive-langpolish-2023_p54074.ebuild b/dev-texlive/texlive-langpolish/texlive-langpolish-2023_p54074.ebuild index cb5195bb9847..f088a39441d6 100644 --- a/dev-texlive/texlive-langpolish/texlive-langpolish-2023_p54074.ebuild +++ b/dev-texlive/texlive-langpolish/texlive-langpolish-2023_p54074.ebuild @@ -1,7 +1,7 @@ # Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI="8" +EAPI=8 TEXLIVE_MODULE_CONTENTS=" collection-langpolish.r54074 diff --git a/dev-texlive/texlive-langportuguese/texlive-langportuguese-2023_p67125.ebuild b/dev-texlive/texlive-langportuguese/texlive-langportuguese-2023_p67125.ebuild index 144a970379ca..5207b7a899f2 100644 --- a/dev-texlive/texlive-langportuguese/texlive-langportuguese-2023_p67125.ebuild +++ b/dev-texlive/texlive-langportuguese/texlive-langportuguese-2023_p67125.ebuild @@ -1,7 +1,7 @@ # Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI="8" +EAPI=8 TEXLIVE_MODULE_CONTENTS=" collection-langportuguese.r67125 diff --git a/dev-texlive/texlive-langspanish/texlive-langspanish-2023_p67307-r1.ebuild b/dev-texlive/texlive-langspanish/texlive-langspanish-2023_p67307-r1.ebuild index f8ca1c768ab2..ec361f6b16e8 100644 --- a/dev-texlive/texlive-langspanish/texlive-langspanish-2023_p67307-r1.ebuild +++ b/dev-texlive/texlive-langspanish/texlive-langspanish-2023_p67307-r1.ebuild @@ -1,7 +1,7 @@ # Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI="8" +EAPI=8 TEXLIVE_MODULE_CONTENTS=" collection-langspanish.r67307 diff --git a/dev-texlive/texlive-latex/texlive-latex-2023_p69131-r1.ebuild b/dev-texlive/texlive-latex/texlive-latex-2023_p69131-r1.ebuild index d7d3c2610f9b..e9451671dd6c 100644 --- a/dev-texlive/texlive-latex/texlive-latex-2023_p69131-r1.ebuild +++ b/dev-texlive/texlive-latex/texlive-latex-2023_p69131-r1.ebuild @@ -1,7 +1,7 @@ # Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI="8" +EAPI=8 TEXLIVE_MODULE_CONTENTS=" collection-latex.r69131 diff --git a/dev-texlive/texlive-latexextra/texlive-latexextra-2023_p69752-r3.ebuild b/dev-texlive/texlive-latexextra/texlive-latexextra-2023_p69752-r3.ebuild index 4486f0693ec5..c70689b5edef 100644 --- a/dev-texlive/texlive-latexextra/texlive-latexextra-2023_p69752-r3.ebuild +++ b/dev-texlive/texlive-latexextra/texlive-latexextra-2023_p69752-r3.ebuild @@ -1,7 +1,7 @@ # Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI="8" +EAPI=8 TEXLIVE_MODULE_CONTENTS=" collection-latexextra.r69752 diff --git a/dev-texlive/texlive-latexrecommended/texlive-latexrecommended-2023_p69131.ebuild b/dev-texlive/texlive-latexrecommended/texlive-latexrecommended-2023_p69131.ebuild index 58e909d8c3bd..4adeb00635d5 100644 --- a/dev-texlive/texlive-latexrecommended/texlive-latexrecommended-2023_p69131.ebuild +++ b/dev-texlive/texlive-latexrecommended/texlive-latexrecommended-2023_p69131.ebuild @@ -1,7 +1,7 @@ # Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI="8" +EAPI=8 TEXLIVE_MODULE_CONTENTS=" collection-latexrecommended.r69131 diff --git a/dev-texlive/texlive-luatex/texlive-luatex-2023_p69404.ebuild b/dev-texlive/texlive-luatex/texlive-luatex-2023_p69404.ebuild index 5afc5771e502..8273cdabc698 100644 --- a/dev-texlive/texlive-luatex/texlive-luatex-2023_p69404.ebuild +++ b/dev-texlive/texlive-luatex/texlive-luatex-2023_p69404.ebuild @@ -1,7 +1,7 @@ # Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI="8" +EAPI=8 TEXLIVE_MODULE_CONTENTS=" collection-luatex.r69404 diff --git a/dev-texlive/texlive-mathscience/texlive-mathscience-2023_p69485-r1.ebuild b/dev-texlive/texlive-mathscience/texlive-mathscience-2023_p69485-r1.ebuild index 14fb0a086f61..59be55c7d359 100644 --- a/dev-texlive/texlive-mathscience/texlive-mathscience-2023_p69485-r1.ebuild +++ b/dev-texlive/texlive-mathscience/texlive-mathscience-2023_p69485-r1.ebuild @@ -1,7 +1,7 @@ # Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI="8" +EAPI=8 TEXLIVE_MODULE_CONTENTS=" collection-mathscience.r69485 diff --git a/dev-texlive/texlive-metapost/texlive-metapost-2023_p67071.ebuild b/dev-texlive/texlive-metapost/texlive-metapost-2023_p67071.ebuild index 536d0144aace..9dc1231f9e40 100644 --- a/dev-texlive/texlive-metapost/texlive-metapost-2023_p67071.ebuild +++ b/dev-texlive/texlive-metapost/texlive-metapost-2023_p67071.ebuild @@ -1,7 +1,7 @@ # Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI="8" +EAPI=8 TEXLIVE_MODULE_CONTENTS=" collection-metapost.r67071 diff --git a/dev-texlive/texlive-music/texlive-music-2023_p69613.ebuild b/dev-texlive/texlive-music/texlive-music-2023_p69613.ebuild index 2623609684e6..518c7f594de7 100644 --- a/dev-texlive/texlive-music/texlive-music-2023_p69613.ebuild +++ b/dev-texlive/texlive-music/texlive-music-2023_p69613.ebuild @@ -1,7 +1,7 @@ # Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI="8" +EAPI=8 TEXLIVE_MODULE_CONTENTS=" collection-music.r69613 diff --git a/dev-texlive/texlive-pictures/texlive-pictures-2023_p69409-r1.ebuild b/dev-texlive/texlive-pictures/texlive-pictures-2023_p69409-r1.ebuild index 52d5b811ee65..3cb6fa007075 100644 --- a/dev-texlive/texlive-pictures/texlive-pictures-2023_p69409-r1.ebuild +++ b/dev-texlive/texlive-pictures/texlive-pictures-2023_p69409-r1.ebuild @@ -1,7 +1,7 @@ # Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI="8" +EAPI=8 TEXLIVE_MODULE_CONTENTS=" collection-pictures.r69409 diff --git a/dev-texlive/texlive-plaingeneric/texlive-plaingeneric-2023_p68675-r1.ebuild b/dev-texlive/texlive-plaingeneric/texlive-plaingeneric-2023_p68675-r1.ebuild index 59b74634a4df..81048df6fa28 100644 --- a/dev-texlive/texlive-plaingeneric/texlive-plaingeneric-2023_p68675-r1.ebuild +++ b/dev-texlive/texlive-plaingeneric/texlive-plaingeneric-2023_p68675-r1.ebuild @@ -1,7 +1,7 @@ # Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI="8" +EAPI=8 TEXLIVE_MODULE_CONTENTS=" collection-plaingeneric.r68675 diff --git a/dev-texlive/texlive-pstricks/texlive-pstricks-2023_p65367.ebuild b/dev-texlive/texlive-pstricks/texlive-pstricks-2023_p65367.ebuild index 1e3d8e26d6f1..2f18820b793e 100644 --- a/dev-texlive/texlive-pstricks/texlive-pstricks-2023_p65367.ebuild +++ b/dev-texlive/texlive-pstricks/texlive-pstricks-2023_p65367.ebuild @@ -1,7 +1,7 @@ # Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI="8" +EAPI=8 TEXLIVE_MODULE_CONTENTS=" collection-pstricks.r65367 diff --git a/dev-texlive/texlive-publishers/texlive-publishers-2023_p69759-r1.ebuild b/dev-texlive/texlive-publishers/texlive-publishers-2023_p69759-r1.ebuild index c083e7755c04..a03f16a79b35 100644 --- a/dev-texlive/texlive-publishers/texlive-publishers-2023_p69759-r1.ebuild +++ b/dev-texlive/texlive-publishers/texlive-publishers-2023_p69759-r1.ebuild @@ -1,7 +1,7 @@ # Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI="8" +EAPI=8 TEXLIVE_MODULE_CONTENTS=" collection-publishers.r69759 diff --git a/dev-texlive/texlive-xetex/texlive-xetex-2023_p69452-r1.ebuild b/dev-texlive/texlive-xetex/texlive-xetex-2023_p69452-r1.ebuild index 173813fbe618..96bcf160e6ce 100644 --- a/dev-texlive/texlive-xetex/texlive-xetex-2023_p69452-r1.ebuild +++ b/dev-texlive/texlive-xetex/texlive-xetex-2023_p69452-r1.ebuild @@ -1,7 +1,7 @@ # Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI="8" +EAPI=8 TEXLIVE_MODULE_CONTENTS=" collection-xetex.r69452 diff --git a/net-im/ejabberd/ejabberd-23.01.ebuild b/net-im/ejabberd/ejabberd-23.01.ebuild index 82b509558d13..0f035a88b40c 100644 --- a/net-im/ejabberd/ejabberd-23.01.ebuild +++ b/net-im/ejabberd/ejabberd-23.01.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2023 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -13,7 +13,7 @@ SRC_URI=" LICENSE="GPL-2" SLOT="0" -KEYWORDS="amd64 ~arm ~ia64 ~sparc ~x86" +KEYWORDS="amd64 ~arm ~sparc ~x86" REQUIRED_USE="mssql? ( odbc )" # TODO: Add 'tools' flag. IUSE="captcha debug full-xml ldap mssql mysql odbc pam postgres redis diff --git a/net-im/ejabberd/ejabberd-23.04.ebuild b/net-im/ejabberd/ejabberd-23.04.ebuild index 69ddba1b5199..93c881b724c4 100644 --- a/net-im/ejabberd/ejabberd-23.04.ebuild +++ b/net-im/ejabberd/ejabberd-23.04.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2023 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -13,7 +13,7 @@ SRC_URI=" LICENSE="GPL-2" SLOT="0" -KEYWORDS="amd64 ~arm ~ia64 ~sparc ~x86" +KEYWORDS="amd64 ~arm ~sparc ~x86" REQUIRED_USE="mssql? ( odbc )" # TODO: Add 'tools' flag. IUSE="captcha debug full-xml ldap mssql mysql odbc pam postgres redis diff --git a/net-im/ejabberd/ejabberd-23.10-r1.ebuild b/net-im/ejabberd/ejabberd-23.10-r1.ebuild index 6a842d1ea221..c8083549429e 100644 --- a/net-im/ejabberd/ejabberd-23.10-r1.ebuild +++ b/net-im/ejabberd/ejabberd-23.10-r1.ebuild @@ -17,7 +17,7 @@ SRC_URI=" LICENSE="GPL-2" SLOT="0" -KEYWORDS="amd64 ~arm ~ia64 ~sparc ~x86" +KEYWORDS="amd64 ~arm ~sparc ~x86" REQUIRED_USE="mssql? ( odbc )" # TODO: Add 'tools' flag. IUSE="captcha debug full-xml ldap mssql mysql odbc pam postgres redis diff --git a/net-im/ejabberd/ejabberd-24.02-r1.ebuild b/net-im/ejabberd/ejabberd-24.02-r1.ebuild index c6595ebb5cd8..8627621ccdc6 100644 --- a/net-im/ejabberd/ejabberd-24.02-r1.ebuild +++ b/net-im/ejabberd/ejabberd-24.02-r1.ebuild @@ -17,7 +17,7 @@ SRC_URI=" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~amd64 ~arm ~ia64 ~sparc ~x86" +KEYWORDS="~amd64 ~arm ~sparc ~x86" REQUIRED_USE="mssql? ( odbc )" # TODO: Add 'tools' flag. IUSE="captcha debug full-xml ldap mssql mysql odbc pam postgres redis diff --git a/net-p2p/transmission/Manifest b/net-p2p/transmission/Manifest index dde3fc627b5a..ee2b56c96a39 100644 --- a/net-p2p/transmission/Manifest +++ b/net-p2p/transmission/Manifest @@ -1,5 +1,2 @@ -DIST transmission-3.00.tar.xz 3995080 BLAKE2B fb1be44aa630e6a1cf15511ab4ab40156edb16f9410b83058c53548f466fb9502c23157756a29e921e4468db1ebac7832b755cfcf98451c663c64401559f5498 SHA512 c8fb96086ba4b18f04d6181a29f6e2af85864840c533f3470a202dfa686e9431caeccd25f12c975a9a8f9b7802ca0bd73c4edc1ca06bdbada682326cad188a76 -DIST transmission-4.0.3.tar.xz 10062044 BLAKE2B 3d58f002d57458869e143e4a3617c8992e51a01f15f0e17031bc2913f404a455cde3397bde404f84a2234d12411e99b2902e4213ca6811b95288bb68f9b98553 SHA512 246d4af2f9b399cb5a6e43ca0852d2ab5ff48d2a5c89d0f450c968fcad042ef2e45fef3c9be8ffbf37e7c61dc509929869b6bf59914333818ddf6950582d669c -DIST transmission-4.0.4.tar.xz 9755152 BLAKE2B 0cdf6075dffba941cbb47924879e8849938620068f3389fe6d5a03b100d11d66a0d33692738001092b8ac3ea181d9cfb554ba1bb2553dc7f06fd83b04f7e0ca9 SHA512 3ddb36c46cc496c16bc4571678dfec33bd3697b6ace656d0f57a6c32279e937cbce91d11cf1895721e880be0c20cc6f88b71a0663dc32879c44d31a3611bd6ef DIST transmission-4.0.5.tar.xz 9745756 BLAKE2B 60caa3bc615137b225d3ac3f25daa352c6960fcc848c91e5ea45488ae109d93b53e314e4683bd7c4ef3f9b2f364d796b6c5bb014ca647d3f44fb5c9df9f8c997 SHA512 9d3df965929ba18aa8186f89060aeacc8ead3df4a5acdc74a005dc62deadc5fa239af99c49ca2477cc5c1adfcd834481105f1dbc94e0efe210e9e6680bfec124 DIST transmission-4.0.6.tar.xz 11908296 BLAKE2B 3eb1d851322299cb1b79c799f431c09db5aee1be0372fa2877e16508ca6f9e78ea42ed75520ab29a3325e62efcfca63a83559db73c39c981c9e2eddb403ef65a SHA512 d11654bd5174a990d8021fde890389bc7c073f63f80e1335bb2c250aff60f06d0b6481fb041ae4fdccd1c43278c71ddc36f692d7dda3ed2a1aaa9bd1bbc2cb0c diff --git a/net-p2p/transmission/files/cmake-unused-command-line.patch b/net-p2p/transmission/files/cmake-unused-command-line.patch deleted file mode 100644 index 6e0af5dc7cc9..000000000000 --- a/net-p2p/transmission/files/cmake-unused-command-line.patch +++ /dev/null @@ -1,21 +0,0 @@ -From 63b8fd6391cd30bb45e1c9432f69c43ade9bb7ea Mon Sep 17 00:00:00 2001 -From: Mike Gilbert <floppym@gentoo.org> -Date: Sat, 23 May 2020 22:25:42 -0400 -Subject: [PATCH] Do not warn about unused command line options - ---- - cmake/TrMacros.cmake | 1 + - 1 file changed, 1 insertion(+) - -diff --git a/cmake/TrMacros.cmake b/cmake/TrMacros.cmake -index 5e439126f..674b2ede0 100644 ---- a/cmake/TrMacros.cmake -+++ b/cmake/TrMacros.cmake -@@ -95,6 +95,7 @@ macro(tr_add_external_auto_library ID DIRNAME LIBNAME) - PREFIX "${${ID}_PREFIX}" - CMAKE_ARGS - -Wno-dev # We don't want to be warned over unused variables -+ --no-warn-unused-cli - "-DCMAKE_TOOLCHAIN_FILE:PATH=${CMAKE_TOOLCHAIN_FILE}" - "-DCMAKE_USER_MAKE_RULES_OVERRIDE=${CMAKE_USER_MAKE_RULES_OVERRIDE}" - "-DCMAKE_C_FLAGS:STRING=${CMAKE_C_FLAGS}" diff --git a/net-p2p/transmission/files/transmission-3.00-horizontal-progress-bars.patch b/net-p2p/transmission/files/transmission-3.00-horizontal-progress-bars.patch deleted file mode 100644 index 63d8ca2fe274..000000000000 --- a/net-p2p/transmission/files/transmission-3.00-horizontal-progress-bars.patch +++ /dev/null @@ -1,36 +0,0 @@ -https://bugs.gentoo.org/878099 -https://github.com/transmission/transmission/issues/3150 - ---- a/qt/FileTreeDelegate.cc -+++ a/qt/FileTreeDelegate.cc -@@ -49,7 +49,7 @@ - if (column == FileTreeModel::COL_PROGRESS) - { - QStyleOptionProgressBar p; -- p.state = option.state | QStyle::State_Small; -+ p.state = option.state | QStyle::State_Horizontal | QStyle::State_Small; - p.direction = qApp->layoutDirection(); - p.rect = option.rect; - p.rect.setSize(QSize(option.rect.width() - 4, option.rect.height() - 8)); ---- a/qt/TorrentDelegate.cc -+++ a/qt/TorrentDelegate.cc -@@ -545,7 +545,7 @@ - progressBarState = QStyle::State_None; - } - -- progressBarState |= QStyle::State_Small; -+ progressBarState |= QStyle::State_Horizontal | QStyle::State_Small; - - QIcon::Mode const emblemIm = isItemSelected ? QIcon::Selected : QIcon::Normal; - QIcon const emblemIcon = tor.hasError() ? getWarningEmblem() : QIcon(); ---- a/qt/TorrentDelegateMin.cc -+++ a/qt/TorrentDelegateMin.cc -@@ -218,7 +218,7 @@ - progressBarState = QStyle::State_None; - } - -- progressBarState |= QStyle::State_Small; -+ progressBarState |= QStyle::State_Horizontal | QStyle::State_Small; - - QIcon::Mode const emblemIm = isItemSelected ? QIcon::Selected : QIcon::Normal; - QIcon const emblemIcon = tor.hasError() ? getWarningEmblem() : QIcon(); diff --git a/net-p2p/transmission/files/transmission-3.00-openssl-3.patch b/net-p2p/transmission/files/transmission-3.00-openssl-3.patch deleted file mode 100644 index f288298cbf3d..000000000000 --- a/net-p2p/transmission/files/transmission-3.00-openssl-3.patch +++ /dev/null @@ -1,37 +0,0 @@ -From 6ee128b95bacaff20746538dc97c2b8e2b9fcc29 Mon Sep 17 00:00:00 2001 -From: Mike Gilbert <floppym@gentoo.org> -Date: Sun, 15 May 2022 10:54:38 -0400 -Subject: [PATCH] openssl: load "legacy" provider for RC4 - ---- - libtransmission/crypto-utils-openssl.c | 7 +++++++ - 1 file changed, 7 insertions(+) - -diff --git a/libtransmission/crypto-utils-openssl.c b/libtransmission/crypto-utils-openssl.c -index 45fd71913..14d680654 100644 ---- a/libtransmission/crypto-utils-openssl.c -+++ b/libtransmission/crypto-utils-openssl.c -@@ -20,6 +20,9 @@ - #include <openssl/rand.h> - #include <openssl/ssl.h> - #include <openssl/x509.h> -+#if OPENSSL_VERSION_MAJOR >= 3 -+#include <openssl/provider.h> -+#endif - - #include "transmission.h" - #include "crypto-utils.h" -@@ -184,6 +187,10 @@ static void openssl_evp_cipher_context_free(EVP_CIPHER_CTX* handle) - - tr_rc4_ctx_t tr_rc4_new(void) - { -+#if OPENSSL_VERSION_MAJOR >= 3 -+ OSSL_PROVIDER_load(NULL, "default"); -+ OSSL_PROVIDER_load(NULL, "legacy"); -+#endif - EVP_CIPHER_CTX* handle = EVP_CIPHER_CTX_new(); - - if (check_result(EVP_CipherInit_ex(handle, EVP_rc4(), NULL, NULL, NULL, -1))) --- -2.35.1 - diff --git a/net-p2p/transmission/metadata.xml b/net-p2p/transmission/metadata.xml index 25854b5ac42d..7977f9390453 100644 --- a/net-p2p/transmission/metadata.xml +++ b/net-p2p/transmission/metadata.xml @@ -15,7 +15,6 @@ <use> <flag name="cli">Build command-line client</flag> <flag name="debug">Enable assertions</flag> - <flag name="lightweight">Optimize transmission for low-resource systems (smaller cache size, prefer unencrypted peer connections, etc.)</flag> <flag name="mbedtls">Use mbed TLS instead of OpenSSL</flag> </use> </pkgmetadata> diff --git a/net-p2p/transmission/transmission-3.00-r6.ebuild b/net-p2p/transmission/transmission-3.00-r6.ebuild deleted file mode 100644 index 820cbc376d71..000000000000 --- a/net-p2p/transmission/transmission-3.00-r6.ebuild +++ /dev/null @@ -1,137 +0,0 @@ -# Copyright 2006-2023 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -inherit cmake flag-o-matic systemd xdg-utils - -if [[ ${PV} == 9999 ]]; then - inherit git-r3 - EGIT_REPO_URI="https://github.com/transmission/transmission" -else - SRC_URI="https://dev.gentoo.org/~floppym/dist/${P}.tar.xz" - KEYWORDS="amd64 ~arm ~arm64 ppc ppc64 ~riscv x86" -fi - -DESCRIPTION="A fast, easy, and free BitTorrent client" -HOMEPAGE="https://transmissionbt.com/" - -# web/LICENSE is always GPL-2 whereas COPYING allows either GPL-2 or GPL-3 for the rest -# transmission in licenses/ is for mentioning OpenSSL linking exception -# MIT is in several libtransmission/ headers -LICENSE="|| ( GPL-2 GPL-3 Transmission-OpenSSL-exception ) GPL-2 MIT" -SLOT="0" -IUSE="appindicator cli debug gtk lightweight nls mbedtls qt5 systemd test" -RESTRICT="!test? ( test )" - -ACCT_DEPEND=" - acct-group/transmission - acct-user/transmission -" -BDEPEND="${ACCT_DEPEND} - virtual/pkgconfig - nls? ( - gtk? ( sys-devel/gettext ) - qt5? ( dev-qt/linguist-tools:5 ) - ) -" -COMMON_DEPEND=" - >=dev-libs/libevent-2.0.10:= - !mbedtls? ( dev-libs/openssl:0= ) - mbedtls? ( net-libs/mbedtls:0= ) - net-libs/libnatpmp - >=net-libs/miniupnpc-1.7:= - >=net-misc/curl-7.16.3[ssl] - sys-libs/zlib:= - nls? ( virtual/libintl ) - gtk? ( - >=dev-libs/glib-2.32:2 - >=x11-libs/gtk+-3.4:3 - appindicator? ( >=dev-libs/libappindicator-0.4.30:3 ) - ) - qt5? ( - dev-qt/qtcore:5 - dev-qt/qtgui:5 - dev-qt/qtwidgets:5 - dev-qt/qtnetwork:5 - dev-qt/qtdbus:5 - ) - systemd? ( >=sys-apps/systemd-209:= ) -" -DEPEND="${COMMON_DEPEND} - nls? ( virtual/libintl ) -" -RDEPEND="${COMMON_DEPEND} - ${ACCT_DEPEND} -" - -PATCHES=( - "${FILESDIR}"/cmake-unused-command-line.patch - "${FILESDIR}"/transmission-3.00-openssl-3.patch - "${FILESDIR}"/transmission-3.00-horizontal-progress-bars.patch -) - -src_configure() { - local mycmakeargs=( - -DCMAKE_INSTALL_DOCDIR=share/doc/${PF} - - -DENABLE_CLI=$(usex cli ON OFF) - -DENABLE_GTK=$(usex gtk ON OFF) - -DENABLE_LIGHTWEIGHT=$(usex lightweight ON OFF) - -DENABLE_NLS=$(usex nls ON OFF) - -DENABLE_QT=$(usex qt5 ON OFF) - -DENABLE_TESTS=$(usex test ON OFF) - - -DUSE_SYSTEM_EVENT2=ON - -DUSE_SYSTEM_DHT=OFF - -DUSE_SYSTEM_MINIUPNPC=ON - -DUSE_SYSTEM_NATPMP=ON - -DUSE_SYSTEM_UTP=OFF - -DUSE_SYSTEM_B64=OFF - - -DWITH_CRYPTO=$(usex mbedtls polarssl openssl) - -DWITH_INOTIFY=ON - -DWITH_LIBAPPINDICATOR=$(usex appindicator ON OFF) - -DWITH_SYSTEMD=$(usex systemd ON OFF) - ) - - # Disable assertions by default, bug 893870. - use debug || append-cppflags -DNDEBUG - - cmake_src_configure -} - -src_install() { - cmake_src_install - - newinitd "${FILESDIR}"/transmission-daemon.initd.10 transmission-daemon - newconfd "${FILESDIR}"/transmission-daemon.confd.4 transmission-daemon - - if use systemd; then - # Service sets Type=notify - systemd_dounit daemon/transmission-daemon.service - systemd_install_serviced "${FILESDIR}"/transmission-daemon.service.conf - fi - - insinto /usr/lib/sysctl.d - doins "${FILESDIR}"/60-transmission.conf - - if [[ ${EUID} == 0 ]]; then - diropts -o transmission -g transmission - fi - keepdir /var/lib/transmission -} - -pkg_postrm() { - if use gtk || use qt5; then - xdg_desktop_database_update - xdg_icon_cache_update - fi -} - -pkg_postinst() { - if use gtk || use qt5; then - xdg_desktop_database_update - xdg_icon_cache_update - fi -} diff --git a/net-p2p/transmission/transmission-4.0.3-r1.ebuild b/net-p2p/transmission/transmission-4.0.3-r1.ebuild deleted file mode 100644 index ad6df4c46340..000000000000 --- a/net-p2p/transmission/transmission-4.0.3-r1.ebuild +++ /dev/null @@ -1,153 +0,0 @@ -# Copyright 2006-2023 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -inherit cmake flag-o-matic tmpfiles systemd xdg-utils - -if [[ ${PV} == 9999 ]]; then - inherit git-r3 - EGIT_REPO_URI="https://github.com/transmission/transmission" -else - MY_PV="${PV/_beta/-beta.}" - MY_P="${PN}-${MY_PV}" - S="${WORKDIR}/${MY_P}" - SRC_URI="https://github.com/transmission/transmission/releases/download/${MY_PV}/${MY_P}.tar.xz" - KEYWORDS="amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv x86" -fi - -DESCRIPTION="A fast, easy, and free BitTorrent client" -HOMEPAGE="https://transmissionbt.com/" - -# web/LICENSE is always GPL-2 whereas COPYING allows either GPL-2 or GPL-3 for the rest -# transmission in licenses/ is for mentioning OpenSSL linking exception -# MIT is in several libtransmission/ headers -LICENSE="|| ( GPL-2 GPL-3 Transmission-OpenSSL-exception ) GPL-2 MIT" -SLOT="0" -IUSE="appindicator cli debug gtk nls mbedtls qt5 qt6 systemd test" -REQUIRED_USE="?? ( qt5 qt6 )" -RESTRICT="!test? ( test )" - -ACCT_DEPEND=" - acct-group/transmission - acct-user/transmission -" -BDEPEND=" - virtual/pkgconfig - nls? ( - gtk? ( sys-devel/gettext ) - ) - qt5? ( dev-qt/linguist-tools:5 ) - qt6? ( dev-qt/qttools:6[linguist] ) -" -COMMON_DEPEND=" - >=dev-libs/libevent-2.1.0:=[threads(+)] - !mbedtls? ( dev-libs/openssl:0= ) - mbedtls? ( net-libs/mbedtls:0= ) - net-libs/libnatpmp - >=net-libs/libpsl-0.21.1 - >=net-libs/miniupnpc-1.7:= - >=net-misc/curl-7.28.0[ssl] - sys-libs/zlib:= - nls? ( virtual/libintl ) - gtk? ( - >=dev-cpp/gtkmm-3.24.0:4.0 - >=dev-cpp/glibmm-2.60.0:2.68 - appindicator? ( dev-libs/libayatana-appindicator ) - ) - qt5? ( - dev-qt/qtcore:5 - dev-qt/qtdbus:5 - dev-qt/qtgui:5 - dev-qt/qtnetwork:5 - dev-qt/qtsvg:5 - dev-qt/qtwidgets:5 - ) - qt6? ( - dev-qt/qtbase:6[dbus,gui,network,widgets] - dev-qt/qtsvg:6 - ) - systemd? ( >=sys-apps/systemd-209:= ) -" -DEPEND="${COMMON_DEPEND} - nls? ( virtual/libintl ) -" -RDEPEND="${COMMON_DEPEND} - ${ACCT_DEPEND} -" - -src_configure() { - local mycmakeargs=( - -DCMAKE_INSTALL_DOCDIR=share/doc/${PF} - - -DENABLE_GTK=$(usex gtk ON OFF) - -DENABLE_MAC=OFF - -DREBUILD_WEB=OFF - -DENABLE_CLI=$(usex cli ON OFF) - -DENABLE_TESTS=$(usex test ON OFF) - -DENABLE_NLS=$(usex nls ON OFF) - - -DRUN_CLANG_TIDY=OFF - - -DUSE_GTK_VERSION=4 - -DUSE_SYSTEM_EVENT2=ON - -DUSE_SYSTEM_DEFLATE=OFF - -DUSE_SYSTEM_DHT=OFF - -DUSE_SYSTEM_MINIUPNPC=ON - -DUSE_SYSTEM_NATPMP=ON - -DUSE_SYSTEM_UTP=OFF - -DUSE_SYSTEM_B64=OFF - -DUSE_SYSTEM_PSL=ON - - -DWITH_CRYPTO=$(usex mbedtls mbedtls openssl) - -DWITH_INOTIFY=ON - -DWITH_APPINDICATOR=$(usex appindicator ON OFF) - -DWITH_SYSTEMD=$(usex systemd ON OFF) - ) - - if use qt6; then - mycmakeargs+=( -DENABLE_QT=ON -DUSE_QT_VERSION=6 ) - elif use qt5; then - mycmakeargs+=( -DENABLE_QT=ON -DUSE_QT_VERSION=5 ) - else - mycmakeargs+=( -DENABLE_QT=OFF ) - fi - - # Disable assertions by default, bug 893870. - use debug || append-cppflags -DNDEBUG - - cmake_src_configure -} - -src_install() { - cmake_src_install - - newinitd "${FILESDIR}"/transmission-daemon.initd.10 transmission-daemon - newconfd "${FILESDIR}"/transmission-daemon.confd.4 transmission-daemon - - if use systemd; then - # Service sets Type=notify - systemd_dounit daemon/transmission-daemon.service - systemd_install_serviced "${FILESDIR}"/transmission-daemon.service.conf - fi - - insinto /usr/lib/sysctl.d - doins "${FILESDIR}"/60-transmission.conf - - newtmpfiles "${FILESDIR}"/transmission-daemon.tmpfiles transmission-daemon.conf -} - -pkg_postrm() { - if use gtk || use qt5 || use qt6; then - xdg_desktop_database_update - xdg_icon_cache_update - fi -} - -pkg_postinst() { - if use gtk || use qt5 || use qt6; then - xdg_desktop_database_update - xdg_icon_cache_update - fi - tmpfiles_process transmission-daemon.conf -} diff --git a/net-p2p/transmission/transmission-4.0.3.ebuild b/net-p2p/transmission/transmission-4.0.3.ebuild deleted file mode 100644 index c75d92d0e1a1..000000000000 --- a/net-p2p/transmission/transmission-4.0.3.ebuild +++ /dev/null @@ -1,153 +0,0 @@ -# Copyright 2006-2023 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -inherit cmake flag-o-matic tmpfiles systemd xdg-utils - -if [[ ${PV} == 9999 ]]; then - inherit git-r3 - EGIT_REPO_URI="https://github.com/transmission/transmission" -else - MY_PV="${PV/_beta/-beta.}" - MY_P="${PN}-${MY_PV}" - S="${WORKDIR}/${MY_P}" - SRC_URI="https://github.com/transmission/transmission/releases/download/${MY_PV}/${MY_P}.tar.xz" - KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv ~x86" -fi - -DESCRIPTION="A fast, easy, and free BitTorrent client" -HOMEPAGE="https://transmissionbt.com/" - -# web/LICENSE is always GPL-2 whereas COPYING allows either GPL-2 or GPL-3 for the rest -# transmission in licenses/ is for mentioning OpenSSL linking exception -# MIT is in several libtransmission/ headers -LICENSE="|| ( GPL-2 GPL-3 Transmission-OpenSSL-exception ) GPL-2 MIT" -SLOT="0" -IUSE="appindicator cli debug gtk nls mbedtls qt5 qt6 systemd test" -REQUIRED_USE="?? ( qt5 qt6 )" -RESTRICT="!test? ( test )" - -ACCT_DEPEND=" - acct-group/transmission - acct-user/transmission -" -BDEPEND=" - virtual/pkgconfig - nls? ( - gtk? ( sys-devel/gettext ) - ) - qt5? ( dev-qt/linguist-tools:5 ) - qt6? ( dev-qt/qttools:6[linguist] ) -" -COMMON_DEPEND=" - >=dev-libs/libevent-2.1.0:=[threads(+)] - !mbedtls? ( dev-libs/openssl:0= ) - mbedtls? ( net-libs/mbedtls:0= ) - net-libs/libnatpmp - >=net-libs/libpsl-0.21.1 - >=net-libs/miniupnpc-1.7:= - >=net-misc/curl-7.28.0[ssl] - sys-libs/zlib:= - nls? ( virtual/libintl ) - gtk? ( - >=dev-cpp/gtkmm-3.24.0:3.0 - >=dev-cpp/glibmm-2.60.0:2 - appindicator? ( dev-libs/libayatana-appindicator ) - ) - qt5? ( - dev-qt/qtcore:5 - dev-qt/qtdbus:5 - dev-qt/qtgui:5 - dev-qt/qtnetwork:5 - dev-qt/qtsvg:5 - dev-qt/qtwidgets:5 - ) - qt6? ( - dev-qt/qtbase:6[dbus,gui,network,widgets] - dev-qt/qtsvg:6 - ) - systemd? ( >=sys-apps/systemd-209:= ) -" -DEPEND="${COMMON_DEPEND} - nls? ( virtual/libintl ) -" -RDEPEND="${COMMON_DEPEND} - ${ACCT_DEPEND} -" - -src_configure() { - local mycmakeargs=( - -DCMAKE_INSTALL_DOCDIR=share/doc/${PF} - - -DENABLE_GTK=$(usex gtk ON OFF) - -DENABLE_MAC=OFF - -DREBUILD_WEB=OFF - -DENABLE_CLI=$(usex cli ON OFF) - -DENABLE_TESTS=$(usex test ON OFF) - -DENABLE_NLS=$(usex nls ON OFF) - - -DRUN_CLANG_TIDY=OFF - - -DUSE_GTK_VERSION=3 - -DUSE_SYSTEM_EVENT2=ON - -DUSE_SYSTEM_DEFLATE=OFF - -DUSE_SYSTEM_DHT=OFF - -DUSE_SYSTEM_MINIUPNPC=ON - -DUSE_SYSTEM_NATPMP=ON - -DUSE_SYSTEM_UTP=OFF - -DUSE_SYSTEM_B64=OFF - -DUSE_SYSTEM_PSL=ON - - -DWITH_CRYPTO=$(usex mbedtls mbedtls openssl) - -DWITH_INOTIFY=ON - -DWITH_APPINDICATOR=$(usex appindicator ON OFF) - -DWITH_SYSTEMD=$(usex systemd ON OFF) - ) - - if use qt6; then - mycmakeargs+=( -DENABLE_QT=ON -DUSE_QT_VERSION=6 ) - elif use qt5; then - mycmakeargs+=( -DENABLE_QT=ON -DUSE_QT_VERSION=5 ) - else - mycmakeargs+=( -DENABLE_QT=OFF ) - fi - - # Disable assertions by default, bug 893870. - use debug || append-cppflags -DNDEBUG - - cmake_src_configure -} - -src_install() { - cmake_src_install - - newinitd "${FILESDIR}"/transmission-daemon.initd.10 transmission-daemon - newconfd "${FILESDIR}"/transmission-daemon.confd.4 transmission-daemon - - if use systemd; then - # Service sets Type=notify - systemd_dounit daemon/transmission-daemon.service - systemd_install_serviced "${FILESDIR}"/transmission-daemon.service.conf - fi - - insinto /usr/lib/sysctl.d - doins "${FILESDIR}"/60-transmission.conf - - newtmpfiles "${FILESDIR}"/transmission-daemon.tmpfiles transmission-daemon.conf -} - -pkg_postrm() { - if use gtk || use qt5 || use qt6; then - xdg_desktop_database_update - xdg_icon_cache_update - fi -} - -pkg_postinst() { - if use gtk || use qt5 || use qt6; then - xdg_desktop_database_update - xdg_icon_cache_update - fi - tmpfiles_process transmission-daemon.conf -} diff --git a/net-p2p/transmission/transmission-4.0.4.ebuild b/net-p2p/transmission/transmission-4.0.4.ebuild deleted file mode 100644 index f9d4e2dcede6..000000000000 --- a/net-p2p/transmission/transmission-4.0.4.ebuild +++ /dev/null @@ -1,153 +0,0 @@ -# Copyright 2006-2023 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -inherit cmake flag-o-matic tmpfiles systemd xdg-utils - -if [[ ${PV} == 9999 ]]; then - inherit git-r3 - EGIT_REPO_URI="https://github.com/transmission/transmission" -else - MY_PV="${PV/_beta/-beta.}" - MY_P="${PN}-${MY_PV}" - S="${WORKDIR}/${MY_P}" - SRC_URI="https://github.com/transmission/transmission/releases/download/${MY_PV}/${MY_P}.tar.xz" - KEYWORDS="amd64 ~arm ~arm64 ppc ppc64 ~riscv x86" -fi - -DESCRIPTION="A fast, easy, and free BitTorrent client" -HOMEPAGE="https://transmissionbt.com/" - -# web/LICENSE is always GPL-2 whereas COPYING allows either GPL-2 or GPL-3 for the rest -# transmission in licenses/ is for mentioning OpenSSL linking exception -# MIT is in several libtransmission/ headers -LICENSE="|| ( GPL-2 GPL-3 Transmission-OpenSSL-exception ) GPL-2 MIT" -SLOT="0" -IUSE="appindicator cli debug gtk nls mbedtls qt5 qt6 systemd test" -REQUIRED_USE="?? ( qt5 qt6 )" -RESTRICT="!test? ( test )" - -ACCT_DEPEND=" - acct-group/transmission - acct-user/transmission -" -BDEPEND=" - virtual/pkgconfig - nls? ( - gtk? ( sys-devel/gettext ) - ) - qt5? ( dev-qt/linguist-tools:5 ) - qt6? ( dev-qt/qttools:6[linguist] ) -" -COMMON_DEPEND=" - >=dev-libs/libevent-2.1.0:=[threads(+)] - !mbedtls? ( dev-libs/openssl:0= ) - mbedtls? ( net-libs/mbedtls:0= ) - net-libs/libnatpmp - >=net-libs/libpsl-0.21.1 - >=net-libs/miniupnpc-1.7:= - >=net-misc/curl-7.28.0[ssl] - sys-libs/zlib:= - nls? ( virtual/libintl ) - gtk? ( - >=dev-cpp/gtkmm-3.24.0:4.0 - >=dev-cpp/glibmm-2.60.0:2.68 - appindicator? ( dev-libs/libayatana-appindicator ) - ) - qt5? ( - dev-qt/qtcore:5 - dev-qt/qtdbus:5 - dev-qt/qtgui:5 - dev-qt/qtnetwork:5 - dev-qt/qtsvg:5 - dev-qt/qtwidgets:5 - ) - qt6? ( - dev-qt/qtbase:6[dbus,gui,network,widgets] - dev-qt/qtsvg:6 - ) - systemd? ( >=sys-apps/systemd-209:= ) -" -DEPEND="${COMMON_DEPEND} - nls? ( virtual/libintl ) -" -RDEPEND="${COMMON_DEPEND} - ${ACCT_DEPEND} -" - -src_configure() { - local mycmakeargs=( - -DCMAKE_INSTALL_DOCDIR=share/doc/${PF} - - -DENABLE_GTK=$(usex gtk ON OFF) - -DENABLE_MAC=OFF - -DREBUILD_WEB=OFF - -DENABLE_CLI=$(usex cli ON OFF) - -DENABLE_TESTS=$(usex test ON OFF) - -DENABLE_NLS=$(usex nls ON OFF) - - -DRUN_CLANG_TIDY=OFF - - -DUSE_GTK_VERSION=4 - -DUSE_SYSTEM_EVENT2=ON - -DUSE_SYSTEM_DEFLATE=OFF - -DUSE_SYSTEM_DHT=OFF - -DUSE_SYSTEM_MINIUPNPC=ON - -DUSE_SYSTEM_NATPMP=ON - -DUSE_SYSTEM_UTP=OFF - -DUSE_SYSTEM_B64=OFF - -DUSE_SYSTEM_PSL=ON - - -DWITH_CRYPTO=$(usex mbedtls mbedtls openssl) - -DWITH_INOTIFY=ON - -DWITH_APPINDICATOR=$(usex appindicator ON OFF) - -DWITH_SYSTEMD=$(usex systemd ON OFF) - ) - - if use qt6; then - mycmakeargs+=( -DENABLE_QT=ON -DUSE_QT_VERSION=6 ) - elif use qt5; then - mycmakeargs+=( -DENABLE_QT=ON -DUSE_QT_VERSION=5 ) - else - mycmakeargs+=( -DENABLE_QT=OFF ) - fi - - # Disable assertions by default, bug 893870. - use debug || append-cppflags -DNDEBUG - - cmake_src_configure -} - -src_install() { - cmake_src_install - - newinitd "${FILESDIR}"/transmission-daemon.initd.10 transmission-daemon - newconfd "${FILESDIR}"/transmission-daemon.confd.4 transmission-daemon - - if use systemd; then - # Service sets Type=notify - systemd_dounit daemon/transmission-daemon.service - systemd_install_serviced "${FILESDIR}"/transmission-daemon.service.conf - fi - - insinto /usr/lib/sysctl.d - doins "${FILESDIR}"/60-transmission.conf - - newtmpfiles "${FILESDIR}"/transmission-daemon.tmpfiles transmission-daemon.conf -} - -pkg_postrm() { - if use gtk || use qt5 || use qt6; then - xdg_desktop_database_update - xdg_icon_cache_update - fi -} - -pkg_postinst() { - if use gtk || use qt5 || use qt6; then - xdg_desktop_database_update - xdg_icon_cache_update - fi - tmpfiles_process transmission-daemon.conf -} diff --git a/net-p2p/transmission/transmission-4.0.5.ebuild b/net-p2p/transmission/transmission-4.0.5-r1.ebuild index f077a49f379e..84c29cb03a00 100644 --- a/net-p2p/transmission/transmission-4.0.5.ebuild +++ b/net-p2p/transmission/transmission-4.0.5-r1.ebuild @@ -46,7 +46,7 @@ COMMON_DEPEND=" mbedtls? ( net-libs/mbedtls:0= ) net-libs/libnatpmp >=net-libs/libpsl-0.21.1 - >=net-libs/miniupnpc-1.7:= + <net-libs/miniupnpc-2.2.8:= >=net-misc/curl-7.28.0[ssl] sys-libs/zlib:= nls? ( virtual/libintl ) diff --git a/net-p2p/transmission/transmission-4.0.6.ebuild b/net-p2p/transmission/transmission-4.0.6-r1.ebuild index b9122b4b131b..de67e505ed49 100644 --- a/net-p2p/transmission/transmission-4.0.6.ebuild +++ b/net-p2p/transmission/transmission-4.0.6-r1.ebuild @@ -46,7 +46,7 @@ COMMON_DEPEND=" mbedtls? ( net-libs/mbedtls:0= ) net-libs/libnatpmp >=net-libs/libpsl-0.21.1 - >=net-libs/miniupnpc-1.7:= + <net-libs/miniupnpc-2.2.8:= >=net-misc/curl-7.28.0[ssl] sys-libs/zlib:= nls? ( virtual/libintl ) |