[gentoo-commits] repo/gentoo:master commit in: app-shells/atuin/
commit: b9bd5990915dcc83ef9e796a9264434a46e99871 Author: Florian Schmaus gentoo org> AuthorDate: Sun Aug 25 07:29:38 2024 + Commit: Florian Schmaus gentoo org> CommitDate: Sun Aug 25 07:29:38 2024 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b9bd5990 app-shells/atuin: stabilize 18.3.0-r1 for amd64 Signed-off-by: Florian Schmaus gentoo.org> app-shells/atuin/atuin-18.3.0-r1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-shells/atuin/atuin-18.3.0-r1.ebuild b/app-shells/atuin/atuin-18.3.0-r1.ebuild index 6805ed102eb1..6f383e0b5123 100644 --- a/app-shells/atuin/atuin-18.3.0-r1.ebuild +++ b/app-shells/atuin/atuin-18.3.0-r1.ebuild @@ -468,7 +468,7 @@ LICENSE="MIT" # - openssl for ring crate LICENSE+=" Apache-2.0 BSD Boost-1.0 ISC MIT MPL-2.0 Unicode-DFS-2016 openssl" SLOT="0" -KEYWORDS="~amd64 ~arm64 ~riscv" +KEYWORDS="amd64 ~arm64 ~riscv" IUSE="+client +daemon server test +sync" RESTRICT="!test? ( test )" REQUIRED_USE="
[gentoo-commits] repo/gentoo:master commit in: dev-ruby/activemodel/
commit: e906f6c451d7f870f31b104f46bb94831b5ce1ef Author: Hans de Graaff gentoo org> AuthorDate: Sun Aug 25 07:30:37 2024 + Commit: Hans de Graaff gentoo org> CommitDate: Sun Aug 25 07:34:12 2024 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e906f6c4 dev-ruby/activemodel: add 7.2.1 Signed-off-by: Hans de Graaff gentoo.org> dev-ruby/activemodel/Manifest | 1 + dev-ruby/activemodel/activemodel-7.2.1.ebuild | 43 +++ 2 files changed, 44 insertions(+) diff --git a/dev-ruby/activemodel/Manifest b/dev-ruby/activemodel/Manifest index 211fe49c76dd..2220a7bf4296 100644 --- a/dev-ruby/activemodel/Manifest +++ b/dev-ruby/activemodel/Manifest @@ -5,3 +5,4 @@ DIST rails-7.0.8.4.tgz 11082427 BLAKE2B 2ca521ad92b7a33fa2160b4cfbc1aac826641d2a DIST rails-7.1.3.3.tgz 10905515 BLAKE2B b2be6d8922d15478136875ac80d65fdc54bdf4a03ec17cddc20c20ae847f08fd52a2b1110ed27feb0217f4aa8dd827a8d95847e32eceaf8f5979843312f12a2a SHA512 0d108654a9ab2a9321822742906c4848508e0e4e09600c01bd5a86deeb324540bbae520a954499c4cc83bfe1246f929a581d1667f2b50c463d0bf8187f603df9 DIST rails-7.1.3.4.tgz 10917333 BLAKE2B 3266de2a86f8b107b18117c06115db14791bb98d672403eff28673e9d98df5e2c9a6c30f72d4141cd1f051054f2d5e1f636a93de9b14114cefef384fded7942a SHA512 4c303be256707b5bbedc05bf5bac7c60ff03cb8a14fa3d709a495d07ad1745d6c6f4d5dceb9860afff46f95f3f9fc525d1bcb75894a5b31a9d35f1aa6b105c5e DIST rails-7.1.4.tgz 10926853 BLAKE2B e1e62f95453fa0137337f40291614265ae4d8e6bedf496e0402f160ce938418760dcd850c37e82a7c9dd530dfe442b0f9b22d122dc80f1ff61c5c76244999416 SHA512 67770018663d930cb710fb08358c7d9c9d391a4c721212c55b60c4827f8cbdb38e55ee551b598e93244beba18f9c4c21dfdf6000e67880ac95345a70ff2e0841 +DIST rails-7.2.1.tgz 11065899 BLAKE2B 7858184a6e5ed07af56566e84d9ccdacf9d37ae3cb0a60ce09f632db782b5f97b3298c1a48147c2cb94b420e8186721ca00d9eff25ecee33f03c5348923e5fa5 SHA512 3ba68311f5b15fac647047d5e2bdbf0bf088ee4bd1208f3a47064cc7bc10794bf28f94aaabf410b773c6ff90638c8f08ebb74297855a303d080ffea9e96d25ef diff --git a/dev-ruby/activemodel/activemodel-7.2.1.ebuild b/dev-ruby/activemodel/activemodel-7.2.1.ebuild new file mode 100644 index ..e9b1b16cf5ad --- /dev/null +++ b/dev-ruby/activemodel/activemodel-7.2.1.ebuild @@ -0,0 +1,43 @@ +# Copyright 1999-2024 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +USE_RUBY="ruby31 ruby32 ruby33" + +RUBY_FAKEGEM_EXTRADOC="CHANGELOG.md README.rdoc" + +RUBY_FAKEGEM_GEMSPEC="activemodel.gemspec" + +RUBY_FAKEGEM_BINWRAP="" + +inherit ruby-fakegem + +DESCRIPTION="Toolkit for building modeling frameworks like Active Record and Active Resource" +HOMEPAGE="https://github.com/rails/rails"; +SRC_URI="https://github.com/rails/rails/archive/v${PV}.tar.gz -> rails-${PV}.tgz" + +LICENSE="MIT" +SLOT="$(ver_cut 1-2)" +KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~riscv ~sparc" +IUSE="test" + +RUBY_S="rails-${PV}/${PN}" + +ruby_add_rdepend " + ~dev-ruby/activesupport-${PV}:* +" + +ruby_add_bdepend " + test? ( + ~dev-ruby/railties-${PV} + dev-ruby/test-unit:2 + dev-ruby/mocha + >=dev-ruby/bcrypt-ruby-3.1.7 + dev-ruby/minitest:5 + )" + +all_ruby_prepare() { + # Set test environment to our hand. + sed -i -e '/load_paths/d' test/cases/helper.rb || die "Unable to remove load paths" +}
[gentoo-commits] repo/gentoo:master commit in: dev-ruby/activejob/
commit: 81cd661802998c2d1bccbdf9ce9b87f71f667063 Author: Hans de Graaff gentoo org> AuthorDate: Sun Aug 25 07:33:35 2024 + Commit: Hans de Graaff gentoo org> CommitDate: Sun Aug 25 07:34:13 2024 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=81cd6618 dev-ruby/activejob: add 7.2.1 Signed-off-by: Hans de Graaff gentoo.org> dev-ruby/activejob/Manifest | 1 + dev-ruby/activejob/activejob-7.2.1.ebuild | 49 +++ 2 files changed, 50 insertions(+) diff --git a/dev-ruby/activejob/Manifest b/dev-ruby/activejob/Manifest index 211fe49c76dd..2220a7bf4296 100644 --- a/dev-ruby/activejob/Manifest +++ b/dev-ruby/activejob/Manifest @@ -5,3 +5,4 @@ DIST rails-7.0.8.4.tgz 11082427 BLAKE2B 2ca521ad92b7a33fa2160b4cfbc1aac826641d2a DIST rails-7.1.3.3.tgz 10905515 BLAKE2B b2be6d8922d15478136875ac80d65fdc54bdf4a03ec17cddc20c20ae847f08fd52a2b1110ed27feb0217f4aa8dd827a8d95847e32eceaf8f5979843312f12a2a SHA512 0d108654a9ab2a9321822742906c4848508e0e4e09600c01bd5a86deeb324540bbae520a954499c4cc83bfe1246f929a581d1667f2b50c463d0bf8187f603df9 DIST rails-7.1.3.4.tgz 10917333 BLAKE2B 3266de2a86f8b107b18117c06115db14791bb98d672403eff28673e9d98df5e2c9a6c30f72d4141cd1f051054f2d5e1f636a93de9b14114cefef384fded7942a SHA512 4c303be256707b5bbedc05bf5bac7c60ff03cb8a14fa3d709a495d07ad1745d6c6f4d5dceb9860afff46f95f3f9fc525d1bcb75894a5b31a9d35f1aa6b105c5e DIST rails-7.1.4.tgz 10926853 BLAKE2B e1e62f95453fa0137337f40291614265ae4d8e6bedf496e0402f160ce938418760dcd850c37e82a7c9dd530dfe442b0f9b22d122dc80f1ff61c5c76244999416 SHA512 67770018663d930cb710fb08358c7d9c9d391a4c721212c55b60c4827f8cbdb38e55ee551b598e93244beba18f9c4c21dfdf6000e67880ac95345a70ff2e0841 +DIST rails-7.2.1.tgz 11065899 BLAKE2B 7858184a6e5ed07af56566e84d9ccdacf9d37ae3cb0a60ce09f632db782b5f97b3298c1a48147c2cb94b420e8186721ca00d9eff25ecee33f03c5348923e5fa5 SHA512 3ba68311f5b15fac647047d5e2bdbf0bf088ee4bd1208f3a47064cc7bc10794bf28f94aaabf410b773c6ff90638c8f08ebb74297855a303d080ffea9e96d25ef diff --git a/dev-ruby/activejob/activejob-7.2.1.ebuild b/dev-ruby/activejob/activejob-7.2.1.ebuild new file mode 100644 index ..b5900204d70f --- /dev/null +++ b/dev-ruby/activejob/activejob-7.2.1.ebuild @@ -0,0 +1,49 @@ +# Copyright 1999-2024 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +USE_RUBY="ruby31 ruby32 ruby33" + +RUBY_FAKEGEM_RECIPE_DOC="" +RUBY_FAKEGEM_DOCDIR="" +RUBY_FAKEGEM_EXTRADOC="CHANGELOG.md README.md" + +RUBY_FAKEGEM_BINWRAP="" + +RUBY_FAKEGEM_GEMSPEC="${PN}.gemspec" + +inherit ruby-fakegem + +DESCRIPTION="Job framework with pluggable queues" +HOMEPAGE="https://github.com/rails/rails"; +SRC_URI="https://github.com/rails/rails/archive/v${PV}.tar.gz -> rails-${PV}.tgz" + +LICENSE="MIT" +SLOT="$(ver_cut 1-2)" +KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~riscv ~sparc" +IUSE="test" + +RUBY_S="rails-${PV}/${PN}" + +ruby_add_rdepend " + ~dev-ruby/activesupport-${PV} + >=dev-ruby/globalid-0.3.6 +" + +ruby_add_bdepend " + test? ( + dev-ruby/mocha + dev-ruby/zeitwerk + )" + +all_ruby_prepare() { + # Set test environment to our hand. + sed -i -e '/load_paths/d' test/helper.rb || die "Unable to remove load paths" + + # Remove all currently unpackaged queues. + sed -i -e 's/que queue_classic resque sidekiq sneakers sucker_punch backburner//' \ + -e 's/delayed_job//' Rakefile || die + sed -i -e '/SneakersAdapter/ s:^:#:' test/cases/exceptions_test.rb || die + rm -f test/cases/delayed_job_adapter_test.rb || die +}
[gentoo-commits] repo/gentoo:master commit in: dev-ruby/actionpack/
commit: be4723913874aecb9b58f35fb7878d720a80a650 Author: Hans de Graaff gentoo org> AuthorDate: Sun Aug 25 07:33:14 2024 + Commit: Hans de Graaff gentoo org> CommitDate: Sun Aug 25 07:34:13 2024 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=be472391 dev-ruby/actionpack: add 7.2.1 Signed-off-by: Hans de Graaff gentoo.org> dev-ruby/actionpack/Manifest| 1 + dev-ruby/actionpack/actionpack-7.2.1.ebuild | 73 + 2 files changed, 74 insertions(+) diff --git a/dev-ruby/actionpack/Manifest b/dev-ruby/actionpack/Manifest index 211fe49c76dd..2220a7bf4296 100644 --- a/dev-ruby/actionpack/Manifest +++ b/dev-ruby/actionpack/Manifest @@ -5,3 +5,4 @@ DIST rails-7.0.8.4.tgz 11082427 BLAKE2B 2ca521ad92b7a33fa2160b4cfbc1aac826641d2a DIST rails-7.1.3.3.tgz 10905515 BLAKE2B b2be6d8922d15478136875ac80d65fdc54bdf4a03ec17cddc20c20ae847f08fd52a2b1110ed27feb0217f4aa8dd827a8d95847e32eceaf8f5979843312f12a2a SHA512 0d108654a9ab2a9321822742906c4848508e0e4e09600c01bd5a86deeb324540bbae520a954499c4cc83bfe1246f929a581d1667f2b50c463d0bf8187f603df9 DIST rails-7.1.3.4.tgz 10917333 BLAKE2B 3266de2a86f8b107b18117c06115db14791bb98d672403eff28673e9d98df5e2c9a6c30f72d4141cd1f051054f2d5e1f636a93de9b14114cefef384fded7942a SHA512 4c303be256707b5bbedc05bf5bac7c60ff03cb8a14fa3d709a495d07ad1745d6c6f4d5dceb9860afff46f95f3f9fc525d1bcb75894a5b31a9d35f1aa6b105c5e DIST rails-7.1.4.tgz 10926853 BLAKE2B e1e62f95453fa0137337f40291614265ae4d8e6bedf496e0402f160ce938418760dcd850c37e82a7c9dd530dfe442b0f9b22d122dc80f1ff61c5c76244999416 SHA512 67770018663d930cb710fb08358c7d9c9d391a4c721212c55b60c4827f8cbdb38e55ee551b598e93244beba18f9c4c21dfdf6000e67880ac95345a70ff2e0841 +DIST rails-7.2.1.tgz 11065899 BLAKE2B 7858184a6e5ed07af56566e84d9ccdacf9d37ae3cb0a60ce09f632db782b5f97b3298c1a48147c2cb94b420e8186721ca00d9eff25ecee33f03c5348923e5fa5 SHA512 3ba68311f5b15fac647047d5e2bdbf0bf088ee4bd1208f3a47064cc7bc10794bf28f94aaabf410b773c6ff90638c8f08ebb74297855a303d080ffea9e96d25ef diff --git a/dev-ruby/actionpack/actionpack-7.2.1.ebuild b/dev-ruby/actionpack/actionpack-7.2.1.ebuild new file mode 100644 index ..2de56f980add --- /dev/null +++ b/dev-ruby/actionpack/actionpack-7.2.1.ebuild @@ -0,0 +1,73 @@ +# Copyright 1999-2024 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +USE_RUBY="ruby31 ruby32 ruby33" + +RUBY_FAKEGEM_RECIPE_DOC="none" +RUBY_FAKEGEM_DOCDIR="doc" +RUBY_FAKEGEM_EXTRADOC="CHANGELOG.md README.rdoc" + +RUBY_FAKEGEM_GEMSPEC="actionpack.gemspec" + +RUBY_FAKEGEM_BINWRAP="" + +inherit ruby-fakegem + +DESCRIPTION="Eases web-request routing, handling, and response" +HOMEPAGE="https://github.com/rails/rails"; +SRC_URI="https://github.com/rails/rails/archive/v${PV}.tar.gz -> rails-${PV}.tgz" + +LICENSE="MIT" +SLOT="$(ver_cut 1-2)" +KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~riscv ~sparc" +IUSE="test" + +RUBY_S="rails-${PV}/${PN}" + +ruby_add_rdepend " + ~dev-ruby/actionview-${PV} + ~dev-ruby/activesupport-${PV} + >=dev-ruby/nokogiri-1.8.5 + dev-ruby/racc + || ( dev-ruby/rack:3.1 dev-ruby/rack:3.0 >=dev-ruby/rack-2.2.4:2.2 ) + >=dev-ruby/rack-session-1.0.1 + >=dev-ruby/rack-test-0.6.3:* + >=dev-ruby/rails-dom-testing-2.2:2 + >=dev-ruby/rails-html-sanitizer-1.6:1 + >=dev-ruby/useragent-0.16:0 +" + +ruby_add_bdepend " + test? ( + dev-ruby/mocha + dev-ruby/bundler + >=dev-ruby/capybara-3.26 + ~dev-ruby/activemodel-${PV} + ~dev-ruby/railties-${PV} + >=dev-ruby/rack-cache-1.2:1.2 + dev-ruby/selenium-webdriver:4 + www-servers/puma + dev-ruby/minitest:5 + )" + +all_ruby_prepare() { + # Remove items from the common Gemfile that we don't need for this + # test run. This also requires handling some gemspecs. + sed -i -e "/\(system_timer\|sdoc\|w3c_validators\|pg\|execjs\|jquery-rails\|'mysql'\|journey\|ruby-prof\|stackprof\|benchmark-ips\|kindlerb\|turbolinks\|coffee-rails\|debugger\|sprockets-rails\|redcarpet\|bcrypt\|uglifier\|sprockets\|stackprof\)/ s:^:#:" \ + -e '/:job/,/end/ s:^:#:' \ + -e '/group :doc/,/^end/ s:^:#:' ../Gemfile || die + rm ../Gemfile.lock || die + + # Fix errors loading rack/session with rack 3.0 and missing OpenStruct + sed -i -e '2igem "rack-session"; require "ostruct"' test/abstract_unit.rb || die + + # Use different timezone notation, this changed at some point due to an external dependency changing. + sed -e 's/-/GMT/' \ + -i test/dispatch/response_test.rb test/dispatch/cookies_test.rb test/dispatch/session/cookie_store_test.rb || die + + # Avoid tests that fail with a fixed cgi.rb version + sed -e '/test_session_store_with_all_domains/askip "Fails with fixed cgi.rb"' \ + -
[gentoo-commits] repo/gentoo:master commit in: dev-ruby/railties/
commit: 1d00aa8e0053887e78c90c5b232ff82ae26ba9ca Author: Hans de Graaff gentoo org> AuthorDate: Sun Aug 25 07:33:55 2024 + Commit: Hans de Graaff gentoo org> CommitDate: Sun Aug 25 07:34:13 2024 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1d00aa8e dev-ruby/railties: add 7.2.1 Signed-off-by: Hans de Graaff gentoo.org> dev-ruby/railties/Manifest | 1 + dev-ruby/railties/railties-7.2.1.ebuild | 73 + 2 files changed, 74 insertions(+) diff --git a/dev-ruby/railties/Manifest b/dev-ruby/railties/Manifest index 211fe49c76dd..2220a7bf4296 100644 --- a/dev-ruby/railties/Manifest +++ b/dev-ruby/railties/Manifest @@ -5,3 +5,4 @@ DIST rails-7.0.8.4.tgz 11082427 BLAKE2B 2ca521ad92b7a33fa2160b4cfbc1aac826641d2a DIST rails-7.1.3.3.tgz 10905515 BLAKE2B b2be6d8922d15478136875ac80d65fdc54bdf4a03ec17cddc20c20ae847f08fd52a2b1110ed27feb0217f4aa8dd827a8d95847e32eceaf8f5979843312f12a2a SHA512 0d108654a9ab2a9321822742906c4848508e0e4e09600c01bd5a86deeb324540bbae520a954499c4cc83bfe1246f929a581d1667f2b50c463d0bf8187f603df9 DIST rails-7.1.3.4.tgz 10917333 BLAKE2B 3266de2a86f8b107b18117c06115db14791bb98d672403eff28673e9d98df5e2c9a6c30f72d4141cd1f051054f2d5e1f636a93de9b14114cefef384fded7942a SHA512 4c303be256707b5bbedc05bf5bac7c60ff03cb8a14fa3d709a495d07ad1745d6c6f4d5dceb9860afff46f95f3f9fc525d1bcb75894a5b31a9d35f1aa6b105c5e DIST rails-7.1.4.tgz 10926853 BLAKE2B e1e62f95453fa0137337f40291614265ae4d8e6bedf496e0402f160ce938418760dcd850c37e82a7c9dd530dfe442b0f9b22d122dc80f1ff61c5c76244999416 SHA512 67770018663d930cb710fb08358c7d9c9d391a4c721212c55b60c4827f8cbdb38e55ee551b598e93244beba18f9c4c21dfdf6000e67880ac95345a70ff2e0841 +DIST rails-7.2.1.tgz 11065899 BLAKE2B 7858184a6e5ed07af56566e84d9ccdacf9d37ae3cb0a60ce09f632db782b5f97b3298c1a48147c2cb94b420e8186721ca00d9eff25ecee33f03c5348923e5fa5 SHA512 3ba68311f5b15fac647047d5e2bdbf0bf088ee4bd1208f3a47064cc7bc10794bf28f94aaabf410b773c6ff90638c8f08ebb74297855a303d080ffea9e96d25ef diff --git a/dev-ruby/railties/railties-7.2.1.ebuild b/dev-ruby/railties/railties-7.2.1.ebuild new file mode 100644 index ..a81518c19710 --- /dev/null +++ b/dev-ruby/railties/railties-7.2.1.ebuild @@ -0,0 +1,73 @@ +# Copyright 1999-2024 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 +USE_RUBY="ruby31 ruby32 ruby33" + +RUBY_FAKEGEM_TASK_TEST="test:regular" +RUBY_FAKEGEM_RECIPE_DOC="" +RUBY_FAKEGEM_EXTRADOC="CHANGELOG.md README.rdoc" + +RUBY_FAKEGEM_GEMSPEC="railties.gemspec" + +RUBY_FAKEGEM_BINDIR="exe" +RUBY_FAKEGEM_BINWRAP="" + +inherit ruby-fakegem + +DESCRIPTION="Tools for creating, working with, and running Rails applications" +HOMEPAGE="https://github.com/rails/rails"; +SRC_URI="https://github.com/rails/rails/archive/v${PV}.tar.gz -> rails-${PV}.tgz" + +LICENSE="MIT" +SLOT="$(ver_cut 1-2)" +KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~riscv ~sparc" +IUSE="test" + +RUBY_S="rails-${PV}/${PN}" + +# The test suite has many failures, most likely due to a mismatch in +# exact dependencies or environment specifics. Needs further +# investigation. +RESTRICT="test" + +RDEPEND=">=app-eselect/eselect-rails-0.28" + +ruby_add_rdepend " + ~dev-ruby/actionpack-${PV} + ~dev-ruby/activesupport-${PV} + dev-ruby/irb + >=dev-ruby/rackup-1.0.0 + >=dev-ruby/rake-12.2 + >=dev-ruby/thor-1.2.2:1 + >=dev-ruby/zeitwerk-2.6:2 +" + +ruby_add_bdepend " + test? ( + ~dev-ruby/actionview-${PV} + dev-ruby/mocha + )" + +all_ruby_prepare() { + rm "${S}/../Gemfile" || die "Unable to remove Gemfile" + sed -i -e '/load_paths/d' test/abstract_unit.rb || die "Unable to remove load paths" + sed -i -e '1igem "minitest", "~>4.0"' test/abstract_unit.rb || die +} + +all_ruby_install() { + all_fakegem_install + + ruby_fakegem_binwrapper rails rails-${PV} +} + +pkg_postinst() { + elog "To select between slots of rails, use:" + elog "\teselect rails" + + eselect rails update +} + +pkg_postrm() { + eselect rails update +}
[gentoo-commits] repo/gentoo:master commit in: dev-ruby/activerecord/
commit: ffddcf6c49a252bde9676a6ae38d38ab80b789eb Author: Hans de Graaff gentoo org> AuthorDate: Sun Aug 25 07:31:37 2024 + Commit: Hans de Graaff gentoo org> CommitDate: Sun Aug 25 07:34:13 2024 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ffddcf6c dev-ruby/activerecord: add 7.2.1 Signed-off-by: Hans de Graaff gentoo.org> dev-ruby/activerecord/Manifest | 1 + dev-ruby/activerecord/activerecord-7.2.1.ebuild | 95 + 2 files changed, 96 insertions(+) diff --git a/dev-ruby/activerecord/Manifest b/dev-ruby/activerecord/Manifest index 211fe49c76dd..2220a7bf4296 100644 --- a/dev-ruby/activerecord/Manifest +++ b/dev-ruby/activerecord/Manifest @@ -5,3 +5,4 @@ DIST rails-7.0.8.4.tgz 11082427 BLAKE2B 2ca521ad92b7a33fa2160b4cfbc1aac826641d2a DIST rails-7.1.3.3.tgz 10905515 BLAKE2B b2be6d8922d15478136875ac80d65fdc54bdf4a03ec17cddc20c20ae847f08fd52a2b1110ed27feb0217f4aa8dd827a8d95847e32eceaf8f5979843312f12a2a SHA512 0d108654a9ab2a9321822742906c4848508e0e4e09600c01bd5a86deeb324540bbae520a954499c4cc83bfe1246f929a581d1667f2b50c463d0bf8187f603df9 DIST rails-7.1.3.4.tgz 10917333 BLAKE2B 3266de2a86f8b107b18117c06115db14791bb98d672403eff28673e9d98df5e2c9a6c30f72d4141cd1f051054f2d5e1f636a93de9b14114cefef384fded7942a SHA512 4c303be256707b5bbedc05bf5bac7c60ff03cb8a14fa3d709a495d07ad1745d6c6f4d5dceb9860afff46f95f3f9fc525d1bcb75894a5b31a9d35f1aa6b105c5e DIST rails-7.1.4.tgz 10926853 BLAKE2B e1e62f95453fa0137337f40291614265ae4d8e6bedf496e0402f160ce938418760dcd850c37e82a7c9dd530dfe442b0f9b22d122dc80f1ff61c5c76244999416 SHA512 67770018663d930cb710fb08358c7d9c9d391a4c721212c55b60c4827f8cbdb38e55ee551b598e93244beba18f9c4c21dfdf6000e67880ac95345a70ff2e0841 +DIST rails-7.2.1.tgz 11065899 BLAKE2B 7858184a6e5ed07af56566e84d9ccdacf9d37ae3cb0a60ce09f632db782b5f97b3298c1a48147c2cb94b420e8186721ca00d9eff25ecee33f03c5348923e5fa5 SHA512 3ba68311f5b15fac647047d5e2bdbf0bf088ee4bd1208f3a47064cc7bc10794bf28f94aaabf410b773c6ff90638c8f08ebb74297855a303d080ffea9e96d25ef diff --git a/dev-ruby/activerecord/activerecord-7.2.1.ebuild b/dev-ruby/activerecord/activerecord-7.2.1.ebuild new file mode 100644 index ..35342f898b62 --- /dev/null +++ b/dev-ruby/activerecord/activerecord-7.2.1.ebuild @@ -0,0 +1,95 @@ +# Copyright 1999-2024 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 +USE_RUBY="ruby31 ruby32 ruby33" + +# this is not null so that the dependencies will actually be filled +RUBY_FAKEGEM_TASK_TEST="test" + +RUBY_FAKEGEM_RECIPE_DOC="none" +RUBY_FAKEGEM_EXTRADOC="CHANGELOG.md README.rdoc" + +RUBY_FAKEGEM_GEMSPEC="activerecord.gemspec" + +RUBY_FAKEGEM_BINWRAP="" + +inherit ruby-fakegem + +DESCRIPTION="Implements the ActiveRecord pattern (Fowler, PoEAA) for ORM" +HOMEPAGE="https://github.com/rails/rails/"; +SRC_URI="https://github.com/rails/rails/archive/v${PV}.tar.gz -> rails-${PV}.tgz" + +LICENSE="MIT" +SLOT="$(ver_cut 1-2)" +KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~riscv ~sparc" +IUSE="mysql postgres sqlite" + +RUBY_S="rails-${PV}/${PN}" + +ruby_add_rdepend "~dev-ruby/activesupport-${PV} + ~dev-ruby/activemodel-${PV} + >=dev-ruby/timeout-0.4.0 + sqlite? ( >=dev-ruby/sqlite3-1.4 ) + mysql? ( dev-ruby/mysql2:0.5 ) + postgres? ( >=dev-ruby/pg-1.1:1 )" + +ruby_add_bdepend " + test? ( + dev-ruby/benchmark-ips + dev-ruby/bundler + ~dev-ruby/actionpack-${PV} + ~dev-ruby/activejob-${PV} + ~dev-ruby/railties-${PV} + >=dev-ruby/sqlite3-1.4.0 + dev-ruby/mocha + dev-ruby/minitest:5 + )" + +DEPEND+=" test? ( >=dev-db/sqlite-3.12.1 )" + +all_ruby_prepare() { + # Remove items from the common Gemfile that we don't need for this + # test run. This also requires handling some gemspecs. + rm ../Gemfile.lock || die + sed -e "/\(uglifier\|system_timer\|sdoc\|w3c_validators\|pg\|jquery-rails\|execjs\|'mysql'\|journey\|ruby-prof\|stackprof\|benchmark-ips\|kindlerb\|turbolinks\|coffee-rails\|debugger\|redcarpet\|minitest\|sprockets\|stackprof\)/ s:^:#:" \ + -e '/:job/,/end/ s:^:#:' \ + -e '/group :doc/,/^end/ s:^:#:' \ + -i ../Gemfile || die + sed -i -e '/rack-ssl/d' -e 's/~> 3.4/>= 3.4/' ../railties/railties.gemspec || die + sed -e '/bcrypt/ s/3.0.0/3.0/' \ + -i ../Gemfile || die + sed -i -e '/byebug/ s:^:#:' test/cases/base_prevent_writes_test.rb || die + + # Add back json in the Gemfile because we dropped some dependencies + # earlier that implicitly required it. + sed -i -e '$agem "json"' ../Gemfile || die + + # Avoid single tests using mysql or postgres dependencies. + rm test/cases/invalid_connection_test.rb || die + sed -e '/test_switching_connections_with_database_url/askip "postgres"' \ + -i test/cases/
[gentoo-commits] repo/gentoo:master commit in: dev-ruby/actionview/
commit: 322283159f66edb2918aade512f0f568e0dd8ed7 Author: Hans de Graaff gentoo org> AuthorDate: Sun Aug 25 07:32:50 2024 + Commit: Hans de Graaff gentoo org> CommitDate: Sun Aug 25 07:34:13 2024 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=32228315 dev-ruby/actionview: add 7.2.1 Signed-off-by: Hans de Graaff gentoo.org> dev-ruby/actionview/Manifest| 1 + dev-ruby/actionview/actionview-7.2.1.ebuild | 76 + 2 files changed, 77 insertions(+) diff --git a/dev-ruby/actionview/Manifest b/dev-ruby/actionview/Manifest index 211fe49c76dd..2220a7bf4296 100644 --- a/dev-ruby/actionview/Manifest +++ b/dev-ruby/actionview/Manifest @@ -5,3 +5,4 @@ DIST rails-7.0.8.4.tgz 11082427 BLAKE2B 2ca521ad92b7a33fa2160b4cfbc1aac826641d2a DIST rails-7.1.3.3.tgz 10905515 BLAKE2B b2be6d8922d15478136875ac80d65fdc54bdf4a03ec17cddc20c20ae847f08fd52a2b1110ed27feb0217f4aa8dd827a8d95847e32eceaf8f5979843312f12a2a SHA512 0d108654a9ab2a9321822742906c4848508e0e4e09600c01bd5a86deeb324540bbae520a954499c4cc83bfe1246f929a581d1667f2b50c463d0bf8187f603df9 DIST rails-7.1.3.4.tgz 10917333 BLAKE2B 3266de2a86f8b107b18117c06115db14791bb98d672403eff28673e9d98df5e2c9a6c30f72d4141cd1f051054f2d5e1f636a93de9b14114cefef384fded7942a SHA512 4c303be256707b5bbedc05bf5bac7c60ff03cb8a14fa3d709a495d07ad1745d6c6f4d5dceb9860afff46f95f3f9fc525d1bcb75894a5b31a9d35f1aa6b105c5e DIST rails-7.1.4.tgz 10926853 BLAKE2B e1e62f95453fa0137337f40291614265ae4d8e6bedf496e0402f160ce938418760dcd850c37e82a7c9dd530dfe442b0f9b22d122dc80f1ff61c5c76244999416 SHA512 67770018663d930cb710fb08358c7d9c9d391a4c721212c55b60c4827f8cbdb38e55ee551b598e93244beba18f9c4c21dfdf6000e67880ac95345a70ff2e0841 +DIST rails-7.2.1.tgz 11065899 BLAKE2B 7858184a6e5ed07af56566e84d9ccdacf9d37ae3cb0a60ce09f632db782b5f97b3298c1a48147c2cb94b420e8186721ca00d9eff25ecee33f03c5348923e5fa5 SHA512 3ba68311f5b15fac647047d5e2bdbf0bf088ee4bd1208f3a47064cc7bc10794bf28f94aaabf410b773c6ff90638c8f08ebb74297855a303d080ffea9e96d25ef diff --git a/dev-ruby/actionview/actionview-7.2.1.ebuild b/dev-ruby/actionview/actionview-7.2.1.ebuild new file mode 100644 index ..11e0b65d9f0e --- /dev/null +++ b/dev-ruby/actionview/actionview-7.2.1.ebuild @@ -0,0 +1,76 @@ +# Copyright 1999-2024 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +USE_RUBY="ruby31 ruby32 ruby33" + +RUBY_FAKEGEM_RECIPE_DOC="none" +RUBY_FAKEGEM_DOCDIR="doc" +RUBY_FAKEGEM_EXTRADOC="CHANGELOG.md README.rdoc" + +RUBY_FAKEGEM_GEMSPEC="${PN}.gemspec" + +RUBY_FAKEGEM_EXTRAINSTALL="app" + +RUBY_FAKEGEM_BINWRAP="" + +inherit ruby-fakegem + +DESCRIPTION="Simple, battle-tested conventions and helpers for building web pages" +HOMEPAGE="https://github.com/rails/rails/"; +SRC_URI="https://github.com/rails/rails/archive/v${PV}.tar.gz -> rails-${PV}.tgz" + +LICENSE="MIT" +SLOT="$(ver_cut 1-2)" +KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~riscv ~sparc" +IUSE="test" + +RUBY_S="rails-${PV}/${PN}" + +ruby_add_rdepend " + ~dev-ruby/activesupport-${PV} + >=dev-ruby/builder-3.1:* =dev-ruby/builder-3*:* + >=dev-ruby/erubi-1.11:0 + >=dev-ruby/rails-dom-testing-2.2:2 + >=dev-ruby/rails-html-sanitizer-1.6:1 +" + +ruby_add_bdepend " + test? ( + dev-ruby/capybara + dev-ruby/mocha + ~dev-ruby/actionpack-${PV} + ~dev-ruby/activemodel-${PV} + ~dev-ruby/activerecord-${PV} + ~dev-ruby/railties-${PV} + dev-ruby/sqlite3 + dev-ruby/minitest:5 + )" + +all_ruby_prepare() { + # Remove items from the common Gemfile that we don't need for this + # test run. This also requires handling some gemspecs. + sed -i -e "/\(system_timer\|sdoc\|w3c_validators\|pg\|execjs\|jquery-rails\|'mysql'\|journey\|rack-cache\|ruby-prof\|stackprof\|benchmark-ips\|kindlerb\|turbolinks\|coffee-rails\|debugger\|redcarpet\|bcrypt\|uglifier\|mime-types\|minitest\|sprockets\|stackprof\)/ s:^:#:" \ + -e '/:job/,/end/ s:^:#:' \ + -e '/group :doc/,/^end/ s:^:#:' ../Gemfile || die + rm ../Gemfile.lock || die + + # Fix loading of activerecord integration tests. This avoids loading + # activerecord twice and thus redefining constants leading to + # failures. Bug #719342 + sed -e '/abstract_unit/arequire "active_record" ; require "active_record/fixtures"' \ + -e '/defined/ s/FixtureSet/ActiveRecord::FixtureSet/' \ + -i test/active_record_unit.rb || die + + sed -e '3irequire "ostruct"' \ + -i test/abstract_unit.rb || die + + # Avoid test failing on capitalization difference + sed -e '/test_raise_arg_overrides_raise_config_option/askip "Capitalization difference"' \ + -i test/template/translation_helper_test.rb || die + + # Remove tests that are coupled to the Sanitizer (alrea
[gentoo-commits] repo/gentoo:master commit in: net-print/epson-inkjet-printer-escpr/
commit: efc6032f5d89297616e08a66157900f062d02702 Author: Sven Wegener gentoo org> AuthorDate: Sun Aug 25 08:06:18 2024 + Commit: Sven Wegener gentoo org> CommitDate: Sun Aug 25 08:07:24 2024 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=efc6032f net-print/epson-inkjet-printer-escpr: remove debug message from global scope Signed-off-by: Sven Wegener gentoo.org> .../epson-inkjet-printer-escpr/epson-inkjet-printer-escpr-1.2.15.ebuild | 2 -- 1 file changed, 2 deletions(-) diff --git a/net-print/epson-inkjet-printer-escpr/epson-inkjet-printer-escpr-1.2.15.ebuild b/net-print/epson-inkjet-printer-escpr/epson-inkjet-printer-escpr-1.2.15.ebuild index 953d408154c0..f29a147b08b4 100644 --- a/net-print/epson-inkjet-printer-escpr/epson-inkjet-printer-escpr-1.2.15.ebuild +++ b/net-print/epson-inkjet-printer-escpr/epson-inkjet-printer-escpr-1.2.15.ebuild @@ -23,8 +23,6 @@ PATCHES=( "${FILESDIR}/gcc-no-implicit-function-declaration-$(ver_cut 1-2 ${PV}).patch" ) -echo "PATCHES is ${PATCHES}" - src_configure() { econf \ --with-cupsfilterdir="${EPREFIX}/usr/libexec/cups/filter"
[gentoo-commits] repo/gentoo:master commit in: dev-ruby/actionview/
commit: d818ef2f1ae5da51d652261a300e6435d175b07c Author: Hans de Graaff gentoo org> AuthorDate: Sun Aug 25 08:07:06 2024 + Commit: Hans de Graaff gentoo org> CommitDate: Sun Aug 25 08:10:00 2024 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d818ef2f dev-ruby/actionview: fix tests with ruby31, ruby32 Avoid tests that require the unpackaged prism parser. Signed-off-by: Hans de Graaff gentoo.org> dev-ruby/actionview/actionview-7.2.1.ebuild | 11 +++ 1 file changed, 11 insertions(+) diff --git a/dev-ruby/actionview/actionview-7.2.1.ebuild b/dev-ruby/actionview/actionview-7.2.1.ebuild index 11e0b65d9f0e..8ff948034e09 100644 --- a/dev-ruby/actionview/actionview-7.2.1.ebuild +++ b/dev-ruby/actionview/actionview-7.2.1.ebuild @@ -74,3 +74,14 @@ all_ruby_prepare() { sed -e '/test_sanitized_allowed_\(tags_class_method\|attributes_class_method\)/askip "Removed upstream"' \ -i test/template/sanitize_helper_test.rb || die } + +each_ruby_prepare() { + # The new prism parser is currently unpackaged and only included with ruby33. + case ${RUBY} in + *ruby31|*ruby32) + sed -e '/prism/ s:^:#:' \ + -e '/PrismRubyTrackerTest/,/^end/ s:^:#:' \ + -i test/template/dependency_tracker_test.rb || die + ;; + esac +}
[gentoo-commits] proj/kde:master commit in: kde-plasma/libkscreen/, kde-plasma/libplasma/, kde-plasma/plasma-workspace/, ...
commit: a3ab2e13833275635708427e9877c971a8f206d8 Author: Andreas Sturmlechner gentoo org> AuthorDate: Sun Aug 25 08:18:42 2024 + Commit: Andreas Sturmlechner gentoo org> CommitDate: Sun Aug 25 08:18:42 2024 + URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=a3ab2e13 kde-plasma/*: Bump dev-libs/plasma-wayland-protocols dep to >=1.14.0 Plasma git master frequently depends on unreleased features. Signed-off-by: Andreas Sturmlechner gentoo.org> kde-plasma/kwayland/kwayland-.ebuild | 2 +- kde-plasma/kwin/kwin-.ebuild | 2 +- kde-plasma/libkscreen/libkscreen-.ebuild | 2 +- kde-plasma/libplasma/libplasma-.ebuild | 2 +- kde-plasma/plasma-integration/plasma-integration-.ebuild | 2 +- kde-plasma/plasma-workspace/plasma-workspace-.ebuild | 2 +- kde-plasma/xdg-desktop-portal-kde/xdg-desktop-portal-kde-.ebuild | 2 +- 7 files changed, 7 insertions(+), 7 deletions(-) diff --git a/kde-plasma/kwayland/kwayland-.ebuild b/kde-plasma/kwayland/kwayland-.ebuild index 9739019d3c..0c1311d6eb 100644 --- a/kde-plasma/kwayland/kwayland-.ebuild +++ b/kde-plasma/kwayland/kwayland-.ebuild @@ -27,7 +27,7 @@ RDEPEND=" media-libs/libglvnd " DEPEND="${RDEPEND} - >=dev-libs/plasma-wayland-protocols-1.13.0 + >=dev-libs/plasma-wayland-protocols-1.14.0 >=dev-libs/wayland-protocols-1.15 sys-kernel/linux-headers " diff --git a/kde-plasma/kwin/kwin-.ebuild b/kde-plasma/kwin/kwin-.ebuild index a2d3200830..eff9154b06 100644 --- a/kde-plasma/kwin/kwin-.ebuild +++ b/kde-plasma/kwin/kwin-.ebuild @@ -98,7 +98,7 @@ RDEPEND="${COMMON_DEPEND} x11-base/xwayland[libei] " DEPEND="${COMMON_DEPEND} - >=dev-libs/plasma-wayland-protocols-1.13.0 + >=dev-libs/plasma-wayland-protocols-1.14.0 >=dev-libs/wayland-protocols-1.34 >=dev-qt/qttools-${QTMIN}:6[widgets] >=dev-qt/qtbase-${QTMIN}:6[concurrent] diff --git a/kde-plasma/libkscreen/libkscreen-.ebuild b/kde-plasma/libkscreen/libkscreen-.ebuild index ec381830c7..6ff7a1f2ef 100644 --- a/kde-plasma/libkscreen/libkscreen-.ebuild +++ b/kde-plasma/libkscreen/libkscreen-.ebuild @@ -28,7 +28,7 @@ RDEPEND=" x11-libs/libxcb:= " DEPEND="${RDEPEND} - >=dev-libs/plasma-wayland-protocols-1.13.0 + >=dev-libs/plasma-wayland-protocols-1.14.0 " BDEPEND=" >=dev-qt/qttools-${QTMIN}:6[linguist] diff --git a/kde-plasma/libplasma/libplasma-.ebuild b/kde-plasma/libplasma/libplasma-.ebuild index 3cfb509e7c..160bb0cba1 100644 --- a/kde-plasma/libplasma/libplasma-.ebuild +++ b/kde-plasma/libplasma/libplasma-.ebuild @@ -49,7 +49,7 @@ COMMON_DEPEND=" !gles2-only? ( media-libs/libglvnd[X] ) " DEPEND="${COMMON_DEPEND} - >=dev-libs/plasma-wayland-protocols-1.13.0 + >=dev-libs/plasma-wayland-protocols-1.14.0 x11-base/xorg-proto " RDEPEND="${COMMON_DEPEND} diff --git a/kde-plasma/plasma-integration/plasma-integration-.ebuild b/kde-plasma/plasma-integration/plasma-integration-.ebuild index 211d97bd83..e6fe1eddda 100644 --- a/kde-plasma/plasma-integration/plasma-integration-.ebuild +++ b/kde-plasma/plasma-integration/plasma-integration-.ebuild @@ -64,7 +64,7 @@ COMMON_DEPEND=" ) " DEPEND="${COMMON_DEPEND} - >=dev-libs/plasma-wayland-protocols-1.13.0 + >=dev-libs/plasma-wayland-protocols-1.14.0 " RDEPEND="${COMMON_DEPEND} media-fonts/hack diff --git a/kde-plasma/plasma-workspace/plasma-workspace-.ebuild b/kde-plasma/plasma-workspace/plasma-workspace-.ebuild index f693baaa61..cd961fdabd 100644 --- a/kde-plasma/plasma-workspace/plasma-workspace-.ebuild +++ b/kde-plasma/plasma-workspace/plasma-workspace-.ebuild @@ -124,7 +124,7 @@ COMMON_DEPEND=" wallpaper-metadata? ( kde-apps/libkexiv2:6 ) " DEPEND="${COMMON_DEPEND} - >=dev-libs/plasma-wayland-protocols-1.13.0 + >=dev-libs/plasma-wayland-protocols-1.14.0 dev-libs/qcoro[dbus] >=dev-qt/qtbase-${QTMIN}:6[concurrent] x11-base/xorg-proto diff --git a/kde-plasma/xdg-desktop-portal-kde/xdg-desktop-portal-kde-.ebuild b/kde-plasma/xdg-desktop-portal-kde/xdg-desktop-portal-kde-.ebuild index c956d4676a..6ae23293bc 100644 --- a/kde-plasma/xdg-desktop-portal-kde/xdg-desktop-portal-kde-.ebuild +++ b/kde-plasma/xdg-desktop-portal-kde/xdg-desktop-portal-kde-.ebuild @@ -46,7 +46,7 @@ COMMON_DEPEND=" x11-libs/libxkbcommon " DEPEND="${COMMON_DEPEND} - >=dev-libs/plasma-wayland-protocols-1.13.0 + >=dev-libs/plasma-wayland-protocols-1.14.0 >=dev-libs/wayland-protocols-1.25 >=dev-qt/qtbase-${QTMIN}:6[concurrent] "
[gentoo-commits] repo/gentoo:master commit in: media-libs/phonon/files/, media-libs/phonon/
commit: e19b5baf43e3cd90783b2bd89785b63b164ef843 Author: Andreas Sturmlechner gentoo org> AuthorDate: Sun Aug 25 08:37:51 2024 + Commit: Andreas Sturmlechner gentoo org> CommitDate: Sun Aug 25 08:39:04 2024 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e19b5baf media-libs/phonon: Fix cmake.patch Closes: https://bugs.gentoo.org/938342 Signed-off-by: Andreas Sturmlechner gentoo.org> media-libs/phonon/files/phonon-4.12.0-cmake.patch | 11 ++- .../{phonon-4.12.0-r3.ebuild => phonon-4.12.0-r4.ebuild} | 0 2 files changed, 2 insertions(+), 9 deletions(-) diff --git a/media-libs/phonon/files/phonon-4.12.0-cmake.patch b/media-libs/phonon/files/phonon-4.12.0-cmake.patch index f21256f1..26805cb18267 100644 --- a/media-libs/phonon/files/phonon-4.12.0-cmake.patch +++ b/media-libs/phonon/files/phonon-4.12.0-cmake.patch @@ -9,20 +9,13 @@ potentially fail even if PHONON_BUILD_DESIGNER_PLUGIN was not requested. Signed-off-by: Andreas Sturmlechner --- - CMakeLists.txt | 32 ++-- - 1 file changed, 18 insertions(+), 14 deletions(-) + CMakeLists.txt | 32 +- + 1 file changed, 17 insertions(+), 13 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index c00760fc..babeb392 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt -@@ -1,5 +1,5 @@ - cmake_minimum_required(VERSION 3.5 FATAL_ERROR) --project(Phonon VERSION "4.12.0") -+project(Phonon VERSION "4.11.1") - - include(FeatureSummary) - @@ -116,23 +116,27 @@ foreach(version ${VERSIONS}) # https://bugreports.qt.io/browse/QTBUG-114706 add_library(Qt::Widgets ALIAS Qt${QT_MAJOR_VERSION}::Widgets) diff --git a/media-libs/phonon/phonon-4.12.0-r3.ebuild b/media-libs/phonon/phonon-4.12.0-r4.ebuild similarity index 100% rename from media-libs/phonon/phonon-4.12.0-r3.ebuild rename to media-libs/phonon/phonon-4.12.0-r4.ebuild
[gentoo-commits] repo/gentoo:master commit in: dev-ruby/actioncable/
commit: 2aca57f47886054fe3f6099821cc29c036bf886f Author: Hans de Graaff gentoo org> AuthorDate: Sun Aug 25 08:42:54 2024 + Commit: Hans de Graaff gentoo org> CommitDate: Sun Aug 25 08:43:05 2024 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2aca57f4 dev-ruby/actioncable: add 7.2.1 Signed-off-by: Hans de Graaff gentoo.org> dev-ruby/actioncable/Manifest | 1 + dev-ruby/actioncable/actioncable-7.2.1.ebuild | 53 +++ 2 files changed, 54 insertions(+) diff --git a/dev-ruby/actioncable/Manifest b/dev-ruby/actioncable/Manifest index 211fe49c76dd..2220a7bf4296 100644 --- a/dev-ruby/actioncable/Manifest +++ b/dev-ruby/actioncable/Manifest @@ -5,3 +5,4 @@ DIST rails-7.0.8.4.tgz 11082427 BLAKE2B 2ca521ad92b7a33fa2160b4cfbc1aac826641d2a DIST rails-7.1.3.3.tgz 10905515 BLAKE2B b2be6d8922d15478136875ac80d65fdc54bdf4a03ec17cddc20c20ae847f08fd52a2b1110ed27feb0217f4aa8dd827a8d95847e32eceaf8f5979843312f12a2a SHA512 0d108654a9ab2a9321822742906c4848508e0e4e09600c01bd5a86deeb324540bbae520a954499c4cc83bfe1246f929a581d1667f2b50c463d0bf8187f603df9 DIST rails-7.1.3.4.tgz 10917333 BLAKE2B 3266de2a86f8b107b18117c06115db14791bb98d672403eff28673e9d98df5e2c9a6c30f72d4141cd1f051054f2d5e1f636a93de9b14114cefef384fded7942a SHA512 4c303be256707b5bbedc05bf5bac7c60ff03cb8a14fa3d709a495d07ad1745d6c6f4d5dceb9860afff46f95f3f9fc525d1bcb75894a5b31a9d35f1aa6b105c5e DIST rails-7.1.4.tgz 10926853 BLAKE2B e1e62f95453fa0137337f40291614265ae4d8e6bedf496e0402f160ce938418760dcd850c37e82a7c9dd530dfe442b0f9b22d122dc80f1ff61c5c76244999416 SHA512 67770018663d930cb710fb08358c7d9c9d391a4c721212c55b60c4827f8cbdb38e55ee551b598e93244beba18f9c4c21dfdf6000e67880ac95345a70ff2e0841 +DIST rails-7.2.1.tgz 11065899 BLAKE2B 7858184a6e5ed07af56566e84d9ccdacf9d37ae3cb0a60ce09f632db782b5f97b3298c1a48147c2cb94b420e8186721ca00d9eff25ecee33f03c5348923e5fa5 SHA512 3ba68311f5b15fac647047d5e2bdbf0bf088ee4bd1208f3a47064cc7bc10794bf28f94aaabf410b773c6ff90638c8f08ebb74297855a303d080ffea9e96d25ef diff --git a/dev-ruby/actioncable/actioncable-7.2.1.ebuild b/dev-ruby/actioncable/actioncable-7.2.1.ebuild new file mode 100644 index ..529e2392bf65 --- /dev/null +++ b/dev-ruby/actioncable/actioncable-7.2.1.ebuild @@ -0,0 +1,53 @@ +# Copyright 1999-2024 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +USE_RUBY="ruby31 ruby32 ruby33" + +RUBY_FAKEGEM_RECIPE_DOC="" +RUBY_FAKEGEM_DOCDIR="" +RUBY_FAKEGEM_EXTRADOC="CHANGELOG.md README.md" + +RUBY_FAKEGEM_GEMSPEC="${PN}.gemspec" + +RUBY_FAKEGEM_EXTRAINSTALL="app" + +RUBY_FAKEGEM_BINWRAP="" + +inherit ruby-fakegem + +DESCRIPTION="Integrated WebSockets for Rails" +HOMEPAGE="https://github.com/rails/rails"; +SRC_URI="https://github.com/rails/rails/archive/v${PV}.tar.gz -> rails-${PV}.tgz" + +LICENSE="MIT" +SLOT="$(ver_cut 1-2)" +KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~riscv" +IUSE="test" + +RUBY_S="rails-${PV}/${PN}" + +ruby_add_rdepend " + ~dev-ruby/actionpack-${PV}:* + ~dev-ruby/activesupport-${PV}:* + dev-ruby/nio4r:2 + >=dev-ruby/websocket-driver-0.6.1:* + >=dev-ruby/zeitwerk-2.6:2 +" + +ruby_add_bdepend " + test? ( + >=dev-ruby/railties-4.2.0 + dev-ruby/test-unit:2 + dev-ruby/mocha + >=dev-ruby/pg-1.1:1 + )" + +all_ruby_prepare() { + # Avoid tests for unpackaged dependencies: websocket-client-simple + rm -f test/client_test.rb || die + + # Avoid tests for dependencies that require additional setup or network + rm -f test/javascript_package_test.rb test/subscription_adapter/redis_test.rb || die +}
[gentoo-commits] repo/gentoo:master commit in: dev-java/scala-cli-bin/
commit: 87b2b1b5c90f8305ff3379606bde16f292930499 Author: Florian Schmaus gentoo org> AuthorDate: Sun Aug 25 08:52:04 2024 + Commit: Florian Schmaus gentoo org> CommitDate: Sun Aug 25 08:54:09 2024 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=87b2b1b5 dev-java/scala-cli-bin: add 1.5.0 Signed-off-by: Florian Schmaus gentoo.org> dev-java/scala-cli-bin/Manifest | 3 + dev-java/scala-cli-bin/scala-cli-bin-1.5.0.ebuild | 78 +++ 2 files changed, 81 insertions(+) diff --git a/dev-java/scala-cli-bin/Manifest b/dev-java/scala-cli-bin/Manifest index 325af7c224b9..c8440bb33278 100644 --- a/dev-java/scala-cli-bin/Manifest +++ b/dev-java/scala-cli-bin/Manifest @@ -1,9 +1,12 @@ DIST scala-cli-amd64-1.2.2.gz 33871512 BLAKE2B ef9328b26afb52ada07739539d560239d6ce2ffd72d1e353ce94d45c7358b6789aa0019804e249584ca497d5d15c96caab12eb31fab5b84a14162c00ca30c181 SHA512 02da0915ee140a129f622f973291c98c7dd7b7f16f5a2a5250ac825e09876b616a315fe5e6af43691f43870fa68234efeff73eadd4f6060d2d90fe937302eae7 DIST scala-cli-amd64-1.4.2.gz 34238180 BLAKE2B 90cb8af5561bf5324e4fef3183b301d15839ac188f8ba7154e65306333d765429243591fc17a33f48e4b8a48c43034782643ba4014bfed3719c5037805c58878 SHA512 12ff3eff0117df6d9ae526203724a8261150fbd5436f61beeda33a5f4292b7a71196e2ee762d4e005f827ac2f104d3c5d2a657abc0a63a2b66e526d18ef2887a DIST scala-cli-amd64-1.4.3.gz 34238734 BLAKE2B ac40427ebd664c147f3134d067143207a024f2fa96be06f452d3b037a5f9866f6d6624c31a5a6045e5d1b6d087c87a14d2a376e050e6d23a10ce66de544b5969 SHA512 09b2ca1615a3c090a195f41237aa448d353c976ff4abdade1b8569126794009fcab11bde2087fcfe72c5a7a72b7b74bea647eef3a941bd1af4fb584b5f9b +DIST scala-cli-amd64-1.5.0.gz 34334438 BLAKE2B 2369f8e4a27975e3bc3a646e9637f885016a7df08c1cbfd1874b2f07037b1452df5eda16fd64bc9182611aaa37e903392764a3cff19439e864cc3ee510e1c163 SHA512 53ec0a5a9079b40189391a7e2e6ef3d8bcf40ebe05af807fbe4bb3b8116975c21266d88eff87b5fc841dfd8584bb6fe8320583f19dbe1e24d0c550bdc086aea5 DIST scala-cli-arm64-1.2.2.gz 33766128 BLAKE2B d5b2d7ab8157f3874b1cfe0b0647ab30f5dd191337e575056eb758d52eda30871c54b20a08a1cda3e28c51afd744b4b8320aee6aef056b39b98f2534184739ba SHA512 004ca188e4ddd01c0e46277fa514b1c9bd061ea26d4318b8daff3ffaae5bb7cc9f4746509401da19774537c7e56f8a5a7da846cd4b5f90c61a3ab1f8d3ed0493 DIST scala-cli-arm64-1.4.2.gz 34142373 BLAKE2B d7c2d87503e0c8916902e293d5d16e59b7ec80c942b72307667a0e8c16635e4d2e9839bf20a4284a1ffaf2eef001db4801bdc62afe9600babd1abd915783ba09 SHA512 10dcc3991d4e9951d688f907da38683701f8ff4784e86dcd1fd7441c79f70bdfef7d8022d98e247914800312b4eb37670a99059f77c045fd66f6d34e92179e5c DIST scala-cli-arm64-1.4.3.gz 34137841 BLAKE2B 0e8ed1f1777ac507315b7e8136b85fa1486c5817f8ae49205a7e53eebc15be0f3c90123418890ce1c96110534a962ead961aad0c6fd9230df0a5a6a70147cca3 SHA512 c81a3be8fdb2b396252f5c31b5fd9182864e6bfda14ab3a119d9922ef1e1834521781eaf935ba91d74ba24388e9bf9617e82ad2d61dfe88f845426a16b7b4e7f +DIST scala-cli-arm64-1.5.0.gz 34240198 BLAKE2B aadb5203d2b2e93e27b4408724c5ebfbfa3a1e14b9bd3f78ccefbd961063451dc16fc0374430088d981208614de82ddf538c0e04975adba46f997fbf71c0d915 SHA512 d5025e91057ba72e9a2aed177356c04c08cc10745c8614db44e7843e6825ec14c619d7c8e24154c168e485bb98ebfb234179fa4a50989c162bcf92d096413379 DIST scala-cli-non-native-1.2.2 7837019 BLAKE2B 799ed83805ba767b687cf9a041a3e23f008e20e3ca55b8c52a9361c0b2465141abb7c17ca7dca59c9307af5a5a07a0cfe0d8035eea14a2adf2580913d67d6a10 SHA512 40aa43ee601c52238989a81884b6acc7a023599abb561bed1c9d31dff6053eff0f3477097a228bc30aab4df22d81b10fbbb64b5557d3067b4715c821c4eacb3e DIST scala-cli-non-native-1.4.2 8004132 BLAKE2B 5254d25395080a26598bb4445c2200100b1c511e928774d5d52f5174b43d3fd9cd2b58ae97033a25e45495273bbf0717abbe84c5d4a8bb70a3c9f42f5b7e SHA512 002d052ec4b2409ede4da6cfda86ff638534d702a934d679aac0d18dab4c6c69ac8d9d8e67a8e9a410af8c8d0c19f1c864247b0d790e6f040976f4fb3dcabfe5 DIST scala-cli-non-native-1.4.3 8004147 BLAKE2B 79b37e21b4aa1335a766ff7a735cf6fd0ae47b054c246371cfe57dca601de9309abc92df60ccba9873bf112f03d61081397eb859754b3287d2f6712946988ab5 SHA512 6c032330c01b2f2730390ea83fbcd9259e498b65cb182c2cf20cec2674f3dac2262d746a8addbe8b856c34bded0805c23b9a6a59e345037ea0b546681ddc7596 +DIST scala-cli-non-native-1.5.0 8117168 BLAKE2B 9b55dec1e329c7242ff5cdcad65a77686498c6c5bf5b872473d18609e4fed59353121fc4e3df4d8c7466daa1590bb09b4c6fdbf5bddd80bcaeab541e31d426a1 SHA512 badf719bdd3d9a289ca1436ca83433ecd49ab9908158188b68682e2c8bcee9e69c0bf73d1791656ecc2d01fe560cc754ef0f5e965ea25a520d73c7f98db266b0 diff --git a/dev-java/scala-cli-bin/scala-cli-bin-1.5.0.ebuild b/dev-java/scala-cli-bin/scala-cli-bin-1.5.0.ebuild new file mode 100644 index ..e89ddb52ce30 --- /dev/null +++ b/dev-java/scala-cli-bin/scala-cli-bin-1.5.0.ebuild @@ -0,0 +1,78 @@ +# Copyright 1999-2024 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +inherit bash-completion-r1 + +UPSTREAM_PV=${PV/_/-} +UPSTREAM_
[gentoo-commits] repo/gentoo:master commit in: www-apps/nextcloud/
commit: ab711f3065e2c5dc66b2f596330e5353d472e5e0 Author: Florian Schmaus gentoo org> AuthorDate: Sun Aug 25 08:51:00 2024 + Commit: Florian Schmaus gentoo org> CommitDate: Sun Aug 25 08:54:09 2024 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ab711f30 www-apps/nextcloud: drop 29.0.3 Signed-off-by: Florian Schmaus gentoo.org> www-apps/nextcloud/Manifest| 1 - www-apps/nextcloud/nextcloud-29.0.3.ebuild | 43 -- 2 files changed, 44 deletions(-) diff --git a/www-apps/nextcloud/Manifest b/www-apps/nextcloud/Manifest index f4d39c11d255..11d41378d394 100644 --- a/www-apps/nextcloud/Manifest +++ b/www-apps/nextcloud/Manifest @@ -6,6 +6,5 @@ DIST nextcloud-28.0.1.tar.bz2 183887041 BLAKE2B 137cf74cb356b5b339e49b74b618bb38 DIST nextcloud-28.0.6.tar.bz2 188259629 BLAKE2B 304d98076d02a190143d0e9846405a029a16b268eec2dfddde8746deae7ef02e0acd5f7a9a7303e454fbc4d828496cfc101c59e8664834e8a9691ae0c586c8f0 SHA512 f34c895602bd63f2e61492e91b9949852f9d2422c3b8740e851107efe5d46de72d8ec06a15c808fa27503546067d62d3166b55ff9979b18f36546845791941c2 DIST nextcloud-28.0.7.tar.bz2 188700312 BLAKE2B c408b052562ce717fc41226df3ae6ffd6202de213ecf9074572133ba4d30a1c0be44a289d80577c4f663943a43dbf2bf71d60055c602eef569eba3ce174a8298 SHA512 6a8172f05ce58e594a66e2918583e05b97365217b1d2977aeee85e10e77bd869a7ddebceddef9070e0ac40d5e8e2e2348c1e0a9cdf56094bd6b8ca679696d9f2 DIST nextcloud-29.0.2.tar.bz2 205723162 BLAKE2B c33cc2a13e797cb2777bed7d1c17d4559a83195b186bb62025d7f0c32e75a739979556eb842773fee2bb6c6af24e9f0adf1740b6896814d706f4e8d1c730a0fc SHA512 1d595e4f7c0159cf62120f786c1b4a1d6221bdd000d3c7f45990c287319ee8b87ba70d036eb740073752bc9f80403f939c576fe5398bb37e2063483840d9fc67 -DIST nextcloud-29.0.3.tar.bz2 205947783 BLAKE2B 406b80d3f31f80d2480c3b0d5d0f9017cb5ef3c597c7ae902536864ba113b85b3450c255283c98205ba4d8baf37c460f3741b953857f76972d361107267488be SHA512 b3e27bff91446b33fd26408577a9ee04ef74684de37cf9971e572fd00ca9c864060e6fee3a30279488fd3b1fdbe3497da607241ae2eb1b566fa2cef9142ad900 DIST nextcloud-29.0.4.tar.bz2 204867575 BLAKE2B ac91ecb560631762000cf0c6ef69a5262aa67591837e36373550201e075df629f64d63329925671af08f05f987da35046cdaf4b44d48f2e30d5d7fdb026a16a9 SHA512 65508d9610d4b459f11bceadd61d19eb8165e6804c658c4492fb97843c86107bfc75d080156d1afcf5a029ad143b77277cc4e63890444c089e1047f17db1e085 DIST nextcloud-29.0.5.tar.bz2 204001633 BLAKE2B 00ff6d5fbb758feb0587145726cfa4bffeaa8946ae19ad93aa85dcd47cab6f9ba4c7264d1949d86839ce8053a251c264bb40a37b0bb2248dc617e3b7079b84cc SHA512 65576b4dbb865bd05378cbbe9040d78c3c8e212f0f259451a00b724af821374d8157cdcdd1db8a4eb0a52afa8d307a856e3a0e76883be116cf5c44e239b7fa05 diff --git a/www-apps/nextcloud/nextcloud-29.0.3.ebuild b/www-apps/nextcloud/nextcloud-29.0.3.ebuild deleted file mode 100644 index cdae29e997d4.. --- a/www-apps/nextcloud/nextcloud-29.0.3.ebuild +++ /dev/null @@ -1,43 +0,0 @@ -# Copyright 1999-2024 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -inherit webapp - -DESCRIPTION="Personal cloud that runs on your own server" -HOMEPAGE="https://nextcloud.com/"; -SRC_URI="https://download.nextcloud.com/server/releases/${P}.tar.bz2"; - -S=${WORKDIR}/${PN} - -LICENSE="AGPL-3" -KEYWORDS="~amd64 ~arm ~arm64 ~x86" - -IUSE="+curl +imagemagick mysql postgres +sqlite" -REQUIRED_USE="|| ( mysql postgres sqlite )" - -RDEPEND="dev-lang/php[curl?,filter,gd,hash(+),intl,json(+),mysql?,pdo,posix,postgres?,session,simplexml,sqlite?,truetype,xmlreader,xmlwriter,zip] - imagemagick? ( dev-php/pecl-imagick ) - virtual/httpd-php" - -pkg_setup() { - webapp_pkg_setup -} - -src_install() { - webapp_src_preinst - - insinto "${MY_HTDOCSDIR}" - doins -r . - dodir "${MY_HTDOCSDIR}"/data - - webapp_serverowned -R "${MY_HTDOCSDIR}"/apps - webapp_serverowned -R "${MY_HTDOCSDIR}"/data - webapp_serverowned -R "${MY_HTDOCSDIR}"/config - webapp_configfile "${MY_HTDOCSDIR}"/.htaccess - - webapp_postinst_txt en "${FILESDIR}"/php-argon2-en.txt - - webapp_src_install -}
[gentoo-commits] repo/gentoo:master commit in: dev-java/scala-cli-bin/
commit: cd3b0ba020f3144a982f3ff03885d21289281ea3 Author: Florian Schmaus gentoo org> AuthorDate: Sun Aug 25 08:53:54 2024 + Commit: Florian Schmaus gentoo org> CommitDate: Sun Aug 25 08:54:10 2024 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cd3b0ba0 dev-java/scala-cli-bin: drop 1.4.2 Signed-off-by: Florian Schmaus gentoo.org> dev-java/scala-cli-bin/Manifest | 3 - dev-java/scala-cli-bin/scala-cli-bin-1.4.2.ebuild | 78 --- 2 files changed, 81 deletions(-) diff --git a/dev-java/scala-cli-bin/Manifest b/dev-java/scala-cli-bin/Manifest index c8440bb33278..4c6584dcde5b 100644 --- a/dev-java/scala-cli-bin/Manifest +++ b/dev-java/scala-cli-bin/Manifest @@ -1,12 +1,9 @@ DIST scala-cli-amd64-1.2.2.gz 33871512 BLAKE2B ef9328b26afb52ada07739539d560239d6ce2ffd72d1e353ce94d45c7358b6789aa0019804e249584ca497d5d15c96caab12eb31fab5b84a14162c00ca30c181 SHA512 02da0915ee140a129f622f973291c98c7dd7b7f16f5a2a5250ac825e09876b616a315fe5e6af43691f43870fa68234efeff73eadd4f6060d2d90fe937302eae7 -DIST scala-cli-amd64-1.4.2.gz 34238180 BLAKE2B 90cb8af5561bf5324e4fef3183b301d15839ac188f8ba7154e65306333d765429243591fc17a33f48e4b8a48c43034782643ba4014bfed3719c5037805c58878 SHA512 12ff3eff0117df6d9ae526203724a8261150fbd5436f61beeda33a5f4292b7a71196e2ee762d4e005f827ac2f104d3c5d2a657abc0a63a2b66e526d18ef2887a DIST scala-cli-amd64-1.4.3.gz 34238734 BLAKE2B ac40427ebd664c147f3134d067143207a024f2fa96be06f452d3b037a5f9866f6d6624c31a5a6045e5d1b6d087c87a14d2a376e050e6d23a10ce66de544b5969 SHA512 09b2ca1615a3c090a195f41237aa448d353c976ff4abdade1b8569126794009fcab11bde2087fcfe72c5a7a72b7b74bea647eef3a941bd1af4fb584b5f9b DIST scala-cli-amd64-1.5.0.gz 34334438 BLAKE2B 2369f8e4a27975e3bc3a646e9637f885016a7df08c1cbfd1874b2f07037b1452df5eda16fd64bc9182611aaa37e903392764a3cff19439e864cc3ee510e1c163 SHA512 53ec0a5a9079b40189391a7e2e6ef3d8bcf40ebe05af807fbe4bb3b8116975c21266d88eff87b5fc841dfd8584bb6fe8320583f19dbe1e24d0c550bdc086aea5 DIST scala-cli-arm64-1.2.2.gz 33766128 BLAKE2B d5b2d7ab8157f3874b1cfe0b0647ab30f5dd191337e575056eb758d52eda30871c54b20a08a1cda3e28c51afd744b4b8320aee6aef056b39b98f2534184739ba SHA512 004ca188e4ddd01c0e46277fa514b1c9bd061ea26d4318b8daff3ffaae5bb7cc9f4746509401da19774537c7e56f8a5a7da846cd4b5f90c61a3ab1f8d3ed0493 -DIST scala-cli-arm64-1.4.2.gz 34142373 BLAKE2B d7c2d87503e0c8916902e293d5d16e59b7ec80c942b72307667a0e8c16635e4d2e9839bf20a4284a1ffaf2eef001db4801bdc62afe9600babd1abd915783ba09 SHA512 10dcc3991d4e9951d688f907da38683701f8ff4784e86dcd1fd7441c79f70bdfef7d8022d98e247914800312b4eb37670a99059f77c045fd66f6d34e92179e5c DIST scala-cli-arm64-1.4.3.gz 34137841 BLAKE2B 0e8ed1f1777ac507315b7e8136b85fa1486c5817f8ae49205a7e53eebc15be0f3c90123418890ce1c96110534a962ead961aad0c6fd9230df0a5a6a70147cca3 SHA512 c81a3be8fdb2b396252f5c31b5fd9182864e6bfda14ab3a119d9922ef1e1834521781eaf935ba91d74ba24388e9bf9617e82ad2d61dfe88f845426a16b7b4e7f DIST scala-cli-arm64-1.5.0.gz 34240198 BLAKE2B aadb5203d2b2e93e27b4408724c5ebfbfa3a1e14b9bd3f78ccefbd961063451dc16fc0374430088d981208614de82ddf538c0e04975adba46f997fbf71c0d915 SHA512 d5025e91057ba72e9a2aed177356c04c08cc10745c8614db44e7843e6825ec14c619d7c8e24154c168e485bb98ebfb234179fa4a50989c162bcf92d096413379 DIST scala-cli-non-native-1.2.2 7837019 BLAKE2B 799ed83805ba767b687cf9a041a3e23f008e20e3ca55b8c52a9361c0b2465141abb7c17ca7dca59c9307af5a5a07a0cfe0d8035eea14a2adf2580913d67d6a10 SHA512 40aa43ee601c52238989a81884b6acc7a023599abb561bed1c9d31dff6053eff0f3477097a228bc30aab4df22d81b10fbbb64b5557d3067b4715c821c4eacb3e -DIST scala-cli-non-native-1.4.2 8004132 BLAKE2B 5254d25395080a26598bb4445c2200100b1c511e928774d5d52f5174b43d3fd9cd2b58ae97033a25e45495273bbf0717abbe84c5d4a8bb70a3c9f42f5b7e SHA512 002d052ec4b2409ede4da6cfda86ff638534d702a934d679aac0d18dab4c6c69ac8d9d8e67a8e9a410af8c8d0c19f1c864247b0d790e6f040976f4fb3dcabfe5 DIST scala-cli-non-native-1.4.3 8004147 BLAKE2B 79b37e21b4aa1335a766ff7a735cf6fd0ae47b054c246371cfe57dca601de9309abc92df60ccba9873bf112f03d61081397eb859754b3287d2f6712946988ab5 SHA512 6c032330c01b2f2730390ea83fbcd9259e498b65cb182c2cf20cec2674f3dac2262d746a8addbe8b856c34bded0805c23b9a6a59e345037ea0b546681ddc7596 DIST scala-cli-non-native-1.5.0 8117168 BLAKE2B 9b55dec1e329c7242ff5cdcad65a77686498c6c5bf5b872473d18609e4fed59353121fc4e3df4d8c7466daa1590bb09b4c6fdbf5bddd80bcaeab541e31d426a1 SHA512 badf719bdd3d9a289ca1436ca83433ecd49ab9908158188b68682e2c8bcee9e69c0bf73d1791656ecc2d01fe560cc754ef0f5e965ea25a520d73c7f98db266b0 diff --git a/dev-java/scala-cli-bin/scala-cli-bin-1.4.2.ebuild b/dev-java/scala-cli-bin/scala-cli-bin-1.4.2.ebuild deleted file mode 100644 index e89ddb52ce30.. --- a/dev-java/scala-cli-bin/scala-cli-bin-1.4.2.ebuild +++ /dev/null @@ -1,78 +0,0 @@ -# Copyright 1999-2024 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -inherit bash-completion-r1 - -UPSTREAM_PV=${PV/_/-} -UPSTR
[gentoo-commits] repo/gentoo:master commit in: dev-ruby/actionmailer/
commit: baf542000f79f713a999e503b9f33ab9a122bcd4 Author: Hans de Graaff gentoo org> AuthorDate: Sun Aug 25 09:00:08 2024 + Commit: Hans de Graaff gentoo org> CommitDate: Sun Aug 25 09:00:31 2024 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=baf54200 dev-ruby/actionmailer: add 7.2.1 Signed-off-by: Hans de Graaff gentoo.org> dev-ruby/actionmailer/Manifest | 1 + dev-ruby/actionmailer/actionmailer-7.2.1.ebuild | 54 + 2 files changed, 55 insertions(+) diff --git a/dev-ruby/actionmailer/Manifest b/dev-ruby/actionmailer/Manifest index 211fe49c76dd..2220a7bf4296 100644 --- a/dev-ruby/actionmailer/Manifest +++ b/dev-ruby/actionmailer/Manifest @@ -5,3 +5,4 @@ DIST rails-7.0.8.4.tgz 11082427 BLAKE2B 2ca521ad92b7a33fa2160b4cfbc1aac826641d2a DIST rails-7.1.3.3.tgz 10905515 BLAKE2B b2be6d8922d15478136875ac80d65fdc54bdf4a03ec17cddc20c20ae847f08fd52a2b1110ed27feb0217f4aa8dd827a8d95847e32eceaf8f5979843312f12a2a SHA512 0d108654a9ab2a9321822742906c4848508e0e4e09600c01bd5a86deeb324540bbae520a954499c4cc83bfe1246f929a581d1667f2b50c463d0bf8187f603df9 DIST rails-7.1.3.4.tgz 10917333 BLAKE2B 3266de2a86f8b107b18117c06115db14791bb98d672403eff28673e9d98df5e2c9a6c30f72d4141cd1f051054f2d5e1f636a93de9b14114cefef384fded7942a SHA512 4c303be256707b5bbedc05bf5bac7c60ff03cb8a14fa3d709a495d07ad1745d6c6f4d5dceb9860afff46f95f3f9fc525d1bcb75894a5b31a9d35f1aa6b105c5e DIST rails-7.1.4.tgz 10926853 BLAKE2B e1e62f95453fa0137337f40291614265ae4d8e6bedf496e0402f160ce938418760dcd850c37e82a7c9dd530dfe442b0f9b22d122dc80f1ff61c5c76244999416 SHA512 67770018663d930cb710fb08358c7d9c9d391a4c721212c55b60c4827f8cbdb38e55ee551b598e93244beba18f9c4c21dfdf6000e67880ac95345a70ff2e0841 +DIST rails-7.2.1.tgz 11065899 BLAKE2B 7858184a6e5ed07af56566e84d9ccdacf9d37ae3cb0a60ce09f632db782b5f97b3298c1a48147c2cb94b420e8186721ca00d9eff25ecee33f03c5348923e5fa5 SHA512 3ba68311f5b15fac647047d5e2bdbf0bf088ee4bd1208f3a47064cc7bc10794bf28f94aaabf410b773c6ff90638c8f08ebb74297855a303d080ffea9e96d25ef diff --git a/dev-ruby/actionmailer/actionmailer-7.2.1.ebuild b/dev-ruby/actionmailer/actionmailer-7.2.1.ebuild new file mode 100644 index ..547e66b12570 --- /dev/null +++ b/dev-ruby/actionmailer/actionmailer-7.2.1.ebuild @@ -0,0 +1,54 @@ +# Copyright 1999-2024 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 +USE_RUBY="ruby31 ruby32 ruby33" + +RUBY_FAKEGEM_RECIPE_DOC="none" +RUBY_FAKEGEM_EXTRADOC="CHANGELOG.md README.rdoc" + +RUBY_FAKEGEM_GEMSPEC="actionmailer.gemspec" + +RUBY_FAKEGEM_BINWRAP="" + +inherit ruby-fakegem + +DESCRIPTION="Framework for designing email-service layers" +HOMEPAGE="https://github.com/rails/rails"; +SRC_URI="https://github.com/rails/rails/archive/v${PV}.tar.gz -> rails-${PV}.tgz" + +LICENSE="MIT" +SLOT="$(ver_cut 1-2)" +KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~riscv" +IUSE="test" + +RUBY_S="rails-${PV}/${PN}" + +ruby_add_rdepend " + ~dev-ruby/actionpack-${PV} + ~dev-ruby/actionview-${PV} + ~dev-ruby/activejob-${PV} + ~dev-ruby/activesupport-${PV} + >=dev-ruby/mail-2.8.0 + dev-ruby/net-imap + dev-ruby/net-pop + dev-ruby/net-smtp + >=dev-ruby/rails-dom-testing-2.2:2" + +ruby_add_bdepend "test? ( + dev-ruby/mocha +)" + +all_ruby_prepare() { + # Set test environment to our hand. + rm "${S}/../Gemfile" || die "Unable to remove Gemfile" + sed -e '/\/load_paths/d' \ + -e '3irequire "ostruct"' \ + -e '3igem "actionpack", "~> 7.2.0"; gem "activejob", "~> 7.2.0"' \ + -i test/abstract_unit.rb || die "Unable to remove load paths" + + # Avoid a test failing only on attachment ordering, since this is a + # security release. + sed -e '/adding inline attachments while rendering mail works/askip "gentoo: fails on ordering"' \ + -i test/base_test.rb || die +}
[gentoo-commits] repo/gentoo:master commit in: profiles/
commit: 0984df5c0ec14fbd702a2f56c65719a8f50c87c9 Author: Andreas Sturmlechner gentoo org> AuthorDate: Sun Aug 25 09:00:08 2024 + Commit: Andreas Sturmlechner gentoo org> CommitDate: Sun Aug 25 09:00:53 2024 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0984df5c profiles: Mask kde-misc/latte-dock for removal Signed-off-by: Andreas Sturmlechner gentoo.org> profiles/package.mask | 5 + 1 file changed, 5 insertions(+) diff --git a/profiles/package.mask b/profiles/package.mask index dc0d4aa47007..4e062167861d 100644 --- a/profiles/package.mask +++ b/profiles/package.mask @@ -33,6 +33,11 @@ #--- END OF EXAMPLES --- +# Andreas Sturmlechner (2024-08-25) +# Broken with current Plasma 5 version, not ported to Plasma 6. +# Removal on 2024-09-24. +kde-misc/latte-dock + # Florian Schmaus (2024-08-23) # Has a serious bug that causes synced directories to end up world read- # and writeable. See https://github.com/nextcloud/desktop/issues/6863
[gentoo-commits] repo/gentoo:master commit in: dev-ruby/activestorage/
commit: fb9d87a7a9749dd1d7040d2060c7ae5a2a7caa2b Author: Hans de Graaff gentoo org> AuthorDate: Sun Aug 25 09:50:58 2024 + Commit: Hans de Graaff gentoo org> CommitDate: Sun Aug 25 09:51:16 2024 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fb9d87a7 dev-ruby/activestorage: add 7.2.1 Signed-off-by: Hans de Graaff gentoo.org> dev-ruby/activestorage/Manifest | 1 + dev-ruby/activestorage/activestorage-7.2.1.ebuild | 74 +++ 2 files changed, 75 insertions(+) diff --git a/dev-ruby/activestorage/Manifest b/dev-ruby/activestorage/Manifest index 211fe49c76dd..2220a7bf4296 100644 --- a/dev-ruby/activestorage/Manifest +++ b/dev-ruby/activestorage/Manifest @@ -5,3 +5,4 @@ DIST rails-7.0.8.4.tgz 11082427 BLAKE2B 2ca521ad92b7a33fa2160b4cfbc1aac826641d2a DIST rails-7.1.3.3.tgz 10905515 BLAKE2B b2be6d8922d15478136875ac80d65fdc54bdf4a03ec17cddc20c20ae847f08fd52a2b1110ed27feb0217f4aa8dd827a8d95847e32eceaf8f5979843312f12a2a SHA512 0d108654a9ab2a9321822742906c4848508e0e4e09600c01bd5a86deeb324540bbae520a954499c4cc83bfe1246f929a581d1667f2b50c463d0bf8187f603df9 DIST rails-7.1.3.4.tgz 10917333 BLAKE2B 3266de2a86f8b107b18117c06115db14791bb98d672403eff28673e9d98df5e2c9a6c30f72d4141cd1f051054f2d5e1f636a93de9b14114cefef384fded7942a SHA512 4c303be256707b5bbedc05bf5bac7c60ff03cb8a14fa3d709a495d07ad1745d6c6f4d5dceb9860afff46f95f3f9fc525d1bcb75894a5b31a9d35f1aa6b105c5e DIST rails-7.1.4.tgz 10926853 BLAKE2B e1e62f95453fa0137337f40291614265ae4d8e6bedf496e0402f160ce938418760dcd850c37e82a7c9dd530dfe442b0f9b22d122dc80f1ff61c5c76244999416 SHA512 67770018663d930cb710fb08358c7d9c9d391a4c721212c55b60c4827f8cbdb38e55ee551b598e93244beba18f9c4c21dfdf6000e67880ac95345a70ff2e0841 +DIST rails-7.2.1.tgz 11065899 BLAKE2B 7858184a6e5ed07af56566e84d9ccdacf9d37ae3cb0a60ce09f632db782b5f97b3298c1a48147c2cb94b420e8186721ca00d9eff25ecee33f03c5348923e5fa5 SHA512 3ba68311f5b15fac647047d5e2bdbf0bf088ee4bd1208f3a47064cc7bc10794bf28f94aaabf410b773c6ff90638c8f08ebb74297855a303d080ffea9e96d25ef diff --git a/dev-ruby/activestorage/activestorage-7.2.1.ebuild b/dev-ruby/activestorage/activestorage-7.2.1.ebuild new file mode 100644 index ..bec893851e65 --- /dev/null +++ b/dev-ruby/activestorage/activestorage-7.2.1.ebuild @@ -0,0 +1,74 @@ +# Copyright 1999-2024 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +USE_RUBY="ruby31 ruby32 ruby33" + +RUBY_FAKEGEM_RECIPE_DOC="" +RUBY_FAKEGEM_DOCDIR="" +RUBY_FAKEGEM_EXTRADOC="CHANGELOG.md README.md" + +RUBY_FAKEGEM_GEMSPEC="activestorage.gemspec" + +RUBY_FAKEGEM_EXTRAINSTALL="app config db" + +RUBY_FAKEGEM_BINWRAP="" + +inherit ruby-fakegem + +DESCRIPTION="Attach cloud and local files in Rails applications" +HOMEPAGE="https://github.com/rails/rails"; +SRC_URI="https://github.com/rails/rails/archive/v${PV}.tar.gz -> rails-${PV}.tgz" + +LICENSE="MIT" +SLOT="$(ver_cut 1-2)" +KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~riscv ~sparc" +IUSE="test" + +RUBY_S="rails-${PV}/${PN}" + +DEPEND+=" test? ( >=app-text/mupdf-1.23.7 media-gfx/imagemagick[jpeg,png,tiff] media-video/ffmpeg app-text/poppler[utils] ) " + +ruby_add_rdepend " + ~dev-ruby/actionpack-${PV}:* + ~dev-ruby/activejob-${PV}:* + ~dev-ruby/activerecord-${PV}:* + ~dev-ruby/activesupport-${PV}:* + dev-ruby/marcel:1.0 +" + +ruby_add_bdepend " + test? ( + ~dev-ruby/railties-${PV} + >=dev-ruby/image_processing-1.2:0 + dev-ruby/minitest:5 + dev-ruby/mini_magick + dev-ruby/mocha + dev-ruby/rake + dev-ruby/sprockets-rails + >=dev-ruby/sqlite3-1.6.6 + )" + +all_ruby_prepare() { + # Remove items from the common Gemfile that we don't need for this + # test run. This also requires handling some gemspecs. + sed -e "/\(system_timer\|sdoc\|w3c_validators\|pg\|execjs\|jquery-rails\|'mysql'\|journey\|ruby-prof\|stackprof\|benchmark-ips\|kindlerb\|turbolinks\|coffee-rails\|debugger\|redcarpet\|bcrypt\|uglifier\|aws-sdk-s3\|aws-sdk-sns\|google-cloud-storage\|azure-storage\|blade\|bootsnap\|hiredis\|qunit-selenium\|chromedriver-helper\|redis\|rb-inotify\|stackprof\|websocket-client-simple\|libxml-ruby\|sass-rails\|capybara\|rack-cache\|selenium\|dalli\|listen\|connection_pool\|puma\|mysql2\|webdrivers\|webpacker\|rexml\|webmock\|webrick\|propshaft\|sprockets-export\|rack-test\|terser\|cookiejar\|cgi\|web-console\|trilogy\|error_highlight\|jbuilder\|httpclient\|prism\)/ s:^:#:" \ + -e '/stimulus-rails/,/tailwindcss-rails/ s:^:#:' \ + -e '/group :\(doc\|job\|lint\|mdl\|rubocop\|test\)/,/^end/ s:^:#:' \ + -e '/sqlite/ s/1.6.4/99/' \ + -i ../Gemfile || die + rm ../Gemfile.lock || die + + # Use mini_magick since vips is not packaged on Gentoo + sed -i -e '/mini_magick/aActiveStorage.variant_processor
[gentoo-commits] repo/gentoo:master commit in: sys-kernel/modprobed-db/
commit: 97af28a8ec4416433a83d9692dc40e59003163b5 Author: Arthur Zamarin gentoo org> AuthorDate: Sun Aug 25 09:51:21 2024 + Commit: Arthur Zamarin gentoo org> CommitDate: Sun Aug 25 09:51:34 2024 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=97af28a8 sys-kernel/modprobed-db: Stabilize 2.47 arm64, #938462 Signed-off-by: Arthur Zamarin gentoo.org> sys-kernel/modprobed-db/modprobed-db-2.47.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys-kernel/modprobed-db/modprobed-db-2.47.ebuild b/sys-kernel/modprobed-db/modprobed-db-2.47.ebuild index a0b6750ac8e0..5ec9943d58f6 100644 --- a/sys-kernel/modprobed-db/modprobed-db-2.47.ebuild +++ b/sys-kernel/modprobed-db/modprobed-db-2.47.ebuild @@ -11,7 +11,7 @@ SRC_URI="https://github.com/graysky2/modprobed-db/archive/v${PV}.tar.gz -> ${P}. LICENSE="MIT" SLOT="0" -KEYWORDS="amd64 ~arm ~arm64 ppc ~ppc64 ~riscv ~sparc ~x86" +KEYWORDS="amd64 ~arm arm64 ppc ~ppc64 ~riscv ~sparc ~x86" src_install() { emake install DESTDIR="${D}" PREFIX="${EPREFIX}/usr" INITDIR_SYSTEMD="$(systemd_get_userunitdir)"
[gentoo-commits] repo/gentoo:master commit in: sys-kernel/modprobed-db/
commit: 32ed7cc19e4e4050ee90080952d82e6f2ec88be4 Author: Arthur Zamarin gentoo org> AuthorDate: Sun Aug 25 09:51:22 2024 + Commit: Arthur Zamarin gentoo org> CommitDate: Sun Aug 25 09:51:34 2024 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=32ed7cc1 sys-kernel/modprobed-db: Stabilize 2.47 ppc64, #938462 Signed-off-by: Arthur Zamarin gentoo.org> sys-kernel/modprobed-db/modprobed-db-2.47.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys-kernel/modprobed-db/modprobed-db-2.47.ebuild b/sys-kernel/modprobed-db/modprobed-db-2.47.ebuild index 5ec9943d58f6..e2cb6e36c6f0 100644 --- a/sys-kernel/modprobed-db/modprobed-db-2.47.ebuild +++ b/sys-kernel/modprobed-db/modprobed-db-2.47.ebuild @@ -11,7 +11,7 @@ SRC_URI="https://github.com/graysky2/modprobed-db/archive/v${PV}.tar.gz -> ${P}. LICENSE="MIT" SLOT="0" -KEYWORDS="amd64 ~arm arm64 ppc ~ppc64 ~riscv ~sparc ~x86" +KEYWORDS="amd64 ~arm arm64 ppc ppc64 ~riscv ~sparc ~x86" src_install() { emake install DESTDIR="${D}" PREFIX="${EPREFIX}/usr" INITDIR_SYSTEMD="$(systemd_get_userunitdir)"
[gentoo-commits] repo/gentoo:master commit in: sys-kernel/modprobed-db/
commit: 659059b7c4fbb6c0052c80a3e922d2c22ed31c50 Author: Arthur Zamarin gentoo org> AuthorDate: Sun Aug 25 09:51:24 2024 + Commit: Arthur Zamarin gentoo org> CommitDate: Sun Aug 25 09:51:35 2024 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=659059b7 sys-kernel/modprobed-db: Stabilize 2.47 x86, #938462 Signed-off-by: Arthur Zamarin gentoo.org> sys-kernel/modprobed-db/modprobed-db-2.47.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys-kernel/modprobed-db/modprobed-db-2.47.ebuild b/sys-kernel/modprobed-db/modprobed-db-2.47.ebuild index f1719998a9a9..8e3accf9a8e7 100644 --- a/sys-kernel/modprobed-db/modprobed-db-2.47.ebuild +++ b/sys-kernel/modprobed-db/modprobed-db-2.47.ebuild @@ -11,7 +11,7 @@ SRC_URI="https://github.com/graysky2/modprobed-db/archive/v${PV}.tar.gz -> ${P}. LICENSE="MIT" SLOT="0" -KEYWORDS="amd64 arm arm64 ppc ppc64 ~riscv ~sparc ~x86" +KEYWORDS="amd64 arm arm64 ppc ppc64 ~riscv ~sparc x86" src_install() { emake install DESTDIR="${D}" PREFIX="${EPREFIX}/usr" INITDIR_SYSTEMD="$(systemd_get_userunitdir)"
[gentoo-commits] repo/gentoo:master commit in: sys-kernel/modprobed-db/
commit: 5ac62210cf17a2dd48b769e944d094675b28855e Author: Arthur Zamarin gentoo org> AuthorDate: Sun Aug 25 09:51:20 2024 + Commit: Arthur Zamarin gentoo org> CommitDate: Sun Aug 25 09:51:33 2024 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5ac62210 sys-kernel/modprobed-db: Stabilize 2.47 ppc, #938462 Signed-off-by: Arthur Zamarin gentoo.org> sys-kernel/modprobed-db/modprobed-db-2.47.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys-kernel/modprobed-db/modprobed-db-2.47.ebuild b/sys-kernel/modprobed-db/modprobed-db-2.47.ebuild index 5ef986bc7b0d..a0b6750ac8e0 100644 --- a/sys-kernel/modprobed-db/modprobed-db-2.47.ebuild +++ b/sys-kernel/modprobed-db/modprobed-db-2.47.ebuild @@ -11,7 +11,7 @@ SRC_URI="https://github.com/graysky2/modprobed-db/archive/v${PV}.tar.gz -> ${P}. LICENSE="MIT" SLOT="0" -KEYWORDS="amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv ~sparc ~x86" +KEYWORDS="amd64 ~arm ~arm64 ppc ~ppc64 ~riscv ~sparc ~x86" src_install() { emake install DESTDIR="${D}" PREFIX="${EPREFIX}/usr" INITDIR_SYSTEMD="$(systemd_get_userunitdir)"
[gentoo-commits] repo/gentoo:master commit in: sys-boot/refind/
commit: 9a07739c8c6f41556b7df785968b3c3761ad4548 Author: Arthur Zamarin gentoo org> AuthorDate: Sun Aug 25 09:51:28 2024 + Commit: Arthur Zamarin gentoo org> CommitDate: Sun Aug 25 09:51:36 2024 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9a07739c sys-boot/refind: Stabilize 0.14.2-r1 x86, #938484 Signed-off-by: Arthur Zamarin gentoo.org> sys-boot/refind/refind-0.14.2-r1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys-boot/refind/refind-0.14.2-r1.ebuild b/sys-boot/refind/refind-0.14.2-r1.ebuild index 1732d360c179..c740e9743943 100644 --- a/sys-boot/refind/refind-0.14.2-r1.ebuild +++ b/sys-boot/refind/refind-0.14.2-r1.ebuild @@ -11,7 +11,7 @@ SRC_URI="https://downloads.sourceforge.net/project/${PN}/${PV}/${PN}-src-${PV}.t LICENSE="BSD CC-BY-SA-3.0 CC-BY-SA-4.0 FDL-1.3 GPL-2+ GPL-3+ LGPL-3+" SLOT="0" -KEYWORDS="amd64 ~x86" +KEYWORDS="amd64 x86" FS_USE="btrfs +ext2 +ext4 hfs +iso9660 ntfs reiserfs" IUSE="${FS_USE} doc"
[gentoo-commits] repo/gentoo:master commit in: sys-boot/refind/
commit: f7f500fb6cb41b3c22b58c4023620e90b419a490 Author: Arthur Zamarin gentoo org> AuthorDate: Sun Aug 25 09:51:27 2024 + Commit: Arthur Zamarin gentoo org> CommitDate: Sun Aug 25 09:51:36 2024 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f7f500fb sys-boot/refind: Stabilize 0.14.2-r1 amd64, #938484 Signed-off-by: Arthur Zamarin gentoo.org> sys-boot/refind/refind-0.14.2-r1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys-boot/refind/refind-0.14.2-r1.ebuild b/sys-boot/refind/refind-0.14.2-r1.ebuild index d3866389c5cb..1732d360c179 100644 --- a/sys-boot/refind/refind-0.14.2-r1.ebuild +++ b/sys-boot/refind/refind-0.14.2-r1.ebuild @@ -11,7 +11,7 @@ SRC_URI="https://downloads.sourceforge.net/project/${PN}/${PV}/${PN}-src-${PV}.t LICENSE="BSD CC-BY-SA-3.0 CC-BY-SA-4.0 FDL-1.3 GPL-2+ GPL-3+ LGPL-3+" SLOT="0" -KEYWORDS="~amd64 ~x86" +KEYWORDS="amd64 ~x86" FS_USE="btrfs +ext2 +ext4 hfs +iso9660 ntfs reiserfs" IUSE="${FS_USE} doc"
[gentoo-commits] repo/gentoo:master commit in: sys-kernel/modprobed-db/
commit: d2bfd1a2ea33165b232dfde58f41982685ed0c73 Author: Arthur Zamarin gentoo org> AuthorDate: Sun Aug 25 09:51:23 2024 + Commit: Arthur Zamarin gentoo org> CommitDate: Sun Aug 25 09:51:34 2024 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d2bfd1a2 sys-kernel/modprobed-db: Stabilize 2.47 arm, #938462 Signed-off-by: Arthur Zamarin gentoo.org> sys-kernel/modprobed-db/modprobed-db-2.47.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys-kernel/modprobed-db/modprobed-db-2.47.ebuild b/sys-kernel/modprobed-db/modprobed-db-2.47.ebuild index e2cb6e36c6f0..f1719998a9a9 100644 --- a/sys-kernel/modprobed-db/modprobed-db-2.47.ebuild +++ b/sys-kernel/modprobed-db/modprobed-db-2.47.ebuild @@ -11,7 +11,7 @@ SRC_URI="https://github.com/graysky2/modprobed-db/archive/v${PV}.tar.gz -> ${P}. LICENSE="MIT" SLOT="0" -KEYWORDS="amd64 ~arm arm64 ppc ppc64 ~riscv ~sparc ~x86" +KEYWORDS="amd64 arm arm64 ppc ppc64 ~riscv ~sparc ~x86" src_install() { emake install DESTDIR="${D}" PREFIX="${EPREFIX}/usr" INITDIR_SYSTEMD="$(systemd_get_userunitdir)"
[gentoo-commits] repo/gentoo:master commit in: dev-util/pahole/
commit: 05328be269aae4e73102f0375c459b0a64e114b8 Author: Arthur Zamarin gentoo org> AuthorDate: Sun Aug 25 09:51:25 2024 + Commit: Arthur Zamarin gentoo org> CommitDate: Sun Aug 25 09:51:35 2024 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=05328be2 dev-util/pahole: Stabilize 1.27-r1 amd64, #938465 Signed-off-by: Arthur Zamarin gentoo.org> dev-util/pahole/pahole-1.27-r1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-util/pahole/pahole-1.27-r1.ebuild b/dev-util/pahole/pahole-1.27-r1.ebuild index 97e2e021ecf9..c7e9cc0c4c65 100644 --- a/dev-util/pahole/pahole-1.27-r1.ebuild +++ b/dev-util/pahole/pahole-1.27-r1.ebuild @@ -29,7 +29,7 @@ else fi S="${WORKDIR}"/${MY_P} BDEPEND="verify-sig? ( sec-keys/openpgp-keys-arnaldocarvalhodemelo )" - KEYWORDS="~amd64 ~arm ~arm64 ~loong ~ppc ~ppc64 ~riscv ~x86" + KEYWORDS="amd64 ~arm ~arm64 ~loong ~ppc ~ppc64 ~riscv ~x86" fi LICENSE="GPL-2" # only
[gentoo-commits] repo/gentoo:master commit in: dev-util/pahole/
commit: 1d83f70b9bea9692fc67d0247ddd4d7213337930 Author: Arthur Zamarin gentoo org> AuthorDate: Sun Aug 25 09:51:26 2024 + Commit: Arthur Zamarin gentoo org> CommitDate: Sun Aug 25 09:51:35 2024 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1d83f70b dev-util/pahole: Stabilize 1.27-r1 x86, #938465 Signed-off-by: Arthur Zamarin gentoo.org> dev-util/pahole/pahole-1.27-r1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-util/pahole/pahole-1.27-r1.ebuild b/dev-util/pahole/pahole-1.27-r1.ebuild index c7e9cc0c4c65..14f6bc57f6c1 100644 --- a/dev-util/pahole/pahole-1.27-r1.ebuild +++ b/dev-util/pahole/pahole-1.27-r1.ebuild @@ -29,7 +29,7 @@ else fi S="${WORKDIR}"/${MY_P} BDEPEND="verify-sig? ( sec-keys/openpgp-keys-arnaldocarvalhodemelo )" - KEYWORDS="amd64 ~arm ~arm64 ~loong ~ppc ~ppc64 ~riscv ~x86" + KEYWORDS="amd64 ~arm ~arm64 ~loong ~ppc ~ppc64 ~riscv x86" fi LICENSE="GPL-2" # only
[gentoo-commits] repo/gentoo:master commit in: dev-util/pahole/
commit: 58aab10ecf39d15fc93a8198821f93d362e7987e Author: Jakov Smolić gentoo org> AuthorDate: Sun Aug 25 10:18:17 2024 + Commit: Jakov Smolić gentoo org> CommitDate: Sun Aug 25 10:18:17 2024 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=58aab10e dev-util/pahole: Stabilize 1.27-r1 ppc, #938465 Signed-off-by: Jakov Smolić gentoo.org> dev-util/pahole/pahole-1.27-r1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-util/pahole/pahole-1.27-r1.ebuild b/dev-util/pahole/pahole-1.27-r1.ebuild index b4ae0c52aaf6..7901b0ca3d13 100644 --- a/dev-util/pahole/pahole-1.27-r1.ebuild +++ b/dev-util/pahole/pahole-1.27-r1.ebuild @@ -29,7 +29,7 @@ else fi S="${WORKDIR}"/${MY_P} BDEPEND="verify-sig? ( sec-keys/openpgp-keys-arnaldocarvalhodemelo )" - KEYWORDS="amd64 arm ~arm64 ~loong ~ppc ppc64 ~riscv x86" + KEYWORDS="amd64 arm ~arm64 ~loong ppc ppc64 ~riscv x86" fi LICENSE="GPL-2" # only
[gentoo-commits] repo/gentoo:master commit in: dev-util/pahole/
commit: dc625620a579080de788d543d30eecd622ee7d8c Author: Jakov Smolić gentoo org> AuthorDate: Sun Aug 25 10:18:16 2024 + Commit: Jakov Smolić gentoo org> CommitDate: Sun Aug 25 10:18:16 2024 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dc625620 dev-util/pahole: Stabilize 1.27-r1 ppc64, #938465 Signed-off-by: Jakov Smolić gentoo.org> dev-util/pahole/pahole-1.27-r1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-util/pahole/pahole-1.27-r1.ebuild b/dev-util/pahole/pahole-1.27-r1.ebuild index 8178b5a3b7c1..b4ae0c52aaf6 100644 --- a/dev-util/pahole/pahole-1.27-r1.ebuild +++ b/dev-util/pahole/pahole-1.27-r1.ebuild @@ -29,7 +29,7 @@ else fi S="${WORKDIR}"/${MY_P} BDEPEND="verify-sig? ( sec-keys/openpgp-keys-arnaldocarvalhodemelo )" - KEYWORDS="amd64 arm ~arm64 ~loong ~ppc ~ppc64 ~riscv x86" + KEYWORDS="amd64 arm ~arm64 ~loong ~ppc ppc64 ~riscv x86" fi LICENSE="GPL-2" # only
[gentoo-commits] repo/gentoo:master commit in: dev-util/pahole/
commit: cde3c7089bd754b2b6475da18734b77b42582fc7 Author: Jakov Smolić gentoo org> AuthorDate: Sun Aug 25 10:18:09 2024 + Commit: Jakov Smolić gentoo org> CommitDate: Sun Aug 25 10:18:09 2024 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cde3c708 dev-util/pahole: Stabilize 1.27-r1 arm, #938465 Signed-off-by: Jakov Smolić gentoo.org> dev-util/pahole/pahole-1.27-r1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-util/pahole/pahole-1.27-r1.ebuild b/dev-util/pahole/pahole-1.27-r1.ebuild index 14f6bc57f6c1..8178b5a3b7c1 100644 --- a/dev-util/pahole/pahole-1.27-r1.ebuild +++ b/dev-util/pahole/pahole-1.27-r1.ebuild @@ -29,7 +29,7 @@ else fi S="${WORKDIR}"/${MY_P} BDEPEND="verify-sig? ( sec-keys/openpgp-keys-arnaldocarvalhodemelo )" - KEYWORDS="amd64 ~arm ~arm64 ~loong ~ppc ~ppc64 ~riscv x86" + KEYWORDS="amd64 arm ~arm64 ~loong ~ppc ~ppc64 ~riscv x86" fi LICENSE="GPL-2" # only
[gentoo-commits] repo/gentoo:master commit in: dev-util/pahole/
commit: 9cd83d21309ff8c2c5d7e738bda6bb94fa4f01a6 Author: Jakov Smolić gentoo org> AuthorDate: Sun Aug 25 10:18:18 2024 + Commit: Jakov Smolić gentoo org> CommitDate: Sun Aug 25 10:18:18 2024 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9cd83d21 dev-util/pahole: Stabilize 1.27-r1 arm64, #938465 Signed-off-by: Jakov Smolić gentoo.org> dev-util/pahole/pahole-1.27-r1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-util/pahole/pahole-1.27-r1.ebuild b/dev-util/pahole/pahole-1.27-r1.ebuild index 7901b0ca3d13..cc0ef53be58c 100644 --- a/dev-util/pahole/pahole-1.27-r1.ebuild +++ b/dev-util/pahole/pahole-1.27-r1.ebuild @@ -29,7 +29,7 @@ else fi S="${WORKDIR}"/${MY_P} BDEPEND="verify-sig? ( sec-keys/openpgp-keys-arnaldocarvalhodemelo )" - KEYWORDS="amd64 arm ~arm64 ~loong ppc ppc64 ~riscv x86" + KEYWORDS="amd64 arm arm64 ~loong ppc ppc64 ~riscv x86" fi LICENSE="GPL-2" # only
[gentoo-commits] repo/gentoo:master commit in: sys-kernel/git-sources/
commit: 8e1f348975b5a6449ba6b2ceb1a5f874235551ac Author: Mike Pagano gentoo org> AuthorDate: Sun Aug 25 10:52:06 2024 + Commit: Mike Pagano gentoo org> CommitDate: Sun Aug 25 10:52:06 2024 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8e1f3489 sys-kernel/git-sources: add 6.11_rc5 Signed-off-by: Mike Pagano gentoo.org> sys-kernel/git-sources/Manifest| 1 + sys-kernel/git-sources/git-sources-6.11_rc5.ebuild | 39 ++ 2 files changed, 40 insertions(+) diff --git a/sys-kernel/git-sources/Manifest b/sys-kernel/git-sources/Manifest index 74147c39f059..31dca5658a29 100644 --- a/sys-kernel/git-sources/Manifest +++ b/sys-kernel/git-sources/Manifest @@ -3,3 +3,4 @@ DIST patch-6.11-rc1.patch 84813682 BLAKE2B 6e0366cfcd85ad1d16bff987ae4cc68691685 DIST patch-6.11-rc2.patch 85196283 BLAKE2B 93b294cd980fdbb9b0c95d6ac9f104a6d80c9d4ea0dd5b3d42129161205cdd63e140f52a52c5b16b4d41aeb0f50fa49a565deabd92707baaeb4df01da06d6e0b SHA512 a4c26e7ff227d264cd76ef6b69aeaa451fd54bf24bca5d7f45e1964b11b6da69eb8bc9d226ca9c3383c41bf2d85739232eef2c0e27f83e16440183bfbdb659de DIST patch-6.11-rc3.patch 85423245 BLAKE2B 01eb8f98e554337f199843071dff67407d3d90d1c6a8ef93f11709116555401a24b98c88747cdb6dd66f32fd0f88e8dc07f708d95826139f359b3aecbd8e2c40 SHA512 61d942a1bd70fd6b4fe99ee0797949a305e07e055db70f76d3691b0304ec04e3599115be4598bf9fd83fd53bcffd628eef643f07deb189c85b771937c5e6cb3c DIST patch-6.11-rc4.patch 85940549 BLAKE2B 5d9fcd92de3f686d1b8c795b5eeec39959a11393bfbb756b0aca9f00080a5b75dccf4f7f0c9d9395b936a703ae96345a926a9d724b83de630d7eb6f6051ae4fa SHA512 7ee0ea6fa42c403057cd167452fa4d910c7625f9836c645a41e3c578f959a1eebd28103f859d4da0ef9c9c8a512e6f8001aae723e8c3fd2d56b5d60480fcc18c +DIST patch-6.11-rc5.patch 86328047 BLAKE2B a436fed2fce9ac102fc402b6e2488683d81240a9f203a106b30cd5b3f33c887e5ef06e6e531527fb9f6b6eb90ae69e6fc3a62f7788e60a3c8f3cd94b85a827f6 SHA512 e96bb72c48dcc214d07c73babb42efa1f12499276fa03e6d3fef839e8e1a41430eb7c1d107caff64288f173ed8c970168e068427e5ca13c30857fe7db781eb91 diff --git a/sys-kernel/git-sources/git-sources-6.11_rc5.ebuild b/sys-kernel/git-sources/git-sources-6.11_rc5.ebuild new file mode 100644 index ..c48bb8c7d15c --- /dev/null +++ b/sys-kernel/git-sources/git-sources-6.11_rc5.ebuild @@ -0,0 +1,39 @@ +# Copyright 1999-2024 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI="8" +UNIPATCH_STRICTORDER="yes" +K_NOUSENAME="yes" +K_NOSETEXTRAVERSION="yes" +K_NOUSEPR="yes" +K_SECURITY_UNSUPPORTED="1" +K_BASE_VER="6.10" +K_EXP_GENPATCHES_NOUSE="1" +K_FROM_GIT="yes" +K_NODRYRUN="yes" +ETYPE="sources" +CKV="${PVR/-r/-git}" + +# only use this if it's not an _rc/_pre release +[ "${PV/_pre}" == "${PV}" ] && [ "${PV/_rc}" == "${PV}" ] && OKV="${PV}" +inherit kernel-2 +detect_version + +DESCRIPTION="The very latest -git version of the Linux kernel" +HOMEPAGE="https://www.kernel.org"; +SRC_URI="${KERNEL_URI}" + +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~loong ~ppc ~ppc64 ~s390 ~sparc ~x86" + +K_EXTRAEINFO="This kernel is not supported by Gentoo due to its unstable and +experimental nature. If you have any issues, try a matching vanilla-sources +ebuild -- if the problem is not there, please contact the upstream kernel +developers at https://bugzilla.kernel.org and on the linux-kernel mailing list to +report the problem so it can be fixed in time for the next kernel release." + +DEPEND="${RDEPEND} + >=sys-devel/patch-2.7.6-r4" + +pkg_postinst() { + postinst_sources +}
[gentoo-commits] repo/proj/guru:dev commit in: app-crypt/firefox-decrypt/
commit: 7ec8859d33f7df2101030f9b23946c95bccac5ea Author: Anna (cybertailor) Vyalkova sysrq in> AuthorDate: Sun Aug 25 10:29:34 2024 + Commit: Anna Vyalkova sysrq in> CommitDate: Sun Aug 25 10:38:48 2024 + URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=7ec8859d app-crypt/firefox-decrypt: new package, add 1.1.1 Signed-off-by: Anna (cybertailor) Vyalkova sysrq.in> app-crypt/firefox-decrypt/Manifest | 1 + .../firefox-decrypt/firefox-decrypt-1.1.1.ebuild | 41 ++ app-crypt/firefox-decrypt/metadata.xml | 14 3 files changed, 56 insertions(+) diff --git a/app-crypt/firefox-decrypt/Manifest b/app-crypt/firefox-decrypt/Manifest new file mode 100644 index 0..16f0a3ad6 --- /dev/null +++ b/app-crypt/firefox-decrypt/Manifest @@ -0,0 +1 @@ +DIST firefox-decrypt-1.1.1.tar.gz 95537 BLAKE2B 778cef025b9a84e751bd1331b89d51a98b674aef82d768f789c8ae5ebbaf1c528a192e8d20111259e2eb33ef07de25da5e0126629ac2b65c2d5455610d7f4e7d SHA512 2604cd27d88520c8397524b2b6d12e02a2f9fe14211754f3111aec5d9f112c528b749f6c2a032c1a01fc5038edede01c45d54a4ba0ed2ee40fd411085c3e0052 diff --git a/app-crypt/firefox-decrypt/firefox-decrypt-1.1.1.ebuild b/app-crypt/firefox-decrypt/firefox-decrypt-1.1.1.ebuild new file mode 100644 index 0..5031a8636 --- /dev/null +++ b/app-crypt/firefox-decrypt/firefox-decrypt-1.1.1.ebuild @@ -0,0 +1,41 @@ +# Copyright 2024 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +PYTHON_COMPAT=( python3_{11..12} ) +PYTHON_REQ_USE="sqlite" +DISTUTILS_USE_PEP517=setuptools +DISTUTILS_SINGLE_IMPL=1 +DISTUTILS_IN_SOURCE_BUILD= +inherit distutils-r1 + +DESCRIPTION="Tool to extract passwords from Mozilla (Firefox, Thunderbird, etc.) profiles" +HOMEPAGE="https://github.com/Unode/firefox_decrypt"; +SRC_URI="https://github.com/unode/${PN/-/_}/archive/refs/tags/${PV}.tar.gz -> ${P}.tar.gz" +S="${WORKDIR}/${PN/-/_}-${PV}" + +LICENSE="GPL-3" +SLOT="0" +KEYWORDS="~amd64" + +RDEPEND="dev-libs/nss" +BDEPEND=" + $(python_gen_cond_dep 'dev-python/setuptools-scm[${PYTHON_USEDEP}]') +" + +distutils_enable_tests setup.py + +src_prepare() { + rm tests/version.t || die + distutils-r1_src_prepare +} + +python_prepare() { + python_fix_shebang "${S}"/tests +} + +python_test() { + cd "${S}"/tests || die + ${EPYTHON} run_all -v || die +} diff --git a/app-crypt/firefox-decrypt/metadata.xml b/app-crypt/firefox-decrypt/metadata.xml new file mode 100644 index 0..f9b0f39a3 --- /dev/null +++ b/app-crypt/firefox-decrypt/metadata.xml @@ -0,0 +1,14 @@ + +https://www.gentoo.org/dtd/metadata.dtd";> + + + cyber+gen...@sysrq.in + Anna + + + + Renato Alves + + Unode/firefox_decrypt + +
[gentoo-commits] repo/gentoo:master commit in: dev-build/bmake/
commit: 9b47eabb5d0ac9453f6489dbf658d99608e63884 Author: Jakov Smolić gentoo org> AuthorDate: Sun Aug 25 11:10:41 2024 + Commit: Jakov Smolić gentoo org> CommitDate: Sun Aug 25 11:11:57 2024 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9b47eabb dev-build/bmake: Add 20240808 Signed-off-by: Jakov Smolić gentoo.org> dev-build/bmake/Manifest | 1 + dev-build/bmake/bmake-20240808.ebuild | 57 +++ 2 files changed, 58 insertions(+) diff --git a/dev-build/bmake/Manifest b/dev-build/bmake/Manifest index 107b9d0dd5e1..513832780317 100644 --- a/dev-build/bmake/Manifest +++ b/dev-build/bmake/Manifest @@ -1,3 +1,4 @@ DIST bmake-20240602.tar.gz 868526 BLAKE2B 0c5357dc0adfd8e9b977798cbb3d7d024c3149b4b7ac945bfbfdde4de091b9afafb9dd1f33c673b6e966430e154e5e799deef517022a947fb584092cee3a3bbb SHA512 0965fe8a35fc75fd22ed66800636e3912a6f8ce008794d39870847bf50b039d86cfe0b3b346831ba0b49f4d2d9d0c10f6c6b82e5c5d9387d21ed4614384367df DIST bmake-20240711.tar.gz 873343 BLAKE2B 1102a414fe9db25a19bb8ab2c8425e553ca49cd3d01143604c127da7525ae537e66c7bc755101e89bfa3495d6784e7e4bd1986e1851cee5897c2c0d8d22f1ed1 SHA512 df1962d03dd7a577bcf92acb7a3d6b022ec0d6958242c2941345b330ec9c2951f12eb4a2ba2d652a2bd1c6913f47d5ace718f47eb0435d03a5ef3119c0332f03 +DIST bmake-20240808.tar.gz 874139 BLAKE2B 626aecfc152ca3a1c0193f8f64722f20eb653faab031751284a305233e8f808a5c7ecdc78dcdac78f0043613c5eb45fa73611a3ff786b96dbac0183192192850 SHA512 c80a5eb028da68ecd002720301f66ae9708a75a564aaf468d98c4f76416defb8e52bad2024ef3661cafb0741d5afd0146a70d01fe58735f3d5a416acff4c44c7 DIST mk-20210330.tar.gz 107380 BLAKE2B 9ac30a117d9ba31635cf8d8d29fdba76f148611f47628403ca8f807081c32509f10498d3c30fd24985e5420af4710fe59fc6315d71f2d0c1cfed93263a06553a SHA512 6acd3ee911442934082f4f877d795b07c5e23022eaa9c0874799d97e92a2f5a663cb45f94b7f9745c49cbbce6b7e755a29e381ccfb9e68a0be1eedbd22fd5d3b diff --git a/dev-build/bmake/bmake-20240808.ebuild b/dev-build/bmake/bmake-20240808.ebuild new file mode 100644 index ..9c749f92ff06 --- /dev/null +++ b/dev-build/bmake/bmake-20240808.ebuild @@ -0,0 +1,57 @@ +# Copyright 1999-2024 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +MK_VER=20210330 + +DESCRIPTION="NetBSD's portable make" +HOMEPAGE="http://www.crufty.net/help/sjg/bmake.html"; +SRC_URI=" + http://void.crufty.net/ftp/pub/sjg/${P}.tar.gz + http://void.crufty.net/ftp/pub/sjg/mk-${MK_VER}.tar.gz"; +S="${WORKDIR}/${PN}" + +LICENSE="BSD" +SLOT="0" +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~mips ~ppc ~ppc64 ~riscv ~sparc ~x86" + +# Skip failing test (sandbox and csh) +PATCHES=( + "${FILESDIR}"/${PN}-20210206-tests.patch +) + +src_prepare() { + default + cd "${WORKDIR}" || die + eapply "${FILESDIR}"/${PN}-20210314-mk-fixes.patch +} + +src_configure() { + econf \ + --with-mksrc=../mk \ + --with-default-sys-path="${EPREFIX}"/usr/share/mk/${PN} \ + --with-machine_arch=${ARCH} +} + +src_compile() { + sh make-bootstrap.sh || die "bootstrap failed" +} + +src_test() { + cd unit-tests || die + + # the 'ternary' test uses ${A} internally, which + # conflicts with Gentoo's ${A}, hence unset it for + # the tests temporarily. + env -u A MAKEFLAGS= \ + "${S}"/bmake -r -m / TEST_MAKE="${S}"/bmake test || die "tests compilation failed" +} + +src_install() { + dobin ${PN} + doman ${PN}.1 + FORCE_BSD_MK=1 SYS_MK_DIR=. \ + sh ../mk/install-mk -v -m 644 "${ED}"/usr/share/mk/${PN} \ + || die "failed to install mk files" +}
[gentoo-commits] repo/gentoo:master commit in: net-nds/smbldap-tools/
commit: 236ab15305dbfef4e32f9151aa36a61b49d1a5e0 Author: Andreas K. Hüttel gentoo org> AuthorDate: Sun Aug 25 09:11:56 2024 + Commit: Andreas K. Hüttel gentoo org> CommitDate: Sun Aug 25 12:02:41 2024 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=236ab153 net-nds/smbldap-tools: remove ~mips Signed-off-by: Andreas K. Hüttel gentoo.org> net-nds/smbldap-tools/smbldap-tools-0.9.10-r1.ebuild | 4 ++-- net-nds/smbldap-tools/smbldap-tools-0.9.11-r1.ebuild | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/net-nds/smbldap-tools/smbldap-tools-0.9.10-r1.ebuild b/net-nds/smbldap-tools/smbldap-tools-0.9.10-r1.ebuild index d0c0f958b66d..f3447857a37b 100644 --- a/net-nds/smbldap-tools/smbldap-tools-0.9.10-r1.ebuild +++ b/net-nds/smbldap-tools/smbldap-tools-0.9.10-r1.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 @@ -9,7 +9,7 @@ SRC_URI="http://download.gna.org/smbldap-tools/sources/${PV}/${P}.tar.gz"; LICENSE="GPL-2" SLOT="0" -KEYWORDS="~alpha amd64 arm ~hppa ~ia64 ~mips ~ppc ppc64 sparc x86" +KEYWORDS="~alpha amd64 arm ~hppa ~ia64 ~ppc ppc64 sparc x86" RDEPEND=" dev-perl/perl-ldap diff --git a/net-nds/smbldap-tools/smbldap-tools-0.9.11-r1.ebuild b/net-nds/smbldap-tools/smbldap-tools-0.9.11-r1.ebuild index 903e7e8eedd7..03f855ca0ccb 100644 --- a/net-nds/smbldap-tools/smbldap-tools-0.9.11-r1.ebuild +++ b/net-nds/smbldap-tools/smbldap-tools-0.9.11-r1.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/fumiyas/smbldap-tools/archive/refs/tags/v${PV}.tar.g LICENSE="GPL-2" SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86" +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86" RDEPEND=" dev-perl/perl-ldap
[gentoo-commits] repo/gentoo:master commit in: x11-base/xwayland/
commit: 285272fe7ba6d4460eae1d79c08b0d9e85f08729 Author: Andreas K. Hüttel gentoo org> AuthorDate: Sun Aug 25 09:03:02 2024 + Commit: Andreas K. Hüttel gentoo org> CommitDate: Sun Aug 25 12:02:35 2024 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=285272fe x11-base/xwayland: remove ~mips Signed-off-by: Andreas K. Hüttel gentoo.org> x11-base/xwayland/xwayland-23.2.6.ebuild | 2 +- x11-base/xwayland/xwayland-24.1.0.ebuild | 2 +- x11-base/xwayland/xwayland-24.1.1.ebuild | 2 +- x11-base/xwayland/xwayland-24.1.2.ebuild | 2 +- x11-base/xwayland/xwayland-.ebuild | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/x11-base/xwayland/xwayland-23.2.6.ebuild b/x11-base/xwayland/xwayland-23.2.6.ebuild index fec9318f2815..999c1ff5a9a8 100644 --- a/x11-base/xwayland/xwayland-23.2.6.ebuild +++ b/x11-base/xwayland/xwayland-23.2.6.ebuild @@ -10,7 +10,7 @@ if [[ ${PV} == "" ]] ; then inherit git-r3 else SRC_URI="https://xorg.freedesktop.org/archive/individual/xserver/${P}.tar.xz"; - KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ~mips ppc ppc64 ~riscv ~s390 ~sparc x86 ~amd64-linux ~x86-linux" + KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ppc ppc64 ~riscv ~s390 ~sparc x86 ~amd64-linux ~x86-linux" fi DESCRIPTION="Standalone X server running under Wayland" diff --git a/x11-base/xwayland/xwayland-24.1.0.ebuild b/x11-base/xwayland/xwayland-24.1.0.ebuild index 3b5d437dd588..8d88a1da25e6 100644 --- a/x11-base/xwayland/xwayland-24.1.0.ebuild +++ b/x11-base/xwayland/xwayland-24.1.0.ebuild @@ -10,7 +10,7 @@ if [[ ${PV} == "" ]] ; then inherit git-r3 else SRC_URI="https://xorg.freedesktop.org/archive/individual/xserver/${P}.tar.xz"; - KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux" + KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux" fi DESCRIPTION="Standalone X server running under Wayland" diff --git a/x11-base/xwayland/xwayland-24.1.1.ebuild b/x11-base/xwayland/xwayland-24.1.1.ebuild index 3b5d437dd588..8d88a1da25e6 100644 --- a/x11-base/xwayland/xwayland-24.1.1.ebuild +++ b/x11-base/xwayland/xwayland-24.1.1.ebuild @@ -10,7 +10,7 @@ if [[ ${PV} == "" ]] ; then inherit git-r3 else SRC_URI="https://xorg.freedesktop.org/archive/individual/xserver/${P}.tar.xz"; - KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux" + KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux" fi DESCRIPTION="Standalone X server running under Wayland" diff --git a/x11-base/xwayland/xwayland-24.1.2.ebuild b/x11-base/xwayland/xwayland-24.1.2.ebuild index 3b5d437dd588..8d88a1da25e6 100644 --- a/x11-base/xwayland/xwayland-24.1.2.ebuild +++ b/x11-base/xwayland/xwayland-24.1.2.ebuild @@ -10,7 +10,7 @@ if [[ ${PV} == "" ]] ; then inherit git-r3 else SRC_URI="https://xorg.freedesktop.org/archive/individual/xserver/${P}.tar.xz"; - KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux" + KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux" fi DESCRIPTION="Standalone X server running under Wayland" diff --git a/x11-base/xwayland/xwayland-.ebuild b/x11-base/xwayland/xwayland-.ebuild index fa6673d3a906..7fed240e6e56 100644 --- a/x11-base/xwayland/xwayland-.ebuild +++ b/x11-base/xwayland/xwayland-.ebuild @@ -10,7 +10,7 @@ if [[ ${PV} == "" ]] ; then inherit git-r3 else SRC_URI="https://xorg.freedesktop.org/archive/individual/xserver/${P}.tar.xz"; - KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux" + KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux" fi DESCRIPTION="Standalone X server running under Wayland"
[gentoo-commits] repo/gentoo:master commit in: dev-vcs/svn2cl/
commit: dac76f160bb059f5427626348e56a731e49eb2ef Author: Andreas K. Hüttel gentoo org> AuthorDate: Sun Aug 25 09:19:36 2024 + Commit: Andreas K. Hüttel gentoo org> CommitDate: Sun Aug 25 12:02:54 2024 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dac76f16 dev-vcs/svn2cl: remove ~mips Signed-off-by: Andreas K. Hüttel gentoo.org> dev-vcs/svn2cl/svn2cl-0.12.ebuild | 4 ++-- dev-vcs/svn2cl/svn2cl-0.14.ebuild | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/dev-vcs/svn2cl/svn2cl-0.12.ebuild b/dev-vcs/svn2cl/svn2cl-0.12.ebuild index d788d5b194c9..36f563bce881 100644 --- a/dev-vcs/svn2cl/svn2cl-0.12.ebuild +++ b/dev-vcs/svn2cl/svn2cl-0.12.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=7 @@ -9,7 +9,7 @@ SRC_URI="https://arthurdejong.org/svn2cl/${P}.tar.gz"; LICENSE="BSD" SLOT="0" -KEYWORDS="amd64 ~mips ~ppc x86" +KEYWORDS="amd64 ~ppc x86" IUSE="" RDEPEND="dev-libs/libxslt diff --git a/dev-vcs/svn2cl/svn2cl-0.14.ebuild b/dev-vcs/svn2cl/svn2cl-0.14.ebuild index 94b628285895..d6129d7be766 100644 --- a/dev-vcs/svn2cl/svn2cl-0.14.ebuild +++ b/dev-vcs/svn2cl/svn2cl-0.14.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -9,7 +9,7 @@ SRC_URI="https://arthurdejong.org/svn2cl/${P}.tar.gz"; LICENSE="BSD" SLOT="0" -KEYWORDS="amd64 ~mips ~ppc x86" +KEYWORDS="amd64 ~ppc x86" RDEPEND="dev-libs/libxslt dev-vcs/subversion"
[gentoo-commits] repo/gentoo:master commit in: dev-ruby/drb/
commit: d05ca91e0110d0291d4b58e6f53c6ef0bd49ee94 Author: Andreas K. Hüttel gentoo org> AuthorDate: Sun Aug 25 09:24:42 2024 + Commit: Andreas K. Hüttel gentoo org> CommitDate: Sun Aug 25 12:03:03 2024 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d05ca91e dev-ruby/drb: remove ~mips Signed-off-by: Andreas K. Hüttel gentoo.org> dev-ruby/drb/drb-2.2.0.ebuild | 4 ++-- dev-ruby/drb/drb-2.2.1.ebuild | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/dev-ruby/drb/drb-2.2.0.ebuild b/dev-ruby/drb/drb-2.2.0.ebuild index b2d9094d48d8..2b24b20afb6d 100644 --- a/dev-ruby/drb/drb-2.2.0.ebuild +++ b/dev-ruby/drb/drb-2.2.0.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 @@ -16,7 +16,7 @@ SRC_URI="https://github.com/ruby/drb/archive/v${PV}.tar.gz -> ${P}.tar.gz" LICENSE="BSD-2" SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~loong ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x64-solaris" +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~loong ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x64-solaris" IUSE="" ruby_add_rdepend "dev-ruby/ruby2_keywords" diff --git a/dev-ruby/drb/drb-2.2.1.ebuild b/dev-ruby/drb/drb-2.2.1.ebuild index 27f2d5424e9f..fd99bba22b79 100644 --- a/dev-ruby/drb/drb-2.2.1.ebuild +++ b/dev-ruby/drb/drb-2.2.1.ebuild @@ -16,7 +16,7 @@ SRC_URI="https://github.com/ruby/drb/archive/v${PV}.tar.gz -> ${P}.tar.gz" LICENSE="BSD-2" SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~loong ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x64-solaris" +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~loong ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x64-solaris" IUSE="test" ruby_add_rdepend "dev-ruby/ruby2_keywords"
[gentoo-commits] repo/gentoo:master commit in: dev-util/bitcoin-tx/
commit: dcf25220722590031d000484a3b85573f3c99e33 Author: Andreas K. Hüttel gentoo org> AuthorDate: Sun Aug 25 09:22:49 2024 + Commit: Andreas K. Hüttel gentoo org> CommitDate: Sun Aug 25 12:03:00 2024 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dcf25220 dev-util/bitcoin-tx: remove ~mips Signed-off-by: Andreas K. Hüttel gentoo.org> dev-util/bitcoin-tx/bitcoin-tx-25.1.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-util/bitcoin-tx/bitcoin-tx-25.1.ebuild b/dev-util/bitcoin-tx/bitcoin-tx-25.1.ebuild index 251c5a7b8c66..4eace497e402 100644 --- a/dev-util/bitcoin-tx/bitcoin-tx-25.1.ebuild +++ b/dev-util/bitcoin-tx/bitcoin-tx-25.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 @@ -8,6 +8,6 @@ HOMEPAGE="https://bitcoincore.org/"; LICENSE="MIT" SLOT="0" -KEYWORDS="amd64 ~arm ~arm64 ~mips ~ppc ~ppc64 x86 ~amd64-linux ~x86-linux" +KEYWORDS="amd64 ~arm ~arm64 ~ppc ~ppc64 x86 ~amd64-linux ~x86-linux" RDEPEND="~net-p2p/bitcoin-core-${PV}"
[gentoo-commits] repo/gentoo:master commit in: dev-perl/Net-Netmask/
commit: 8df2fa15a22c9d83c20e332e4d51618149bb6190 Author: Andreas K. Hüttel gentoo org> AuthorDate: Sun Aug 25 09:31:32 2024 + Commit: Andreas K. Hüttel gentoo org> CommitDate: Sun Aug 25 12:03:15 2024 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8df2fa15 dev-perl/Net-Netmask: remove ~mips Signed-off-by: Andreas K. Hüttel gentoo.org> dev-perl/Net-Netmask/Net-Netmask-2.0.200-r1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-perl/Net-Netmask/Net-Netmask-2.0.200-r1.ebuild b/dev-perl/Net-Netmask/Net-Netmask-2.0.200-r1.ebuild index 015de9119daf..bf609062e32c 100644 --- a/dev-perl/Net-Netmask/Net-Netmask-2.0.200-r1.ebuild +++ b/dev-perl/Net-Netmask/Net-Netmask-2.0.200-r1.ebuild @@ -10,7 +10,7 @@ inherit perl-module DESCRIPTION="Parse, manipulate and lookup IP network blocks" SLOT="0" -KEYWORDS="amd64 arm arm64 ~mips ppc ~ppc64 ~riscv x86" +KEYWORDS="amd64 arm arm64 ppc ~ppc64 ~riscv x86" IUSE="minimal" RDEPEND="
[gentoo-commits] repo/gentoo:master commit in: gnome-base/dconf-editor/
commit: 456ee5d3a53579f2682d51157fcdd4f9c61e65bf Author: Andreas K. Hüttel gentoo org> AuthorDate: Sun Aug 25 09:18:26 2024 + Commit: Andreas K. Hüttel gentoo org> CommitDate: Sun Aug 25 12:02:51 2024 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=456ee5d3 gnome-base/dconf-editor: remove ~mips Signed-off-by: Andreas K. Hüttel gentoo.org> gnome-base/dconf-editor/dconf-editor-3.38.3.ebuild | 4 ++-- gnome-base/dconf-editor/dconf-editor-45.0.1.ebuild | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/gnome-base/dconf-editor/dconf-editor-3.38.3.ebuild b/gnome-base/dconf-editor/dconf-editor-3.38.3.ebuild index b063d7051c6f..20c9fa1e3251 100644 --- a/gnome-base/dconf-editor/dconf-editor-3.38.3.ebuild +++ b/gnome-base/dconf-editor/dconf-editor-3.38.3.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 @@ HOMEPAGE="https://gitlab.gnome.org/GNOME/dconf-editor"; LICENSE="GPL-3+" SLOT="0" -KEYWORDS="~alpha amd64 ~arm arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv ~sparc x86 ~x86-linux" +KEYWORDS="~alpha amd64 ~arm arm64 ~hppa ~ia64 ~ppc ~ppc64 ~riscv ~sparc x86 ~x86-linux" RDEPEND=" >=gnome-base/dconf-0.26.1 diff --git a/gnome-base/dconf-editor/dconf-editor-45.0.1.ebuild b/gnome-base/dconf-editor/dconf-editor-45.0.1.ebuild index cc5a6bac15d7..802758eb0848 100644 --- a/gnome-base/dconf-editor/dconf-editor-45.0.1.ebuild +++ b/gnome-base/dconf-editor/dconf-editor-45.0.1.ebuild @@ -11,7 +11,7 @@ HOMEPAGE="https://gitlab.gnome.org/GNOME/dconf-editor"; LICENSE="GPL-3+" SLOT="0" -KEYWORDS="~alpha amd64 ~arm arm64 ~ia64 ~loong ~mips ~ppc ~ppc64 ~riscv ~sparc x86 ~x86-linux" +KEYWORDS="~alpha amd64 ~arm arm64 ~ia64 ~loong ~ppc ~ppc64 ~riscv ~sparc x86 ~x86-linux" RDEPEND=" >=gnome-base/dconf-0.26.1
[gentoo-commits] repo/gentoo:master commit in: app-text/texlive/
commit: b1ea6bd954515465a4f5d6e635c1a3f8815b495c Author: Andreas K. Hüttel gentoo org> AuthorDate: Sun Aug 25 09:48:42 2024 + Commit: Andreas K. Hüttel gentoo org> CommitDate: Sun Aug 25 12:03:31 2024 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b1ea6bd9 app-text/texlive: remove ~mips Signed-off-by: Andreas K. Hüttel gentoo.org> app-text/texlive/texlive-2021-r1.ebuild | 4 ++-- app-text/texlive/texlive-2023-r1.ebuild | 2 +- app-text/texlive/texlive-2023.ebuild| 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/app-text/texlive/texlive-2021-r1.ebuild b/app-text/texlive/texlive-2021-r1.ebuild index 446fbb70cc7a..47dfa610dfa9 100644 --- a/app-text/texlive/texlive-2021-r1.ebuild +++ b/app-text/texlive/texlive-2021-r1.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" @@ -8,7 +8,7 @@ HOMEPAGE="http://tug.org/texlive/"; LICENSE="metapackage" SLOT="0" -KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x64-solaris" +KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ppc ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x64-solaris" IUSE="cjk context extra games graphics humanities luatex metapost music pdfannotextractor png pstricks publishers science tex4ht texi2html truetype xetex xml X" LANGS="af ar as bg bn br ca cs cy da de el en eo es et eu fa fi fr ga gl gu he diff --git a/app-text/texlive/texlive-2023-r1.ebuild b/app-text/texlive/texlive-2023-r1.ebuild index 947ddd5379ea..e02f49a4c505 100644 --- a/app-text/texlive/texlive-2023-r1.ebuild +++ b/app-text/texlive/texlive-2023-r1.ebuild @@ -8,7 +8,7 @@ HOMEPAGE="https://tug.org/texlive/"; LICENSE="metapackage" SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~loong ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86" +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~loong ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86" IUSE="cjk context extra games graphics humanities luatex metapost music pdfannotextractor png pstricks publishers science tex4ht texi2html truetype xetex xml X" LANGS="af ar as bg bn br ca cs cy da de el en eo es et eu fa fi fr ga gl gu he diff --git a/app-text/texlive/texlive-2023.ebuild b/app-text/texlive/texlive-2023.ebuild index a26673259a5a..e66a068ff326 100644 --- a/app-text/texlive/texlive-2023.ebuild +++ b/app-text/texlive/texlive-2023.ebuild @@ -8,7 +8,7 @@ HOMEPAGE="http://tug.org/texlive/"; LICENSE="metapackage" SLOT="0" -KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ~mips ppc ppc64 ~riscv ~s390 ~sparc x86" +KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ppc ppc64 ~riscv ~s390 ~sparc x86" IUSE="cjk context extra games graphics humanities luatex metapost music png pstricks publishers science tex4ht texi2html truetype xetex xml X" LANGS="af ar as bg bn br ca cs cy da de el en eo es et eu fa fi fr ga gl gu he
[gentoo-commits] repo/gentoo:master commit in: dev-util/perf/
commit: a4c7724f5eac98d2c0d9028772a1d9834815fa8a Author: Andreas K. Hüttel gentoo org> AuthorDate: Sun Aug 25 09:21:28 2024 + Commit: Andreas K. Hüttel gentoo org> CommitDate: Sun Aug 25 12:02:57 2024 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a4c7724f dev-util/perf: remove ~mips Signed-off-by: Andreas K. Hüttel gentoo.org> dev-util/perf/perf-6.10.4.ebuild | 2 +- dev-util/perf/perf-6.10.ebuild | 2 +- dev-util/perf/perf-6.3.ebuild| 2 +- dev-util/perf/perf-6.7.ebuild| 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/dev-util/perf/perf-6.10.4.ebuild b/dev-util/perf/perf-6.10.4.ebuild index a8d59bf1b02c..df1101c9dc14 100644 --- a/dev-util/perf/perf-6.10.4.ebuild +++ b/dev-util/perf/perf-6.10.4.ebuild @@ -33,7 +33,7 @@ S="${S_K}/tools/perf" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~loong ~mips ~ppc ~ppc64 ~riscv ~x86 ~amd64-linux ~x86-linux" +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~loong ~ppc ~ppc64 ~riscv ~x86 ~amd64-linux ~x86-linux" IUSE="abi_mips_o32 abi_mips_n32 abi_mips_n64 audit babeltrace capstone big-endian bpf caps crypt debug +doc gtk java libpfm +libtraceevent +libtracefs lzma numa perl python slang systemtap tcmalloc unwind zstd" REQUIRED_USE=" diff --git a/dev-util/perf/perf-6.10.ebuild b/dev-util/perf/perf-6.10.ebuild index c26fcdac95df..7668df3a67d1 100644 --- a/dev-util/perf/perf-6.10.ebuild +++ b/dev-util/perf/perf-6.10.ebuild @@ -33,7 +33,7 @@ S="${S_K}/tools/perf" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~loong ~mips ~ppc ~ppc64 ~riscv ~x86 ~amd64-linux ~x86-linux" +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~loong ~ppc ~ppc64 ~riscv ~x86 ~amd64-linux ~x86-linux" IUSE="abi_mips_o32 abi_mips_n32 abi_mips_n64 audit babeltrace capstone big-endian bpf caps crypt debug +doc gtk java libpfm +libtraceevent +libtracefs lzma numa perl python slang systemtap tcmalloc unwind zstd" REQUIRED_USE=" diff --git a/dev-util/perf/perf-6.3.ebuild b/dev-util/perf/perf-6.3.ebuild index 63546a59a6ca..9d36b0ce8ca7 100644 --- a/dev-util/perf/perf-6.3.ebuild +++ b/dev-util/perf/perf-6.3.ebuild @@ -33,7 +33,7 @@ S="${S_K}/tools/perf" LICENSE="GPL-2" SLOT="0" -KEYWORDS="amd64 arm arm64 ~mips ppc ppc64 ~riscv x86 ~amd64-linux ~x86-linux" +KEYWORDS="amd64 arm arm64 ppc ppc64 ~riscv x86 ~amd64-linux ~x86-linux" IUSE="audit babeltrace clang crypt debug +doc gtk java libpfm lzma numa perl python slang systemtap unwind zlib zstd" REQUIRED_USE="${PYTHON_REQUIRED_USE}" diff --git a/dev-util/perf/perf-6.7.ebuild b/dev-util/perf/perf-6.7.ebuild index f07ddebfbf7d..99074877b2f2 100644 --- a/dev-util/perf/perf-6.7.ebuild +++ b/dev-util/perf/perf-6.7.ebuild @@ -33,7 +33,7 @@ S="${S_K}/tools/perf" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~alpha amd64 arm arm64 ~loong ~mips ppc ppc64 ~riscv x86 ~amd64-linux ~x86-linux" +KEYWORDS="~alpha amd64 arm arm64 ~loong ppc ppc64 ~riscv x86 ~amd64-linux ~x86-linux" IUSE="abi_mips_o32 abi_mips_n32 abi_mips_n64 audit babeltrace big-endian bpf caps crypt debug +doc gtk java libpfm +libtraceevent +libtracefs lzma numa perl python slang systemtap tcmalloc unwind zstd" REQUIRED_USE="
[gentoo-commits] repo/gentoo:master commit in: net-misc/chrony/
commit: bbf13378f1171117c6d7cfa204bac5cac3d5be65 Author: Andreas K. Hüttel gentoo org> AuthorDate: Sun Aug 25 09:13:44 2024 + Commit: Andreas K. Hüttel gentoo org> CommitDate: Sun Aug 25 12:02:44 2024 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bbf13378 net-misc/chrony: remove ~mips Signed-off-by: Andreas K. Hüttel gentoo.org> net-misc/chrony/chrony-4.5.ebuild | 2 +- net-misc/chrony/chrony-.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/net-misc/chrony/chrony-4.5.ebuild b/net-misc/chrony/chrony-4.5.ebuild index 8eb587f88c65..b3439f8d9beb 100644 --- a/net-misc/chrony/chrony-4.5.ebuild +++ b/net-misc/chrony/chrony-4.5.ebuild @@ -19,7 +19,7 @@ else SRC_URI+=" verify-sig? ( https://chrony-project.org/releases/${P/_/-}-tar-gz-asc.txt -> ${P/_/-}.tar.gz.asc )" if [[ ${PV} != *_pre* ]] ; then - KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 ~riscv sparc x86" + KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ~m68k ppc ppc64 ~riscv sparc x86" fi fi diff --git a/net-misc/chrony/chrony-.ebuild b/net-misc/chrony/chrony-.ebuild index 75c467aacec7..eed7ae6b026d 100644 --- a/net-misc/chrony/chrony-.ebuild +++ b/net-misc/chrony/chrony-.ebuild @@ -19,7 +19,7 @@ else SRC_URI+=" verify-sig? ( https://chrony-project.org/releases/${P/_/-}-tar-gz-asc.txt -> ${P/_/-}.tar.gz.asc )" if [[ ${PV} != *_pre* ]] ; then - KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv ~sparc ~x86" + KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~ppc ~ppc64 ~riscv ~sparc ~x86" fi fi
[gentoo-commits] repo/gentoo:master commit in: app-misc/fastfetch/
commit: 8eda16d124f8e90ae22b146cb31410a6ecce99de Author: Andreas K. Hüttel gentoo org> AuthorDate: Sun Aug 25 09:52:53 2024 + Commit: Andreas K. Hüttel gentoo org> CommitDate: Sun Aug 25 12:03:40 2024 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8eda16d1 app-misc/fastfetch: remove ~mips Signed-off-by: Andreas K. Hüttel gentoo.org> app-misc/fastfetch/fastfetch-0.1..ebuild | 2 +- app-misc/fastfetch/fastfetch-0.2..ebuild | 2 +- app-misc/fastfetch/fastfetch-2.18.1.ebuild | 2 +- app-misc/fastfetch/fastfetch-2.20.0.ebuild | 2 +- app-misc/fastfetch/fastfetch-2.21.3.ebuild | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/app-misc/fastfetch/fastfetch-0.1..ebuild b/app-misc/fastfetch/fastfetch-0.1..ebuild index 4c79ef4ccba3..4fb2091c80a6 100644 --- a/app-misc/fastfetch/fastfetch-0.1..ebuild +++ b/app-misc/fastfetch/fastfetch-0.1..ebuild @@ -15,7 +15,7 @@ if [[ ${PV} == * ]]; then [[ "${EGIT_BRANCH}" == "" ]] && die "Please set a git branch" else SRC_URI="https://github.com/fastfetch-cli/fastfetch/archive/refs/tags/${PV}.tar.gz -> ${P}.tar.gz" - KEYWORDS="~amd64 ~arm ~arm64 ~loong ~mips ~ppc ~ppc64 ~riscv ~sparc ~x86" + KEYWORDS="~amd64 ~arm ~arm64 ~loong ~ppc ~ppc64 ~riscv ~sparc ~x86" fi LICENSE="MIT" diff --git a/app-misc/fastfetch/fastfetch-0.2..ebuild b/app-misc/fastfetch/fastfetch-0.2..ebuild index 4c79ef4ccba3..4fb2091c80a6 100644 --- a/app-misc/fastfetch/fastfetch-0.2..ebuild +++ b/app-misc/fastfetch/fastfetch-0.2..ebuild @@ -15,7 +15,7 @@ if [[ ${PV} == * ]]; then [[ "${EGIT_BRANCH}" == "" ]] && die "Please set a git branch" else SRC_URI="https://github.com/fastfetch-cli/fastfetch/archive/refs/tags/${PV}.tar.gz -> ${P}.tar.gz" - KEYWORDS="~amd64 ~arm ~arm64 ~loong ~mips ~ppc ~ppc64 ~riscv ~sparc ~x86" + KEYWORDS="~amd64 ~arm ~arm64 ~loong ~ppc ~ppc64 ~riscv ~sparc ~x86" fi LICENSE="MIT" diff --git a/app-misc/fastfetch/fastfetch-2.18.1.ebuild b/app-misc/fastfetch/fastfetch-2.18.1.ebuild index 446249cebaae..c5461c00eeb9 100644 --- a/app-misc/fastfetch/fastfetch-2.18.1.ebuild +++ b/app-misc/fastfetch/fastfetch-2.18.1.ebuild @@ -15,7 +15,7 @@ if [[ ${PV} == * ]]; then [[ "${EGIT_BRANCH}" == "" ]] && die "Please set a git branch" else SRC_URI="https://github.com/fastfetch-cli/fastfetch/archive/refs/tags/${PV}.tar.gz -> ${P}.tar.gz" - KEYWORDS="amd64 ~arm arm64 ~loong ~mips ~ppc ppc64 ~riscv ~sparc ~x86" + KEYWORDS="amd64 ~arm arm64 ~loong ~ppc ppc64 ~riscv ~sparc ~x86" fi LICENSE="MIT" diff --git a/app-misc/fastfetch/fastfetch-2.20.0.ebuild b/app-misc/fastfetch/fastfetch-2.20.0.ebuild index ffccfb73cae0..fcaa7f32527f 100644 --- a/app-misc/fastfetch/fastfetch-2.20.0.ebuild +++ b/app-misc/fastfetch/fastfetch-2.20.0.ebuild @@ -15,7 +15,7 @@ if [[ ${PV} == * ]]; then [[ "${EGIT_BRANCH}" == "" ]] && die "Please set a git branch" else SRC_URI="https://github.com/fastfetch-cli/fastfetch/archive/refs/tags/${PV}.tar.gz -> ${P}.tar.gz" - KEYWORDS="~amd64 ~arm ~arm64 ~loong ~mips ~ppc ~ppc64 ~riscv ~sparc ~x86" + KEYWORDS="~amd64 ~arm ~arm64 ~loong ~ppc ~ppc64 ~riscv ~sparc ~x86" fi LICENSE="MIT" diff --git a/app-misc/fastfetch/fastfetch-2.21.3.ebuild b/app-misc/fastfetch/fastfetch-2.21.3.ebuild index 1172d42eb56e..2609a6c86f16 100644 --- a/app-misc/fastfetch/fastfetch-2.21.3.ebuild +++ b/app-misc/fastfetch/fastfetch-2.21.3.ebuild @@ -15,7 +15,7 @@ if [[ ${PV} == * ]]; then [[ "${EGIT_BRANCH}" == "" ]] && die "Please set a git branch" else SRC_URI="https://github.com/fastfetch-cli/fastfetch/archive/refs/tags/${PV}.tar.gz -> ${P}.tar.gz" - KEYWORDS="~amd64 ~arm ~arm64 ~loong ~mips ~ppc ~ppc64 ~riscv ~sparc ~x86" + KEYWORDS="~amd64 ~arm ~arm64 ~loong ~ppc ~ppc64 ~riscv ~sparc ~x86" fi LICENSE="MIT"
[gentoo-commits] repo/gentoo:master commit in: sys-fs/mdadm/
commit: 1442131eee3cc56b1c3be6a44dacc3a96ab36721 Author: Andreas K. Hüttel gentoo org> AuthorDate: Sun Aug 25 09:05:25 2024 + Commit: Andreas K. Hüttel gentoo org> CommitDate: Sun Aug 25 12:02:38 2024 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1442131e sys-fs/mdadm: remove ~mips Signed-off-by: Andreas K. Hüttel gentoo.org> sys-fs/mdadm/mdadm-4.2-r2.ebuild | 2 +- sys-fs/mdadm/mdadm-4.2-r3.ebuild | 2 +- sys-fs/mdadm/mdadm-4.3.ebuild| 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/sys-fs/mdadm/mdadm-4.2-r2.ebuild b/sys-fs/mdadm/mdadm-4.2-r2.ebuild index 99bbc83b039d..d98a9156fbcb 100644 --- a/sys-fs/mdadm/mdadm-4.2-r2.ebuild +++ b/sys-fs/mdadm/mdadm-4.2-r2.ebuild @@ -14,7 +14,7 @@ SRC_URI="https://www.kernel.org/pub/linux/utils/raid/mdadm/${P/_/-}.tar.xz LICENSE="GPL-2" SLOT="0" [[ "${PV}" = *_rc* ]] || \ -KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ~mips ppc ppc64 ~riscv sparc x86" +KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ppc ppc64 ~riscv sparc x86" IUSE="static systemd +udev" REQUIRED_USE="static? ( !udev )" diff --git a/sys-fs/mdadm/mdadm-4.2-r3.ebuild b/sys-fs/mdadm/mdadm-4.2-r3.ebuild index 271f26fff8bc..8efe2e754382 100644 --- a/sys-fs/mdadm/mdadm-4.2-r3.ebuild +++ b/sys-fs/mdadm/mdadm-4.2-r3.ebuild @@ -14,7 +14,7 @@ SRC_URI="https://www.kernel.org/pub/linux/utils/raid/mdadm/${P/_/-}.tar.xz LICENSE="GPL-2" SLOT="0" [[ "${PV}" = *_rc* ]] || \ -KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ~mips ppc ppc64 ~riscv sparc x86" +KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ppc ppc64 ~riscv sparc x86" IUSE="static systemd +udev" REQUIRED_USE="static? ( !udev )" diff --git a/sys-fs/mdadm/mdadm-4.3.ebuild b/sys-fs/mdadm/mdadm-4.3.ebuild index f132d354e746..5f6bc13bd8d3 100644 --- a/sys-fs/mdadm/mdadm-4.3.ebuild +++ b/sys-fs/mdadm/mdadm-4.3.ebuild @@ -14,7 +14,7 @@ SRC_URI="https://www.kernel.org/pub/linux/utils/raid/mdadm/${P/_/-}.tar.xz LICENSE="GPL-2" SLOT="0" [[ "${PV}" = *_rc* ]] || \ -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~mips ~ppc ~ppc64 ~riscv ~sparc ~x86" +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~ppc ~ppc64 ~riscv ~sparc ~x86" IUSE="static systemd +udev corosync" REQUIRED_USE="static? ( !udev )"
[gentoo-commits] repo/gentoo:master commit in: app-vim/colorsel/
commit: c2f173616126955a48dd220738f3299a28f92d2f Author: Andreas K. Hüttel gentoo org> AuthorDate: Sun Aug 25 09:47:28 2024 + Commit: Andreas K. Hüttel gentoo org> CommitDate: Sun Aug 25 12:03:28 2024 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c2f17361 app-vim/colorsel: remove ~mips Signed-off-by: Andreas K. Hüttel gentoo.org> app-vim/colorsel/colorsel-20100406.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app-vim/colorsel/colorsel-20100406.ebuild b/app-vim/colorsel/colorsel-20100406.ebuild index 8f158dd6f371..254b06227000 100644 --- a/app-vim/colorsel/colorsel-20100406.ebuild +++ b/app-vim/colorsel/colorsel-20100406.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -9,7 +9,7 @@ DESCRIPTION="vim plugin: RGB / HSV color selector" HOMEPAGE="https://www.vim.org/scripts/script.php?script_id=927"; SRC_URI="https://www.vim.org/scripts/download_script.php?src_id=12789 -> ${P}.zip" LICENSE="public-domain" -KEYWORDS="~alpha amd64 ~ia64 ~mips ppc sparc x86" +KEYWORDS="~alpha amd64 ~ia64 ppc sparc x86" VIM_PLUGIN_HELPFILES="${PN}.txt"
[gentoo-commits] repo/gentoo:master commit in: app-crypt/johntheripper-jumbo/
commit: 6523f634d012e9c1fe32ba97a859bd0c1b2616cb Author: Andreas K. Hüttel gentoo org> AuthorDate: Sun Aug 25 09:54:01 2024 + Commit: Andreas K. Hüttel gentoo org> CommitDate: Sun Aug 25 12:03:43 2024 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6523f634 app-crypt/johntheripper-jumbo: remove ~mips Signed-off-by: Andreas K. Hüttel gentoo.org> .../johntheripper-jumbo/johntheripper-jumbo-1.9.0_p20230717.ebuild | 2 +- .../johntheripper-jumbo/johntheripper-jumbo-1.9.0_p20240102.ebuild | 2 +- app-crypt/johntheripper-jumbo/johntheripper-jumbo-.ebuild | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/app-crypt/johntheripper-jumbo/johntheripper-jumbo-1.9.0_p20230717.ebuild b/app-crypt/johntheripper-jumbo/johntheripper-jumbo-1.9.0_p20230717.ebuild index 368d59abb709..c5012306a202 100644 --- a/app-crypt/johntheripper-jumbo/johntheripper-jumbo-1.9.0_p20230717.ebuild +++ b/app-crypt/johntheripper-jumbo/johntheripper-jumbo-1.9.0_p20230717.ebuild @@ -17,7 +17,7 @@ else SRC_URI="https://github.com/openwall/john/archive/${HASH_COMMIT}.tar.gz -> ${P}.tar.gz" S="${WORKDIR}/john-${HASH_COMMIT}" - KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~mips ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos" + KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos" fi LICENSE="GPL-2" diff --git a/app-crypt/johntheripper-jumbo/johntheripper-jumbo-1.9.0_p20240102.ebuild b/app-crypt/johntheripper-jumbo/johntheripper-jumbo-1.9.0_p20240102.ebuild index d4b9287e610c..1b05f5211215 100644 --- a/app-crypt/johntheripper-jumbo/johntheripper-jumbo-1.9.0_p20240102.ebuild +++ b/app-crypt/johntheripper-jumbo/johntheripper-jumbo-1.9.0_p20240102.ebuild @@ -16,7 +16,7 @@ else HASH_COMMIT="9daf16b5743b2c521d23c281e13ae8cdbd37b1eb" SRC_URI="https://github.com/openwall/john/archive/${HASH_COMMIT}.tar.gz -> ${P}.tar.gz" S="${WORKDIR}/john-${HASH_COMMIT}" - KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~mips ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos" + KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos" fi LICENSE="GPL-2" diff --git a/app-crypt/johntheripper-jumbo/johntheripper-jumbo-.ebuild b/app-crypt/johntheripper-jumbo/johntheripper-jumbo-.ebuild index d4b9287e610c..1b05f5211215 100644 --- a/app-crypt/johntheripper-jumbo/johntheripper-jumbo-.ebuild +++ b/app-crypt/johntheripper-jumbo/johntheripper-jumbo-.ebuild @@ -16,7 +16,7 @@ else HASH_COMMIT="9daf16b5743b2c521d23c281e13ae8cdbd37b1eb" SRC_URI="https://github.com/openwall/john/archive/${HASH_COMMIT}.tar.gz -> ${P}.tar.gz" S="${WORKDIR}/john-${HASH_COMMIT}" - KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~mips ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos" + KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos" fi LICENSE="GPL-2"
[gentoo-commits] repo/gentoo:master commit in: app-text/evince/
commit: dc064d185d2ae8c3acc90aca0d55908fac2af0c5 Author: Andreas K. Hüttel gentoo org> AuthorDate: Sun Aug 25 09:51:23 2024 + Commit: Andreas K. Hüttel gentoo org> CommitDate: Sun Aug 25 12:03:37 2024 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dc064d18 app-text/evince: remove ~mips Signed-off-by: Andreas K. Hüttel gentoo.org> app-text/evince/evince-45.0.ebuild | 2 +- app-text/evince/evince-46.3.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/app-text/evince/evince-45.0.ebuild b/app-text/evince/evince-45.0.ebuild index fd78478a7ed5..3f99d2e628da 100644 --- a/app-text/evince/evince-45.0.ebuild +++ b/app-text/evince/evince-45.0.ebuild @@ -11,7 +11,7 @@ HOMEPAGE="https://wiki.gnome.org/Apps/Evince"; LICENSE="GPL-2+ CC-BY-SA-3.0" # subslot = evd3.(suffix of libevdocument3)-evv3.(suffix of libevview3) SLOT="0/evd3.4-evv3.3" -KEYWORDS="~alpha amd64 ~arm arm64 ~loong ~mips ~ppc ~ppc64 ~riscv x86 ~amd64-linux ~x86-linux ~x64-solaris" +KEYWORDS="~alpha amd64 ~arm arm64 ~loong ~ppc ~ppc64 ~riscv x86 ~amd64-linux ~x86-linux ~x64-solaris" IUSE="cups djvu dvi gstreamer gnome keyring gtk-doc +introspection nautilus postscript spell tiff xps" REQUIRED_USE="gtk-doc? ( introspection )" diff --git a/app-text/evince/evince-46.3.ebuild b/app-text/evince/evince-46.3.ebuild index e9eb8776c05a..992a46e8fff2 100644 --- a/app-text/evince/evince-46.3.ebuild +++ b/app-text/evince/evince-46.3.ebuild @@ -11,7 +11,7 @@ HOMEPAGE="https://apps.gnome.org/en/Evince/"; LICENSE="GPL-2+ CC-BY-SA-3.0" # subslot = evd3.(suffix of libevdocument3)-evv3.(suffix of libevview3) SLOT="0/evd3.4-evv3.3" -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~loong ~mips ~ppc ~ppc64 ~riscv ~x86 ~amd64-linux ~x86-linux ~x64-solaris" +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~loong ~ppc ~ppc64 ~riscv ~x86 ~amd64-linux ~x86-linux ~x64-solaris" IUSE="cups djvu dvi gstreamer gnome keyring gtk-doc +introspection nautilus postscript spell tiff xps" REQUIRED_USE="gtk-doc? ( introspection )"
[gentoo-commits] repo/gentoo:master commit in: dev-ml/labltk/
commit: 496044f26f05d1c0a3c6842157aea0a7bd876490 Author: Andreas K. Hüttel gentoo org> AuthorDate: Sun Aug 25 09:34:35 2024 + Commit: Andreas K. Hüttel gentoo org> CommitDate: Sun Aug 25 12:03:19 2024 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=496044f2 dev-ml/labltk: remove ~mips Signed-off-by: Andreas K. Hüttel gentoo.org> dev-ml/labltk/labltk-8.06.10-r1.ebuild | 4 ++-- dev-ml/labltk/labltk-8.06.11-r1.ebuild | 4 ++-- dev-ml/labltk/labltk-8.06.12-r2.ebuild | 2 +- dev-ml/labltk/labltk-8.06.14.ebuild| 2 +- dev-ml/labltk/labltk-8.06.7-r1.ebuild | 4 ++-- 5 files changed, 8 insertions(+), 8 deletions(-) diff --git a/dev-ml/labltk/labltk-8.06.10-r1.ebuild b/dev-ml/labltk/labltk-8.06.10-r1.ebuild index e6d19e54776b..af13980e03aa 100644 --- a/dev-ml/labltk/labltk-8.06.10-r1.ebuild +++ b/dev-ml/labltk/labltk-8.06.10-r1.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://dev.gentoo.org/~sam/distfiles/${CATEGORY}/${PN}/${P}-warnings LICENSE="QPL-1.0 LGPL-2" SLOT="0/${PV}" -KEYWORDS="amd64 arm arm64 ~hppa ~ia64 ~mips ~ppc ppc64 x86 ~amd64-linux ~x86-linux" +KEYWORDS="amd64 arm arm64 ~hppa ~ia64 ~ppc ppc64 x86 ~amd64-linux ~x86-linux" IUSE="+ocamlopt X" RDEPEND="dev-lang/tk:= diff --git a/dev-ml/labltk/labltk-8.06.11-r1.ebuild b/dev-ml/labltk/labltk-8.06.11-r1.ebuild index 12f8405e4461..8ea74b4dcc2a 100644 --- a/dev-ml/labltk/labltk-8.06.11-r1.ebuild +++ b/dev-ml/labltk/labltk-8.06.11-r1.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/garrigue/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz" LICENSE="QPL-1.0 LGPL-2" SLOT="0/${PV}" -KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux" +KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux" IUSE="+ocamlopt X" RDEPEND="dev-lang/tk:= diff --git a/dev-ml/labltk/labltk-8.06.12-r2.ebuild b/dev-ml/labltk/labltk-8.06.12-r2.ebuild index 4086f1f797c1..010fd3a179b9 100644 --- a/dev-ml/labltk/labltk-8.06.12-r2.ebuild +++ b/dev-ml/labltk/labltk-8.06.12-r2.ebuild @@ -11,7 +11,7 @@ SRC_URI="https://github.com/garrigue/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz" LICENSE="QPL-1.0 LGPL-2" SLOT="0/${PV}" -KEYWORDS="amd64 arm arm64 ~hppa ~ia64 ~loong ~mips ~ppc ppc64 ~riscv x86 ~amd64-linux ~x86-linux" +KEYWORDS="amd64 arm arm64 ~hppa ~ia64 ~loong ~ppc ppc64 ~riscv x86 ~amd64-linux ~x86-linux" IUSE="+ocamlopt X" RDEPEND="dev-lang/tk:= diff --git a/dev-ml/labltk/labltk-8.06.14.ebuild b/dev-ml/labltk/labltk-8.06.14.ebuild index 230eca287bba..912cef12ae8e 100644 --- a/dev-ml/labltk/labltk-8.06.14.ebuild +++ b/dev-ml/labltk/labltk-8.06.14.ebuild @@ -11,7 +11,7 @@ SRC_URI="https://github.com/garrigue/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz" LICENSE="QPL-1.0 LGPL-2" SLOT="0/${PV}" -KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~mips ~ppc ~ppc64 ~riscv ~x86 ~amd64-linux ~x86-linux" +KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~ppc ~ppc64 ~riscv ~x86 ~amd64-linux ~x86-linux" IUSE="+ocamlopt X" RDEPEND="dev-lang/tk:= diff --git a/dev-ml/labltk/labltk-8.06.7-r1.ebuild b/dev-ml/labltk/labltk-8.06.7-r1.ebuild index 58a37bddca04..7d8be420df66 100644 --- a/dev-ml/labltk/labltk-8.06.7-r1.ebuild +++ b/dev-ml/labltk/labltk-8.06.7-r1.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/garrigue/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz" LICENSE="QPL-1.0 LGPL-2" SLOT="0/${PV}" -KEYWORDS="amd64 arm arm64 ~hppa ~ia64 ~mips ~ppc ppc64 x86 ~amd64-linux ~x86-linux" +KEYWORDS="amd64 arm arm64 ~hppa ~ia64 ~ppc ppc64 x86 ~amd64-linux ~x86-linux" IUSE="+ocamlopt X" RDEPEND=">=dev-lang/tk-8.0.3:=
[gentoo-commits] repo/gentoo:master commit in: gui-libs/vte/
commit: b64aabf210f6868275a87797ff6f1ba688158482 Author: Andreas K. Hüttel gentoo org> AuthorDate: Sun Aug 25 09:17:35 2024 + Commit: Andreas K. Hüttel gentoo org> CommitDate: Sun Aug 25 12:02:48 2024 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b64aabf2 gui-libs/vte: remove ~mips Signed-off-by: Andreas K. Hüttel gentoo.org> gui-libs/vte/vte-0.74.2.ebuild | 2 +- gui-libs/vte/vte-0.76.3.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/gui-libs/vte/vte-0.74.2.ebuild b/gui-libs/vte/vte-0.74.2.ebuild index 403cbcb761c3..3a088694a946 100644 --- a/gui-libs/vte/vte-0.74.2.ebuild +++ b/gui-libs/vte/vte-0.74.2.ebuild @@ -13,7 +13,7 @@ HOMEPAGE="https://wiki.gnome.org/Apps/Terminal/VTE"; LICENSE="LGPL-3+ GPL-3+" SLOT="2.91-gtk4" # vte_api_version + "-gtk4" in meson.build IUSE="+crypt debug gtk-doc +icu +introspection systemd +vala vanilla" -KEYWORDS="amd64 ~arm arm64 ~ia64 ~loong ~mips ~ppc ~ppc64 ~riscv ~sparc ~x86" +KEYWORDS="amd64 ~arm arm64 ~ia64 ~loong ~ppc ~ppc64 ~riscv ~sparc ~x86" REQUIRED_USE=" gtk-doc? ( introspection ) vala? ( introspection ) diff --git a/gui-libs/vte/vte-0.76.3.ebuild b/gui-libs/vte/vte-0.76.3.ebuild index 32ba40bcda9b..972b22ea7726 100644 --- a/gui-libs/vte/vte-0.76.3.ebuild +++ b/gui-libs/vte/vte-0.76.3.ebuild @@ -18,7 +18,7 @@ SRC_URI="${SRC_URI} LICENSE="LGPL-3+ GPL-3+" SLOT="2.91-gtk4" # vte_api_version + "-gtk4" in meson.build -KEYWORDS="~amd64 ~arm ~arm64 ~ia64 ~loong ~mips ~ppc ~ppc64 ~riscv ~sparc ~x86" +KEYWORDS="~amd64 ~arm ~arm64 ~ia64 ~loong ~ppc ~ppc64 ~riscv ~sparc ~x86" IUSE="+crypt debug gtk-doc +icu +introspection systemd +vala vanilla" REQUIRED_USE=" gtk-doc? ( introspection )
[gentoo-commits] repo/gentoo:master commit in: dev-python/greenlet/
commit: f5a2f18fa050a8d70542c9c355a419d556ce2f2f Author: Andreas K. Hüttel gentoo org> AuthorDate: Sun Aug 25 09:28:58 2024 + Commit: Andreas K. Hüttel gentoo org> CommitDate: Sun Aug 25 12:03:12 2024 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f5a2f18f dev-python/greenlet: remove ~mips Signed-off-by: Andreas K. Hüttel gentoo.org> dev-python/greenlet/greenlet-3.0.3-r1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/greenlet/greenlet-3.0.3-r1.ebuild b/dev-python/greenlet/greenlet-3.0.3-r1.ebuild index bc243d801fe9..c5e18bb398f3 100644 --- a/dev-python/greenlet/greenlet-3.0.3-r1.ebuild +++ b/dev-python/greenlet/greenlet-3.0.3-r1.ebuild @@ -19,7 +19,7 @@ HOMEPAGE=" LICENSE="MIT" SLOT="0" -KEYWORDS="~alpha amd64 arm arm64 -hppa -ia64 ~m68k ~mips ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~x64-macos" +KEYWORDS="~alpha amd64 arm arm64 -hppa -ia64 ~m68k ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~x64-macos" BDEPEND=" test? (
[gentoo-commits] repo/gentoo:master commit in: app-arch/lzma/
commit: bb3abb0c53d34dff968ac3359b3905e86d4bc7d9 Author: Andreas K. Hüttel gentoo org> AuthorDate: Sun Aug 25 09:55:52 2024 + Commit: Andreas K. Hüttel gentoo org> CommitDate: Sun Aug 25 12:03:50 2024 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bb3abb0c app-arch/lzma: remove ~mips Signed-off-by: Andreas K. Hüttel gentoo.org> app-arch/lzma/lzma-19.00.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-arch/lzma/lzma-19.00.ebuild b/app-arch/lzma/lzma-19.00.ebuild index 80e70487d38b..3cf7659031ef 100644 --- a/app-arch/lzma/lzma-19.00.ebuild +++ b/app-arch/lzma/lzma-19.00.ebuild @@ -12,7 +12,7 @@ SRC_URI="https://downloads.sourceforge.net/sevenzip/${MY_P}.7z -> ${P}.7z" LICENSE="public-domain" SLOT="0" -KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~mips ppc ppc64 ~riscv sparc x86 ~amd64-linux ~x86-linux ~ppc-macos" +KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ppc ppc64 ~riscv sparc x86 ~amd64-linux ~x86-linux ~ppc-macos" IUSE="doc" BDEPEND="app-arch/p7zip"
[gentoo-commits] repo/gentoo:master commit in: dev-python/pyzmq/
commit: beab5140adb260b2bf4460e1afb364b1e1182157 Author: Andreas K. Hüttel gentoo org> AuthorDate: Sun Aug 25 09:27:27 2024 + Commit: Andreas K. Hüttel gentoo org> CommitDate: Sun Aug 25 12:03:09 2024 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=beab5140 dev-python/pyzmq: remove ~mips Signed-off-by: Andreas K. Hüttel gentoo.org> dev-python/pyzmq/pyzmq-25.1.2.ebuild | 4 ++-- dev-python/pyzmq/pyzmq-26.0.2.ebuild | 2 +- dev-python/pyzmq/pyzmq-26.0.3.ebuild | 2 +- dev-python/pyzmq/pyzmq-26.1.0.ebuild | 2 +- dev-python/pyzmq/pyzmq-26.1.1.ebuild | 2 +- dev-python/pyzmq/pyzmq-26.2.0.ebuild | 2 +- 6 files changed, 7 insertions(+), 7 deletions(-) diff --git a/dev-python/pyzmq/pyzmq-25.1.2.ebuild b/dev-python/pyzmq/pyzmq-25.1.2.ebuild index 7a6aa2779167..a679e83e60bd 100644 --- a/dev-python/pyzmq/pyzmq-25.1.2.ebuild +++ b/dev-python/pyzmq/pyzmq-25.1.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 @@ -23,7 +23,7 @@ SRC_URI=" LICENSE="LGPL-3" SLOT="0" -KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~arm64-macos ~x64-macos" +KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ~m68k ppc ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~arm64-macos ~x64-macos" IUSE="drafts" # There are additional test failures if zeromq has the draft api enabled, but pyzmq has it disabled. diff --git a/dev-python/pyzmq/pyzmq-26.0.2.ebuild b/dev-python/pyzmq/pyzmq-26.0.2.ebuild index 2e3555948fec..d714995819af 100644 --- a/dev-python/pyzmq/pyzmq-26.0.2.ebuild +++ b/dev-python/pyzmq/pyzmq-26.0.2.ebuild @@ -23,7 +23,7 @@ SRC_URI=" LICENSE="LGPL-3" SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~arm64-macos ~x64-macos" +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~arm64-macos ~x64-macos" IUSE="drafts" # There are additional test failures if zeromq has the draft api enabled, but pyzmq has it disabled. diff --git a/dev-python/pyzmq/pyzmq-26.0.3.ebuild b/dev-python/pyzmq/pyzmq-26.0.3.ebuild index 19f47060d59e..fecda1ca8106 100644 --- a/dev-python/pyzmq/pyzmq-26.0.3.ebuild +++ b/dev-python/pyzmq/pyzmq-26.0.3.ebuild @@ -23,7 +23,7 @@ SRC_URI=" LICENSE="LGPL-3" SLOT="0" -KEYWORDS="~alpha amd64 ~arm arm64 ~hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 ~riscv ~s390 ~sparc x86 ~amd64-linux ~x86-linux ~arm64-macos ~x64-macos" +KEYWORDS="~alpha amd64 ~arm arm64 ~hppa ~ia64 ~loong ~m68k ppc ppc64 ~riscv ~s390 ~sparc x86 ~amd64-linux ~x86-linux ~arm64-macos ~x64-macos" IUSE="drafts" # There are additional test failures if zeromq has the draft api enabled, but pyzmq has it disabled. diff --git a/dev-python/pyzmq/pyzmq-26.1.0.ebuild b/dev-python/pyzmq/pyzmq-26.1.0.ebuild index 7edbff75d517..796b256b6684 100644 --- a/dev-python/pyzmq/pyzmq-26.1.0.ebuild +++ b/dev-python/pyzmq/pyzmq-26.1.0.ebuild @@ -23,7 +23,7 @@ SRC_URI=" LICENSE="LGPL-3" SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~arm64-macos ~x64-macos" +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~arm64-macos ~x64-macos" IUSE="drafts" # There are additional test failures if zeromq has the draft api enabled, but pyzmq has it disabled. diff --git a/dev-python/pyzmq/pyzmq-26.1.1.ebuild b/dev-python/pyzmq/pyzmq-26.1.1.ebuild index 7edbff75d517..796b256b6684 100644 --- a/dev-python/pyzmq/pyzmq-26.1.1.ebuild +++ b/dev-python/pyzmq/pyzmq-26.1.1.ebuild @@ -23,7 +23,7 @@ SRC_URI=" LICENSE="LGPL-3" SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~arm64-macos ~x64-macos" +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~arm64-macos ~x64-macos" IUSE="drafts" # There are additional test failures if zeromq has the draft api enabled, but pyzmq has it disabled. diff --git a/dev-python/pyzmq/pyzmq-26.2.0.ebuild b/dev-python/pyzmq/pyzmq-26.2.0.ebuild index 367aa7b44b01..3f7919b4ca9c 100644 --- a/dev-python/pyzmq/pyzmq-26.2.0.ebuild +++ b/dev-python/pyzmq/pyzmq-26.2.0.ebuild @@ -23,7 +23,7 @@ SRC_URI=" LICENSE="LGPL-3" SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~arm64-macos ~x64-macos" +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~arm64-macos ~x64-macos" IUSE="drafts" # There are additional test failures if zeromq has the draft
[gentoo-commits] repo/gentoo:master commit in: dev-python/requests-unixsocket/
commit: 43e4c0949f37d64f78a45280f5c51f46eb1866f4 Author: Andreas K. Hüttel gentoo org> AuthorDate: Sun Aug 25 09:25:56 2024 + Commit: Andreas K. Hüttel gentoo org> CommitDate: Sun Aug 25 12:03:06 2024 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=43e4c094 dev-python/requests-unixsocket: remove ~mips Signed-off-by: Andreas K. Hüttel gentoo.org> dev-python/requests-unixsocket/requests-unixsocket-0.3.0-r4.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/requests-unixsocket/requests-unixsocket-0.3.0-r4.ebuild b/dev-python/requests-unixsocket/requests-unixsocket-0.3.0-r4.ebuild index c2a089e9fb6d..0ef80681cb26 100644 --- a/dev-python/requests-unixsocket/requests-unixsocket-0.3.0-r4.ebuild +++ b/dev-python/requests-unixsocket/requests-unixsocket-0.3.0-r4.ebuild @@ -18,7 +18,7 @@ HOMEPAGE=" LICENSE="Apache-2.0" SLOT="0" -KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 ~riscv ~s390 sparc x86" +KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ~m68k ppc ppc64 ~riscv ~s390 sparc x86" RDEPEND=" dev-python/requests[${PYTHON_USEDEP}]
[gentoo-commits] repo/gentoo:master commit in: dev-ml/camlp4/
commit: e000f1bd83288da25a3ae115244e9fe55dc1bc15 Author: Andreas K. Hüttel gentoo org> AuthorDate: Sun Aug 25 09:35:48 2024 + Commit: Andreas K. Hüttel gentoo org> CommitDate: Sun Aug 25 12:03:22 2024 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e000f1bd dev-ml/camlp4: remove ~mips Signed-off-by: Andreas K. Hüttel gentoo.org> dev-ml/camlp4/camlp4-4.09_p1-r2.ebuild | 4 ++-- dev-ml/camlp4/camlp4-4.10_p1-r3.ebuild | 4 ++-- dev-ml/camlp4/camlp4-4.11_p1-r3.ebuild | 4 ++-- dev-ml/camlp4/camlp4-4.12-r2.ebuild| 4 ++-- dev-ml/camlp4/camlp4-4.13-r2.ebuild| 4 ++-- dev-ml/camlp4/camlp4-4.14_p1-r2.ebuild | 2 +- 6 files changed, 11 insertions(+), 11 deletions(-) diff --git a/dev-ml/camlp4/camlp4-4.09_p1-r2.ebuild b/dev-ml/camlp4/camlp4-4.09_p1-r2.ebuild index 81cf455621fd..ceba74ce980b 100644 --- a/dev-ml/camlp4/camlp4-4.09_p1-r2.ebuild +++ b/dev-ml/camlp4/camlp4-4.09_p1-r2.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 @@ -12,7 +12,7 @@ SRC_URI="https://github.com/camlp4/camlp4/archive/${MY_PV}.tar.gz -> ${P}.tar.gz LICENSE="LGPL-2-with-linking-exception" SLOT="0/${PV}" -KEYWORDS="amd64 arm arm64 ~hppa ~ia64 ~mips ~ppc ppc64 x86 ~amd64-linux ~x86-linux" +KEYWORDS="amd64 arm arm64 ~hppa ~ia64 ~ppc ppc64 x86 ~amd64-linux ~x86-linux" IUSE="+ocamlopt" RDEPEND="dev-lang/ocaml:0/4.09[ocamlopt?]" diff --git a/dev-ml/camlp4/camlp4-4.10_p1-r3.ebuild b/dev-ml/camlp4/camlp4-4.10_p1-r3.ebuild index 64641f012733..0b156607191c 100644 --- a/dev-ml/camlp4/camlp4-4.10_p1-r3.ebuild +++ b/dev-ml/camlp4/camlp4-4.10_p1-r3.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 @@ -12,7 +12,7 @@ SRC_URI="https://github.com/camlp4/camlp4/archive/${MY_PV}.tar.gz -> ${P}.tar.gz LICENSE="LGPL-2-with-linking-exception" SLOT="0/${PV}" -KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux" +KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux" IUSE="+ocamlopt" RDEPEND="dev-lang/ocaml:0/$(ver_cut 1-2)[ocamlopt?]" diff --git a/dev-ml/camlp4/camlp4-4.11_p1-r3.ebuild b/dev-ml/camlp4/camlp4-4.11_p1-r3.ebuild index b3c8eb765030..d9e1974d1574 100644 --- a/dev-ml/camlp4/camlp4-4.11_p1-r3.ebuild +++ b/dev-ml/camlp4/camlp4-4.11_p1-r3.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 @@ -12,7 +12,7 @@ SRC_URI="https://github.com/camlp4/camlp4/archive/${MY_PV}.tar.gz -> ${P}.tar.gz LICENSE="LGPL-2-with-linking-exception" SLOT="0/${PV}" -KEYWORDS="amd64 arm arm64 ~hppa ~ia64 ~mips ~ppc ppc64 x86 ~amd64-linux ~x86-linux" +KEYWORDS="amd64 arm arm64 ~hppa ~ia64 ~ppc ppc64 x86 ~amd64-linux ~x86-linux" IUSE="+ocamlopt" RDEPEND="dev-lang/ocaml:0/$(ver_cut 1-2)[ocamlopt?]" diff --git a/dev-ml/camlp4/camlp4-4.12-r2.ebuild b/dev-ml/camlp4/camlp4-4.12-r2.ebuild index 64641f012733..0b156607191c 100644 --- a/dev-ml/camlp4/camlp4-4.12-r2.ebuild +++ b/dev-ml/camlp4/camlp4-4.12-r2.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 @@ -12,7 +12,7 @@ SRC_URI="https://github.com/camlp4/camlp4/archive/${MY_PV}.tar.gz -> ${P}.tar.gz LICENSE="LGPL-2-with-linking-exception" SLOT="0/${PV}" -KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux" +KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux" IUSE="+ocamlopt" RDEPEND="dev-lang/ocaml:0/$(ver_cut 1-2)[ocamlopt?]" diff --git a/dev-ml/camlp4/camlp4-4.13-r2.ebuild b/dev-ml/camlp4/camlp4-4.13-r2.ebuild index 64641f012733..0b156607191c 100644 --- a/dev-ml/camlp4/camlp4-4.13-r2.ebuild +++ b/dev-ml/camlp4/camlp4-4.13-r2.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 @@ -12,7 +12,7 @@ SRC_URI="https://github.com/camlp4/camlp4/archive/${MY_PV}.tar.gz -> ${P}.tar.gz LICENSE="LGPL-2-with-linking-exception" SLOT="0/${PV}" -KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux" +KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux" IUSE="+ocamlopt" RDEPEND="dev-lang/ocaml:0/$(ver_cut 1-2)[ocamlopt?]" diff --git a/dev-ml/camlp4/camlp4-4.14_p1-r2.ebuild b/dev-ml/camlp4/camlp4-4.14_p1-r2.ebuild index 9f7b215b7642..c907ba571e35 100644 --- a/dev-ml/camlp4/camlp4-4.14_p1-r2.ebuild +++ b/dev-ml/camlp4/camlp4-4.14_p1-r2.ebuild @@ -16,7 +16,7 @@ S="${WORKDIR}"/${P/_p/-} LICENSE="LGPL-2-with-linking-exception" S
[gentoo-commits] repo/gentoo:master commit in: app-alternatives/sh/
commit: cff4627d3a789d5cdea50698c8ba9b1f24148b10 Author: Andreas K. Hüttel gentoo org> AuthorDate: Sun Aug 25 09:56:53 2024 + Commit: Andreas K. Hüttel gentoo org> CommitDate: Sun Aug 25 12:03:53 2024 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cff4627d app-alternatives/sh: remove ~mips Signed-off-by: Andreas K. Hüttel gentoo.org> app-alternatives/sh/sh-0.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app-alternatives/sh/sh-0.ebuild b/app-alternatives/sh/sh-0.ebuild index c62843c07c16..0c27f5c1566a 100644 --- a/app-alternatives/sh/sh-0.ebuild +++ b/app-alternatives/sh/sh-0.ebuild @@ -1,4 +1,4 @@ -# Copyright 2022-2023 Gentoo Authors +# Copyright 2022-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -15,7 +15,7 @@ ALTERNATIVES=( inherit app-alternatives DESCRIPTION="/bin/sh (POSIX shell) symlink" -KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~arm64-macos ~ppc-macos ~x64-macos ~x64-solaris" +KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ~m68k ppc ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~arm64-macos ~ppc-macos ~x64-macos ~x64-solaris" RDEPEND=" !app-eselect/eselect-sh
[gentoo-commits] repo/gentoo:master commit in: app-arch/mt-st/
commit: 11cf07e150e4b2c97a7f34478991052591fac679 Author: Andreas K. Hüttel gentoo org> AuthorDate: Sun Aug 25 09:55:01 2024 + Commit: Andreas K. Hüttel gentoo org> CommitDate: Sun Aug 25 12:03:47 2024 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=11cf07e1 app-arch/mt-st: remove ~mips Signed-off-by: Andreas K. Hüttel gentoo.org> app-arch/mt-st/mt-st-1.4.ebuild | 4 ++-- app-arch/mt-st/mt-st-1.7.ebuild | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/app-arch/mt-st/mt-st-1.4.ebuild b/app-arch/mt-st/mt-st-1.4.ebuild index 55b614c829d6..8c8f4d2f2a29 100644 --- a/app-arch/mt-st/mt-st-1.4.ebuild +++ b/app-arch/mt-st/mt-st-1.4.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2021 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/iustin/mt-st/releases/download/v${PV}/${P}.tar.gz"; LICENSE="GPL-2" SLOT="0" -KEYWORDS="~alpha amd64 ~hppa ~ia64 ~mips ppc ppc64 sparc x86" +KEYWORDS="~alpha amd64 ~hppa ~ia64 ppc ppc64 sparc x86" src_configure() { tc-export CC diff --git a/app-arch/mt-st/mt-st-1.7.ebuild b/app-arch/mt-st/mt-st-1.7.ebuild index a49f93912a95..604544a235ec 100644 --- a/app-arch/mt-st/mt-st-1.7.ebuild +++ b/app-arch/mt-st/mt-st-1.7.ebuild @@ -11,7 +11,7 @@ SRC_URI="https://github.com/iustin/mt-st/releases/download/v${PV}/${P}.tar.gz"; LICENSE="GPL-2" SLOT="0" -KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86" +KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86" IUSE="test" RESTRICT="!test? ( test )"
[gentoo-commits] repo/gentoo:master commit in: app-text/rpl/
commit: 33fa9f21c0434c86e6e2d2706a06dd2948344d1f Author: Andreas K. Hüttel gentoo org> AuthorDate: Sun Aug 25 09:50:02 2024 + Commit: Andreas K. Hüttel gentoo org> CommitDate: Sun Aug 25 12:03:34 2024 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=33fa9f21 app-text/rpl: remove ~mips Signed-off-by: Andreas K. Hüttel gentoo.org> app-text/rpl/rpl-1.15.5.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-text/rpl/rpl-1.15.5.ebuild b/app-text/rpl/rpl-1.15.5.ebuild index 7137111d7232..689b84560202 100644 --- a/app-text/rpl/rpl-1.15.5.ebuild +++ b/app-text/rpl/rpl-1.15.5.ebuild @@ -16,7 +16,7 @@ SRC_URI=" LICENSE="GPL-3+" SLOT="0" -KEYWORDS="~amd64 ~mips ~ppc ~sparc ~x86" +KEYWORDS="~amd64 ~ppc ~sparc ~x86" IUSE="test" RESTRICT="!test? ( test )"
[gentoo-commits] repo/gentoo:master commit in: dev-libs/imath/
commit: f39acd304f60f6cabe5193f4586a9f2f415ccf33 Author: Andreas K. Hüttel gentoo org> AuthorDate: Sun Aug 25 09:37:35 2024 + Commit: Andreas K. Hüttel gentoo org> CommitDate: Sun Aug 25 12:03:25 2024 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f39acd30 dev-libs/imath: remove ~mips Signed-off-by: Andreas K. Hüttel gentoo.org> dev-libs/imath/imath-3.1.11-r1.ebuild | 2 +- dev-libs/imath/imath-3.1.11.ebuild| 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-libs/imath/imath-3.1.11-r1.ebuild b/dev-libs/imath/imath-3.1.11-r1.ebuild index a15ba7642035..64c6c851e510 100644 --- a/dev-libs/imath/imath-3.1.11-r1.ebuild +++ b/dev-libs/imath/imath-3.1.11-r1.ebuild @@ -16,7 +16,7 @@ S="${WORKDIR}/${MY_PN}-${PV}" LICENSE="BSD" SLOT="3/29" -KEYWORDS="amd64 ~arm arm64 ~hppa ~loong ~mips ~ppc ~ppc64 ~riscv ~sparc x86 ~amd64-linux ~x86-linux" +KEYWORDS="amd64 ~arm arm64 ~hppa ~loong ~ppc ~ppc64 ~riscv ~sparc x86 ~amd64-linux ~x86-linux" IUSE="doc large-stack python test" REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )" RESTRICT="!test? ( test )" diff --git a/dev-libs/imath/imath-3.1.11.ebuild b/dev-libs/imath/imath-3.1.11.ebuild index 6da867303ab9..79345be46be9 100644 --- a/dev-libs/imath/imath-3.1.11.ebuild +++ b/dev-libs/imath/imath-3.1.11.ebuild @@ -16,7 +16,7 @@ S="${WORKDIR}/${MY_PN}-${PV}" LICENSE="BSD" SLOT="3/29" -KEYWORDS="amd64 ~arm arm64 ~hppa ~loong ~mips ~ppc ~ppc64 ~riscv ~sparc x86 ~amd64-linux ~x86-linux" +KEYWORDS="amd64 ~arm arm64 ~hppa ~loong ~ppc ~ppc64 ~riscv ~sparc x86 ~amd64-linux ~x86-linux" IUSE="doc large-stack python test" REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )" RESTRICT="!test? ( test )"
[gentoo-commits] repo/proj/guru:dev commit in: net-misc/gmid/
commit: c60676accfc75affb680ba006a7e9ed9d17e0b6b Author: Anna (cybertailor) Vyalkova sysrq in> AuthorDate: Sun Aug 25 12:09:13 2024 + Commit: Anna Vyalkova sysrq in> CommitDate: Sun Aug 25 12:09:13 2024 + URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=c60676ac net-misc/gmid: add 2.1.1, drop 2.0.5 Signed-off-by: Anna (cybertailor) Vyalkova sysrq.in> net-misc/gmid/Manifest | 4 ++-- net-misc/gmid/{gmid-2.0.5.ebuild => gmid-2.1.1.ebuild} | 0 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/net-misc/gmid/Manifest b/net-misc/gmid/Manifest index 1ac5ad690..2209ee6a2 100644 --- a/net-misc/gmid/Manifest +++ b/net-misc/gmid/Manifest @@ -1,4 +1,4 @@ -DIST gmid-2.0.5.sha256.sig 239 BLAKE2B 0f2c2a59fe887dcb04c59e234850b3fd798b377e2e244382d54105af88a9cb08f694168fb227105b2f5e9ea187fb8b39b9d5a7d0dfc46c3343b8c7d5d6354722 SHA512 d18daaa6067b701dacf7c1ed0ebd9e0741b45834db4df2b50bf4d40b41f7c86f741dab0e6951231105f8f6930f6f31c6fd4be2f9ace3f5a08d4ee1f2a6a4f1e5 -DIST gmid-2.0.5.tar.gz 192727 BLAKE2B bfec3f7521fc305973b3ee4d5125ee70b537002236ffbb4e2f18a6aa1ab355d995df970f52108b1266a903aecfc6d97dc96a81872ae4b96851a518cda81f9b44 SHA512 011cdd3fc940b1fd5c88c7496a531e56aba5c4ebf9825b87c3daf7c64dd88e21a7d94556bf5c1a5a34e926e52f13e91e0c8cb60278dfac8ad71fe9197320c022 +DIST gmid-2.1.1.sha256.sig 239 BLAKE2B f4b3ed60a526acfcef2d0174e5eacc9d8e7d78c17fdd368c2bb211eb3db0e7193fc9e81b439190f1d42fff6de01adc52e5c56ae6f9a0e02bdb422e5bc37474fa SHA512 9560d34bd1204a6fa22528690497b079713d8a26a16c05c715b4bf2c8875148323ef2d8389eadeedfdadb8f895d3cf15495ffdc824580ff03c2e57a307597bf2 +DIST gmid-2.1.1.tar.gz 198408 BLAKE2B 647081974e43de42d44a270a7106835a515b53e8a0f1c50420cdce800f065b325256fa43f39d51ab8a7fe588e8f33bf366df2b397e3225e8f7847c3e98200b33 SHA512 191a688ab724764886a211795f9ef656470a98b28071bfa03ec6edc7a5762522d73d57ad618e2c91309f320f4ccca27e123d71e1a0020219d06797436235db0d DIST gmid-2.1.sha256.sig 237 BLAKE2B d21b04c851f53bf7268cadf934e62d0f057bb519592a4386b11ff4440e9de0e68da79ded621b080c0a3ecea21340848d557a9d1bf0a672c8e46c6ea3ad3627c4 SHA512 635c84d9fed69add03547cb402df1f40feb9b8ac835e92c37e04d96e408f9f462b80036e7deef6c773520a0e5b2a68604370796bef6e567278d0f8816c2bd5f0 DIST gmid-2.1.tar.gz 197320 BLAKE2B b4ae71f3f89b5e3515a04bd8ef08490bb94ebadda00960003210536cd06850a9faa120f5e6cda26180266bd478ab9e508decd98af3f11434c1f39521605a3feb SHA512 623c3f0f7b776ca8b689cd4bda21d1049aa0ebf88eb07398898b333823b981b6d3d5db7194326e546bceeb5e400b91d88665b83ac75ef4b9682f718ee7c1e127 diff --git a/net-misc/gmid/gmid-2.0.5.ebuild b/net-misc/gmid/gmid-2.1.1.ebuild similarity index 100% rename from net-misc/gmid/gmid-2.0.5.ebuild rename to net-misc/gmid/gmid-2.1.1.ebuild
[gentoo-commits] repo/proj/guru:dev commit in: net-im/abaddon/, dev-libs/qrcodegen/files/, profiles/updates/, ...
commit: 51709fafa48b6467d845f5cad2dfee3aa442d204 Author: Anna (cybertailor) Vyalkova sysrq in> AuthorDate: Sun Aug 25 12:16:52 2024 + Commit: Anna Vyalkova sysrq in> CommitDate: Sun Aug 25 12:16:52 2024 + URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=51709faf dev-libs/qrcodegen: treeclean duplicate Packaged in gentoo as dev-libs/qr-code-generator Signed-off-by: Anna (cybertailor) Vyalkova sysrq.in> dev-libs/qrcodegen/Manifest| 1 - .../files/c_makefile_generate_libraries.patch | 73 -- .../files/cpp_makefile_generate_libraries.patch| 70 - dev-libs/qrcodegen/metadata.xml| 8 --- dev-libs/qrcodegen/qrcodegen-1.8.0-r1.ebuild | 42 - net-im/abaddon/abaddon-0.1.12-r1.ebuild| 2 +- net-im/abaddon/abaddon-0.1.13.ebuild | 2 +- net-im/abaddon/abaddon-0.2.1.ebuild| 2 +- net-im/abaddon/abaddon-.ebuild | 2 +- net-im/abaddon/metadata.xml| 2 +- profiles/updates/3Q-2024 | 1 + 11 files changed, 6 insertions(+), 199 deletions(-) diff --git a/dev-libs/qrcodegen/Manifest b/dev-libs/qrcodegen/Manifest deleted file mode 100644 index 203ac5155..0 --- a/dev-libs/qrcodegen/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST qrcodegen-1.8.0.tar.gz 193288 BLAKE2B 2e511baf35fbfdb71ad5e2dc91c1400a113eb9bce51afa022c34b7ad7d3c9be4a862e2caaef89f517fbbf29879223fb078c88fdec27d6a876126c798ac6772c6 SHA512 0cdf0873e71aed124fc7357da86fb26f23fd26432f94c9752fa5a044085b26e5aece2115134d0e50213ff24be7c55818e7dec31205a68751065bc82ab0c2c6ac diff --git a/dev-libs/qrcodegen/files/c_makefile_generate_libraries.patch b/dev-libs/qrcodegen/files/c_makefile_generate_libraries.patch deleted file mode 100644 index b21b820f8..0 --- a/dev-libs/qrcodegen/files/c_makefile_generate_libraries.patch +++ /dev/null @@ -1,73 +0,0 @@ -diff --git a/c/Makefile b/c/Makefile -index 661b1f7..7a507b2 100644 a/c/Makefile -+++ b/c/Makefile -@@ -51,18 +51,47 @@ CFLAGS += -std=c99 -O - # Targets to build - - LIB = qrcodegen --LIBFILE = lib$(LIB).a -+LIBFILE = lib$(LIB).so -+LIBFILE = lib$(LIB).so -+ARFILE = lib$(LIB).a -+SO_NAME = $(LIBFILE).1 -+REAL_NAME = $(LIBFILE).$(VERSION) -+HEADERS = qrcodegen.h - LIBOBJ = qrcodegen.o - MAINS = qrcodegen-demo qrcodegen-test - -+MULTIARCH ?= $(shell $(CC) --print-multiarch) -+ -+INCLUDEDIR ?= $(DESTDIR)/usr/include/qrcodegen -+LIBDIR ?= $(DESTDIR)/usr/lib/$(MULTIARCH) -+ - # Build all binaries --all: $(LIBFILE) $(MAINS) -+all: $(LIBFILE) $(ARFILE) $(MAINS) - - # Delete build output - clean: -- rm -f -- $(LIBOBJ) $(LIBFILE) $(MAINS:=.o) $(MAINS) -+ rm -f -- $(LIBOBJ) $(LIBFILE) $(ARFILE) $(MAINS:=.o) $(MAINS) - rm -rf .deps - -+# Install procedure -+install-shared: $(LIBFILE) -+ install -d $(LIBDIR) || true -+ install -m 0644 $(LIBFILE) $(LIBDIR)/$(REAL_NAME) -+ rm -f $(LIBDIR)/$(SO_NAME) -+ ln -s $(REAL_NAME) $(LIBDIR)/$(SO_NAME) -+ rm -f $(LIBDIR)/$(LIBFILE) -+ ln -s $(SO_NAME) $(LIBDIR)/$(LIBFILE) -+ -+install-static: $(ARFILE) -+ install -d $(LIBDIR) || true -+ install -m 0644 $(ARFILE) $(LIBDIR)/$(ARFILE) -+ -+install-header: $(HEADERS) -+ install -d $(INCLUDEDIR) || true -+ install -m 0644 $(HEADERS) $(INCLUDEDIR)/ -+ -+install: install-shared install-static install-header -+ - # Executable files - %: %.o $(LIBFILE) - $(CC) $(CFLAGS) $(LDFLAGS) -o $@ $< -L . -l $(LIB) -@@ -72,12 +101,15 @@ qrcodegen-test: qrcodegen-test.c $(LIBOBJ:%.o=%.c) - $(CC) $(CFLAGS) $(LDFLAGS) -DQRCODEGEN_TEST -o $@ $^ - - # The library --$(LIBFILE): $(LIBOBJ) -+$(ARFILE): $(LIBOBJ) - $(AR) -crs $@ -- $^ - -+$(LIBFILE): $(LIBOBJ) -+ $(CC) -shared -Wl,-soname,$(SO_NAME) $(LDFLAGS) -o $@ $^ -+ - # Object files - %.o: %.c .deps/timestamp -- $(CC) $(CFLAGS) -c -o $@ -MMD -MF .deps/$*.d $< -+ $(CC) $(CFLAGS) -fPIC -c -o $@ -MMD -MF .deps/$*.d $< - - # Have a place to store header dependencies automatically generated by compiler - .deps/timestamp: diff --git a/dev-libs/qrcodegen/files/cpp_makefile_generate_libraries.patch b/dev-libs/qrcodegen/files/cpp_makefile_generate_libraries.patch deleted file mode 100644 index 56cb4b23c..0 --- a/dev-libs/qrcodegen/files/cpp_makefile_generate_libraries.patch +++ /dev/null @@ -1,70 +0,0 @@ -diff --git a/cpp/Makefile b/cpp/Makefile -index 57dc0bf..219f0b8 100644 a/cpp/Makefile -+++ b/cpp/Makefile -@@ -51,29 +51,60 @@ CXXFLAGS += -std=c++11 -O - # Targets to build - - LIB = qrcodegencpp --LIBFILE = lib$(LIB).a -+LIBFILE = lib$(LIB).so -+ARFILE = lib$(LIB).a -+SO_NAME = $(LIBFILE).1 -+REAL_NAME = $(LIBFILE).$(VERSION) -+HEADERS = qrcodegen.hpp - LIBOBJ = qrcodegen.o - MAINS = QrCodeGeneratorDemo - -+MULTIARCH ?= $(shell $(CC) --print-multiarch) -+ -+INCLUDEDIR ?= $(DESTDIR)/usr/include/qrc
[gentoo-commits] repo/proj/guru:dev commit in: gui-apps/pop-launcher/
commit: c766fb0bb254f99e6b96f3e64cc5346b72773c1a Author: Daichi Yamamoto dyama net> AuthorDate: Sun Aug 25 12:29:25 2024 + Commit: Daichi Yamamoto dyama net> CommitDate: Sun Aug 25 12:29:47 2024 + URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=c766fb0b gui-apps/pop-launcher: fix tests Closes: https://bugs.gentoo.org/938496 Signed-off-by: Daichi Yamamoto dyama.net> gui-apps/pop-launcher/pop-launcher-1.2.1.ebuild | 8 1 file changed, 8 insertions(+) diff --git a/gui-apps/pop-launcher/pop-launcher-1.2.1.ebuild b/gui-apps/pop-launcher/pop-launcher-1.2.1.ebuild index 14100358c..a81ac9e5f 100644 --- a/gui-apps/pop-launcher/pop-launcher-1.2.1.ebuild +++ b/gui-apps/pop-launcher/pop-launcher-1.2.1.ebuild @@ -259,3 +259,11 @@ src_install() { einstalldocs } + +src_test() { + local mytestargs=( + # The following tests require network access. + --skip web::test + ) + cargo_src_test -- "${mytestargs[@]}" +}
[gentoo-commits] repo/gentoo:master commit in: dev-python/fakeredis/
commit: e6fb1c5f3f2d576bc27d0046877b10142379cb0c Author: Michał Górny gentoo org> AuthorDate: Sun Aug 25 12:23:55 2024 + Commit: Michał Górny gentoo org> CommitDate: Sun Aug 25 12:33:26 2024 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e6fb1c5f dev-python/fakeredis: Bump to 2.24.0 Signed-off-by: Michał Górny gentoo.org> dev-python/fakeredis/Manifest| 1 + dev-python/fakeredis/fakeredis-2.24.0.ebuild | 97 2 files changed, 98 insertions(+) diff --git a/dev-python/fakeredis/Manifest b/dev-python/fakeredis/Manifest index 3ed7180c66d0..be5a372ee7f7 100644 --- a/dev-python/fakeredis/Manifest +++ b/dev-python/fakeredis/Manifest @@ -1 +1,2 @@ DIST fakeredis-2.23.5.tar.gz 132797 BLAKE2B 1314ad46b310d4c1661b86593057afb3d1e9d0e4412146c1b883a17802c681e68062cb89dd89bc7cf3dfaac1eaf713fad7d4860986f50ed585a281208db0778a SHA512 e402cdd881872dc9af2e2b555d89329ba0eea0773f3924936774fc5a3a49d5fc9cba121f9bcddecc6d203f50bb2966aa7576496345966d415852ed8ed96cc8d4 +DIST fakeredis-2.24.0.tar.gz 143594 BLAKE2B d14a163f9997b61bfcc156ffc47d5f18c94db9226e961c2bda7d4160d4c80e19db0a3c6a500511ad80f950e0c6ebd6ab160cf11cf6097ca3b26223183a54e889 SHA512 13a42750afd4f6432904aa01a841d7f3d2e8512955751fdf8f638b5e207039fa1b5e07bdcd28b7b9d1c1461a85a0c12cf7a1d663dd287220850575af097d2271 diff --git a/dev-python/fakeredis/fakeredis-2.24.0.ebuild b/dev-python/fakeredis/fakeredis-2.24.0.ebuild new file mode 100644 index ..bc4af7542c89 --- /dev/null +++ b/dev-python/fakeredis/fakeredis-2.24.0.ebuild @@ -0,0 +1,97 @@ +# Copyright 2020-2024 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +DISTUTILS_USE_PEP517=poetry +PYTHON_COMPAT=( pypy3 python3_{10..13} ) + +inherit distutils-r1 pypi + +DESCRIPTION="Fake implementation of redis API for testing purposes" +HOMEPAGE=" + https://github.com/cunla/fakeredis-py/ + https://pypi.org/project/fakeredis/ +" + +LICENSE="BSD" +SLOT="0" +KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv ~sparc ~x86" + +RDEPEND=" + dev-python/packaging[${PYTHON_USEDEP}] + >=dev-python/redis-4.2[${PYTHON_USEDEP}] + =dev-python/sortedcontainers-2[${PYTHON_USEDEP}] + $(python_gen_cond_dep ' + dev-python/typing-extensions[${PYTHON_USEDEP}] + ' 3.10) +" +BDEPEND=" + test? ( + dev-db/redis + dev-python/pytest-asyncio[${PYTHON_USEDEP}] + dev-python/pytest-mock[${PYTHON_USEDEP}] + ) +" + +distutils_enable_tests pytest + +src_prepare() { + distutils-r1_src_prepare + + # https://github.com/cunla/fakeredis-py/issues/320 + sed -i -e '/LICENSE/d' pyproject.toml || die +} + +python_test() { + local EPYTEST_DESELECT=( + # also lupa + test/test_aioredis2.py::test_failed_script_error + # TODO + "test/test_fakeredis.py::test_set_get_nx[StrictRedis]" + "test/test_fakeredis.py::test_lpop_count[StrictRedis]" + "test/test_fakeredis.py::test_rpop_count[StrictRedis]" + "test/test_fakeredis.py::test_zadd_minus_zero[StrictRedis]" + "test/test_mixins/test_pubsub_commands.py::test_pubsub_channels[StrictRedis]" + test/test_mixins/test_set_commands.py::test_smismember_wrong_type + # new redis-server? + "test/test_mixins/test_pubsub_commands.py::test_pubsub_shardnumsub[StrictRedis]" + # json ext + test/test_json/test_json.py + test/test_json/test_json_arr_commands.py + # tdigest ext? + 'test/test_mixins/test_server_commands.py::test_command[FakeStrictRedis]' + ) + local EPYTEST_IGNORE=( + # these tests fail a lot... + test/test_hypothesis.py + ) + local args=( + # tests requiring lupa (lua support) + -k 'not test_eval and not test_lua and not test_script' + ) + # Note: this package is not xdist-friendly + local -x PYTEST_DISABLE_PLUGIN_AUTOLOAD=1 + epytest -p asyncio -p pytest_mock "${args[@]}" +} + +src_test() { + local redis_pid="${T}"/redis.pid + local redis_port=6380 + + einfo "Spawning Redis" + einfo "NOTE: Port ${redis_port} must be free" + "${EPREFIX}"/usr/sbin/redis-server - <<- EOF || die "Unable to start redis server" + daemonize yes + pidfile ${redis_pid} + port ${redis_port} + bind 127.0.0.1 + EOF + + # Run the tests + distutils-r1_src_test + + # Clean up afterwards + kill "$(<"${redis_pid}")" || die +}
[gentoo-commits] repo/proj/guru:dev commit in: x11-themes/adw-gtk3/
commit: a946ae8107cdfda086e1f0942db93189138c31bb Author: Daichi Yamamoto dyama net> AuthorDate: Sun Aug 25 12:47:41 2024 + Commit: Daichi Yamamoto dyama net> CommitDate: Sun Aug 25 12:47:41 2024 + URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=a946ae81 x11-themes/adw-gtk3: keyword 5.3 for ~arm64 Signed-off-by: Daichi Yamamoto dyama.net> x11-themes/adw-gtk3/adw-gtk3-5.3.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/x11-themes/adw-gtk3/adw-gtk3-5.3.ebuild b/x11-themes/adw-gtk3/adw-gtk3-5.3.ebuild index 044d36722..2afdf3814 100644 --- a/x11-themes/adw-gtk3/adw-gtk3-5.3.ebuild +++ b/x11-themes/adw-gtk3/adw-gtk3-5.3.ebuild @@ -11,6 +11,6 @@ SRC_URI="https://github.com/lassekongo83/adw-gtk3/archive/refs/tags/v${PV}.tar.g LICENSE="LGPL-2.1" SLOT="0" -KEYWORDS="~amd64" +KEYWORDS="~amd64 ~arm64" IDEPEND=">=dev-lang/sassc-3.6.2"
[gentoo-commits] proj/sci:master commit in: dev-python/asciitree/
commit: 1924ef5dfe229869a0c84f9ea1318ae26d2e2baa Author: Michael Schubert gmail com> AuthorDate: Mon Jul 22 12:56:06 2024 + Commit: Andrew Ammerlaan gentoo org> CommitDate: Sun Aug 25 12:58:43 2024 + URL:https://gitweb.gentoo.org/proj/sci.git/commit/?id=1924ef5d dev-python/asciitree: py3.12 compat Signed-off-by: Michael Schubert gmail.com> Closes: https://github.com/gentoo/sci/pull/1290 Signed-off-by: Andrew Ammerlaan gentoo.org> dev-python/asciitree/asciitree-0.3.3.ebuild | 8 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/dev-python/asciitree/asciitree-0.3.3.ebuild b/dev-python/asciitree/asciitree-0.3.3.ebuild index 29d5ecf87..77d99c826 100644 --- a/dev-python/asciitree/asciitree-0.3.3.ebuild +++ b/dev-python/asciitree/asciitree-0.3.3.ebuild @@ -3,17 +3,17 @@ EAPI=8 -PYTHON_COMPAT=( python3_{10..11} ) +DISTUTILS_USE_PEP517=setuptools +PYTHON_COMPAT=( python3_{10..12} ) + inherit distutils-r1 DESCRIPTION="ASCII trees in python" HOMEPAGE="https://github.com/mbr/asciitree"; -SRC_URI="https://github.com/mbr/asciitree/archive/refs/tags/${PV}.tar.gz -> ${P}.tar.gz" +SRC_URI="https://github.com/mbr/asciitree/archive/refs/tags/${PV}.tar.gz -> ${P}.gh.tar.gz" LICENSE="MIT" SLOT="0" KEYWORDS="~amd64 ~x86" -IUSE="test" -RESTRICT="!test? ( test )" distutils_enable_tests pytest
[gentoo-commits] repo/proj/emacs:master commit in: app-xemacs/ebuild-mode/
commit: c053d4b9e8a030d0b6ef5cc18ee75c4b4491bf45 Author: Ulrich Müller gentoo org> AuthorDate: Sun Aug 25 13:09:20 2024 + Commit: Ulrich Müller gentoo org> CommitDate: Sun Aug 25 13:09:20 2024 + URL:https://gitweb.gentoo.org/repo/proj/emacs.git/commit/?id=c053d4b9 app-xemacs/ebuild-mode: Create a link in /usr/lib/xemacs Signed-off-by: Ulrich Müller gentoo.org> app-xemacs/ebuild-mode/ebuild-mode-.ebuild | 2 ++ 1 file changed, 2 insertions(+) diff --git a/app-xemacs/ebuild-mode/ebuild-mode-.ebuild b/app-xemacs/ebuild-mode/ebuild-mode-.ebuild index df29194..e8a7b29 100644 --- a/app-xemacs/ebuild-mode/ebuild-mode-.ebuild +++ b/app-xemacs/ebuild-mode/ebuild-mode-.ebuild @@ -42,6 +42,8 @@ src_test() { :; } # ERT is not yet available for XEmacs src_install() { insinto /usr/share/xemacs/site-packages/lisp/${PN} doins *.el *.elc + # XEmacs 21.4 compatibility + dosym -r /usr/{share,lib}/xemacs/site-packages/lisp/${PN} } pkg_postinst() {
[gentoo-commits] repo/proj/guru:dev commit in: profiles/
commit: 480ae05b9c0580d05dd1a8322e46c8f5c8df891a Author: Takuya Wakazono gmail com> AuthorDate: Sun Aug 25 13:06:19 2024 + Commit: Takuya Wakazono gmail com> CommitDate: Sun Aug 25 13:11:36 2024 + URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=480ae05b profiles: unmask sys-block/partclone Apparently there are still some users. Closes: https://bugs.gentoo.org/936220 Signed-off-by: Takuya Wakazono gmail.com> profiles/package.mask | 5 - 1 file changed, 5 deletions(-) diff --git a/profiles/package.mask b/profiles/package.mask index 31ff0d8ab..7a7d3039a 100644 --- a/profiles/package.mask +++ b/profiles/package.mask @@ -69,11 +69,6 @@ acct-group/wikijs acct-user/wikijs www-apps/wiki-js-bin -# Eli Burch (2024-07-05) -# Dependency sys-fs/reiser4progs was treecleaned in ::gentoo -# Removal on 2024-08-05 -sys-block/partclone - # Pascal Jaeger (2024-06-29) # Package is renamed to 'dissent' # Newer versions do not build in portage because of dependency
[gentoo-commits] repo/proj/guru:dev commit in: sys-block/partclone/
commit: 1d13ba329daf9dceeadfe372162a4fa8aca16991 Author: Takuya Wakazono gmail com> AuthorDate: Sun Aug 25 13:03:39 2024 + Commit: Takuya Wakazono gmail com> CommitDate: Sun Aug 25 13:11:36 2024 + URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=1d13ba32 sys-block/partclone: drop reiser4 flag sys-fs/reiser4progs has been removed from ::gentoo. Signed-off-by: Takuya Wakazono gmail.com> sys-block/partclone/metadata.xml| 1 - sys-block/partclone/partclone-0.3.20.ebuild | 7 ++- 2 files changed, 2 insertions(+), 6 deletions(-) diff --git a/sys-block/partclone/metadata.xml b/sys-block/partclone/metadata.xml index d3fe4a350..6b920970c 100644 --- a/sys-block/partclone/metadata.xml +++ b/sys-block/partclone/metadata.xml @@ -18,7 +18,6 @@ Compile partclone minix tool Compile partclone nilfs2 tool Compile partclone ntfs tool - Compile partclone reiser4 tool Compile partclone reiserfs tool Compile partclone ufs tool Compile partclone vmfs tool diff --git a/sys-block/partclone/partclone-0.3.20.ebuild b/sys-block/partclone/partclone-0.3.20.ebuild index 1ab7a9e42..4498f0fd6 100644 --- a/sys-block/partclone/partclone-0.3.20.ebuild +++ b/sys-block/partclone/partclone-0.3.20.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -21,7 +21,7 @@ HOMEPAGE="https://partclone.org"; LICENSE="GPL-2" SLOT="0" IUSE=" -apfs btrfs +e2fs exfat f2fs fat fuse hfs jfs minix ncurses nilfs2 ntfs reiser4 +apfs btrfs +e2fs exfat f2fs fat fuse hfs jfs minix ncurses nilfs2 ntfs reiserfs static ufs vmfs xfs " @@ -35,7 +35,6 @@ RDEPEND=" nilfs2? ( sys-fs/nilfs-utils ) ntfs? ( sys-fs/ntfs3g ) reiserfs? ( sys-fs/progsreiserfs ) - reiser4? ( sys-fs/reiser4progs ) xfs? ( sys-apps/util-linux ) static? ( dev-libs/openssl:*[static-libs] @@ -49,7 +48,6 @@ RDEPEND=" nilfs2? ( sys-fs/nilfs-utils[static-libs] ) ntfs? ( sys-fs/ntfs3g[static-libs] ) reiserfs? ( sys-fs/progsreiserfs[static-libs] ) - reiser4? ( sys-fs/reiser4progs[static-libs] ) ) " DEPEND=" @@ -81,7 +79,6 @@ src_configure() { $(use_enable nilfs2) $(use_enable ntfs) $(use_enable reiserfs) - $(use_enable reiser4) $(use_enable static) $(use_enable vmfs) $(use_enable ufs)
[gentoo-commits] repo/proj/guru:dev commit in: gui-apps/pop-launcher/
commit: a2e3504301830c1151399d64bd46a043bf9649db Author: Daichi Yamamoto dyama net> AuthorDate: Sun Aug 25 13:21:28 2024 + Commit: Daichi Yamamoto dyama net> CommitDate: Sun Aug 25 13:21:58 2024 + URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=a2e35043 gui-apps/pop-launcher: add missing deps Closes: https://bugs.gentoo.org/938496 Signed-off-by: Daichi Yamamoto dyama.net> gui-apps/pop-launcher/pop-launcher-1.2.1.ebuild | 6 +- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/gui-apps/pop-launcher/pop-launcher-1.2.1.ebuild b/gui-apps/pop-launcher/pop-launcher-1.2.1.ebuild index a81ac9e5f..41555c918 100644 --- a/gui-apps/pop-launcher/pop-launcher-1.2.1.ebuild +++ b/gui-apps/pop-launcher/pop-launcher-1.2.1.ebuild @@ -239,7 +239,11 @@ DEPENDS=" media-libs/libglvnd x11-libs/libxkbcommon " -RDEPEND="${DEPEND}" +RDEPEND=" + ${DEPEND} + sci-libs/libqalculate + sys-apps/fd +" BDEPEND=" dev-build/just virtual/pkgconfig
[gentoo-commits] repo/gentoo:master commit in: app-admin/ttyplot/
commit: d999ea40a72fb000b9c87e08f71ac978d819343d Author: Sebastian Pipping gentoo org> AuthorDate: Sun Aug 25 13:42:06 2024 + Commit: Sebastian Pipping gentoo org> CommitDate: Sun Aug 25 13:42:06 2024 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d999ea40 app-admin/ttyplot: 1.7.0 Signed-off-by: Sebastian Pipping gentoo.org> app-admin/ttyplot/Manifest | 1 + app-admin/ttyplot/ttyplot-1.7.0.ebuild | 31 +++ 2 files changed, 32 insertions(+) diff --git a/app-admin/ttyplot/Manifest b/app-admin/ttyplot/Manifest index 57ac35fac801..16cd7035f85a 100644 --- a/app-admin/ttyplot/Manifest +++ b/app-admin/ttyplot/Manifest @@ -1,3 +1,4 @@ DIST ttyplot-1.6.2.gh.tar.gz 56277 BLAKE2B c7a818a69774fc7c5f6b498e5bf2f9c3ec644dc23d54daf59adaf13962f614c23918ca1d84614e27c60e75d1b98b3eb3c548dc14b59b539acceb3327dafabe0c SHA512 7ede447667a0a8f4b164a2a409e1264c36c95c22eeeda348c894678cb8d7209e742bb90f48a8a5260dd457ae7ff0a090a7d8b7eb25b20e20ada575e00cc4eb0b DIST ttyplot-1.6.4.gh.tar.gz 56541 BLAKE2B b05fffd2a7903ec94d516c7e970db4dd2dd90ac2568c6c3e3b6608e40ab65a18ac6a9a9693e189328bfebdd120fb50efd8bedcb260329d5ad28d0c7a81c390dd SHA512 51d8cc7dfa281f66e92b0f508f9db413869bb559aa6d1f4a54eb658f3564e2552b622e8667587bbe9e7c85063b03704a03e8eb004b979c68bf874453b5c3cbb5 DIST ttyplot-1.6.5.gh.tar.gz 56538 BLAKE2B 1119012b170cde84b904f34c3bcf7d7c3e1adbf1ae5a465dffb74be11ad073251c40c508d4ced7f36db6a3e96336e04c61e0f402bb5f0d7ee6c5ca8e9451d900 SHA512 93512777f0371857cadb43a836538cb9e946b7110157534c9c76c090852ea5c9ee6085742f9c6d501f8c7a62f05967309e24e1a3bad96eac4b726f946053b0ab +DIST ttyplot-1.7.0.gh.tar.gz 56787 BLAKE2B 6a805855203fabc0528aebcf1c833f38386f1d54f2ec0f4189531ef387666a13d5a7413dde279d315795d80c6b3aa11ec7b748eb0370b121beb9499a18b19a2a SHA512 9f2a089cfa19898ca051b6b72c433c5b5d4b9d3ff19cf432c4ce4f91e34ef3bb2c6b380e01f36d9a1c4aedd1a0ea77651e67afdea1711c8c59431852b7024355 diff --git a/app-admin/ttyplot/ttyplot-1.7.0.ebuild b/app-admin/ttyplot/ttyplot-1.7.0.ebuild new file mode 100644 index ..a0e31d253379 --- /dev/null +++ b/app-admin/ttyplot/ttyplot-1.7.0.ebuild @@ -0,0 +1,31 @@ +# Copyright 1999-2024 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI="8" + +inherit toolchain-funcs + +DESCRIPTION="Realtime plotting utility with data input from stdin" +HOMEPAGE="https://github.com/tenox7/ttyplot"; +SRC_URI="https://github.com/tenox7/ttyplot/archive/refs/tags/${PV}.tar.gz -> ${P}.gh.tar.gz" + +LICENSE="Apache-2.0" +SLOT="0" +KEYWORDS="~amd64 ~x86" + +RDEPEND="virtual/pkgconfig" +DEPEND="${RDEPEND} + sys-libs/ncurses[tinfo]" + +src_compile() { + emake CC="$(tc-getCC)" +} + +src_install() { + local args=( + PREFIX=/usr + MANPREFIX=/usr/share/man + DESTDIR="${D}" + ) + emake "${args[@]}" install +}
[gentoo-commits] repo/gentoo:master commit in: profiles/arch/sparc/, profiles/arch/ia64/, sys-apps/systemd/files/, ...
commit: de67dbf4abdef923ca8f7af0e48d4fcc5b220a96 Author: Sam James gentoo org> AuthorDate: Fri Aug 23 16:08:10 2024 + Commit: Sam James gentoo org> CommitDate: Sun Aug 25 13:56:09 2024 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=de67dbf4 sys-apps/systemd: wire up BPF support Clang support is not yet done. Bug: https://bugs.gentoo.org/917228 Signed-off-by: Sam James gentoo.org> profiles/arch/alpha/package.use.mask | 4 profiles/arch/hppa/package.use.mask | 4 profiles/arch/ia64/package.use.mask | 4 profiles/arch/loong/package.use.mask | 4 profiles/arch/s390/package.use.mask | 4 profiles/arch/sparc/package.use.mask | 4 sys-apps/systemd/files/256-bpf-gcc.patch | 26 ++ sys-apps/systemd/metadata.xml| 1 + sys-apps/systemd/systemd-256.5.ebuild| 10 +- sys-apps/systemd/systemd-.ebuild | 9 - 10 files changed, 68 insertions(+), 2 deletions(-) diff --git a/profiles/arch/alpha/package.use.mask b/profiles/arch/alpha/package.use.mask index a3fc2a240cd9..aaeb3a221a78 100644 --- a/profiles/arch/alpha/package.use.mask +++ b/profiles/arch/alpha/package.use.mask @@ -1,6 +1,10 @@ # Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 +# Sam James (2024-08-23) +# dev-util/bpftool and/or sys-devel/bpf-toolchain not keyworded here +sys-apps/systemd bpf + # Hans de Graaff (2024-08-16) # Requires large parts of dev-ruby/rails to be keyworded dev-ruby/minitest-hooks test diff --git a/profiles/arch/hppa/package.use.mask b/profiles/arch/hppa/package.use.mask index 1fa92e6e97c5..dc92c7939f40 100644 --- a/profiles/arch/hppa/package.use.mask +++ b/profiles/arch/hppa/package.use.mask @@ -4,6 +4,10 @@ # NOTE: When masking a USE flag due to missing keywords, please file a keyword # request bug for the hppa arch. +# Sam James (2024-08-23) +# dev-util/bpftool and/or sys-devel/bpf-toolchain not keyworded here +sys-apps/systemd bpf + # Ulrich Müller (2024-08-03) # Needs dev-libs/openspecfun which is not yet keyworded sci-visualization/gnuplot amos diff --git a/profiles/arch/ia64/package.use.mask b/profiles/arch/ia64/package.use.mask index f8f57449b9be..b906a322f814 100644 --- a/profiles/arch/ia64/package.use.mask +++ b/profiles/arch/ia64/package.use.mask @@ -1,6 +1,10 @@ # Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 +# Sam James (2024-08-23) +# dev-util/bpftool and/or sys-devel/bpf-toolchain not keyworded here +sys-apps/systemd bpf + # Matt Jolly (2024-08-14) # QUIC dependencies are not keyworded net-misc/curl http3 quic curl_quic_openssl curl_quic_ngtcp2 diff --git a/profiles/arch/loong/package.use.mask b/profiles/arch/loong/package.use.mask index d2440e46553b..72ce670abb80 100644 --- a/profiles/arch/loong/package.use.mask +++ b/profiles/arch/loong/package.use.mask @@ -1,6 +1,10 @@ # Copyright 2022-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 +# Sam James (2024-08-23) +# dev-util/bpftool and/or sys-devel/bpf-toolchain not keyworded here +sys-apps/systemd bpf + # WANG Xuerui (2024-08-22) # dev-lang/spidermonkey gained JIT support for loong since version 107, # but the nearest packaged version is 115. diff --git a/profiles/arch/s390/package.use.mask b/profiles/arch/s390/package.use.mask index 442b717d7b57..833ceeabf4a5 100644 --- a/profiles/arch/s390/package.use.mask +++ b/profiles/arch/s390/package.use.mask @@ -1,6 +1,10 @@ # Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 +# Sam James (2024-08-23) +# dev-util/bpftool and/or sys-devel/bpf-toolchain not keyworded here +sys-apps/systemd bpf + # Matt Jolly (2024-08-14) # QUIC dependencies are not keyworded net-misc/curl http3 quic curl_quic_openssl curl_quic_ngtcp2 diff --git a/profiles/arch/sparc/package.use.mask b/profiles/arch/sparc/package.use.mask index e7032ba9fad8..da631e3b0a79 100644 --- a/profiles/arch/sparc/package.use.mask +++ b/profiles/arch/sparc/package.use.mask @@ -1,6 +1,10 @@ # Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 +# Sam James (2024-08-23) +# dev-util/bpftool and/or sys-devel/bpf-toolchain not keyworded here +sys-apps/systemd bpf + # Ulrich Müller (2024-08-03) # Needs dev-libs/openspecfun which is not yet keyworded sci-visualization/gnuplot amos diff --git a/sys-apps/systemd/files/256-bpf-gcc.patch b/sys-apps/systemd/files/256-bpf-gcc.patch new file mode 100644 index ..0570695d397c --- /dev/null +++ b/sys-apps/systemd/files/256-bpf-gcc.patch @@ -0,0 +1,26 @@ +https://github.com/systemd/systemd/commit/dde6f1d7456db7aa72d24b1d6956b419b6f9945c + +From dde6f1d7456db7aa72d24b1d6956b419b6f9945c Mon Sep 17 00:00:00 2001 +From: Sam James +Date: Sat, 24 Aug 202
[gentoo-commits] repo/gentoo:master commit in: x11-misc/i3lock/
commit: 8e982b3e2c13f9399585fd0b19291ee5e54a36c0 Author: Sam James gentoo org> AuthorDate: Sun Aug 25 13:59:28 2024 + Commit: Sam James gentoo org> CommitDate: Sun Aug 25 13:59:28 2024 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8e982b3e x11-misc/i3lock: Stabilize 2.15 amd64, #938493 Signed-off-by: Sam James gentoo.org> x11-misc/i3lock/i3lock-2.15.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/x11-misc/i3lock/i3lock-2.15.ebuild b/x11-misc/i3lock/i3lock-2.15.ebuild index abe25cee8810..a201f2e984f9 100644 --- a/x11-misc/i3lock/i3lock-2.15.ebuild +++ b/x11-misc/i3lock/i3lock-2.15.ebuild @@ -11,7 +11,7 @@ SRC_URI="https://i3wm.org/${PN}/${P}.tar.xz"; LICENSE="BSD" SLOT="0" -KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~riscv x86" +KEYWORDS="amd64 ~arm ~arm64 ~ppc64 ~riscv x86" RDEPEND=" dev-libs/libev
[gentoo-commits] repo/gentoo:master commit in: dev-java/tomcat-native/
commit: 6961c42a781a7b32f0045ef4154386f912d23088 Author: Sam James gentoo org> AuthorDate: Sun Aug 25 13:59:29 2024 + Commit: Sam James gentoo org> CommitDate: Sun Aug 25 13:59:29 2024 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6961c42a dev-java/tomcat-native: Stabilize 2.0.8 amd64, #938494 Signed-off-by: Sam James gentoo.org> dev-java/tomcat-native/tomcat-native-2.0.8.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-java/tomcat-native/tomcat-native-2.0.8.ebuild b/dev-java/tomcat-native/tomcat-native-2.0.8.ebuild index 8bddbdc05820..7dbe994033c0 100644 --- a/dev-java/tomcat-native/tomcat-native-2.0.8.ebuild +++ b/dev-java/tomcat-native/tomcat-native-2.0.8.ebuild @@ -18,7 +18,7 @@ S=${WORKDIR}/${P}-src/native LICENSE="Apache-2.0" SLOT="2" -KEYWORDS="~amd64 ~x86" +KEYWORDS="amd64 ~x86" IUSE="static-libs" DEPEND="
[gentoo-commits] repo/gentoo:master commit in: sys-fs/ncdu/
commit: bdbd0ca93c20e6e051d16fc7e4f7131628c00c4c Author: Sam James gentoo org> AuthorDate: Sun Aug 25 13:59:25 2024 + Commit: Sam James gentoo org> CommitDate: Sun Aug 25 13:59:25 2024 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bdbd0ca9 sys-fs/ncdu: Stabilize 1.20 amd64, #938492 Signed-off-by: Sam James gentoo.org> sys-fs/ncdu/ncdu-1.20.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys-fs/ncdu/ncdu-1.20.ebuild b/sys-fs/ncdu/ncdu-1.20.ebuild index d15107d578d9..95f4e73dc325 100644 --- a/sys-fs/ncdu/ncdu-1.20.ebuild +++ b/sys-fs/ncdu/ncdu-1.20.ebuild @@ -14,7 +14,7 @@ SRC_URI=" LICENSE="MIT" SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~riscv ~sparc x86 ~amd64-linux ~x86-linux ~x64-macos" +KEYWORDS="~alpha amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~riscv ~sparc x86 ~amd64-linux ~x86-linux ~x64-macos" DEPEND="sys-libs/ncurses:=[unicode(+)]" RDEPEND="${DEPEND}"
[gentoo-commits] repo/gentoo:master commit in: dev-java/tomcat-native/
commit: 89d8794a354ecc26b837590ceb857926771bc0a1 Author: Sam James gentoo org> AuthorDate: Sun Aug 25 13:59:29 2024 + Commit: Sam James gentoo org> CommitDate: Sun Aug 25 13:59:29 2024 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=89d8794a dev-java/tomcat-native: Stabilize 1.3.1 amd64, #938494 Signed-off-by: Sam James gentoo.org> dev-java/tomcat-native/tomcat-native-1.3.1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-java/tomcat-native/tomcat-native-1.3.1.ebuild b/dev-java/tomcat-native/tomcat-native-1.3.1.ebuild index f3d7eb0760fe..f4e9d9bd6779 100644 --- a/dev-java/tomcat-native/tomcat-native-1.3.1.ebuild +++ b/dev-java/tomcat-native/tomcat-native-1.3.1.ebuild @@ -18,7 +18,7 @@ S=${WORKDIR}/${P}-src/native LICENSE="Apache-2.0" SLOT="0" -KEYWORDS="~amd64 ~x86" +KEYWORDS="amd64 ~x86" IUSE="static-libs" DEPEND="
[gentoo-commits] repo/gentoo:master commit in: sys-fs/ncdu/
commit: a774d597875c69ba4aba1c79fe607ed72785134e Author: Sam James gentoo org> AuthorDate: Sun Aug 25 13:59:24 2024 + Commit: Sam James gentoo org> CommitDate: Sun Aug 25 13:59:24 2024 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a774d597 sys-fs/ncdu: Stabilize 1.20 x86, #938492 Signed-off-by: Sam James gentoo.org> sys-fs/ncdu/ncdu-1.20.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys-fs/ncdu/ncdu-1.20.ebuild b/sys-fs/ncdu/ncdu-1.20.ebuild index 4b1045a565df..d15107d578d9 100644 --- a/sys-fs/ncdu/ncdu-1.20.ebuild +++ b/sys-fs/ncdu/ncdu-1.20.ebuild @@ -14,7 +14,7 @@ SRC_URI=" LICENSE="MIT" SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~riscv ~sparc ~x86 ~amd64-linux ~x86-linux ~x64-macos" +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~riscv ~sparc x86 ~amd64-linux ~x86-linux ~x64-macos" DEPEND="sys-libs/ncurses:=[unicode(+)]" RDEPEND="${DEPEND}"
[gentoo-commits] repo/gentoo:master commit in: x11-misc/i3lock/
commit: b944a13bb4877d5ff554c53e9d7c2308c3d2ee7b Author: Sam James gentoo org> AuthorDate: Sun Aug 25 13:59:27 2024 + Commit: Sam James gentoo org> CommitDate: Sun Aug 25 13:59:27 2024 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b944a13b x11-misc/i3lock: Stabilize 2.15 x86, #938493 Signed-off-by: Sam James gentoo.org> x11-misc/i3lock/i3lock-2.15.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/x11-misc/i3lock/i3lock-2.15.ebuild b/x11-misc/i3lock/i3lock-2.15.ebuild index 512d70eb36e7..abe25cee8810 100644 --- a/x11-misc/i3lock/i3lock-2.15.ebuild +++ b/x11-misc/i3lock/i3lock-2.15.ebuild @@ -11,7 +11,7 @@ SRC_URI="https://i3wm.org/${PN}/${P}.tar.xz"; LICENSE="BSD" SLOT="0" -KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~riscv ~x86" +KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~riscv x86" RDEPEND=" dev-libs/libev
[gentoo-commits] repo/gentoo:master commit in: app-text/xdvik/
commit: da1ce337dfe76ede69e7be9af50d4bf493e976be Author: Andreas K. Hüttel gentoo org> AuthorDate: Sun Aug 25 14:12:26 2024 + Commit: Andreas K. Hüttel gentoo org> CommitDate: Sun Aug 25 14:16:47 2024 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=da1ce337 app-text/xdvik: remove ~mips, leaf package with broken dependencies Signed-off-by: Andreas K. Hüttel gentoo.org> app-text/xdvik/xdvik-22.87.06-r1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-text/xdvik/xdvik-22.87.06-r1.ebuild b/app-text/xdvik/xdvik-22.87.06-r1.ebuild index 61fa93f0c7a1..f975836204e8 100644 --- a/app-text/xdvik/xdvik-22.87.06-r1.ebuild +++ b/app-text/xdvik/xdvik-22.87.06-r1.ebuild @@ -13,7 +13,7 @@ S="${WORKDIR}"/${P}/texk/xdvik LICENSE="GPL-2" SLOT="0" -KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x64-solaris" +KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ppc ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x64-solaris" IUSE="motif neXt Xaw3d emacs"
[gentoo-commits] repo/gentoo:master commit in: dev-texlive/texlive-binextra/
commit: e8ba95295cec6ba18d2fc3f2d5b8c738395c76ff Author: Andreas K. Hüttel gentoo org> AuthorDate: Sun Aug 25 14:04:44 2024 + Commit: Andreas K. Hüttel gentoo org> CommitDate: Sun Aug 25 14:16:41 2024 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e8ba9529 dev-texlive/texlive-binextra: remove ~mips, leaf package with broken dependencies Signed-off-by: Andreas K. Hüttel gentoo.org> dev-texlive/texlive-binextra/texlive-binextra-2023_p69527-r3.ebuild | 2 +- dev-texlive/texlive-binextra/texlive-binextra-2023_p69527-r4.ebuild | 2 +- dev-texlive/texlive-binextra/texlive-binextra-2023_p69527-r5.ebuild | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) 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 c10f3c83704d..8fc52d03db61 100644 --- a/dev-texlive/texlive-binextra/texlive-binextra-2023_p69527-r3.ebuild +++ b/dev-texlive/texlive-binextra/texlive-binextra-2023_p69527-r3.ebuild @@ -204,7 +204,7 @@ DESCRIPTION="TeXLive TeX auxiliary programs" LICENSE="Apache-2.0 Artistic BSD BSD-2 FDL-1.1+ GPL-1+ GPL-2 GPL-2+ GPL-3 GPL-3+ LGPL-3 LPPL-1.0 LPPL-1.2 LPPL-1.3 LPPL-1.3c MIT TeX TeX-other-free public-domain" SLOT="0" -KEYWORDS="~alpha amd64 arm arm64 ~hppa ~loong ~mips ppc ppc64 ~riscv ~s390 ~sparc x86" +KEYWORDS="~alpha amd64 arm arm64 ~hppa ~loong ppc ppc64 ~riscv ~s390 ~sparc x86" COMMON_DEPEND=" >=dev-texlive/texlive-basic-2023 " diff --git a/dev-texlive/texlive-binextra/texlive-binextra-2023_p69527-r4.ebuild b/dev-texlive/texlive-binextra/texlive-binextra-2023_p69527-r4.ebuild index 342efc33ca51..802f420bcb21 100644 --- a/dev-texlive/texlive-binextra/texlive-binextra-2023_p69527-r4.ebuild +++ b/dev-texlive/texlive-binextra/texlive-binextra-2023_p69527-r4.ebuild @@ -202,7 +202,7 @@ DESCRIPTION="TeXLive TeX auxiliary programs" LICENSE="Apache-2.0 Artistic BSD BSD-2 FDL-1.1+ GPL-1+ GPL-2 GPL-2+ GPL-3 GPL-3+ LGPL-3 LPPL-1.0 LPPL-1.2 LPPL-1.3 LPPL-1.3c MIT TeX TeX-other-free public-domain" SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86" +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86" COMMON_DEPEND=" >=dev-texlive/texlive-basic-2023 " diff --git a/dev-texlive/texlive-binextra/texlive-binextra-2023_p69527-r5.ebuild b/dev-texlive/texlive-binextra/texlive-binextra-2023_p69527-r5.ebuild index 8571f9f36623..12bde684ff0d 100644 --- a/dev-texlive/texlive-binextra/texlive-binextra-2023_p69527-r5.ebuild +++ b/dev-texlive/texlive-binextra/texlive-binextra-2023_p69527-r5.ebuild @@ -202,7 +202,7 @@ DESCRIPTION="TeXLive TeX auxiliary programs" LICENSE="Apache-2.0 Artistic BSD BSD-2 FDL-1.1+ GPL-1+ GPL-2 GPL-2+ GPL-3 GPL-3+ LGPL-3 LPPL-1.0 LPPL-1.2 LPPL-1.3 LPPL-1.3c MIT TeX TeX-other-free public-domain" SLOT="0" -KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ~mips ppc ppc64 ~riscv ~s390 ~sparc x86" +KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ppc ppc64 ~riscv ~s390 ~sparc x86" COMMON_DEPEND=" >=dev-texlive/texlive-basic-2023 "
[gentoo-commits] repo/gentoo:master commit in: dev-ml/ocamlbuild/
commit: 707512e100906194b3daf8ec4902ea7499fb9ab1 Author: Andreas K. Hüttel gentoo org> AuthorDate: Sun Aug 25 14:09:07 2024 + Commit: Andreas K. Hüttel gentoo org> CommitDate: Sun Aug 25 14:16:44 2024 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=707512e1 dev-ml/ocamlbuild: remove ~mips, leaf package with broken dependencies Signed-off-by: Andreas K. Hüttel gentoo.org> dev-ml/ocamlbuild/ocamlbuild-0.14.2-r1.ebuild | 2 +- dev-ml/ocamlbuild/ocamlbuild-0.14.3.ebuild| 2 +- dev-ml/ocamlbuild/ocamlbuild-0.15.0.ebuild| 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/dev-ml/ocamlbuild/ocamlbuild-0.14.2-r1.ebuild b/dev-ml/ocamlbuild/ocamlbuild-0.14.2-r1.ebuild index 99a412886ea8..b8a10c761b57 100644 --- a/dev-ml/ocamlbuild/ocamlbuild-0.14.2-r1.ebuild +++ b/dev-ml/ocamlbuild/ocamlbuild-0.14.2-r1.ebuild @@ -9,7 +9,7 @@ SRC_URI="https://github.com/ocaml/ocamlbuild/archive/${PV}.tar.gz -> ${P}.tar.gz LICENSE="LGPL-2.1-with-linking-exception" SLOT="0/${PV}" -KEYWORDS="amd64 arm arm64 ~hppa ~ia64 ~mips ~ppc ppc64 ~riscv x86 ~amd64-linux ~x86-linux" +KEYWORDS="amd64 arm arm64 ~hppa ~ia64 ~ppc ppc64 ~riscv x86 ~amd64-linux ~x86-linux" IUSE="+ocamlopt" RESTRICT="test" # Tests fail diff --git a/dev-ml/ocamlbuild/ocamlbuild-0.14.3.ebuild b/dev-ml/ocamlbuild/ocamlbuild-0.14.3.ebuild index 43c87eabc97a..699348fbaa8d 100644 --- a/dev-ml/ocamlbuild/ocamlbuild-0.14.3.ebuild +++ b/dev-ml/ocamlbuild/ocamlbuild-0.14.3.ebuild @@ -9,7 +9,7 @@ SRC_URI="https://github.com/ocaml/ocamlbuild/archive/${PV}.tar.gz -> ${P}.tar.gz LICENSE="LGPL-2.1-with-linking-exception" SLOT="0/${PV}" -KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv ~x86 ~amd64-linux ~x86-linux" +KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~riscv ~x86 ~amd64-linux ~x86-linux" IUSE="+ocamlopt" RESTRICT="test" # Tests fail diff --git a/dev-ml/ocamlbuild/ocamlbuild-0.15.0.ebuild b/dev-ml/ocamlbuild/ocamlbuild-0.15.0.ebuild index 43c87eabc97a..699348fbaa8d 100644 --- a/dev-ml/ocamlbuild/ocamlbuild-0.15.0.ebuild +++ b/dev-ml/ocamlbuild/ocamlbuild-0.15.0.ebuild @@ -9,7 +9,7 @@ SRC_URI="https://github.com/ocaml/ocamlbuild/archive/${PV}.tar.gz -> ${P}.tar.gz LICENSE="LGPL-2.1-with-linking-exception" SLOT="0/${PV}" -KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv ~x86 ~amd64-linux ~x86-linux" +KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~riscv ~x86 ~amd64-linux ~x86-linux" IUSE="+ocamlopt" RESTRICT="test" # Tests fail
[gentoo-commits] repo/gentoo:master commit in: sys-fs/ncdu/
commit: f311357cd405278ef7b7da6abd09726d34a2edf0 Author: Sam James gentoo org> AuthorDate: Sun Aug 25 14:37:34 2024 + Commit: Sam James gentoo org> CommitDate: Sun Aug 25 14:37:34 2024 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f311357c sys-fs/ncdu: Stabilize 1.20 arm, #938492 Signed-off-by: Sam James gentoo.org> sys-fs/ncdu/ncdu-1.20.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys-fs/ncdu/ncdu-1.20.ebuild b/sys-fs/ncdu/ncdu-1.20.ebuild index c6e7b652b3e2..e4f404fcbeb9 100644 --- a/sys-fs/ncdu/ncdu-1.20.ebuild +++ b/sys-fs/ncdu/ncdu-1.20.ebuild @@ -14,7 +14,7 @@ SRC_URI=" LICENSE="MIT" SLOT="0" -KEYWORDS="~alpha amd64 ~arm ~arm64 ~ia64 ~ppc ppc64 ~riscv ~sparc x86 ~amd64-linux ~x86-linux ~x64-macos" +KEYWORDS="~alpha amd64 arm ~arm64 ~ia64 ~ppc ppc64 ~riscv ~sparc x86 ~amd64-linux ~x86-linux ~x64-macos" DEPEND="sys-libs/ncurses:=[unicode(+)]" RDEPEND="${DEPEND}"
[gentoo-commits] repo/gentoo:master commit in: sys-fs/ncdu/
commit: f731d6877e1228e62e45c477957c0ccdeb77 Author: Sam James gentoo org> AuthorDate: Sun Aug 25 14:37:36 2024 + Commit: Sam James gentoo org> CommitDate: Sun Aug 25 14:37:36 2024 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f731d687 sys-fs/ncdu: Stabilize 1.20 arm64, #938492 Signed-off-by: Sam James gentoo.org> sys-fs/ncdu/ncdu-1.20.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys-fs/ncdu/ncdu-1.20.ebuild b/sys-fs/ncdu/ncdu-1.20.ebuild index e220f70c99ec..576f71830951 100644 --- a/sys-fs/ncdu/ncdu-1.20.ebuild +++ b/sys-fs/ncdu/ncdu-1.20.ebuild @@ -14,7 +14,7 @@ SRC_URI=" LICENSE="MIT" SLOT="0" -KEYWORDS="~alpha amd64 arm ~arm64 ~ia64 ppc ppc64 ~riscv ~sparc x86 ~amd64-linux ~x86-linux ~x64-macos" +KEYWORDS="~alpha amd64 arm arm64 ~ia64 ppc ppc64 ~riscv ~sparc x86 ~amd64-linux ~x86-linux ~x64-macos" DEPEND="sys-libs/ncurses:=[unicode(+)]" RDEPEND="${DEPEND}"
[gentoo-commits] repo/gentoo:master commit in: sys-fs/ncdu/
commit: 6a90cbdb14419b7aaf399e2ad8b37261fd2bbe8a Author: Sam James gentoo org> AuthorDate: Sun Aug 25 14:37:33 2024 + Commit: Sam James gentoo org> CommitDate: Sun Aug 25 14:37:33 2024 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6a90cbdb sys-fs/ncdu: Stabilize 1.20 ppc64, #938492 Signed-off-by: Sam James gentoo.org> sys-fs/ncdu/ncdu-1.20.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys-fs/ncdu/ncdu-1.20.ebuild b/sys-fs/ncdu/ncdu-1.20.ebuild index 95f4e73dc325..c6e7b652b3e2 100644 --- a/sys-fs/ncdu/ncdu-1.20.ebuild +++ b/sys-fs/ncdu/ncdu-1.20.ebuild @@ -14,7 +14,7 @@ SRC_URI=" LICENSE="MIT" SLOT="0" -KEYWORDS="~alpha amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~riscv ~sparc x86 ~amd64-linux ~x86-linux ~x64-macos" +KEYWORDS="~alpha amd64 ~arm ~arm64 ~ia64 ~ppc ppc64 ~riscv ~sparc x86 ~amd64-linux ~x86-linux ~x64-macos" DEPEND="sys-libs/ncurses:=[unicode(+)]" RDEPEND="${DEPEND}"
[gentoo-commits] repo/gentoo:master commit in: sys-fs/ncdu/
commit: c2ee71c35546d4655131904f2092d70db1aa59dc Author: Sam James gentoo org> AuthorDate: Sun Aug 25 14:37:35 2024 + Commit: Sam James gentoo org> CommitDate: Sun Aug 25 14:37:35 2024 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c2ee71c3 sys-fs/ncdu: Stabilize 1.20 ppc, #938492 Signed-off-by: Sam James gentoo.org> sys-fs/ncdu/ncdu-1.20.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys-fs/ncdu/ncdu-1.20.ebuild b/sys-fs/ncdu/ncdu-1.20.ebuild index e4f404fcbeb9..e220f70c99ec 100644 --- a/sys-fs/ncdu/ncdu-1.20.ebuild +++ b/sys-fs/ncdu/ncdu-1.20.ebuild @@ -14,7 +14,7 @@ SRC_URI=" LICENSE="MIT" SLOT="0" -KEYWORDS="~alpha amd64 arm ~arm64 ~ia64 ~ppc ppc64 ~riscv ~sparc x86 ~amd64-linux ~x86-linux ~x64-macos" +KEYWORDS="~alpha amd64 arm ~arm64 ~ia64 ppc ppc64 ~riscv ~sparc x86 ~amd64-linux ~x86-linux ~x64-macos" DEPEND="sys-libs/ncurses:=[unicode(+)]" RDEPEND="${DEPEND}"
[gentoo-commits] repo/gentoo:master commit in: dev-python/patatt/
commit: 5dfe56edb3c6a90bfb61d4af6b95b762f3900a2c Author: Mike Pagano gentoo org> AuthorDate: Sun Aug 25 14:44:52 2024 + Commit: Mike Pagano gentoo org> CommitDate: Sun Aug 25 14:44:52 2024 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5dfe56ed dev-python/patatt: drop 0.6.2 Signed-off-by: Mike Pagano gentoo.org> dev-python/patatt/Manifest| 1 - dev-python/patatt/patatt-0.6.2.ebuild | 18 -- 2 files changed, 19 deletions(-) diff --git a/dev-python/patatt/Manifest b/dev-python/patatt/Manifest index e81c25d6431c..e3d63302a3a9 100644 --- a/dev-python/patatt/Manifest +++ b/dev-python/patatt/Manifest @@ -1,2 +1 @@ -DIST patatt-0.6.2.tar.gz 34852 BLAKE2B 2dceb179dcb96d33f7ed3bfcdd96b69520cd413ee79bed4ecd09c6385b46a9b0c32fedf74d582d1aa7fb7aeb5d4e212a96c139b62a8ae155933271d7a2d8b493 SHA512 53140c71818fd0f101a0628b770e557a3c177cd0e7207d5933eb9e73b296dd870e9bb2ff9e77fd0b25652d937d98bb07a1413e555d466f3d108c01ddfdb06f3a DIST patatt-0.6.3.tar.gz 34827 BLAKE2B ff9ac8bf9fd6c8b950bac1a97a57e5d413a579e004d690d17d6a1dff107f284e1abc51e649b14ff148c5cbb0816838c66bd3e33313deb2d1d05d18da174bc843 SHA512 c8947f5d2351a06f544e88aa334294f28b6cfb51302009dd6f462579b98f154e7d6e49197b49e2545e93d6b8339bd72408e79a998d934ebde42dda44c4c4cbf8 diff --git a/dev-python/patatt/patatt-0.6.2.ebuild b/dev-python/patatt/patatt-0.6.2.ebuild deleted file mode 100644 index f28ca2403e7e.. --- a/dev-python/patatt/patatt-0.6.2.ebuild +++ /dev/null @@ -1,18 +0,0 @@ -# Copyright 2021-2023 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( python3_{9..11} ) - -inherit distutils-r1 pypi - -DESCRIPTION="A simple library to add cryptographic attestation to patches sent via email" -HOMEPAGE="https://pypi.org/project/patatt/"; - -LICENSE="GPL-2+" -SLOT="0" -KEYWORDS="~amd64 ~arm64 ~x86" - -RDEPEND="dev-python/pynacl[${PYTHON_USEDEP}]"
[gentoo-commits] repo/proj/guru:dev commit in: app-text/vale/
commit: 88a798403469985c6312f5769ebf14aef10e256f Author: Ferenc Erki gmail com> AuthorDate: Sun Aug 25 14:56:31 2024 + Commit: Ferenc Erki gmail com> CommitDate: Sun Aug 25 14:56:31 2024 + URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=88a79840 app-text/vale: drop 3.6.1 Signed-off-by: Ferenc Erki gmail.com> app-text/vale/Manifest | 2 -- app-text/vale/vale-3.6.1.ebuild | 45 - 2 files changed, 47 deletions(-) diff --git a/app-text/vale/Manifest b/app-text/vale/Manifest index 5e16e9071..6bacf935e 100644 --- a/app-text/vale/Manifest +++ b/app-text/vale/Manifest @@ -1,5 +1,3 @@ -DIST vale-3.6.1-gentoo-deps.tar.xz 162274372 BLAKE2B c6db735787e439f2eac06fcf829e41ec45e0d34d0da9a16a08f9e562c9221588fb1cb0b2786663cec3f149c7c27d2965c14b60375f7da85f22a0e72d122fd440 SHA512 2d26fd9d4b09a393933472fa25f3fc6299a42666360177a23efd4f4fef5e5ffba44f62b8cd025c929ea78d53e1efdec972a9c79daac53aff4a1763810df289e3 -DIST vale-3.6.1.tar.gz 10534500 BLAKE2B 23dba19ea464b9b1c1175bcf01a76b40a7caf74cff7091f5f9223bca5adbe209b18c49029f42d3793a07ba545381b333a32388c7ac6f6e62c9e8646cda481278 SHA512 3651799d1dd617ad2e3adcab28ca855dff8e8e0b052f38994c677293fca11ec4f9002f7701406df3aa53f364a9734e380043045008929c16f76281682dcd1e24 DIST vale-3.7.0-gentoo-deps.tar.xz 162284224 BLAKE2B 90ce7ac3938f2e78575938506f4174e4f72ae65e8894497e90f0855c58f39cd49d24f08cc17161552e7fc66351a1461b5f358892789fad9a6eee7c5d2c25cea3 SHA512 e0c02325687ab651476b4d809129c9239f3990a2184cb9827ebb0ea856257b6efb4ee47b552cc0a507dc12664763a7916477cab1468996b5a86353af34dab7cd DIST vale-3.7.0.tar.gz 10537281 BLAKE2B 3d66ba28edbbcf5cd0b52d876b2fd05804a033f29e58d643b1c8b44253bcaac6c97e1ceec9ab41c936e225ab81ff9376e38142e8581fea39e60112cf443ef6d5 SHA512 da7bcf9ba6dd470d2047081193ee1f91f585d29dbd0fcaf4bbab7eef24f80946264db38ba9d1250a7aed1396aaa4a0818056244cdecaeb0b01d3e8e57a3bdc57 DIST vale-3.7.1-gentoo-deps.tar.xz 67817256 BLAKE2B 7f383724a617204186ca63f7d9dfdf8bb51d9f4f466e8b8e79d77ed07b2c026cf08cb62d0f537e82983400e65e6be633cb8ef0e674f4e75b8697ca6d0e28d991 SHA512 e329d477385c86e889f39669d7b9cf62c982502cbd26033b3b3998ef350b3cdb392bb00a92f19a097c314419d5086b529f11bf9c7b0ecdb3b1becf10ef86ef8d diff --git a/app-text/vale/vale-3.6.1.ebuild b/app-text/vale/vale-3.6.1.ebuild deleted file mode 100644 index 47410dd3e..0 --- a/app-text/vale/vale-3.6.1.ebuild +++ /dev/null @@ -1,45 +0,0 @@ -# Copyright 2021-2024 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -inherit go-module optfeature - -DESCRIPTION="A syntax-aware linter for prose built with speed and extensibility in mind" -HOMEPAGE="https://vale.sh/docs/"; - -SRC_URI=" - https://github.com/errata-ai/vale/archive/v${PV}.tar.gz -> ${P}.tar.gz - https://github.com/ferki/${PN}/releases/download/v${PV}-gentoo-deps/${P}-gentoo-deps.tar.xz -" - -LICENSE="Apache-2.0 BSD BSD-2 MIT public-domain" -SLOT="0" -KEYWORDS="~amd64" - -# tests require: -# - various ruby gems: see testdata/Gemfile -# - packaged optional runtime dependencies: asciidoctor, rst2html, xsltproc -# - unpackaged optional runtime dependency: dita (may be removed in a patch) -# - network access: sync subcommand tests (may be removed in a patch) -RESTRICT="test" - -src_prepare() { - sed -i "s/\$(LAST_TAG)/v${PV}/" Makefile || die 'sed failed' - default -} - -src_compile() { - emake build os=linux -} - -src_install() { - dobin bin/vale - default_src_install -} - -pkg_postinst() { - optfeature "AsciiDoc support" dev-ruby/asciidoctor - optfeature "reStructuredText support" dev-python/docutils - optfeature "XML support" dev-libs/libxslt -}
[gentoo-commits] repo/proj/guru:dev commit in: app-text/vale/
commit: 5e4367bd064f45dd4ed28914ef13a4de6b4175c1 Author: Ferenc Erki gmail com> AuthorDate: Sun Aug 25 14:55:45 2024 + Commit: Ferenc Erki gmail com> CommitDate: Sun Aug 25 14:55:45 2024 + URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=5e4367bd app-text/vale: add 3.7.1 Signed-off-by: Ferenc Erki gmail.com> app-text/vale/Manifest | 2 ++ app-text/vale/vale-3.7.1.ebuild | 45 + 2 files changed, 47 insertions(+) diff --git a/app-text/vale/Manifest b/app-text/vale/Manifest index ce08991f4..5e16e9071 100644 --- a/app-text/vale/Manifest +++ b/app-text/vale/Manifest @@ -2,3 +2,5 @@ DIST vale-3.6.1-gentoo-deps.tar.xz 162274372 BLAKE2B c6db735787e439f2eac06fcf829 DIST vale-3.6.1.tar.gz 10534500 BLAKE2B 23dba19ea464b9b1c1175bcf01a76b40a7caf74cff7091f5f9223bca5adbe209b18c49029f42d3793a07ba545381b333a32388c7ac6f6e62c9e8646cda481278 SHA512 3651799d1dd617ad2e3adcab28ca855dff8e8e0b052f38994c677293fca11ec4f9002f7701406df3aa53f364a9734e380043045008929c16f76281682dcd1e24 DIST vale-3.7.0-gentoo-deps.tar.xz 162284224 BLAKE2B 90ce7ac3938f2e78575938506f4174e4f72ae65e8894497e90f0855c58f39cd49d24f08cc17161552e7fc66351a1461b5f358892789fad9a6eee7c5d2c25cea3 SHA512 e0c02325687ab651476b4d809129c9239f3990a2184cb9827ebb0ea856257b6efb4ee47b552cc0a507dc12664763a7916477cab1468996b5a86353af34dab7cd DIST vale-3.7.0.tar.gz 10537281 BLAKE2B 3d66ba28edbbcf5cd0b52d876b2fd05804a033f29e58d643b1c8b44253bcaac6c97e1ceec9ab41c936e225ab81ff9376e38142e8581fea39e60112cf443ef6d5 SHA512 da7bcf9ba6dd470d2047081193ee1f91f585d29dbd0fcaf4bbab7eef24f80946264db38ba9d1250a7aed1396aaa4a0818056244cdecaeb0b01d3e8e57a3bdc57 +DIST vale-3.7.1-gentoo-deps.tar.xz 67817256 BLAKE2B 7f383724a617204186ca63f7d9dfdf8bb51d9f4f466e8b8e79d77ed07b2c026cf08cb62d0f537e82983400e65e6be633cb8ef0e674f4e75b8697ca6d0e28d991 SHA512 e329d477385c86e889f39669d7b9cf62c982502cbd26033b3b3998ef350b3cdb392bb00a92f19a097c314419d5086b529f11bf9c7b0ecdb3b1becf10ef86ef8d +DIST vale-3.7.1.tar.gz 10538611 BLAKE2B 7e1f4ea713e6a023112f8d5bc38fc734e8e64b1f4b6b7efded85e05982cd91b73d2239ee5c502a001268e3f5919650deb58c26d8c3af69e330fe86c22003d80b SHA512 b9fb4842f58816225d5f82c902b0fc7fb8965094f8cb429aa9d016fc50fb4d807e5dbc72a88c96b80c0e7fd96f60908bf3a28a0a3b75c26b5dab3974fccd3193 diff --git a/app-text/vale/vale-3.7.1.ebuild b/app-text/vale/vale-3.7.1.ebuild new file mode 100644 index 0..47410dd3e --- /dev/null +++ b/app-text/vale/vale-3.7.1.ebuild @@ -0,0 +1,45 @@ +# Copyright 2021-2024 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +inherit go-module optfeature + +DESCRIPTION="A syntax-aware linter for prose built with speed and extensibility in mind" +HOMEPAGE="https://vale.sh/docs/"; + +SRC_URI=" + https://github.com/errata-ai/vale/archive/v${PV}.tar.gz -> ${P}.tar.gz + https://github.com/ferki/${PN}/releases/download/v${PV}-gentoo-deps/${P}-gentoo-deps.tar.xz +" + +LICENSE="Apache-2.0 BSD BSD-2 MIT public-domain" +SLOT="0" +KEYWORDS="~amd64" + +# tests require: +# - various ruby gems: see testdata/Gemfile +# - packaged optional runtime dependencies: asciidoctor, rst2html, xsltproc +# - unpackaged optional runtime dependency: dita (may be removed in a patch) +# - network access: sync subcommand tests (may be removed in a patch) +RESTRICT="test" + +src_prepare() { + sed -i "s/\$(LAST_TAG)/v${PV}/" Makefile || die 'sed failed' + default +} + +src_compile() { + emake build os=linux +} + +src_install() { + dobin bin/vale + default_src_install +} + +pkg_postinst() { + optfeature "AsciiDoc support" dev-ruby/asciidoctor + optfeature "reStructuredText support" dev-python/docutils + optfeature "XML support" dev-libs/libxslt +}
[gentoo-commits] repo/gentoo:master commit in: net-misc/mosh/
commit: b3bf81d06b1f37c4e7ad29b3fd0e367aeeb3881a Author: Fabian Groffen gentoo org> AuthorDate: Sun Aug 25 14:54:17 2024 + Commit: Fabian Groffen gentoo org> CommitDate: Sun Aug 25 15:21:19 2024 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b3bf81d0 net-misc/mosh-1.4.0: marked ~arm64-macos Closes: https://bugs.gentoo.org/930174 Signed-off-by: Fabian Groffen gentoo.org> net-misc/mosh/mosh-1.4.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net-misc/mosh/mosh-1.4.0.ebuild b/net-misc/mosh/mosh-1.4.0.ebuild index 123086e09347..8792d6668383 100644 --- a/net-misc/mosh/mosh-1.4.0.ebuild +++ b/net-misc/mosh/mosh-1.4.0.ebuild @@ -15,7 +15,7 @@ S="${WORKDIR}"/${MY_P} LICENSE="GPL-3" SLOT="0" if [[ ${PV} != *_rc* ]] ; then - KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ~mips ppc ppc64 ~riscv sparc x86 ~amd64-linux ~x86-linux ~x64-macos" + KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ~mips ppc ppc64 ~riscv sparc x86 ~amd64-linux ~x86-linux ~arm64-macos ~x64-macos" fi IUSE="+client examples +hardened nettle +server syslog ufw +utempter"
[gentoo-commits] repo/gentoo:master commit in: dev-cpp/abseil-cpp/
commit: d8a261c0158f74b549c3f2ba9cf7b111286e4694 Author: Fabian Groffen gentoo org> AuthorDate: Sun Aug 25 15:20:46 2024 + Commit: Fabian Groffen gentoo org> CommitDate: Sun Aug 25 15:21:19 2024 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d8a261c0 dev-cpp/abseil-cpp-20240116.2-r4: marked ~{x64,arm64}-macos Signed-off-by: Fabian Groffen gentoo.org> dev-cpp/abseil-cpp/abseil-cpp-20240116.2-r4.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-cpp/abseil-cpp/abseil-cpp-20240116.2-r4.ebuild b/dev-cpp/abseil-cpp/abseil-cpp-20240116.2-r4.ebuild index 7c260feeb088..ea6ec8cea293 100644 --- a/dev-cpp/abseil-cpp/abseil-cpp-20240116.2-r4.ebuild +++ b/dev-cpp/abseil-cpp/abseil-cpp-20240116.2-r4.ebuild @@ -13,7 +13,7 @@ SRC_URI="https://github.com/abseil/abseil-cpp/archive/${PV}.tar.gz -> ${P}.tar.g LICENSE="Apache-2.0" SLOT="0/${PV%%.*}" -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~loong ~ppc64 ~riscv ~s390 ~sparc ~x86" +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~loong ~ppc64 ~riscv ~s390 ~sparc ~x86 ~arm64-macos ~x64-macos" IUSE="test" RDEPEND=">=dev-cpp/gtest-1.13.0[${MULTILIB_USEDEP}]"
[gentoo-commits] repo/gentoo:master commit in: dev-cpp/gtest/
commit: f1f3412eae055074e3e5e570c226f37320e4cee0 Author: Fabian Groffen gentoo org> AuthorDate: Sun Aug 25 15:19:38 2024 + Commit: Fabian Groffen gentoo org> CommitDate: Sun Aug 25 15:21:19 2024 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f1f3412e dev-cpp/gtest-1.14.0-r1: marked ~arm64-macos Signed-off-by: Fabian Groffen gentoo.org> dev-cpp/gtest/gtest-1.14.0-r1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-cpp/gtest/gtest-1.14.0-r1.ebuild b/dev-cpp/gtest/gtest-1.14.0-r1.ebuild index 927e75f3970d..931f57f2e5cf 100644 --- a/dev-cpp/gtest/gtest-1.14.0-r1.ebuild +++ b/dev-cpp/gtest/gtest-1.14.0-r1.ebuild @@ -21,7 +21,7 @@ else -> ${P}.tar.gz" S="${WORKDIR}"/googletest-${GOOGLETEST_COMMIT} fi - KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x64-solaris" + KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~arm64-macos ~ppc-macos ~x64-macos ~x64-solaris" fi DESCRIPTION="Google C++ Testing Framework"
[gentoo-commits] repo/gentoo:master commit in: dev-perl/IO-Tty/
commit: 9cae73488813a9a3fa2a5ecf8c6329a363839ec0 Author: Fabian Groffen gentoo org> AuthorDate: Sun Aug 25 15:00:33 2024 + Commit: Fabian Groffen gentoo org> CommitDate: Sun Aug 25 15:21:19 2024 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9cae7348 dev-perl/IO-Tty-1.200.0: marked ~arm64-macos Closes: https://bugs.gentoo.org/930173 Signed-off-by: Fabian Groffen gentoo.org> dev-perl/IO-Tty/IO-Tty-1.200.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-perl/IO-Tty/IO-Tty-1.200.0.ebuild b/dev-perl/IO-Tty/IO-Tty-1.200.0.ebuild index 275d950dbbe7..8fa19e11eb7e 100644 --- a/dev-perl/IO-Tty/IO-Tty-1.200.0.ebuild +++ b/dev-perl/IO-Tty/IO-Tty-1.200.0.ebuild @@ -10,4 +10,4 @@ inherit perl-module DESCRIPTION="IO::Tty and IO::Pty modules for Perl" SLOT="0" -KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x64-solaris" +KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~arm64-macos ~ppc-macos ~x64-macos ~x64-solaris"
[gentoo-commits] repo/gentoo:master commit in: dev-libs/protobuf/
commit: 467e4946e9d54c58f5c20455181181eb04759762 Author: Fabian Groffen gentoo org> AuthorDate: Sun Aug 25 15:17:43 2024 + Commit: Fabian Groffen gentoo org> CommitDate: Sun Aug 25 15:21:19 2024 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=467e4946 dev-libs/protobuf-27.2: fix SLOT check for non-.so platforms use get_libname to check for appropriate output, may help with bug #891469 Bug: https://bugs.gentoo.org/891469 Closes: https://bugs.gentoo.org/930170 Signed-off-by: Fabian Groffen gentoo.org> dev-libs/protobuf/protobuf-27.2.ebuild | 8 dev-libs/protobuf/protobuf-.ebuild | 6 +++--- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/dev-libs/protobuf/protobuf-27.2.ebuild b/dev-libs/protobuf/protobuf-27.2.ebuild index e6c26cbfee3a..1e406912d89b 100644 --- a/dev-libs/protobuf/protobuf-27.2.ebuild +++ b/dev-libs/protobuf/protobuf-27.2.ebuild @@ -3,7 +3,7 @@ EAPI=8 -inherit cmake-multilib elisp-common toolchain-funcs +inherit cmake-multilib elisp-common toolchain-funcs multilib ABSEIL_BRANCH="lts_2023_08_02" # NOTE from https://github.com/protocolbuffers/protobuf/blob/main/.gitmodules @@ -18,7 +18,7 @@ if [[ "${PV}" == * ]]; then inherit git-r3 else SRC_URI="https://github.com/protocolbuffers/protobuf/archive/v${PV}.tar.gz -> ${P}.tar.gz" - KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~loong ~mips ~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~x64-macos" + KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~loong ~mips ~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~arm64-macos ~x64-macos" MY_SLOT=$(ver_cut 1-2) fi @@ -127,9 +127,9 @@ src_test() { multilib_src_install_all() { find "${ED}" -name "*.la" -delete || die - if [[ ! -f "${ED}/usr/$(get_libdir)/libprotobuf.so.${SLOT#*/}" ]]; then + if [[ ! -f "${ED}/usr/$(get_libdir)/libprotobuf$(get_libname ${SLOT#*/})" ]]; then eerror "No matching library found with SLOT variable, currently set: ${SLOT}\n" \ - "Expected value: ${ED}/usr/$(get_libdir)/libprotobuf.so.${SLOT#*/}" + "Expected value: ${ED}/usr/$(get_libdir)/libprotobuf$(get_libname ${SLOT#*/})" die "Please update SLOT variable" fi diff --git a/dev-libs/protobuf/protobuf-.ebuild b/dev-libs/protobuf/protobuf-.ebuild index c2a90ff0480c..9988631acc75 100644 --- a/dev-libs/protobuf/protobuf-.ebuild +++ b/dev-libs/protobuf/protobuf-.ebuild @@ -3,7 +3,7 @@ EAPI=8 -inherit cmake-multilib elisp-common toolchain-funcs +inherit cmake-multilib elisp-common toolchain-funcs multilib ABSEIL_BRANCH="lts_2023_08_02" # NOTE from https://github.com/protocolbuffers/protobuf/blob/main/.gitmodules @@ -127,9 +127,9 @@ src_test() { multilib_src_install_all() { find "${ED}" -name "*.la" -delete || die - if [[ ! -f "${ED}/usr/$(get_libdir)/libprotobuf.so.${SLOT#*/}" ]]; then + if [[ ! -f "${ED}/usr/$(get_libdir)/libprotobuf$(get_libname ${SLOT#*/})" ]]; then eerror "No matching library found with SLOT variable, currently set: ${SLOT}\n" \ - "Expected value: ${ED}/usr/$(get_libdir)/libprotobuf.so.${SLOT#*/}" + "Expected value: ${ED}/usr/$(get_libdir)/libprotobuf$(get_libname ${SLOT#*/})" die "Please update SLOT variable" fi
[gentoo-commits] repo/gentoo:master commit in: dev-libs/gdl/
commit: c178dd585b26fea67b094c9c366ec9eea1c010fe Author: Andreas K. Hüttel gentoo org> AuthorDate: Sun Aug 25 15:05:25 2024 + Commit: Andreas K. Hüttel gentoo org> CommitDate: Sun Aug 25 15:22:47 2024 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c178dd58 dev-libs/gdl: remove ~mips, library and leaf package Signed-off-by: Andreas K. Hüttel gentoo.org> dev-libs/gdl/gdl-3.40.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-libs/gdl/gdl-3.40.0.ebuild b/dev-libs/gdl/gdl-3.40.0.ebuild index 6ed8a7bafa1a..58da366631e3 100644 --- a/dev-libs/gdl/gdl-3.40.0.ebuild +++ b/dev-libs/gdl/gdl-3.40.0.ebuild @@ -10,7 +10,7 @@ HOMEPAGE="https://gitlab.gnome.org/GNOME/gdl"; LICENSE="LGPL-2.1+" SLOT="3/5" # subslot = libgdl-3 soname version IUSE="+introspection" -KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~mips ppc ppc64 ~riscv ~s390 ~sparc x86" +KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ppc ppc64 ~riscv ~s390 ~sparc x86" RDEPEND=" dev-libs/glib:2
[gentoo-commits] repo/gentoo:master commit in: dev-libs/hidapi/
commit: c9a958755162b130fba2626a51eace541e5fdc59 Author: Andreas K. Hüttel gentoo org> AuthorDate: Sun Aug 25 15:06:09 2024 + Commit: Andreas K. Hüttel gentoo org> CommitDate: Sun Aug 25 15:22:50 2024 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c9a95875 dev-libs/hidapi: remove ~mips, library and leaf package Signed-off-by: Andreas K. Hüttel gentoo.org> dev-libs/hidapi/hidapi-0.14.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-libs/hidapi/hidapi-0.14.0.ebuild b/dev-libs/hidapi/hidapi-0.14.0.ebuild index 8713c3db7850..3208e04b1603 100644 --- a/dev-libs/hidapi/hidapi-0.14.0.ebuild +++ b/dev-libs/hidapi/hidapi-0.14.0.ebuild @@ -12,7 +12,7 @@ S="${WORKDIR}/${PN}-${P}" LICENSE="|| ( BSD GPL-3 HIDAPI )" SLOT="0" -KEYWORDS="~amd64 ~arm ~arm64 ~loong ~mips ~ppc ~ppc64 ~riscv ~sparc ~x86" +KEYWORDS="~amd64 ~arm ~arm64 ~loong ~ppc ~ppc64 ~riscv ~sparc ~x86" IUSE="doc" DEPEND="
[gentoo-commits] repo/gentoo:master commit in: dev-libs/keybinder/
commit: b47887bbfa969cfd5ca8d13e26a16b8ef426b3ea Author: Andreas K. Hüttel gentoo org> AuthorDate: Sun Aug 25 15:07:24 2024 + Commit: Andreas K. Hüttel gentoo org> CommitDate: Sun Aug 25 15:22:56 2024 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b47887bb dev-libs/keybinder: remove ~mips, library and leaf package Signed-off-by: Andreas K. Hüttel gentoo.org> dev-libs/keybinder/keybinder-0.3.2-r300.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-libs/keybinder/keybinder-0.3.2-r300.ebuild b/dev-libs/keybinder/keybinder-0.3.2-r300.ebuild index 2c67fe8c2a15..99f2f203e41a 100644 --- a/dev-libs/keybinder/keybinder-0.3.2-r300.ebuild +++ b/dev-libs/keybinder/keybinder-0.3.2-r300.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 @@ S=${WORKDIR}/${MY_P} LICENSE="MIT" SLOT="3" -KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ~mips ppc ppc64 ~riscv x86" +KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ppc ppc64 ~riscv x86" IUSE="+introspection" RDEPEND="x11-libs/gtk+:3[X]
[gentoo-commits] repo/gentoo:master commit in: dev-libs/libindicate/
commit: 60deb3246fa1d7a380b871115632a0c6db2544b5 Author: Andreas K. Hüttel gentoo org> AuthorDate: Sun Aug 25 15:11:30 2024 + Commit: Andreas K. Hüttel gentoo org> CommitDate: Sun Aug 25 15:23:15 2024 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=60deb324 dev-libs/libindicate: remove ~mips, library and leaf package Signed-off-by: Andreas K. Hüttel gentoo.org> dev-libs/libindicate/libindicate-12.10.1-r4.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-libs/libindicate/libindicate-12.10.1-r4.ebuild b/dev-libs/libindicate/libindicate-12.10.1-r4.ebuild index f4d947713309..eca82a53fd97 100644 --- a/dev-libs/libindicate/libindicate-12.10.1-r4.ebuild +++ b/dev-libs/libindicate/libindicate-12.10.1-r4.ebuild @@ -13,7 +13,7 @@ SRC_URI="https://launchpad.net/${PN}/${PV%.*}/${PV}/+download/${P}.tar.gz"; LICENSE="LGPL-2.1 LGPL-3" SLOT="3" -KEYWORDS="~alpha amd64 arm arm64 ~hppa ~mips ppc ppc64 ~riscv sparc x86" +KEYWORDS="~alpha amd64 arm arm64 ~hppa ppc ppc64 ~riscv sparc x86" IUSE="gtk +introspection test" RESTRICT="!test? ( test )"
[gentoo-commits] repo/gentoo:master commit in: dev-libs/libmcrypt/
commit: 1b3215d91fa796b1d22ef944486fa8c740dbf229 Author: Andreas K. Hüttel gentoo org> AuthorDate: Sun Aug 25 15:12:07 2024 + Commit: Andreas K. Hüttel gentoo org> CommitDate: Sun Aug 25 15:23:18 2024 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1b3215d9 dev-libs/libmcrypt: remove ~mips, library and leaf package Signed-off-by: Andreas K. Hüttel gentoo.org> dev-libs/libmcrypt/libmcrypt-2.5.8-r6.ebuild | 2 +- dev-libs/libmcrypt/libmcrypt-2.5.8-r7.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-libs/libmcrypt/libmcrypt-2.5.8-r6.ebuild b/dev-libs/libmcrypt/libmcrypt-2.5.8-r6.ebuild index 811df19604d7..87835daac897 100644 --- a/dev-libs/libmcrypt/libmcrypt-2.5.8-r6.ebuild +++ b/dev-libs/libmcrypt/libmcrypt-2.5.8-r6.ebuild @@ -11,7 +11,7 @@ SRC_URI="https://downloads.sourceforge.net/mcrypt/${P}.tar.gz"; LICENSE="GPL-2+ LGPL-2.1+" SLOT="0" -KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~mips ppc ppc64 ~s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos" +KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ppc ppc64 ~s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos" DOCS=( AUTHORS NEWS README THANKS TODO ChangeLog diff --git a/dev-libs/libmcrypt/libmcrypt-2.5.8-r7.ebuild b/dev-libs/libmcrypt/libmcrypt-2.5.8-r7.ebuild index 70f48ed9e326..d72f30847556 100644 --- a/dev-libs/libmcrypt/libmcrypt-2.5.8-r7.ebuild +++ b/dev-libs/libmcrypt/libmcrypt-2.5.8-r7.ebuild @@ -11,7 +11,7 @@ SRC_URI="https://downloads.sourceforge.net/mcrypt/${P}.tar.gz"; LICENSE="GPL-2+ LGPL-2.1+" SLOT="0" -KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~mips ppc ppc64 ~s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos" +KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ppc ppc64 ~s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos" DOCS=( AUTHORS NEWS README THANKS TODO ChangeLog
[gentoo-commits] repo/gentoo:master commit in: dev-libs/libunique/
commit: b34ad16457f75b214705e2830004fbcf79b462ac Author: Andreas K. Hüttel gentoo org> AuthorDate: Sun Aug 25 15:14:33 2024 + Commit: Andreas K. Hüttel gentoo org> CommitDate: Sun Aug 25 15:23:30 2024 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b34ad164 dev-libs/libunique: remove ~mips, library and leaf package Signed-off-by: Andreas K. Hüttel gentoo.org> dev-libs/libunique/libunique-1.1.6-r3.ebuild | 2 +- dev-libs/libunique/libunique-3.0.2-r2.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-libs/libunique/libunique-1.1.6-r3.ebuild b/dev-libs/libunique/libunique-1.1.6-r3.ebuild index ed73d65d71df..ce319d1af5a4 100644 --- a/dev-libs/libunique/libunique-1.1.6-r3.ebuild +++ b/dev-libs/libunique/libunique-1.1.6-r3.ebuild @@ -13,7 +13,7 @@ HOMEPAGE="https://wiki.gnome.org/Attic/LibUnique"; LICENSE="LGPL-2.1" SLOT="1" -KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~mips ppc ppc64 sparc x86 ~amd64-linux ~x86-linux" +KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ppc ppc64 sparc x86 ~amd64-linux ~x86-linux" IUSE="debug dbus +introspection" RDEPEND=" diff --git a/dev-libs/libunique/libunique-3.0.2-r2.ebuild b/dev-libs/libunique/libunique-3.0.2-r2.ebuild index 8d2bab6fbd94..cc61dcac9a2a 100644 --- a/dev-libs/libunique/libunique-3.0.2-r2.ebuild +++ b/dev-libs/libunique/libunique-3.0.2-r2.ebuild @@ -12,7 +12,7 @@ HOMEPAGE="https://wiki.gnome.org/Attic/LibUnique"; LICENSE="LGPL-2.1" SLOT="3" -KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~mips ppc ppc64 sparc x86 ~amd64-linux ~x86-linux" +KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ppc ppc64 sparc x86 ~amd64-linux ~x86-linux" IUSE="debug +introspection" RDEPEND="
[gentoo-commits] repo/gentoo:master commit in: dev-libs/liboil/
commit: 18bf87a1e204749e117b0768623c814887f76913 Author: Andreas K. Hüttel gentoo org> AuthorDate: Sun Aug 25 15:13:14 2024 + Commit: Andreas K. Hüttel gentoo org> CommitDate: Sun Aug 25 15:23:24 2024 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=18bf87a1 dev-libs/liboil: remove ~mips, library and leaf package Signed-off-by: Andreas K. Hüttel gentoo.org> dev-libs/liboil/liboil-0.3.17-r5.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-libs/liboil/liboil-0.3.17-r5.ebuild b/dev-libs/liboil/liboil-0.3.17-r5.ebuild index cc494faf3d93..9d58b155b859 100644 --- a/dev-libs/liboil/liboil-0.3.17-r5.ebuild +++ b/dev-libs/liboil/liboil-0.3.17-r5.ebuild @@ -11,7 +11,7 @@ SRC_URI="https://liboil.freedesktop.org/download/${P}.tar.gz"; LICENSE="BSD-2" SLOT="0.3" -KEYWORDS="~alpha amd64 arm ~hppa ~ia64 ~mips ppc ppc64 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x64-solaris" +KEYWORDS="~alpha amd64 arm ~hppa ~ia64 ppc ppc64 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x64-solaris" IUSE="+examples test" RESTRICT="!test? ( test )"