dev-debug/lldb-mi - 0.0.1 (guru)

Search

Install

Install this version:

emerge -a =dev-debug/lldb-mi-0.0.1

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

autounmask =dev-debug/lldb-mi-0.0.1

Or alternatively:

emerge --autounmask-write -a =dev-debug/lldb-mi-0.0.1

Package Information

Description:
LLDB Machine Interface Driver
Homepage:
https://github.com/lldb-tools/lldb-mi
License:
Apache-2.0-with-LLVM-exceptions

Ebuild Details

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

EAPI=8

LLVM_COMPAT=( {16..23} )

inherit cmake llvm-r2

DESCRIPTION="LLDB Machine Interface Driver"
HOMEPAGE="https://github.com/lldb-tools/lldb-mi"

if [[ ${PV} = 9999* ]]; then
	EGIT_REPO_URI="https://github.com/lldb-tools/lldb-mi.git"
	EGIT_BRANCH="main"
	inherit git-r3
else
	SRC_URI="
		https://github.com/lldb-tools/lldb-mi/archive/refs/tags/${PV}.tar.gz -> ${P}.tar.gz
	"
	KEYWORDS="~amd64 ~x86"
fi

LICENSE="Apache-2.0-with-LLVM-exceptions"
SLOT="0"

IUSE="test"

RESTRICT="!test? ( test )"

RDEPEND="
	llvm-core/lldb:=
	$(llvm_gen_dep '
		llvm-core/llvm:${LLVM_SLOT}
	')
"
DEPEND="${RDEPEND}
	test? (
		dev-cpp/gtest
	)
"

PATCHES=(
	"${FILESDIR}/${PN}-0.0.1-find_packages_GTest.patch"
)

src_configure() {
	local mycmakeargs=(
		-DINCLUDE_TESTS="$(usex test)"
	)
	cmake_src_configure
}

USE Flags

Manage flags for this package: euse -i <flag> -p dev-debug/lldb-mi | euse -E <flag> -p dev-debug/lldb-mi | euse -D <flag> -p dev-debug/lldb-mi

Global/Standard Flags

Inherited Eclasses

Dependencies

DEPEND

	llvm-core/lldb:=
	$(llvm_gen_dep '
		llvm-core/llvm:${LLVM_SLOT}
	')

	test? (
		dev-cpp/gtest
	)

RDEPEND

	llvm-core/lldb:=
	$(llvm_gen_dep '
		llvm-core/llvm:${LLVM_SLOT}
	')

Manifest for 0.0.1

Type File Size Source URLs
DIST lldb-mi-0.0.1.tar.gz 190715 bytes https://github.com/lldb-tools/lldb-mi/archive/refs/tags/0.0.1.tar.gz