Skip to content

Commit

Permalink
app-misc/google-cloud-cli: add 501.0.0, drop 493.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
SuperTux88 committed Nov 18, 2024
1 parent 860fa03 commit 18c0c79
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion app-misc/google-cloud-cli/Manifest
Original file line number Diff line number Diff line change
@@ -1 +1 @@
DIST google-cloud-cli-493.0.0-linux-x86_64.tar.gz 130935698 BLAKE2B 4feff8c22ae7997b073035396243469eec4e342acf2c580c00a7394935a9f108056583199ad981ac3d24da6187ae1cfc3d687d8b4ff106bef6d9d5fcabc3c986 SHA512 23f645b747758da62b10d54d2218ded9dcb6dceded7bdb13635eac687b039915549f5f3b21de5c867512d3666437c25de5e46971f0618804fd63576076e584be
DIST google-cloud-cli-501.0.0-linux-x86_64.tar.gz 131568523 BLAKE2B 6b61b65bfecb17ef4921097a69ff54f68d8d85b69d5faed3603f818c98d2a81a8cd2d00f25d529aa25fa2744c0bbd0cde76ab05bb48833785dc2be8543850eb8 SHA512 252d43ed33028bb566fcc7c53e95859d5c07c5814414ab1136afaa0d67d01967950e059e1eee5737c98aaf3929736edee46c2f0dcb233269358ddc78aec76f6d
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

EAPI=8

PYTHON_COMPAT=( python3_{10..13} )
PYTHON_COMPAT=( python3_{10..13} python3_13t )

inherit python-single-r1

Expand Down
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
DEFINED_PHASES=install prepare setup
DEPEND=python_single_target_python3_10? ( dev-lang/python:3.10 ) python_single_target_python3_11? ( dev-lang/python:3.11 ) python_single_target_python3_12? ( dev-lang/python:3.12 ) python_single_target_python3_13? ( dev-lang/python:3.13 )
DEPEND=python_single_target_python3_10? ( dev-lang/python:3.10 ) python_single_target_python3_11? ( dev-lang/python:3.11 ) python_single_target_python3_12? ( dev-lang/python:3.12 ) python_single_target_python3_13? ( dev-lang/python:3.13 ) python_single_target_python3_13t? ( dev-lang/python:3.13t )
DESCRIPTION=Google Cloud CLI
EAPI=8
HOMEPAGE=https://cloud.google.com/sdk/
INHERIT=python-single-r1
IUSE=anthoscli python_single_target_python3_10 python_single_target_python3_11 python_single_target_python3_12 python_single_target_python3_13
IUSE=anthoscli python_single_target_python3_10 python_single_target_python3_11 python_single_target_python3_12 python_single_target_python3_13 python_single_target_python3_13t
KEYWORDS=~amd64
LICENSE=Apache-2.0
RDEPEND=python_single_target_python3_10? ( dev-lang/python:3.10 ) python_single_target_python3_11? ( dev-lang/python:3.11 ) python_single_target_python3_12? ( dev-lang/python:3.12 ) python_single_target_python3_13? ( dev-lang/python:3.13 )
REQUIRED_USE=^^ ( python_single_target_python3_10 python_single_target_python3_11 python_single_target_python3_12 python_single_target_python3_13 )
RDEPEND=python_single_target_python3_10? ( dev-lang/python:3.10 ) python_single_target_python3_11? ( dev-lang/python:3.11 ) python_single_target_python3_12? ( dev-lang/python:3.12 ) python_single_target_python3_13? ( dev-lang/python:3.13 ) python_single_target_python3_13t? ( dev-lang/python:3.13t )
REQUIRED_USE=^^ ( python_single_target_python3_10 python_single_target_python3_11 python_single_target_python3_12 python_single_target_python3_13 python_single_target_python3_13t )
SLOT=0
SRC_URI=https://dl.google.com/dl/cloudsdk/channels/rapid/downloads/google-cloud-cli-493.0.0-linux-x86_64.tar.gz
SRC_URI=https://dl.google.com/dl/cloudsdk/channels/rapid/downloads/google-cloud-cli-501.0.0-linux-x86_64.tar.gz
_eclasses_=multiprocessing 1e32df7deee68372153dca65f4a7c21f toolchain-funcs d3d42b22a610ce81c267b644bcec9b87 multilib b2a329026f2e404e9e371097dda47f96 python-utils-r1 2fee95c11e5f883024588d4837db6802 python-single-r1 47d8ac9be330c9366112b78fd4f8ce57
_md5_=264613643603f0132b31fe0561e1a7c6
_md5_=679619bc12c912e4fdbfafc0c6fa44df

0 comments on commit 18c0c79

Please sign in to comment.