dev-lang/dart-bootstrap - 3.12.2 (gentoo-zh)

Search

Install

Install this version:

emerge -a =dev-lang/dart-bootstrap-3.12.2

If this version is masked, you can unmask it using the autounmask tool or standard emerge options:

autounmask =dev-lang/dart-bootstrap-3.12.2

Or alternatively:

emerge --autounmask-write -a =dev-lang/dart-bootstrap-3.12.2

Package Information

Description:
Binary bootstrap package for dev-lang/dart
Homepage:
https://dart.dev https://github.com/dart-lang/sdk
License:
BSD

Ebuild Details

Version EAPI Keywords Slot
3.12.2 8 -* ~amd64 0
View Raw Ebuild
# Copyright 2026 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=8

inherit unpacker

DESCRIPTION="Binary bootstrap package for dev-lang/dart"
HOMEPAGE="https://dart.dev https://github.com/dart-lang/sdk"
SRC_URI="
	amd64? (
		https://storage.googleapis.com/dart-archive/channels/stable/release/${PV}/sdk/dartsdk-linux-x64-release.zip
			-> dartsdk-${PV}-amd64.zip
	)
"

S="${WORKDIR}"

LICENSE="BSD"
SLOT="0"
KEYWORDS="-* ~amd64"

RDEPEND="sys-libs/glibc"
BDEPEND="app-arch/unzip"

RESTRICT="strip"
QA_PREBUILT="
	usr/lib/dart-bootstrap/bin/dart
	usr/lib/dart-bootstrap/bin/dartaotruntime
	usr/lib/dart-bootstrap/bin/dartaotruntime_asan
	usr/lib/dart-bootstrap/bin/dartaotruntime_msan
	usr/lib/dart-bootstrap/bin/dartaotruntime_tsan
	usr/lib/dart-bootstrap/bin/dartvm
	usr/lib/dart-bootstrap/bin/snapshots/*.snapshot
	usr/lib/dart-bootstrap/bin/utils/gen_snapshot
	usr/lib/dart-bootstrap/bin/utils/wasm-opt
"

src_install() {
	dodir /usr/lib
	mv dart-sdk "${ED}/usr/lib/dart-bootstrap" || die
}

Inherited Eclasses

Dependencies

RDEPEND

sys-libs/glibc

BDEPEND

app-arch/unzip

Manifest for 3.12.2

Type File Size Source URLs
DIST dartsdk-3.12.2-amd64.zip 233130148 bytes https://storage.googleapis.com/dart-archive/channels/stable/release/3.12.2/sdk/dartsdk-linux-x64-release.zip