2023-12-15 14:31:57 UTC

This commit is contained in:
Repository mirror & CI
2023-12-15 14:31:57 +00:00
parent 93021c5ec4
commit 4a3dbcbb2f
5 changed files with 24 additions and 26 deletions

View File

@@ -1,17 +0,0 @@
BDEPEND=test? ( ruby_targets_ruby31? ( >=dev-ruby/highline-1.6.19:*[ruby_targets_ruby31(-)] ) ) test? ( ruby_targets_ruby31? ( dev-ruby/optimist[ruby_targets_ruby31(-)] ) ) test? ( ruby_targets_ruby31? ( !!dev-ruby/hiera-eyaml:0[ruby_targets_ruby31(-)] ) ) ruby_targets_ruby31? ( test? ( dev-util/cucumber[ruby_targets_ruby31(-)] ~dev-util/aruba-0.6.2[ruby_targets_ruby31(-)] dev-ruby/hiera-eyaml-plaintext[ruby_targets_ruby31(-)] ) ) test? ( || ( app-admin/puppet-agent app-admin/puppet ) dev-tcltk/expect ) ruby_targets_ruby31? ( dev-lang/ruby:3.1 ) ruby_targets_ruby31? ( test? ( dev-ruby/rake[ruby_targets_ruby31(-)] ) ) ruby_targets_ruby31? ( virtual/rubygems[ruby_targets_ruby31(-)] ) test? ( ruby_targets_ruby31? ( virtual/rubygems[ruby_targets_ruby31(-)] ) )
DEFINED_PHASES=compile configure install prepare setup test unpack
DEPEND=ruby_targets_ruby31? ( dev-lang/ruby:3.1 ) ruby_targets_ruby31? ( virtual/rubygems[ruby_targets_ruby31(-)] )
DESCRIPTION=Encrypted YAML backend for hiera
EAPI=8
HOMEPAGE=https://github.com/voxpupuli/hiera-eyaml
INHERIT=ruby-fakegem
IUSE=test ruby_targets_ruby31 test test
KEYWORDS=~amd64 ~arm64 ~x86
LICENSE=MIT
RDEPEND=ruby_targets_ruby31? ( >=dev-ruby/highline-1.6.19:*[ruby_targets_ruby31(-)] ) ruby_targets_ruby31? ( dev-ruby/optimist[ruby_targets_ruby31(-)] ) ruby_targets_ruby31? ( !!dev-ruby/hiera-eyaml:0[ruby_targets_ruby31(-)] ) ruby_targets_ruby31? ( dev-lang/ruby:3.1 ) ruby_targets_ruby31? ( virtual/rubygems[ruby_targets_ruby31(-)] )
REQUIRED_USE=|| ( ruby_targets_ruby31 )
RESTRICT=!test? ( test ) !test? ( test )
SLOT=3
SRC_URI=https://github.com/voxpupuli/hiera-eyaml/archive/v3.3.0.tar.gz -> hiera-eyaml-3.3.0.tar.gz
_eclasses_=multilib c19072c3cd7ac5cb21de013f7e9832e0 toolchain-funcs eed10cf5e5a06916e654d31f5a1925cc ruby-utils 6c200c98361f47219e106ddc67c43a1e ruby-ng 4ef520a992dc54fdd8f49d875c1ab2c0 ruby-fakegem 5f7dd7ffeaf00a781713582bd507f80b
_md5_=395bbeba1e7e6c809c70998e97684ba0

View File

@@ -1,17 +1,17 @@
BDEPEND=test? ( ruby_targets_ruby31? ( >=dev-ruby/nokogiri-1.6.0[ruby_targets_ruby31(-)] >=dev-ruby/erubis-2.7.0[ruby_targets_ruby31(-)] >=dev-ruby/ruby_parser-3.5[ruby_targets_ruby31(-)] >=dev-ruby/haml-4.0[ruby_targets_ruby31(-)] ) ) ruby_targets_ruby31? ( test? ( dev-ruby/minitest[ruby_targets_ruby31(-)] ) ) ruby_targets_ruby31? ( dev-lang/ruby:3.1 ) ruby_targets_ruby31? ( doc? ( dev-ruby/yard[ruby_targets_ruby31(-)] ) ) ruby_targets_ruby31? ( test? ( dev-ruby/rake[ruby_targets_ruby31(-)] ) ) ruby_targets_ruby31? ( virtual/rubygems[ruby_targets_ruby31(-)] ) test? ( ruby_targets_ruby31? ( virtual/rubygems[ruby_targets_ruby31(-)] ) )
BDEPEND=test? ( ruby_targets_ruby31? ( >=dev-ruby/nokogiri-1.6.0[ruby_targets_ruby31(-)] >=dev-ruby/erubis-2.7.0[ruby_targets_ruby31(-)] >=dev-ruby/ruby_parser-3.5[ruby_targets_ruby31(-)] >=dev-ruby/haml-4.0[ruby_targets_ruby31(-)] ) ruby_targets_ruby32? ( >=dev-ruby/nokogiri-1.6.0[ruby_targets_ruby32(-)] >=dev-ruby/erubis-2.7.0[ruby_targets_ruby32(-)] >=dev-ruby/ruby_parser-3.5[ruby_targets_ruby32(-)] >=dev-ruby/haml-4.0[ruby_targets_ruby32(-)] ) ) ruby_targets_ruby31? ( test? ( dev-ruby/minitest[ruby_targets_ruby31(-)] ) ) ruby_targets_ruby32? ( test? ( dev-ruby/minitest[ruby_targets_ruby32(-)] ) ) ruby_targets_ruby31? ( dev-lang/ruby:3.1 ) ruby_targets_ruby32? ( dev-lang/ruby:3.2 ) ruby_targets_ruby31? ( doc? ( dev-ruby/yard[ruby_targets_ruby31(-)] ) ) ruby_targets_ruby32? ( doc? ( dev-ruby/yard[ruby_targets_ruby32(-)] ) ) ruby_targets_ruby31? ( test? ( dev-ruby/rake[ruby_targets_ruby31(-)] ) ) ruby_targets_ruby32? ( test? ( dev-ruby/rake[ruby_targets_ruby32(-)] ) ) ruby_targets_ruby31? ( virtual/rubygems[ruby_targets_ruby31(-)] ) ruby_targets_ruby32? ( virtual/rubygems[ruby_targets_ruby32(-)] ) test? ( ruby_targets_ruby31? ( virtual/rubygems[ruby_targets_ruby31(-)] ) ruby_targets_ruby32? ( virtual/rubygems[ruby_targets_ruby32(-)] ) )
DEFINED_PHASES=compile configure install prepare setup test unpack
DEPEND=ruby_targets_ruby31? ( dev-lang/ruby:3.1 ) ruby_targets_ruby31? ( virtual/rubygems[ruby_targets_ruby31(-)] )
DEPEND=ruby_targets_ruby31? ( dev-lang/ruby:3.1 ) ruby_targets_ruby32? ( dev-lang/ruby:3.2 ) ruby_targets_ruby31? ( virtual/rubygems[ruby_targets_ruby31(-)] ) ruby_targets_ruby32? ( virtual/rubygems[ruby_targets_ruby32(-)] )
DESCRIPTION=Convert HTML and HTML+Erb to Haml
EAPI=8
HOMEPAGE=https://github.com/haml/html2haml
INHERIT=ruby-fakegem
IUSE=test ruby_targets_ruby31 doc test test
IUSE=test ruby_targets_ruby31 ruby_targets_ruby32 doc test test
KEYWORDS=~amd64
LICENSE=MIT
RDEPEND=ruby_targets_ruby31? ( >=dev-ruby/nokogiri-1.6.0[ruby_targets_ruby31(-)] >=dev-ruby/erubis-2.7.0[ruby_targets_ruby31(-)] >=dev-ruby/ruby_parser-3.5[ruby_targets_ruby31(-)] >=dev-ruby/haml-4.0[ruby_targets_ruby31(-)] ) ruby_targets_ruby31? ( dev-lang/ruby:3.1 ) ruby_targets_ruby31? ( virtual/rubygems[ruby_targets_ruby31(-)] )
REQUIRED_USE=|| ( ruby_targets_ruby31 )
RDEPEND=ruby_targets_ruby31? ( >=dev-ruby/nokogiri-1.6.0[ruby_targets_ruby31(-)] >=dev-ruby/erubis-2.7.0[ruby_targets_ruby31(-)] >=dev-ruby/ruby_parser-3.5[ruby_targets_ruby31(-)] >=dev-ruby/haml-4.0[ruby_targets_ruby31(-)] ) ruby_targets_ruby32? ( >=dev-ruby/nokogiri-1.6.0[ruby_targets_ruby32(-)] >=dev-ruby/erubis-2.7.0[ruby_targets_ruby32(-)] >=dev-ruby/ruby_parser-3.5[ruby_targets_ruby32(-)] >=dev-ruby/haml-4.0[ruby_targets_ruby32(-)] ) ruby_targets_ruby31? ( dev-lang/ruby:3.1 ) ruby_targets_ruby32? ( dev-lang/ruby:3.2 ) ruby_targets_ruby31? ( virtual/rubygems[ruby_targets_ruby31(-)] ) ruby_targets_ruby32? ( virtual/rubygems[ruby_targets_ruby32(-)] )
REQUIRED_USE=|| ( ruby_targets_ruby31 ruby_targets_ruby32 )
RESTRICT=!test? ( test ) !test? ( test ) !test? ( test )
SLOT=0
SRC_URI=https://rubygems.org/gems/html2haml-2.3.0.gem
_eclasses_=multilib c19072c3cd7ac5cb21de013f7e9832e0 toolchain-funcs eed10cf5e5a06916e654d31f5a1925cc ruby-utils 6c200c98361f47219e106ddc67c43a1e ruby-ng 4ef520a992dc54fdd8f49d875c1ab2c0 ruby-fakegem 5f7dd7ffeaf00a781713582bd507f80b
_md5_=cb377fdfb3b43b65c24e7138a8d76fa5
_md5_=d16482e00bb5b1ee45a6c3c8fe66cb3e

View File

@@ -0,0 +1,15 @@
BDEPEND=sys-apps/help2man sys-devel/gnuconfig >=app-portage/elt-patches-20170815 || ( >=sys-devel/automake-1.16.5:1.16 ) >=sys-devel/autoconf-2.71-r5 >=sys-devel/libtool-2.4.7
DEFINED_PHASES=configure install prepare test
DEPEND=dev-libs/gmp:0 sys-libs/zlib sci-mathematics/cliquer
DESCRIPTION=Computing automorphism groups of graphs and digraphs
EAPI=8
HOMEPAGE=https://pallini.di.uniroma1.it/
INHERIT=autotools
IUSE=cpu_flags_x86_popcnt examples
KEYWORDS=~amd64 ~arm ~riscv ~x86
LICENSE=Apache-2.0
RDEPEND=dev-libs/gmp:0 sys-libs/zlib sci-mathematics/cliquer
SLOT=0
SRC_URI=https://pallini.di.uniroma1.it/nauty2_8_8.tar.gz mirror://debian/pool/main/n/nauty/nauty_2.8.8+ds-1.debian.tar.xz https://src.fedoraproject.org/rpms/nauty/raw/rawhide/f/nauty-includes.patch
_eclasses_=gnuconfig b6b3e92f8b8c996400074b5f61a59256 toolchain-funcs eed10cf5e5a06916e654d31f5a1925cc multilib c19072c3cd7ac5cb21de013f7e9832e0 libtool 9d3a9a889a6fa62ae794f817c156491b autotools 6ae9a4347149b19a112caa1182d03bde
_md5_=e396f6120f5af8e4b08e581da6626c57

View File

@@ -9852,7 +9852,7 @@ dev-ruby/hashie 5.0.0: Hashie is a small collection of tools that make hashes mo
dev-ruby/hashr 2.0.1-r1: Simple Hash extension to make working with nested hashes easier
dev-ruby/heredoc_unindent 1.2.0-r2: Removes leading whitespace from Ruby heredocs
dev-ruby/hiera 3.12.0: A simple pluggable Hierarchical Database
dev-ruby/hiera-eyaml 3.3.0-r1 3.4.0: Encrypted YAML backend for hiera
dev-ruby/hiera-eyaml 3.4.0: Encrypted YAML backend for hiera
dev-ruby/hiera-eyaml-gpg 0.7.4-r1: A GPG backend for hiera-eyaml
dev-ruby/hiera-eyaml-plaintext 0.6-r2: A plaintext backend for hiera-eyaml
dev-ruby/highline 2.1.0: Highline is a high-level command-line IO library for ruby
@@ -16265,7 +16265,7 @@ sci-mathematics/metamath 0.198: Proof verifier based on a minimalistic formalism
sci-mathematics/metamath-databases 20220303: Sample databases for Metamath
sci-mathematics/minisat 2.2.1-r1: Small yet efficient SAT solver with reference paper
sci-mathematics/msieve 1.53-r1: A C library implementing a suite of algorithms to factor large integers
sci-mathematics/nauty 2.8.6-r1: Computing automorphism groups of graphs and digraphs
sci-mathematics/nauty 2.8.6-r1 2.8.8: Computing automorphism groups of graphs and digraphs
sci-mathematics/nestedsums 1.5.2-r1: A GiNaC-based library for symbolic expansion of certain transcendental functions
sci-mathematics/normaliz 3.9.3 3.10.1: Tool for computations in affine monoids and more
sci-mathematics/num-utils 0.5-r2: A set of programs for dealing with numbers from the command line

View File

@@ -1 +1 @@
Fri, 15 Dec 2023 13:46:55 +0000
Fri, 15 Dec 2023 14:31:57 +0000