mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-21 04:53:07 -04:00
2024-12-12 13:18:22 UTC
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
DEFINED_PHASES=compile install setup
|
||||
DEPEND=llvm_slot_17? ( sys-devel/clang:= sys-devel/llvm:= ) llvm_slot_18? ( sys-devel/clang:= sys-devel/llvm:= )
|
||||
DEPEND=llvm_slot_17? ( llvm-core/clang:= llvm-core/llvm:= ) llvm_slot_18? ( llvm-core/clang:= llvm-core/llvm:= )
|
||||
DESCRIPTION=The Data-Oriented Language for Sane Software Development.
|
||||
EAPI=8
|
||||
HOMEPAGE=https://odin-lang.org/
|
||||
@@ -7,9 +7,9 @@ INHERIT=llvm-r1
|
||||
IUSE=+llvm_slot_18 llvm_slot_17
|
||||
KEYWORDS=~amd64
|
||||
LICENSE=BSD
|
||||
RDEPEND=llvm_slot_17? ( sys-devel/clang:= sys-devel/llvm:= ) llvm_slot_18? ( sys-devel/clang:= sys-devel/llvm:= )
|
||||
RDEPEND=llvm_slot_17? ( llvm-core/clang:= llvm-core/llvm:= ) llvm_slot_18? ( llvm-core/clang:= llvm-core/llvm:= )
|
||||
REQUIRED_USE=^^ ( llvm_slot_17 llvm_slot_18 )
|
||||
SLOT=0
|
||||
SRC_URI=https://github.com/odin-lang/Odin/archive/refs/tags/dev-2024-08.tar.gz
|
||||
_eclasses_=llvm-utils c989cff79c0976415f459e367a83dff9 llvm-r1 82e169a45855e1a973292c8208318140
|
||||
_md5_=134c5888a4b705de238dfc542b9aef5c
|
||||
_md5_=2066386b0ff0646370450e8bf1ac5e2a
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
DEFINED_PHASES=compile install setup
|
||||
DEPEND=llvm_slot_17? ( sys-devel/clang:= sys-devel/llvm:= ) llvm_slot_18? ( sys-devel/clang:= sys-devel/llvm:= )
|
||||
DEPEND=llvm_slot_17? ( llvm-core/clang:= llvm-core/llvm:= ) llvm_slot_18? ( llvm-core/clang:= llvm-core/llvm:= )
|
||||
DESCRIPTION=The Data-Oriented Language for Sane Software Development.
|
||||
EAPI=8
|
||||
HOMEPAGE=https://odin-lang.org/
|
||||
@@ -7,9 +7,9 @@ INHERIT=llvm-r1
|
||||
IUSE=+llvm_slot_18 llvm_slot_17
|
||||
KEYWORDS=~amd64
|
||||
LICENSE=BSD
|
||||
RDEPEND=llvm_slot_17? ( sys-devel/clang:= sys-devel/llvm:= ) llvm_slot_18? ( sys-devel/clang:= sys-devel/llvm:= )
|
||||
RDEPEND=llvm_slot_17? ( llvm-core/clang:= llvm-core/llvm:= ) llvm_slot_18? ( llvm-core/clang:= llvm-core/llvm:= )
|
||||
REQUIRED_USE=^^ ( llvm_slot_17 llvm_slot_18 )
|
||||
SLOT=0
|
||||
SRC_URI=https://github.com/odin-lang/Odin/archive/refs/tags/dev-2024-09.tar.gz
|
||||
_eclasses_=llvm-utils c989cff79c0976415f459e367a83dff9 llvm-r1 82e169a45855e1a973292c8208318140
|
||||
_md5_=134c5888a4b705de238dfc542b9aef5c
|
||||
_md5_=2066386b0ff0646370450e8bf1ac5e2a
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
BDEPEND=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 ) >=dev-build/cmake-3.24.2 >=dev-build/ninja-1.11 >=dev-db/sqlite-3 >=dev-libs/icu-69 >=dev-libs/libedit-20221030 >=dev-libs/libxml2-2.11.5 >=dev-util/patchelf-0.18 >=dev-vcs/git-2.39 >=sys-apps/coreutils-9 >=sys-devel/clang-15 >=sys-devel/lld-15 >=sys-libs/ncurses-6 >=sys-libs/zlib-1.3 dev-lang/python python_single_target_python3_12? ( dev-python/setuptools[python_targets_python3_12(-)] ) python_single_target_python3_13? ( dev-python/setuptools[python_targets_python3_13(-)] )
|
||||
BDEPEND=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 ) >=dev-build/cmake-3.24.2 >=dev-build/ninja-1.11 >=dev-db/sqlite-3 >=dev-libs/icu-69 >=dev-libs/libedit-20221030 >=dev-libs/libxml2-2.11.5 >=dev-util/patchelf-0.18 >=dev-vcs/git-2.39 >=sys-apps/coreutils-9 >=llvm-core/clang-15 >=llvm-core/lld-15 >=sys-libs/ncurses-6 >=sys-libs/zlib-1.3 dev-lang/python python_single_target_python3_12? ( dev-python/setuptools[python_targets_python3_12(-)] ) python_single_target_python3_13? ( dev-python/setuptools[python_targets_python3_13(-)] )
|
||||
DEFINED_PHASES=compile configure install setup unpack
|
||||
DESCRIPTION=A high-level, general-purpose, multi-paradigm, compiled programming language
|
||||
EAPI=8
|
||||
@@ -7,10 +7,10 @@ INHERIT=python-single-r1
|
||||
IUSE=python_single_target_python3_10 python_single_target_python3_11 python_single_target_python3_12 python_single_target_python3_13
|
||||
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 ) >=dev-db/sqlite-3 >=dev-libs/icu-69 >=dev-libs/libedit-20221030 >=dev-libs/libxml2-2.11.5 >=net-misc/curl-8.4 >=sys-devel/lld-15 >=sys-libs/ncurses-6 >=sys-libs/zlib-1.3 dev-lang/python
|
||||
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 ) >=dev-db/sqlite-3 >=dev-libs/icu-69 >=dev-libs/libedit-20221030 >=dev-libs/libxml2-2.11.5 >=net-misc/curl-8.4 >=llvm-core/lld-15 >=sys-libs/ncurses-6 >=sys-libs/zlib-1.3 dev-lang/python
|
||||
REQUIRED_USE=^^ ( python_single_target_python3_10 python_single_target_python3_11 python_single_target_python3_12 python_single_target_python3_13 )
|
||||
RESTRICT=strip
|
||||
SLOT=0
|
||||
SRC_URI=https://github.com/apple/swift-argument-parser/archive/refs/tags/1.2.3.tar.gz -> swift-argument-parser-1.2.3.tar.gz https://github.com/apple/swift-asn1/archive/refs/tags/1.0.0.tar.gz -> swift-asn1-1.0.0.tar.gz https://github.com/apple/swift-atomics/archive/refs/tags/1.0.2.tar.gz -> swift-atomics-1.0.2.tar.gz https://github.com/apple/swift-certificates/archive/refs/tags/1.0.1.tar.gz -> swift-certificates-1.0.1.tar.gz https://github.com/apple/swift-collections/archive/refs/tags/1.0.5.tar.gz -> swift-collections-1.0.5.tar.gz https://github.com/apple/swift-crypto/archive/refs/tags/3.0.0.tar.gz -> swift-crypto-3.0.0.tar.gz https://github.com/apple/swift-nio-ssl/archive/refs/tags/2.15.0.tar.gz -> swift-nio-ssl-2.15.0.tar.gz https://github.com/apple/swift-nio/archive/refs/tags/2.31.2.tar.gz -> swift-nio-2.31.2.tar.gz https://github.com/apple/swift-numerics/archive/refs/tags/1.0.1.tar.gz -> swift-numerics-1.0.1.tar.gz https://github.com/apple/swift-system/archive/refs/tags/1.1.1.tar.gz -> swift-system-1.1.1.tar.gz https://github.com/apple/swift-xcode-playground-support/archive/refs/tags/swift-5.10.1-RELEASE.tar.gz -> swift-xcode-playground-support-5.10.1.tar.gz https://github.com/jpsim/Yams/archive/refs/tags/5.0.1.tar.gz -> Yams-5.0.1.tar.gz https://github.com/swiftlang/indexstore-db/archive/refs/tags/swift-5.10.1-RELEASE.tar.gz -> indexstore-db-5.10.1.tar.gz https://github.com/swiftlang/llvm-project/archive/refs/tags/swift-5.10.1-RELEASE.tar.gz -> llvm-project-5.10.1.tar.gz https://github.com/swiftlang/sourcekit-lsp/archive/refs/tags/swift-5.10.1-RELEASE.tar.gz -> sourcekit-lsp-5.10.1.tar.gz https://github.com/swiftlang/swift-cmark/archive/refs/tags/swift-5.10.1-RELEASE.tar.gz -> swift-cmark-5.10.1.tar.gz https://github.com/swiftlang/swift-corelibs-foundation/archive/refs/tags/swift-5.10.1-RELEASE.tar.gz -> swift-corelibs-foundation-5.10.1.tar.gz https://github.com/swiftlang/swift-corelibs-libdispatch/archive/refs/tags/swift-5.10.1-RELEASE.tar.gz -> swift-corelibs-libdispatch-5.10.1.tar.gz https://github.com/swiftlang/swift-corelibs-xctest/archive/refs/tags/swift-5.10.1-RELEASE.tar.gz -> swift-corelibs-xctest-5.10.1.tar.gz https://github.com/swiftlang/swift-docc-render-artifact/archive/refs/tags/swift-5.10.1-RELEASE.tar.gz -> swift-docc-render-artifact-5.10.1.tar.gz https://github.com/swiftlang/swift-docc-symbolkit/archive/refs/tags/swift-5.10.1-RELEASE.tar.gz -> swift-docc-symbolkit-5.10.1.tar.gz https://github.com/swiftlang/swift-docc/archive/refs/tags/swift-5.10.1-RELEASE.tar.gz -> swift-docc-5.10.1.tar.gz https://github.com/swiftlang/swift-driver/archive/refs/tags/swift-5.10.1-RELEASE.tar.gz -> swift-driver-5.10.1.tar.gz https://github.com/swiftlang/swift-experimental-string-processing/archive/refs/tags/swift-5.10.1-RELEASE.tar.gz -> swift-experimental-string-processing-5.10.1.tar.gz https://github.com/swiftlang/swift-format/archive/refs/tags/swift-5.10.1-RELEASE.tar.gz -> swift-format-5.10.1.tar.gz https://github.com/swiftlang/swift-installer-scripts/archive/refs/tags/swift-5.10.1-RELEASE.tar.gz -> swift-installer-scripts-5.10.1.tar.gz https://github.com/swiftlang/swift-integration-tests/archive/refs/tags/swift-5.10.1-RELEASE.tar.gz -> swift-integration-tests-5.10.1.tar.gz https://github.com/swiftlang/swift-llbuild/archive/refs/tags/swift-5.10.1-RELEASE.tar.gz -> swift-llbuild-5.10.1.tar.gz https://github.com/swiftlang/swift-llvm-bindings/archive/refs/tags/swift-5.10.1-RELEASE.tar.gz -> swift-llvm-bindings-5.10.1.tar.gz https://github.com/swiftlang/swift-lmdb/archive/refs/tags/swift-5.10.1-RELEASE.tar.gz -> swift-lmdb-5.10.1.tar.gz https://github.com/swiftlang/swift-markdown/archive/refs/tags/swift-5.10.1-RELEASE.tar.gz -> swift-markdown-5.10.1.tar.gz https://github.com/swiftlang/swift-package-manager/archive/refs/tags/swift-5.10.1-RELEASE.tar.gz -> swift-package-manager-5.10.1.tar.gz https://github.com/swiftlang/swift-stress-tester/archive/refs/tags/swift-5.10.1-RELEASE.tar.gz -> swift-stress-tester-5.10.1.tar.gz https://github.com/swiftlang/swift-syntax/archive/refs/tags/swift-5.10.1-RELEASE.tar.gz -> swift-syntax-5.10.1.tar.gz https://github.com/swiftlang/swift-tools-support-core/archive/refs/tags/swift-5.10.1-RELEASE.tar.gz -> swift-tools-support-core-5.10.1.tar.gz https://github.com/swiftlang/swift/archive/refs/tags/swift-5.10.1-RELEASE.tar.gz -> swift-5.10.1.tar.gz
|
||||
_eclasses_=multiprocessing 1e32df7deee68372153dca65f4a7c21f toolchain-funcs fa554cc3cff825d21dfe3f24841e29cf multilib b2a329026f2e404e9e371097dda47f96 python-utils-r1 42c5abe4a656a4993a06a4fc61dbdd12 python-single-r1 47d8ac9be330c9366112b78fd4f8ce57
|
||||
_md5_=08033c3d79f34bc1e097cce37bdddec0
|
||||
_md5_=7ee221e79d9d4cd7433cd553ee5b2fa0
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
BDEPEND=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 ) >=dev-build/cmake-3.24.2 >=dev-build/ninja-1.11 >=dev-db/sqlite-3 >=dev-libs/icu-69 >=dev-libs/libedit-20221030 >=dev-libs/libxml2-2.11.5 >=dev-vcs/git-2.39 >=sys-apps/coreutils-9 >=sys-libs/ncurses-6 >=sys-libs/zlib-1.3 llvm_slot_15? ( sys-devel/clang:15= sys-devel/lld:15= ) llvm_slot_16? ( sys-devel/clang:16= sys-devel/lld:16= ) llvm_slot_17? ( sys-devel/clang:17= sys-devel/lld:17= ) llvm_slot_18? ( sys-devel/clang:18= sys-devel/lld:18= ) dev-lang/python python_single_target_python3_12? ( dev-python/setuptools[python_targets_python3_12(-)] ) python_single_target_python3_13? ( dev-python/setuptools[python_targets_python3_13(-)] )
|
||||
BDEPEND=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 ) >=dev-build/cmake-3.24.2 >=dev-build/ninja-1.11 >=dev-db/sqlite-3 >=dev-libs/icu-69 >=dev-libs/libedit-20221030 >=dev-libs/libxml2-2.11.5 >=dev-vcs/git-2.39 >=sys-apps/coreutils-9 >=sys-libs/ncurses-6 >=sys-libs/zlib-1.3 llvm_slot_15? ( llvm-core/clang:15= llvm-core/lld:15= ) llvm_slot_16? ( llvm-core/clang:16= llvm-core/lld:16= ) llvm_slot_17? ( llvm-core/clang:17= llvm-core/lld:17= ) llvm_slot_18? ( llvm-core/clang:18= llvm-core/lld:18= ) dev-lang/python python_single_target_python3_12? ( dev-python/setuptools[python_targets_python3_12(-)] ) python_single_target_python3_13? ( dev-python/setuptools[python_targets_python3_13(-)] )
|
||||
DEFINED_PHASES=compile install postinst postrm setup unpack
|
||||
DESCRIPTION=A high-level, general-purpose, multi-paradigm, compiled programming language
|
||||
EAPI=8
|
||||
@@ -7,10 +7,10 @@ INHERIT=llvm-r1 python-single-r1
|
||||
IUSE=+llvm_slot_18 llvm_slot_15 llvm_slot_16 llvm_slot_17 python_single_target_python3_10 python_single_target_python3_11 python_single_target_python3_12 python_single_target_python3_13
|
||||
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 ) >=app-eselect/eselect-swift-1.0 >=dev-db/sqlite-3 >=dev-libs/icu-69 >=dev-libs/libedit-20221030 >=dev-libs/libxml2-2.11.5 >=net-misc/curl-8.4 >=sys-libs/ncurses-6 >=sys-libs/zlib-1.3 dev-lang/python llvm_slot_15? ( sys-devel/lld:15= ) llvm_slot_16? ( sys-devel/lld:16= ) llvm_slot_17? ( sys-devel/lld:17= ) llvm_slot_18? ( sys-devel/lld:18= )
|
||||
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 ) >=app-eselect/eselect-swift-1.0 >=dev-db/sqlite-3 >=dev-libs/icu-69 >=dev-libs/libedit-20221030 >=dev-libs/libxml2-2.11.5 >=net-misc/curl-8.4 >=sys-libs/ncurses-6 >=sys-libs/zlib-1.3 dev-lang/python llvm_slot_15? ( llvm-core/lld:15= ) llvm_slot_16? ( llvm-core/lld:16= ) llvm_slot_17? ( llvm-core/lld:17= ) llvm_slot_18? ( llvm-core/lld:18= )
|
||||
REQUIRED_USE=^^ ( python_single_target_python3_10 python_single_target_python3_11 python_single_target_python3_12 python_single_target_python3_13 ) ^^ ( llvm_slot_15 llvm_slot_16 llvm_slot_17 llvm_slot_18 )
|
||||
RESTRICT=strip
|
||||
SLOT=5/10
|
||||
SRC_URI=https://github.com/apple/swift-argument-parser/archive/refs/tags/1.2.3.tar.gz -> swift-argument-parser-1.2.3.tar.gz https://github.com/apple/swift-asn1/archive/refs/tags/1.0.0.tar.gz -> swift-asn1-1.0.0.tar.gz https://github.com/apple/swift-atomics/archive/refs/tags/1.0.2.tar.gz -> swift-atomics-1.0.2.tar.gz https://github.com/apple/swift-certificates/archive/refs/tags/1.0.1.tar.gz -> swift-certificates-1.0.1.tar.gz https://github.com/apple/swift-collections/archive/refs/tags/1.0.5.tar.gz -> swift-collections-1.0.5.tar.gz https://github.com/apple/swift-crypto/archive/refs/tags/3.0.0.tar.gz -> swift-crypto-3.0.0.tar.gz https://github.com/apple/swift-nio-ssl/archive/refs/tags/2.15.0.tar.gz -> swift-nio-ssl-2.15.0.tar.gz https://github.com/apple/swift-nio/archive/refs/tags/2.31.2.tar.gz -> swift-nio-2.31.2.tar.gz https://github.com/apple/swift-numerics/archive/refs/tags/1.0.1.tar.gz -> swift-numerics-1.0.1.tar.gz https://github.com/apple/swift-system/archive/refs/tags/1.1.1.tar.gz -> swift-system-1.1.1.tar.gz https://github.com/apple/swift-xcode-playground-support/archive/refs/tags/swift-5.10.1-RELEASE.tar.gz -> swift-xcode-playground-support-5.10.1.tar.gz https://github.com/jpsim/Yams/archive/refs/tags/5.0.1.tar.gz -> Yams-5.0.1.tar.gz https://github.com/swiftlang/indexstore-db/archive/refs/tags/swift-5.10.1-RELEASE.tar.gz -> indexstore-db-5.10.1.tar.gz https://github.com/swiftlang/llvm-project/archive/refs/tags/swift-5.10.1-RELEASE.tar.gz -> llvm-project-5.10.1.tar.gz https://github.com/swiftlang/sourcekit-lsp/archive/refs/tags/swift-5.10.1-RELEASE.tar.gz -> sourcekit-lsp-5.10.1.tar.gz https://github.com/swiftlang/swift-cmark/archive/refs/tags/swift-5.10.1-RELEASE.tar.gz -> swift-cmark-5.10.1.tar.gz https://github.com/swiftlang/swift-corelibs-foundation/archive/refs/tags/swift-5.10.1-RELEASE.tar.gz -> swift-corelibs-foundation-5.10.1.tar.gz https://github.com/swiftlang/swift-corelibs-libdispatch/archive/refs/tags/swift-5.10.1-RELEASE.tar.gz -> swift-corelibs-libdispatch-5.10.1.tar.gz https://github.com/swiftlang/swift-corelibs-xctest/archive/refs/tags/swift-5.10.1-RELEASE.tar.gz -> swift-corelibs-xctest-5.10.1.tar.gz https://github.com/swiftlang/swift-docc-render-artifact/archive/refs/tags/swift-5.10.1-RELEASE.tar.gz -> swift-docc-render-artifact-5.10.1.tar.gz https://github.com/swiftlang/swift-docc-symbolkit/archive/refs/tags/swift-5.10.1-RELEASE.tar.gz -> swift-docc-symbolkit-5.10.1.tar.gz https://github.com/swiftlang/swift-docc/archive/refs/tags/swift-5.10.1-RELEASE.tar.gz -> swift-docc-5.10.1.tar.gz https://github.com/swiftlang/swift-driver/archive/refs/tags/swift-5.10.1-RELEASE.tar.gz -> swift-driver-5.10.1.tar.gz https://github.com/swiftlang/swift-experimental-string-processing/archive/refs/tags/swift-5.10.1-RELEASE.tar.gz -> swift-experimental-string-processing-5.10.1.tar.gz https://github.com/swiftlang/swift-format/archive/refs/tags/swift-5.10.1-RELEASE.tar.gz -> swift-format-5.10.1.tar.gz https://github.com/swiftlang/swift-installer-scripts/archive/refs/tags/swift-5.10.1-RELEASE.tar.gz -> swift-installer-scripts-5.10.1.tar.gz https://github.com/swiftlang/swift-integration-tests/archive/refs/tags/swift-5.10.1-RELEASE.tar.gz -> swift-integration-tests-5.10.1.tar.gz https://github.com/swiftlang/swift-llbuild/archive/refs/tags/swift-5.10.1-RELEASE.tar.gz -> swift-llbuild-5.10.1.tar.gz https://github.com/swiftlang/swift-llvm-bindings/archive/refs/tags/swift-5.10.1-RELEASE.tar.gz -> swift-llvm-bindings-5.10.1.tar.gz https://github.com/swiftlang/swift-lmdb/archive/refs/tags/swift-5.10.1-RELEASE.tar.gz -> swift-lmdb-5.10.1.tar.gz https://github.com/swiftlang/swift-markdown/archive/refs/tags/swift-5.10.1-RELEASE.tar.gz -> swift-markdown-5.10.1.tar.gz https://github.com/swiftlang/swift-package-manager/archive/refs/tags/swift-5.10.1-RELEASE.tar.gz -> swift-package-manager-5.10.1.tar.gz https://github.com/swiftlang/swift-stress-tester/archive/refs/tags/swift-5.10.1-RELEASE.tar.gz -> swift-stress-tester-5.10.1.tar.gz https://github.com/swiftlang/swift-syntax/archive/refs/tags/swift-5.10.1-RELEASE.tar.gz -> swift-syntax-5.10.1.tar.gz https://github.com/swiftlang/swift-tools-support-core/archive/refs/tags/swift-5.10.1-RELEASE.tar.gz -> swift-tools-support-core-5.10.1.tar.gz https://github.com/swiftlang/swift/archive/refs/tags/swift-5.10.1-RELEASE.tar.gz -> swift-5.10.1.tar.gz
|
||||
_eclasses_=llvm-utils c989cff79c0976415f459e367a83dff9 llvm-r1 82e169a45855e1a973292c8208318140 multiprocessing 1e32df7deee68372153dca65f4a7c21f toolchain-funcs fa554cc3cff825d21dfe3f24841e29cf multilib b2a329026f2e404e9e371097dda47f96 python-utils-r1 42c5abe4a656a4993a06a4fc61dbdd12 python-single-r1 47d8ac9be330c9366112b78fd4f8ce57
|
||||
_md5_=87bdb2569b22c37f53f4d2055377d4fc
|
||||
_md5_=d47c9917e5bdf9fae48143ae2b66351e
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
BDEPEND=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 ) >=dev-build/cmake-3.24.2 >=dev-build/ninja-1.11 >=dev-db/sqlite-3 >=dev-libs/icu-69 >=dev-libs/libedit-20221030 >=dev-libs/libxml2-2.11.5 >=dev-vcs/git-2.39 >=sys-apps/coreutils-9 >=sys-libs/ncurses-6 >=sys-libs/zlib-1.3 llvm_slot_15? ( sys-devel/clang:15= sys-devel/lld:15= ) llvm_slot_16? ( sys-devel/clang:16= sys-devel/lld:16= ) llvm_slot_17? ( sys-devel/clang:17= sys-devel/lld:17= ) llvm_slot_18? ( sys-devel/clang:18= sys-devel/lld:18= ) dev-lang/python python_single_target_python3_12? ( dev-python/setuptools[python_targets_python3_12(-)] ) python_single_target_python3_13? ( dev-python/setuptools[python_targets_python3_13(-)] )
|
||||
BDEPEND=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 ) >=dev-build/cmake-3.24.2 >=dev-build/ninja-1.11 >=dev-db/sqlite-3 >=dev-libs/icu-69 >=dev-libs/libedit-20221030 >=dev-libs/libxml2-2.11.5 >=dev-vcs/git-2.39 >=sys-apps/coreutils-9 >=sys-libs/ncurses-6 >=sys-libs/zlib-1.3 llvm_slot_15? ( llvm-core/clang:15= llvm-core/lld:15= ) llvm_slot_16? ( llvm-core/clang:16= llvm-core/lld:16= ) llvm_slot_17? ( llvm-core/clang:17= llvm-core/lld:17= ) llvm_slot_18? ( llvm-core/clang:18= llvm-core/lld:18= ) dev-lang/python python_single_target_python3_12? ( dev-python/setuptools[python_targets_python3_12(-)] ) python_single_target_python3_13? ( dev-python/setuptools[python_targets_python3_13(-)] )
|
||||
DEFINED_PHASES=compile install postinst postrm setup unpack
|
||||
DESCRIPTION=A high-level, general-purpose, multi-paradigm, compiled programming language
|
||||
EAPI=8
|
||||
@@ -7,10 +7,10 @@ INHERIT=llvm-r1 python-single-r1
|
||||
IUSE=+llvm_slot_18 llvm_slot_15 llvm_slot_16 llvm_slot_17 python_single_target_python3_10 python_single_target_python3_11 python_single_target_python3_12 python_single_target_python3_13
|
||||
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 ) >=app-eselect/eselect-swift-1.0 >=dev-db/sqlite-3 >=dev-libs/icu-69 >=dev-libs/libedit-20221030 >=dev-libs/libxml2-2.11.5 >=net-misc/curl-8.4 >=sys-libs/ncurses-6 >=sys-libs/zlib-1.3 dev-lang/python llvm_slot_15? ( sys-devel/lld:15= ) llvm_slot_16? ( sys-devel/lld:16= ) llvm_slot_17? ( sys-devel/lld:17= ) llvm_slot_18? ( sys-devel/lld:18= )
|
||||
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 ) >=app-eselect/eselect-swift-1.0 >=dev-db/sqlite-3 >=dev-libs/icu-69 >=dev-libs/libedit-20221030 >=dev-libs/libxml2-2.11.5 >=net-misc/curl-8.4 >=sys-libs/ncurses-6 >=sys-libs/zlib-1.3 dev-lang/python llvm_slot_15? ( llvm-core/lld:15= ) llvm_slot_16? ( llvm-core/lld:16= ) llvm_slot_17? ( llvm-core/lld:17= ) llvm_slot_18? ( llvm-core/lld:18= )
|
||||
REQUIRED_USE=^^ ( python_single_target_python3_10 python_single_target_python3_11 python_single_target_python3_12 python_single_target_python3_13 ) ^^ ( llvm_slot_15 llvm_slot_16 llvm_slot_17 llvm_slot_18 )
|
||||
RESTRICT=strip
|
||||
SLOT=5/10
|
||||
SRC_URI=https://github.com/apple/swift-argument-parser/archive/refs/tags/1.2.3.tar.gz -> swift-argument-parser-1.2.3.tar.gz https://github.com/apple/swift-asn1/archive/refs/tags/1.0.0.tar.gz -> swift-asn1-1.0.0.tar.gz https://github.com/apple/swift-atomics/archive/refs/tags/1.0.2.tar.gz -> swift-atomics-1.0.2.tar.gz https://github.com/apple/swift-certificates/archive/refs/tags/1.0.1.tar.gz -> swift-certificates-1.0.1.tar.gz https://github.com/apple/swift-collections/archive/refs/tags/1.0.5.tar.gz -> swift-collections-1.0.5.tar.gz https://github.com/apple/swift-crypto/archive/refs/tags/3.0.0.tar.gz -> swift-crypto-3.0.0.tar.gz https://github.com/apple/swift-nio-ssl/archive/refs/tags/2.15.0.tar.gz -> swift-nio-ssl-2.15.0.tar.gz https://github.com/apple/swift-nio/archive/refs/tags/2.31.2.tar.gz -> swift-nio-2.31.2.tar.gz https://github.com/apple/swift-numerics/archive/refs/tags/1.0.1.tar.gz -> swift-numerics-1.0.1.tar.gz https://github.com/apple/swift-system/archive/refs/tags/1.1.1.tar.gz -> swift-system-1.1.1.tar.gz https://github.com/apple/swift-xcode-playground-support/archive/refs/tags/swift-5.10.1-RELEASE.tar.gz -> swift-xcode-playground-support-5.10.1.tar.gz https://github.com/jpsim/Yams/archive/refs/tags/5.0.1.tar.gz -> Yams-5.0.1.tar.gz https://github.com/swiftlang/indexstore-db/archive/refs/tags/swift-5.10.1-RELEASE.tar.gz -> indexstore-db-5.10.1.tar.gz https://github.com/swiftlang/llvm-project/archive/refs/tags/swift-5.10.1-RELEASE.tar.gz -> llvm-project-5.10.1.tar.gz https://github.com/swiftlang/sourcekit-lsp/archive/refs/tags/swift-5.10.1-RELEASE.tar.gz -> sourcekit-lsp-5.10.1.tar.gz https://github.com/swiftlang/swift-cmark/archive/refs/tags/swift-5.10.1-RELEASE.tar.gz -> swift-cmark-5.10.1.tar.gz https://github.com/swiftlang/swift-corelibs-foundation/archive/refs/tags/swift-5.10.1-RELEASE.tar.gz -> swift-corelibs-foundation-5.10.1.tar.gz https://github.com/swiftlang/swift-corelibs-libdispatch/archive/refs/tags/swift-5.10.1-RELEASE.tar.gz -> swift-corelibs-libdispatch-5.10.1.tar.gz https://github.com/swiftlang/swift-corelibs-xctest/archive/refs/tags/swift-5.10.1-RELEASE.tar.gz -> swift-corelibs-xctest-5.10.1.tar.gz https://github.com/swiftlang/swift-docc-render-artifact/archive/refs/tags/swift-5.10.1-RELEASE.tar.gz -> swift-docc-render-artifact-5.10.1.tar.gz https://github.com/swiftlang/swift-docc-symbolkit/archive/refs/tags/swift-5.10.1-RELEASE.tar.gz -> swift-docc-symbolkit-5.10.1.tar.gz https://github.com/swiftlang/swift-docc/archive/refs/tags/swift-5.10.1-RELEASE.tar.gz -> swift-docc-5.10.1.tar.gz https://github.com/swiftlang/swift-driver/archive/refs/tags/swift-5.10.1-RELEASE.tar.gz -> swift-driver-5.10.1.tar.gz https://github.com/swiftlang/swift-experimental-string-processing/archive/refs/tags/swift-5.10.1-RELEASE.tar.gz -> swift-experimental-string-processing-5.10.1.tar.gz https://github.com/swiftlang/swift-format/archive/refs/tags/swift-5.10.1-RELEASE.tar.gz -> swift-format-5.10.1.tar.gz https://github.com/swiftlang/swift-installer-scripts/archive/refs/tags/swift-5.10.1-RELEASE.tar.gz -> swift-installer-scripts-5.10.1.tar.gz https://github.com/swiftlang/swift-integration-tests/archive/refs/tags/swift-5.10.1-RELEASE.tar.gz -> swift-integration-tests-5.10.1.tar.gz https://github.com/swiftlang/swift-llbuild/archive/refs/tags/swift-5.10.1-RELEASE.tar.gz -> swift-llbuild-5.10.1.tar.gz https://github.com/swiftlang/swift-llvm-bindings/archive/refs/tags/swift-5.10.1-RELEASE.tar.gz -> swift-llvm-bindings-5.10.1.tar.gz https://github.com/swiftlang/swift-lmdb/archive/refs/tags/swift-5.10.1-RELEASE.tar.gz -> swift-lmdb-5.10.1.tar.gz https://github.com/swiftlang/swift-markdown/archive/refs/tags/swift-5.10.1-RELEASE.tar.gz -> swift-markdown-5.10.1.tar.gz https://github.com/swiftlang/swift-package-manager/archive/refs/tags/swift-5.10.1-RELEASE.tar.gz -> swift-package-manager-5.10.1.tar.gz https://github.com/swiftlang/swift-stress-tester/archive/refs/tags/swift-5.10.1-RELEASE.tar.gz -> swift-stress-tester-5.10.1.tar.gz https://github.com/swiftlang/swift-syntax/archive/refs/tags/swift-5.10.1-RELEASE.tar.gz -> swift-syntax-5.10.1.tar.gz https://github.com/swiftlang/swift-tools-support-core/archive/refs/tags/swift-5.10.1-RELEASE.tar.gz -> swift-tools-support-core-5.10.1.tar.gz https://github.com/swiftlang/swift/archive/refs/tags/swift-5.10.1-RELEASE.tar.gz -> swift-5.10.1.tar.gz
|
||||
_eclasses_=llvm-utils c989cff79c0976415f459e367a83dff9 llvm-r1 82e169a45855e1a973292c8208318140 multiprocessing 1e32df7deee68372153dca65f4a7c21f toolchain-funcs fa554cc3cff825d21dfe3f24841e29cf multilib b2a329026f2e404e9e371097dda47f96 python-utils-r1 42c5abe4a656a4993a06a4fc61dbdd12 python-single-r1 47d8ac9be330c9366112b78fd4f8ce57
|
||||
_md5_=4bda93301c485654b4790c8c2643eb89
|
||||
_md5_=c76f27cb7656a4551b2f493c523fb3d9
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
BDEPEND=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 ) >=dev-build/cmake-3.24.2 >=dev-build/ninja-1.11.1 >=dev-db/sqlite-3 >=dev-libs/icu-69 >=dev-libs/libedit-20221030 >=dev-libs/libxml2-2.11.5 >=dev-util/patchelf-0.18 >=dev-vcs/git-2.39 >=sys-apps/coreutils-9 >=sys-libs/ncurses-6 >=sys-libs/zlib-1.3 || ( <dev-lang/swift-6.0.1:* >dev-lang/swift-6.0.1:* ) llvm_slot_15? ( sys-devel/clang:15= sys-devel/lld:15= ) llvm_slot_16? ( sys-devel/clang:16= sys-devel/lld:16= ) llvm_slot_17? ( sys-devel/clang:17= sys-devel/lld:17= ) llvm_slot_18? ( sys-devel/clang:18= sys-devel/lld:18= ) dev-lang/python python_single_target_python3_12? ( dev-python/setuptools[python_targets_python3_12(-)] ) python_single_target_python3_13? ( dev-python/setuptools[python_targets_python3_13(-)] )
|
||||
BDEPEND=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 ) >=dev-build/cmake-3.24.2 >=dev-build/ninja-1.11.1 >=dev-db/sqlite-3 >=dev-libs/icu-69 >=dev-libs/libedit-20221030 >=dev-libs/libxml2-2.11.5 >=dev-util/patchelf-0.18 >=dev-vcs/git-2.39 >=sys-apps/coreutils-9 >=sys-libs/ncurses-6 >=sys-libs/zlib-1.3 || ( <dev-lang/swift-6.0.1:* >dev-lang/swift-6.0.1:* ) llvm_slot_15? ( llvm-core/clang:15= llvm-core/lld:15= ) llvm_slot_16? ( llvm-core/clang:16= llvm-core/lld:16= ) llvm_slot_17? ( llvm-core/clang:17= llvm-core/lld:17= ) llvm_slot_18? ( llvm-core/clang:18= llvm-core/lld:18= ) dev-lang/python python_single_target_python3_12? ( dev-python/setuptools[python_targets_python3_12(-)] ) python_single_target_python3_13? ( dev-python/setuptools[python_targets_python3_13(-)] )
|
||||
DEFINED_PHASES=compile install postinst postrm setup unpack
|
||||
DESCRIPTION=A high-level, general-purpose, multi-paradigm, compiled programming language
|
||||
EAPI=8
|
||||
@@ -7,10 +7,10 @@ INHERIT=llvm-r1 python-single-r1
|
||||
IUSE=+llvm_slot_18 llvm_slot_15 llvm_slot_16 llvm_slot_17 python_single_target_python3_10 python_single_target_python3_11 python_single_target_python3_12 python_single_target_python3_13
|
||||
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 ) !~dev-lang/swift-5.10.1:0 >=app-eselect/eselect-swift-1.0 >=dev-db/sqlite-3 >=dev-libs/icu-69 >=dev-libs/libedit-20221030 >=dev-libs/libxml2-2.11.5 >=net-misc/curl-8.4 >=sys-libs/ncurses-6 >=sys-libs/zlib-1.3 dev-lang/python llvm_slot_15? ( sys-devel/lld:15= ) llvm_slot_16? ( sys-devel/lld:16= ) llvm_slot_17? ( sys-devel/lld:17= ) llvm_slot_18? ( sys-devel/lld:18= )
|
||||
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 ) !~dev-lang/swift-5.10.1:0 >=app-eselect/eselect-swift-1.0 >=dev-db/sqlite-3 >=dev-libs/icu-69 >=dev-libs/libedit-20221030 >=dev-libs/libxml2-2.11.5 >=net-misc/curl-8.4 >=sys-libs/ncurses-6 >=sys-libs/zlib-1.3 dev-lang/python llvm_slot_15? ( llvm-core/lld:15= ) llvm_slot_16? ( llvm-core/lld:16= ) llvm_slot_17? ( llvm-core/lld:17= ) llvm_slot_18? ( llvm-core/lld:18= )
|
||||
REQUIRED_USE=^^ ( python_single_target_python3_10 python_single_target_python3_11 python_single_target_python3_12 python_single_target_python3_13 ) ^^ ( llvm_slot_15 llvm_slot_16 llvm_slot_17 llvm_slot_18 )
|
||||
RESTRICT=strip
|
||||
SLOT=6/0
|
||||
SRC_URI=https://github.com/apple/swift-argument-parser/archive/refs/tags/1.2.3.tar.gz -> swift-argument-parser-1.2.3.tar.gz https://github.com/apple/swift-asn1/archive/refs/tags/1.0.0.tar.gz -> swift-asn1-1.0.0.tar.gz https://github.com/apple/swift-atomics/archive/refs/tags/1.2.0.tar.gz -> swift-atomics-1.2.0.tar.gz https://github.com/apple/swift-certificates/archive/refs/tags/1.0.1.tar.gz -> swift-certificates-1.0.1.tar.gz https://github.com/apple/swift-collections/archive/refs/tags/1.1.2.tar.gz -> swift-collections-1.1.2.tar.gz https://github.com/apple/swift-crypto/archive/refs/tags/3.0.0.tar.gz -> swift-crypto-3.0.0.tar.gz https://github.com/apple/swift-nio-ssl/archive/refs/tags/2.15.0.tar.gz -> swift-nio-ssl-2.15.0.tar.gz https://github.com/apple/swift-nio/archive/refs/tags/2.31.2.tar.gz -> swift-nio-2.31.2.tar.gz https://github.com/apple/swift-numerics/archive/refs/tags/1.0.2.tar.gz -> swift-numerics-1.0.2.tar.gz https://github.com/apple/swift-system/archive/refs/tags/1.3.0.tar.gz -> swift-system-1.3.0.tar.gz https://github.com/jpsim/Yams/archive/refs/tags/5.0.6.tar.gz -> Yams-5.0.6.tar.gz https://github.com/swiftlang/indexstore-db/archive/refs/tags/swift-6.0.1-RELEASE.tar.gz -> indexstore-db-6.0.1.tar.gz https://github.com/swiftlang/llvm-project/archive/refs/tags/swift-6.0.1-RELEASE.tar.gz -> llvm-project-6.0.1.tar.gz https://github.com/swiftlang/sourcekit-lsp/archive/refs/tags/swift-6.0.1-RELEASE.tar.gz -> sourcekit-lsp-6.0.1.tar.gz https://github.com/swiftlang/swift-cmark/archive/refs/tags/swift-6.0.1-RELEASE.tar.gz -> swift-cmark-6.0.1.tar.gz https://github.com/swiftlang/swift-corelibs-foundation/archive/refs/tags/swift-6.0.1-RELEASE.tar.gz -> swift-corelibs-foundation-6.0.1.tar.gz https://github.com/swiftlang/swift-corelibs-libdispatch/archive/refs/tags/swift-6.0.1-RELEASE.tar.gz -> swift-corelibs-libdispatch-6.0.1.tar.gz https://github.com/swiftlang/swift-corelibs-xctest/archive/refs/tags/swift-6.0.1-RELEASE.tar.gz -> swift-corelibs-xctest-6.0.1.tar.gz https://github.com/swiftlang/swift-docc-render-artifact/archive/refs/tags/swift-6.0.1-RELEASE.tar.gz -> swift-docc-render-artifact-6.0.1.tar.gz https://github.com/swiftlang/swift-docc-symbolkit/archive/refs/tags/swift-6.0.1-RELEASE.tar.gz -> swift-docc-symbolkit-6.0.1.tar.gz https://github.com/swiftlang/swift-docc/archive/refs/tags/swift-6.0.1-RELEASE.tar.gz -> swift-docc-6.0.1.tar.gz https://github.com/swiftlang/swift-driver/archive/refs/tags/swift-6.0.1-RELEASE.tar.gz -> swift-driver-6.0.1.tar.gz https://github.com/swiftlang/swift-experimental-string-processing/archive/refs/tags/swift-6.0.1-RELEASE.tar.gz -> swift-experimental-string-processing-6.0.1.tar.gz https://github.com/swiftlang/swift-format/archive/refs/tags/swift-6.0.1-RELEASE.tar.gz -> swift-format-6.0.1.tar.gz https://github.com/swiftlang/swift-foundation-icu/archive/refs/tags/swift-6.0.1-RELEASE.tar.gz -> swift-foundation-icu-6.0.1.tar.gz https://github.com/swiftlang/swift-foundation/archive/refs/tags/swift-6.0.1-RELEASE.tar.gz -> swift-foundation-6.0.1.tar.gz https://github.com/swiftlang/swift-installer-scripts/archive/refs/tags/swift-6.0.1-RELEASE.tar.gz -> swift-installer-scripts-6.0.1.tar.gz https://github.com/swiftlang/swift-integration-tests/archive/refs/tags/swift-6.0.1-RELEASE.tar.gz -> swift-integration-tests-6.0.1.tar.gz https://github.com/swiftlang/swift-llbuild/archive/refs/tags/swift-6.0.1-RELEASE.tar.gz -> swift-llbuild-6.0.1.tar.gz https://github.com/swiftlang/swift-llvm-bindings/archive/refs/tags/swift-6.0.1-RELEASE.tar.gz -> swift-llvm-bindings-6.0.1.tar.gz https://github.com/swiftlang/swift-lmdb/archive/refs/tags/swift-6.0.1-RELEASE.tar.gz -> swift-lmdb-6.0.1.tar.gz https://github.com/swiftlang/swift-markdown/archive/refs/tags/swift-6.0.1-RELEASE.tar.gz -> swift-markdown-6.0.1.tar.gz https://github.com/swiftlang/swift-package-manager/archive/refs/tags/swift-6.0.1-RELEASE.tar.gz -> swift-package-manager-6.0.1.tar.gz https://github.com/swiftlang/swift-stress-tester/archive/refs/tags/swift-6.0.1-RELEASE.tar.gz -> swift-stress-tester-6.0.1.tar.gz https://github.com/swiftlang/swift-syntax/archive/refs/tags/swift-6.0.1-RELEASE.tar.gz -> swift-syntax-6.0.1.tar.gz https://github.com/swiftlang/swift-testing/archive/refs/tags/swift-6.0.1-RELEASE.tar.gz -> swift-testing-6.0.1.tar.gz https://github.com/swiftlang/swift-tools-support-core/archive/refs/tags/swift-6.0.1-RELEASE.tar.gz -> swift-tools-support-core-6.0.1.tar.gz https://github.com/swiftlang/swift/archive/refs/tags/swift-6.0.1-RELEASE.tar.gz -> swift-6.0.1.tar.gz
|
||||
_eclasses_=llvm-utils c989cff79c0976415f459e367a83dff9 llvm-r1 82e169a45855e1a973292c8208318140 multiprocessing 1e32df7deee68372153dca65f4a7c21f toolchain-funcs fa554cc3cff825d21dfe3f24841e29cf multilib b2a329026f2e404e9e371097dda47f96 python-utils-r1 42c5abe4a656a4993a06a4fc61dbdd12 python-single-r1 47d8ac9be330c9366112b78fd4f8ce57
|
||||
_md5_=d571adf6328c0d71e27d87d351eefe99
|
||||
_md5_=b1206a0ef62aa8aabc60df05ab0258f5
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
BDEPEND=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 ) >=dev-build/cmake-3.24.2 >=dev-build/ninja-1.11.1 >=dev-db/sqlite-3 >=dev-libs/icu-69 >=dev-libs/libedit-20221030 >=dev-libs/libxml2-2.11.5 >=dev-util/patchelf-0.18 >=dev-vcs/git-2.39 >=sys-apps/coreutils-9 >=sys-libs/ncurses-6 >=sys-libs/zlib-1.3 || ( dev-lang/swift dev-lang/swift-bootstrap ) llvm_slot_15? ( sys-devel/clang:15= sys-devel/lld:15= ) llvm_slot_16? ( sys-devel/clang:16= sys-devel/lld:16= ) llvm_slot_17? ( sys-devel/clang:17= sys-devel/lld:17= ) llvm_slot_18? ( sys-devel/clang:18= sys-devel/lld:18= ) dev-lang/python python_single_target_python3_12? ( dev-python/setuptools[python_targets_python3_12(-)] ) python_single_target_python3_13? ( dev-python/setuptools[python_targets_python3_13(-)] )
|
||||
BDEPEND=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 ) >=dev-build/cmake-3.24.2 >=dev-build/ninja-1.11.1 >=dev-db/sqlite-3 >=dev-libs/icu-69 >=dev-libs/libedit-20221030 >=dev-libs/libxml2-2.11.5 >=dev-util/patchelf-0.18 >=dev-vcs/git-2.39 >=sys-apps/coreutils-9 >=sys-libs/ncurses-6 >=sys-libs/zlib-1.3 || ( dev-lang/swift dev-lang/swift-bootstrap ) llvm_slot_15? ( llvm-core/clang:15= llvm-core/lld:15= ) llvm_slot_16? ( llvm-core/clang:16= llvm-core/lld:16= ) llvm_slot_17? ( llvm-core/clang:17= llvm-core/lld:17= ) llvm_slot_18? ( llvm-core/clang:18= llvm-core/lld:18= ) dev-lang/python python_single_target_python3_12? ( dev-python/setuptools[python_targets_python3_12(-)] ) python_single_target_python3_13? ( dev-python/setuptools[python_targets_python3_13(-)] )
|
||||
DEFINED_PHASES=compile install postinst postrm setup unpack
|
||||
DESCRIPTION=A high-level, general-purpose, multi-paradigm, compiled programming language
|
||||
EAPI=8
|
||||
@@ -7,10 +7,10 @@ INHERIT=llvm-r1 python-single-r1
|
||||
IUSE=+llvm_slot_18 llvm_slot_15 llvm_slot_16 llvm_slot_17 python_single_target_python3_10 python_single_target_python3_11 python_single_target_python3_12 python_single_target_python3_13
|
||||
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 ) !~dev-lang/swift-5.10.1:0 >=dev-db/sqlite-3 >=dev-libs/icu-69 >=dev-libs/libedit-20221030 >=dev-libs/libxml2-2.11.5 >=net-misc/curl-8.4 >=sys-libs/ncurses-6 >=sys-libs/zlib-1.3 app-eselect/eselect-swift dev-lang/python llvm_slot_15? ( sys-devel/lld:15= ) llvm_slot_16? ( sys-devel/lld:16= ) llvm_slot_17? ( sys-devel/lld:17= ) llvm_slot_18? ( sys-devel/lld:18= )
|
||||
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 ) !~dev-lang/swift-5.10.1:0 >=dev-db/sqlite-3 >=dev-libs/icu-69 >=dev-libs/libedit-20221030 >=dev-libs/libxml2-2.11.5 >=net-misc/curl-8.4 >=sys-libs/ncurses-6 >=sys-libs/zlib-1.3 app-eselect/eselect-swift dev-lang/python llvm_slot_15? ( llvm-core/lld:15= ) llvm_slot_16? ( llvm-core/lld:16= ) llvm_slot_17? ( llvm-core/lld:17= ) llvm_slot_18? ( llvm-core/lld:18= )
|
||||
REQUIRED_USE=^^ ( python_single_target_python3_10 python_single_target_python3_11 python_single_target_python3_12 python_single_target_python3_13 ) ^^ ( llvm_slot_15 llvm_slot_16 llvm_slot_17 llvm_slot_18 )
|
||||
RESTRICT=strip
|
||||
SLOT=6/0
|
||||
SRC_URI=https://github.com/apple/swift-argument-parser/archive/refs/tags/1.2.3.tar.gz -> swift-argument-parser-1.2.3.tar.gz https://github.com/apple/swift-asn1/archive/refs/tags/1.0.0.tar.gz -> swift-asn1-1.0.0.tar.gz https://github.com/apple/swift-atomics/archive/refs/tags/1.2.0.tar.gz -> swift-atomics-1.2.0.tar.gz https://github.com/apple/swift-certificates/archive/refs/tags/1.0.1.tar.gz -> swift-certificates-1.0.1.tar.gz https://github.com/apple/swift-collections/archive/refs/tags/1.1.2.tar.gz -> swift-collections-1.1.2.tar.gz https://github.com/apple/swift-crypto/archive/refs/tags/3.0.0.tar.gz -> swift-crypto-3.0.0.tar.gz https://github.com/apple/swift-nio-ssl/archive/refs/tags/2.15.0.tar.gz -> swift-nio-ssl-2.15.0.tar.gz https://github.com/apple/swift-nio/archive/refs/tags/2.31.2.tar.gz -> swift-nio-2.31.2.tar.gz https://github.com/apple/swift-numerics/archive/refs/tags/1.0.2.tar.gz -> swift-numerics-1.0.2.tar.gz https://github.com/apple/swift-system/archive/refs/tags/1.3.0.tar.gz -> swift-system-1.3.0.tar.gz https://github.com/jpsim/Yams/archive/refs/tags/5.0.6.tar.gz -> Yams-5.0.6.tar.gz https://github.com/swiftlang/indexstore-db/archive/refs/tags/swift-6.0.1-RELEASE.tar.gz -> indexstore-db-6.0.1.tar.gz https://github.com/swiftlang/llvm-project/archive/refs/tags/swift-6.0.1-RELEASE.tar.gz -> llvm-project-6.0.1.tar.gz https://github.com/swiftlang/sourcekit-lsp/archive/refs/tags/swift-6.0.1-RELEASE.tar.gz -> sourcekit-lsp-6.0.1.tar.gz https://github.com/swiftlang/swift-cmark/archive/refs/tags/swift-6.0.1-RELEASE.tar.gz -> swift-cmark-6.0.1.tar.gz https://github.com/swiftlang/swift-corelibs-foundation/archive/refs/tags/swift-6.0.1-RELEASE.tar.gz -> swift-corelibs-foundation-6.0.1.tar.gz https://github.com/swiftlang/swift-corelibs-libdispatch/archive/refs/tags/swift-6.0.1-RELEASE.tar.gz -> swift-corelibs-libdispatch-6.0.1.tar.gz https://github.com/swiftlang/swift-corelibs-xctest/archive/refs/tags/swift-6.0.1-RELEASE.tar.gz -> swift-corelibs-xctest-6.0.1.tar.gz https://github.com/swiftlang/swift-docc-render-artifact/archive/refs/tags/swift-6.0.1-RELEASE.tar.gz -> swift-docc-render-artifact-6.0.1.tar.gz https://github.com/swiftlang/swift-docc-symbolkit/archive/refs/tags/swift-6.0.1-RELEASE.tar.gz -> swift-docc-symbolkit-6.0.1.tar.gz https://github.com/swiftlang/swift-docc/archive/refs/tags/swift-6.0.1-RELEASE.tar.gz -> swift-docc-6.0.1.tar.gz https://github.com/swiftlang/swift-driver/archive/refs/tags/swift-6.0.1-RELEASE.tar.gz -> swift-driver-6.0.1.tar.gz https://github.com/swiftlang/swift-experimental-string-processing/archive/refs/tags/swift-6.0.1-RELEASE.tar.gz -> swift-experimental-string-processing-6.0.1.tar.gz https://github.com/swiftlang/swift-format/archive/refs/tags/swift-6.0.1-RELEASE.tar.gz -> swift-format-6.0.1.tar.gz https://github.com/swiftlang/swift-foundation-icu/archive/refs/tags/swift-6.0.1-RELEASE.tar.gz -> swift-foundation-icu-6.0.1.tar.gz https://github.com/swiftlang/swift-foundation/archive/refs/tags/swift-6.0.1-RELEASE.tar.gz -> swift-foundation-6.0.1.tar.gz https://github.com/swiftlang/swift-installer-scripts/archive/refs/tags/swift-6.0.1-RELEASE.tar.gz -> swift-installer-scripts-6.0.1.tar.gz https://github.com/swiftlang/swift-integration-tests/archive/refs/tags/swift-6.0.1-RELEASE.tar.gz -> swift-integration-tests-6.0.1.tar.gz https://github.com/swiftlang/swift-llbuild/archive/refs/tags/swift-6.0.1-RELEASE.tar.gz -> swift-llbuild-6.0.1.tar.gz https://github.com/swiftlang/swift-llvm-bindings/archive/refs/tags/swift-6.0.1-RELEASE.tar.gz -> swift-llvm-bindings-6.0.1.tar.gz https://github.com/swiftlang/swift-lmdb/archive/refs/tags/swift-6.0.1-RELEASE.tar.gz -> swift-lmdb-6.0.1.tar.gz https://github.com/swiftlang/swift-markdown/archive/refs/tags/swift-6.0.1-RELEASE.tar.gz -> swift-markdown-6.0.1.tar.gz https://github.com/swiftlang/swift-package-manager/archive/refs/tags/swift-6.0.1-RELEASE.tar.gz -> swift-package-manager-6.0.1.tar.gz https://github.com/swiftlang/swift-stress-tester/archive/refs/tags/swift-6.0.1-RELEASE.tar.gz -> swift-stress-tester-6.0.1.tar.gz https://github.com/swiftlang/swift-syntax/archive/refs/tags/swift-6.0.1-RELEASE.tar.gz -> swift-syntax-6.0.1.tar.gz https://github.com/swiftlang/swift-testing/archive/refs/tags/swift-6.0.1-RELEASE.tar.gz -> swift-testing-6.0.1.tar.gz https://github.com/swiftlang/swift-tools-support-core/archive/refs/tags/swift-6.0.1-RELEASE.tar.gz -> swift-tools-support-core-6.0.1.tar.gz https://github.com/swiftlang/swift/archive/refs/tags/swift-6.0.1-RELEASE.tar.gz -> swift-6.0.1.tar.gz
|
||||
_eclasses_=llvm-utils c989cff79c0976415f459e367a83dff9 llvm-r1 82e169a45855e1a973292c8208318140 multiprocessing 1e32df7deee68372153dca65f4a7c21f toolchain-funcs fa554cc3cff825d21dfe3f24841e29cf multilib b2a329026f2e404e9e371097dda47f96 python-utils-r1 42c5abe4a656a4993a06a4fc61dbdd12 python-single-r1 47d8ac9be330c9366112b78fd4f8ce57
|
||||
_md5_=ff9be911bca08ccbaff921bc4dd97100
|
||||
_md5_=3c6788fd37538808fdb5947838783232
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
BDEPEND=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 ) >=dev-build/cmake-3.24.2 >=dev-build/ninja-1.11.1 >=dev-db/sqlite-3 >=dev-libs/icu-69 >=dev-libs/libedit-20221030 >=dev-libs/libxml2-2.11.5 >=dev-util/patchelf-0.18 >=dev-vcs/git-2.39 >=sys-apps/coreutils-9 >=sys-libs/ncurses-6 >=sys-libs/zlib-1.3 || ( dev-lang/swift dev-lang/swift-bootstrap ) llvm_slot_15? ( sys-devel/clang:15= sys-devel/lld:15= ) llvm_slot_16? ( sys-devel/clang:16= sys-devel/lld:16= ) llvm_slot_17? ( sys-devel/clang:17= sys-devel/lld:17= ) llvm_slot_18? ( sys-devel/clang:18= sys-devel/lld:18= ) dev-lang/python python_single_target_python3_12? ( dev-python/setuptools[python_targets_python3_12(-)] ) python_single_target_python3_13? ( dev-python/setuptools[python_targets_python3_13(-)] )
|
||||
BDEPEND=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 ) >=dev-build/cmake-3.24.2 >=dev-build/ninja-1.11.1 >=dev-db/sqlite-3 >=dev-libs/icu-69 >=dev-libs/libedit-20221030 >=dev-libs/libxml2-2.11.5 >=dev-util/patchelf-0.18 >=dev-vcs/git-2.39 >=sys-apps/coreutils-9 >=sys-libs/ncurses-6 >=sys-libs/zlib-1.3 || ( dev-lang/swift dev-lang/swift-bootstrap ) llvm_slot_15? ( llvm-core/clang:15= llvm-core/lld:15= ) llvm_slot_16? ( llvm-core/clang:16= llvm-core/lld:16= ) llvm_slot_17? ( llvm-core/clang:17= llvm-core/lld:17= ) llvm_slot_18? ( llvm-core/clang:18= llvm-core/lld:18= ) dev-lang/python python_single_target_python3_12? ( dev-python/setuptools[python_targets_python3_12(-)] ) python_single_target_python3_13? ( dev-python/setuptools[python_targets_python3_13(-)] )
|
||||
DEFINED_PHASES=compile install postinst postrm setup unpack
|
||||
DESCRIPTION=A high-level, general-purpose, multi-paradigm, compiled programming language
|
||||
EAPI=8
|
||||
@@ -7,10 +7,10 @@ INHERIT=llvm-r1 python-single-r1
|
||||
IUSE=+llvm_slot_18 llvm_slot_15 llvm_slot_16 llvm_slot_17 python_single_target_python3_10 python_single_target_python3_11 python_single_target_python3_12 python_single_target_python3_13
|
||||
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 ) !~dev-lang/swift-5.10.1:0 >=dev-db/sqlite-3 >=dev-libs/icu-69 >=dev-libs/libedit-20221030 >=dev-libs/libxml2-2.11.5 >=net-misc/curl-8.4 >=sys-libs/ncurses-6 >=sys-libs/zlib-1.3 app-eselect/eselect-swift dev-lang/python llvm_slot_15? ( sys-devel/lld:15= ) llvm_slot_16? ( sys-devel/lld:16= ) llvm_slot_17? ( sys-devel/lld:17= ) llvm_slot_18? ( sys-devel/lld:18= )
|
||||
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 ) !~dev-lang/swift-5.10.1:0 >=dev-db/sqlite-3 >=dev-libs/icu-69 >=dev-libs/libedit-20221030 >=dev-libs/libxml2-2.11.5 >=net-misc/curl-8.4 >=sys-libs/ncurses-6 >=sys-libs/zlib-1.3 app-eselect/eselect-swift dev-lang/python llvm_slot_15? ( llvm-core/lld:15= ) llvm_slot_16? ( llvm-core/lld:16= ) llvm_slot_17? ( llvm-core/lld:17= ) llvm_slot_18? ( llvm-core/lld:18= )
|
||||
REQUIRED_USE=^^ ( python_single_target_python3_10 python_single_target_python3_11 python_single_target_python3_12 python_single_target_python3_13 ) ^^ ( llvm_slot_15 llvm_slot_16 llvm_slot_17 llvm_slot_18 )
|
||||
RESTRICT=strip
|
||||
SLOT=6/0
|
||||
SRC_URI=https://github.com/apple/swift-argument-parser/archive/refs/tags/1.2.3.tar.gz -> swift-argument-parser-1.2.3.tar.gz https://github.com/apple/swift-asn1/archive/refs/tags/1.0.0.tar.gz -> swift-asn1-1.0.0.tar.gz https://github.com/apple/swift-atomics/archive/refs/tags/1.2.0.tar.gz -> swift-atomics-1.2.0.tar.gz https://github.com/apple/swift-certificates/archive/refs/tags/1.0.1.tar.gz -> swift-certificates-1.0.1.tar.gz https://github.com/apple/swift-collections/archive/refs/tags/1.1.2.tar.gz -> swift-collections-1.1.2.tar.gz https://github.com/apple/swift-crypto/archive/refs/tags/3.0.0.tar.gz -> swift-crypto-3.0.0.tar.gz https://github.com/apple/swift-nio-ssl/archive/refs/tags/2.15.0.tar.gz -> swift-nio-ssl-2.15.0.tar.gz https://github.com/apple/swift-nio/archive/refs/tags/2.31.2.tar.gz -> swift-nio-2.31.2.tar.gz https://github.com/apple/swift-numerics/archive/refs/tags/1.0.2.tar.gz -> swift-numerics-1.0.2.tar.gz https://github.com/apple/swift-system/archive/refs/tags/1.3.0.tar.gz -> swift-system-1.3.0.tar.gz https://github.com/jpsim/Yams/archive/refs/tags/5.0.6.tar.gz -> Yams-5.0.6.tar.gz https://github.com/swiftlang/indexstore-db/archive/refs/tags/swift-6.0.2-RELEASE.tar.gz -> indexstore-db-6.0.2.tar.gz https://github.com/swiftlang/llvm-project/archive/refs/tags/swift-6.0.2-RELEASE.tar.gz -> llvm-project-6.0.2.tar.gz https://github.com/swiftlang/sourcekit-lsp/archive/refs/tags/swift-6.0.2-RELEASE.tar.gz -> sourcekit-lsp-6.0.2.tar.gz https://github.com/swiftlang/swift-cmark/archive/refs/tags/swift-6.0.2-RELEASE.tar.gz -> swift-cmark-6.0.2.tar.gz https://github.com/swiftlang/swift-corelibs-foundation/archive/refs/tags/swift-6.0.2-RELEASE.tar.gz -> swift-corelibs-foundation-6.0.2.tar.gz https://github.com/swiftlang/swift-corelibs-libdispatch/archive/refs/tags/swift-6.0.2-RELEASE.tar.gz -> swift-corelibs-libdispatch-6.0.2.tar.gz https://github.com/swiftlang/swift-corelibs-xctest/archive/refs/tags/swift-6.0.2-RELEASE.tar.gz -> swift-corelibs-xctest-6.0.2.tar.gz https://github.com/swiftlang/swift-docc-render-artifact/archive/refs/tags/swift-6.0.2-RELEASE.tar.gz -> swift-docc-render-artifact-6.0.2.tar.gz https://github.com/swiftlang/swift-docc-symbolkit/archive/refs/tags/swift-6.0.2-RELEASE.tar.gz -> swift-docc-symbolkit-6.0.2.tar.gz https://github.com/swiftlang/swift-docc/archive/refs/tags/swift-6.0.2-RELEASE.tar.gz -> swift-docc-6.0.2.tar.gz https://github.com/swiftlang/swift-driver/archive/refs/tags/swift-6.0.2-RELEASE.tar.gz -> swift-driver-6.0.2.tar.gz https://github.com/swiftlang/swift-experimental-string-processing/archive/refs/tags/swift-6.0.2-RELEASE.tar.gz -> swift-experimental-string-processing-6.0.2.tar.gz https://github.com/swiftlang/swift-format/archive/refs/tags/swift-6.0.2-RELEASE.tar.gz -> swift-format-6.0.2.tar.gz https://github.com/swiftlang/swift-foundation-icu/archive/refs/tags/swift-6.0.2-RELEASE.tar.gz -> swift-foundation-icu-6.0.2.tar.gz https://github.com/swiftlang/swift-foundation/archive/refs/tags/swift-6.0.2-RELEASE.tar.gz -> swift-foundation-6.0.2.tar.gz https://github.com/swiftlang/swift-installer-scripts/archive/refs/tags/swift-6.0.2-RELEASE.tar.gz -> swift-installer-scripts-6.0.2.tar.gz https://github.com/swiftlang/swift-integration-tests/archive/refs/tags/swift-6.0.2-RELEASE.tar.gz -> swift-integration-tests-6.0.2.tar.gz https://github.com/swiftlang/swift-llbuild/archive/refs/tags/swift-6.0.2-RELEASE.tar.gz -> swift-llbuild-6.0.2.tar.gz https://github.com/swiftlang/swift-llvm-bindings/archive/refs/tags/swift-6.0.2-RELEASE.tar.gz -> swift-llvm-bindings-6.0.2.tar.gz https://github.com/swiftlang/swift-lmdb/archive/refs/tags/swift-6.0.2-RELEASE.tar.gz -> swift-lmdb-6.0.2.tar.gz https://github.com/swiftlang/swift-markdown/archive/refs/tags/swift-6.0.2-RELEASE.tar.gz -> swift-markdown-6.0.2.tar.gz https://github.com/swiftlang/swift-package-manager/archive/refs/tags/swift-6.0.2-RELEASE.tar.gz -> swift-package-manager-6.0.2.tar.gz https://github.com/swiftlang/swift-stress-tester/archive/refs/tags/swift-6.0.2-RELEASE.tar.gz -> swift-stress-tester-6.0.2.tar.gz https://github.com/swiftlang/swift-syntax/archive/refs/tags/swift-6.0.2-RELEASE.tar.gz -> swift-syntax-6.0.2.tar.gz https://github.com/swiftlang/swift-testing/archive/refs/tags/swift-6.0.2-RELEASE.tar.gz -> swift-testing-6.0.2.tar.gz https://github.com/swiftlang/swift-tools-support-core/archive/refs/tags/swift-6.0.2-RELEASE.tar.gz -> swift-tools-support-core-6.0.2.tar.gz https://github.com/swiftlang/swift/archive/refs/tags/swift-6.0.2-RELEASE.tar.gz -> swift-6.0.2.tar.gz
|
||||
_eclasses_=llvm-utils c989cff79c0976415f459e367a83dff9 llvm-r1 82e169a45855e1a973292c8208318140 multiprocessing 1e32df7deee68372153dca65f4a7c21f toolchain-funcs fa554cc3cff825d21dfe3f24841e29cf multilib b2a329026f2e404e9e371097dda47f96 python-utils-r1 42c5abe4a656a4993a06a4fc61dbdd12 python-single-r1 47d8ac9be330c9366112b78fd4f8ce57
|
||||
_md5_=ff9be911bca08ccbaff921bc4dd97100
|
||||
_md5_=3c6788fd37538808fdb5947838783232
|
||||
|
||||
Reference in New Issue
Block a user