2025-05-02 15:24:34 UTC

This commit is contained in:
Repository mirror & CI
2025-05-02 15:24:34 +00:00
parent 493e03768d
commit f1812ee348
11 changed files with 138 additions and 14 deletions

View File

@@ -0,0 +1,16 @@
BDEPEND=python_targets_python3_11? ( dev-lang/python:3.11 ) python_targets_python3_12? ( dev-lang/python:3.12 ) python_targets_python3_13? ( dev-lang/python:3.13 ) >=dev-python/gpep517-16[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?] >=dev-python/setuptools-78.1.0[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?]
DEFINED_PHASES=compile configure install prepare test
DESCRIPTION=The ultimate statusline/prompt utility
EAPI=8
HOMEPAGE=https://github.com/powerline/powerline
INHERIT=distutils-r1
IUSE=python_targets_python3_11 python_targets_python3_12 python_targets_python3_13
KEYWORDS=~amd64 ~arm64 ~riscv ~x86 ~amd64-linux ~x86-linux
LICENSE=Apache-2.0
RDEPEND=python_targets_python3_11? ( dev-lang/python:3.11 ) python_targets_python3_12? ( dev-lang/python:3.12 ) python_targets_python3_13? ( dev-lang/python:3.13 )
REQUIRED_USE=|| ( python_targets_python3_11 python_targets_python3_12 python_targets_python3_13 )
RESTRICT=test
SLOT=0
SRC_URI=https://github.com/powerline/powerline/archive/refs/tags/2.8.4.tar.gz -> powerline-2.8.4.tar.gz
_eclasses_=toolchain-funcs f9d71a6efe9d083aec750dd13968e169 flag-o-matic e8de74bac929ba17427e740e95707d00 out-of-source-utils dbf9e34ee8964084651e25907fa8f52c multibuild 4650a65187015567b4e041bb9bfdb364 multilib b2a329026f2e404e9e371097dda47f96 multiprocessing 1e32df7deee68372153dca65f4a7c21f ninja-utils 2df4e452cea39a9ec8fb543ce059f8d6 python-utils-r1 de71d9571aa267f353b9e8ab4666732e python-r1 0e15b2ab9cfc87d7474678201d6bca38 distutils-r1 2a874f6b13be509cff13de8e37085386
_md5_=16c6e61201c4bb7e2dbf84e90f2a3393

View File

@@ -1,14 +1,15 @@
BDEPEND=python_targets_python3_11? ( dev-lang/python:3.11 ) python_targets_python3_12? ( dev-lang/python:3.12 ) >=dev-python/gpep517-16[python_targets_python3_11(-)?,python_targets_python3_12(-)?] >=dev-python/setuptools-78.1.0[python_targets_python3_11(-)?,python_targets_python3_12(-)?] >=dev-vcs/git-1.8.2.1[curl]
BDEPEND=python_targets_python3_11? ( dev-lang/python:3.11 ) python_targets_python3_12? ( dev-lang/python:3.12 ) python_targets_python3_13? ( dev-lang/python:3.13 ) >=dev-python/gpep517-16[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?] >=dev-python/setuptools-78.1.0[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?] >=dev-vcs/git-1.8.2.1[curl]
DEFINED_PHASES=compile configure install prepare test unpack
DESCRIPTION=The ultimate statusline/prompt utility
EAPI=8
HOMEPAGE=https://github.com/powerline/powerline
INHERIT=distutils-r1 git-r3
IUSE=python_targets_python3_11 python_targets_python3_12
IUSE=python_targets_python3_11 python_targets_python3_12 python_targets_python3_13
LICENSE=Apache-2.0
PROPERTIES=live
RDEPEND=python_targets_python3_11? ( dev-lang/python:3.11 ) python_targets_python3_12? ( dev-lang/python:3.12 )
REQUIRED_USE=|| ( python_targets_python3_11 python_targets_python3_12 )
RDEPEND=python_targets_python3_11? ( dev-lang/python:3.11 ) python_targets_python3_12? ( dev-lang/python:3.12 ) python_targets_python3_13? ( dev-lang/python:3.13 )
REQUIRED_USE=|| ( python_targets_python3_11 python_targets_python3_12 python_targets_python3_13 )
RESTRICT=test
SLOT=0
_eclasses_=toolchain-funcs f9d71a6efe9d083aec750dd13968e169 flag-o-matic e8de74bac929ba17427e740e95707d00 out-of-source-utils dbf9e34ee8964084651e25907fa8f52c multibuild 4650a65187015567b4e041bb9bfdb364 multilib b2a329026f2e404e9e371097dda47f96 multiprocessing 1e32df7deee68372153dca65f4a7c21f ninja-utils 2df4e452cea39a9ec8fb543ce059f8d6 python-utils-r1 de71d9571aa267f353b9e8ab4666732e python-r1 0e15b2ab9cfc87d7474678201d6bca38 distutils-r1 2a874f6b13be509cff13de8e37085386 git-r3 875eb471682d3e1f18da124be97dcc81
_md5_=e5fd555d058dfa2979e90baa8e9013ae
_md5_=16c6e61201c4bb7e2dbf84e90f2a3393

View File

@@ -0,0 +1,16 @@
BDEPEND=>=dev-lang/go-1.24.0 >=dev-lang/go-1.20:= app-arch/unzip virtual/pkgconfig
DEFINED_PHASES=compile install unpack
DEPEND=acct-group/kube-apiserver acct-user/kube-apiserver
DESCRIPTION=Kubernetes API server
EAPI=8
HOMEPAGE=https://kubernetes.io
INHERIT=go-module systemd
IUSE=hardened
KEYWORDS=~amd64 ~arm64
LICENSE=Apache-2.0 Apache-2.0 BSD BSD-2 ISC MIT
RDEPEND=acct-group/kube-apiserver acct-user/kube-apiserver
RESTRICT=test strip
SLOT=0
SRC_URI=https://github.com/kubernetes/kubernetes/archive/v1.33.0.tar.gz -> kubernetes-1.33.0.tar.gz
_eclasses_=multiprocessing 1e32df7deee68372153dca65f4a7c21f toolchain-funcs f9d71a6efe9d083aec750dd13968e169 flag-o-matic e8de74bac929ba17427e740e95707d00 go-env 0e2babf96e7d0b045fc07ad199eb2399 go-module 191a27261275fc3bff7dd7482361b5d6 systemd a964c0cbe818b5729da1dbfcee5be861
_md5_=34155d46c29752b68f6af71763b1f341

View File

@@ -0,0 +1,16 @@
BDEPEND=>=dev-lang/go-1.24.0 >=dev-lang/go-1.20:= app-arch/unzip virtual/pkgconfig
DEFINED_PHASES=compile install unpack
DEPEND=acct-group/kube-controller-manager acct-user/kube-controller-manager
DESCRIPTION=Kubernetes Controller Manager
EAPI=8
HOMEPAGE=https://kubernetes.io
INHERIT=go-module systemd
IUSE=hardened
KEYWORDS=~amd64 ~arm64
LICENSE=Apache-2.0 Apache-2.0 BSD BSD-2 ISC MIT
RDEPEND=acct-group/kube-controller-manager acct-user/kube-controller-manager
RESTRICT=test strip
SLOT=0
SRC_URI=https://github.com/kubernetes/kubernetes/archive/v1.33.0.tar.gz -> kubernetes-1.33.0.tar.gz
_eclasses_=multiprocessing 1e32df7deee68372153dca65f4a7c21f toolchain-funcs f9d71a6efe9d083aec750dd13968e169 flag-o-matic e8de74bac929ba17427e740e95707d00 go-env 0e2babf96e7d0b045fc07ad199eb2399 go-module 191a27261275fc3bff7dd7482361b5d6 systemd a964c0cbe818b5729da1dbfcee5be861
_md5_=e98d2f171a7a0a1a91474d68486af76b

View File

@@ -0,0 +1,15 @@
BDEPEND=>=dev-lang/go-1.24.0 >=dev-lang/go-1.20:= app-arch/unzip virtual/pkgconfig
DEFINED_PHASES=compile install unpack
DESCRIPTION=Kubernetes Proxy service
EAPI=8
HOMEPAGE=https://github.com/kubernetes/kubernetes https://kubernetes.io
INHERIT=go-module systemd
IUSE=hardened
KEYWORDS=~amd64 ~arm64
LICENSE=Apache-2.0 Apache-2.0 BSD BSD-2 ISC MIT
RDEPEND=net-firewall/conntrack-tools
RESTRICT=test strip
SLOT=0
SRC_URI=https://github.com/kubernetes/kubernetes/archive/v1.33.0.tar.gz -> kubernetes-1.33.0.tar.gz
_eclasses_=multiprocessing 1e32df7deee68372153dca65f4a7c21f toolchain-funcs f9d71a6efe9d083aec750dd13968e169 flag-o-matic e8de74bac929ba17427e740e95707d00 go-env 0e2babf96e7d0b045fc07ad199eb2399 go-module 191a27261275fc3bff7dd7482361b5d6 systemd a964c0cbe818b5729da1dbfcee5be861
_md5_=e15e82b041cebbdab5770db79f7aa3f7

View File

@@ -0,0 +1,16 @@
BDEPEND=>=dev-lang/go-1.24.0 >=dev-lang/go-1.20:= app-arch/unzip virtual/pkgconfig
DEFINED_PHASES=compile install unpack
DEPEND=acct-group/kube-scheduler acct-user/kube-scheduler
DESCRIPTION=Kubernetes Scheduler
EAPI=8
HOMEPAGE=https://kubernetes.io
INHERIT=go-module systemd
IUSE=hardened
KEYWORDS=~amd64 ~arm64
LICENSE=Apache-2.0 Apache-2.0 BSD BSD-2 ISC MIT
RDEPEND=acct-group/kube-scheduler acct-user/kube-scheduler
RESTRICT=test strip
SLOT=0
SRC_URI=https://github.com/kubernetes/kubernetes/archive/v1.33.0.tar.gz -> kubernetes-1.33.0.tar.gz
_eclasses_=multiprocessing 1e32df7deee68372153dca65f4a7c21f toolchain-funcs f9d71a6efe9d083aec750dd13968e169 flag-o-matic e8de74bac929ba17427e740e95707d00 go-env 0e2babf96e7d0b045fc07ad199eb2399 go-module 191a27261275fc3bff7dd7482361b5d6 systemd a964c0cbe818b5729da1dbfcee5be861
_md5_=c4347648900f892fda458082122c291d

View File

@@ -0,0 +1,15 @@
BDEPEND=>=dev-lang/go-1.24.0 >=dev-lang/go-1.20:= app-arch/unzip
DEFINED_PHASES=compile install unpack
DESCRIPTION=CLI to Easily bootstrap a secure Kubernetes cluster
EAPI=8
HOMEPAGE=https://kubernetes.io
INHERIT=go-module toolchain-funcs shell-completion
IUSE=hardened selinux
KEYWORDS=~amd64 ~arm64
LICENSE=Apache-2.0 Apache-2.0 BSD BSD-2 ISC MIT
RDEPEND=app-containers/cri-tools selinux? ( sec-policy/selinux-kubernetes )
RESTRICT=test strip
SLOT=0
SRC_URI=https://github.com/kubernetes/kubernetes/archive/v1.33.0.tar.gz -> kubernetes-1.33.0.tar.gz
_eclasses_=multiprocessing 1e32df7deee68372153dca65f4a7c21f toolchain-funcs f9d71a6efe9d083aec750dd13968e169 flag-o-matic e8de74bac929ba17427e740e95707d00 go-env 0e2babf96e7d0b045fc07ad199eb2399 go-module 191a27261275fc3bff7dd7482361b5d6 bash-completion-r1 767861f3744f589ee5291c1698b1c082 shell-completion 0b655d0d825e157a5e99c463bddaac16
_md5_=95f4c9512ed284ab4544b8fc2ab86c55

View File

@@ -0,0 +1,14 @@
BDEPEND=>=dev-lang/go-1.24.0 >=dev-lang/go-1.20:= app-arch/unzip
DEFINED_PHASES=compile install unpack
DESCRIPTION=CLI to run commands against Kubernetes clusters
EAPI=8
HOMEPAGE=https://kubernetes.io
INHERIT=go-module toolchain-funcs shell-completion
IUSE=hardened
KEYWORDS=~amd64 ~arm64
LICENSE=Apache-2.0 Apache-2.0 BSD BSD-2 ISC MIT
RESTRICT=test strip
SLOT=0
SRC_URI=https://github.com/kubernetes/kubernetes/archive/v1.33.0.tar.gz -> kubernetes-1.33.0.tar.gz
_eclasses_=multiprocessing 1e32df7deee68372153dca65f4a7c21f toolchain-funcs f9d71a6efe9d083aec750dd13968e169 flag-o-matic e8de74bac929ba17427e740e95707d00 go-env 0e2babf96e7d0b045fc07ad199eb2399 go-module 191a27261275fc3bff7dd7482361b5d6 bash-completion-r1 767861f3744f589ee5291c1698b1c082 shell-completion 0b655d0d825e157a5e99c463bddaac16
_md5_=a4ebec5b61f952e288211c7f6da4008c

View File

@@ -0,0 +1,15 @@
BDEPEND=>=dev-lang/go-1.24.0 >=dev-lang/go-1.20:= app-arch/unzip virtual/pkgconfig
DEFINED_PHASES=compile install unpack
DESCRIPTION=Kubernetes Node Agent
EAPI=8
HOMEPAGE=https://kubernetes.io
INHERIT=go-module systemd
IUSE=hardened selinux
KEYWORDS=~amd64 ~arm64
LICENSE=Apache-2.0 Apache-2.0 BSD BSD-2 ISC MIT
RDEPEND=selinux? ( sec-policy/selinux-kubernetes )
RESTRICT=test strip
SLOT=0
SRC_URI=https://github.com/kubernetes/kubernetes/archive/v1.33.0.tar.gz -> kubernetes-1.33.0.tar.gz
_eclasses_=multiprocessing 1e32df7deee68372153dca65f4a7c21f toolchain-funcs f9d71a6efe9d083aec750dd13968e169 flag-o-matic e8de74bac929ba17427e740e95707d00 go-env 0e2babf96e7d0b045fc07ad199eb2399 go-module 191a27261275fc3bff7dd7482361b5d6 systemd a964c0cbe818b5729da1dbfcee5be861
_md5_=de053ab0bdf355e5740d36e685fc088b

View File

@@ -3117,7 +3117,7 @@ app-shells/posh 0.14.1: Reimplementation of Bourne shell based on pdksh
app-shells/posh-dotnet 1.2.3: PowerShell tab completion and tooltip support for the dotnet CLI
app-shells/posh-git 1.1.0: A PowerShell environment for Git
app-shells/posh-z 1.1.12_p20230811: Quickly navigate the file system based on your cd history
app-shells/powerline 2.7-r3 9999: The ultimate statusline/prompt utility
app-shells/powerline 2.7-r3 2.8.4 9999: The ultimate statusline/prompt utility
app-shells/psh 1.8.1-r4: Combines the interactive nature of a Unix shell with the power of Perl
app-shells/push 3.4: A POSIX shell function to treat a variable like an array, quoting args
app-shells/pwsh 7.5.0: Cross-platform automation and configuration tool
@@ -17378,14 +17378,14 @@ sys-cluster/keepalived 2.2.7 2.2.8: A strong & robust keepalive facility to the
sys-cluster/knem 1.1.4_p20250126 9999: High-Performance Intra-Node MPI Communication
sys-cluster/kops 1.28.2 1.30.0: Kubernetes Operations
sys-cluster/kronosnet 1.19 1.19-r1 1.23 1.25: Network abstraction layer designed for High Availability use cases
sys-cluster/kube-apiserver 1.30.11 1.31.7 1.32.3: Kubernetes API server
sys-cluster/kube-controller-manager 1.30.11 1.31.7 1.32.3: Kubernetes Controller Manager
sys-cluster/kube-proxy 1.30.11 1.31.7 1.32.3: Kubernetes Proxy service
sys-cluster/kube-apiserver 1.30.11 1.31.7 1.32.3 1.33.0: Kubernetes API server
sys-cluster/kube-controller-manager 1.30.11 1.31.7 1.32.3 1.33.0: Kubernetes Controller Manager
sys-cluster/kube-proxy 1.30.11 1.31.7 1.32.3 1.33.0: Kubernetes Proxy service
sys-cluster/kube-router 1.1.1 1.2.2 1.5.0 1.6.0: A turnkey solution for Kubernetes networking
sys-cluster/kube-scheduler 1.30.11 1.31.7 1.32.3: Kubernetes Scheduler
sys-cluster/kubeadm 1.30.11 1.31.7 1.32.3: CLI to Easily bootstrap a secure Kubernetes cluster
sys-cluster/kubectl 1.30.11 1.31.7 1.32.3: CLI to run commands against Kubernetes clusters
sys-cluster/kubelet 1.30.11 1.31.7 1.32.3: Kubernetes Node Agent
sys-cluster/kube-scheduler 1.30.11 1.31.7 1.32.3 1.33.0: Kubernetes Scheduler
sys-cluster/kubeadm 1.30.11 1.31.7 1.32.3 1.33.0: CLI to Easily bootstrap a secure Kubernetes cluster
sys-cluster/kubectl 1.30.11 1.31.7 1.32.3 1.33.0: CLI to run commands against Kubernetes clusters
sys-cluster/kubelet 1.30.11 1.31.7 1.32.3 1.33.0: Kubernetes Node Agent
sys-cluster/kubeletctl 1.12 1.13: A client for kubelet
sys-cluster/kubelogin 1.31.0 1.32.3: kubectl plugin for Kubernetes OpenID Connect authentication
sys-cluster/kubeseal 0.27.2 0.27.3: Client-side utility for one-way encrypted secrets in kubernetes

View File

@@ -1 +1 @@
Fri, 02 May 2025 14:54:41 +0000
Fri, 02 May 2025 15:24:34 +0000