dev-libs/belcard - 5.4.119 (nest)

Search

Install

Install this version:

emerge -a =dev-libs/belcard-5.4.119

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

autounmask =dev-libs/belcard-5.4.119

Or alternatively:

emerge --autounmask-write -a =dev-libs/belcard-5.4.119

Package Information

Description:
VCard standard format manipulation library
Homepage:
https://gitlab.linphone.org/BC/public/belcard
License:
GPL-3

Ebuild Details

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

EAPI=8

inherit cmake edo

DESCRIPTION="VCard standard format manipulation library"
HOMEPAGE="https://gitlab.linphone.org/BC/public/belcard"
SRC_URI="https://gitlab.linphone.org/BC/public/${PN}/-/archive/${PV}/${P}.tar.bz2"

LICENSE="GPL-3"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE="test tools"
RESTRICT="!test? ( test )"

RDEPEND="dev-cpp/belr:=
	net-libs/bctoolbox:=[test?]"
DEPEND="${RDEPEND}"
BDEPEND="virtual/pkgconfig"

src_configure() {
	local mycmakeargs=(
		-DENABLE_TOOLS="$(usex tools)"
		-DENABLE_UNIT_TESTS="$(usex test)"
	)
	cmake_src_configure
}

src_test() {
	edo "${S}"_build/tester/belcard-tester --resource-dir "${S}"/tester/
	cmake_src_test
}

USE Flags

Manage flags for this package: euse -i <flag> -p dev-libs/belcard | euse -E <flag> -p dev-libs/belcard | euse -D <flag> -p dev-libs/belcard

Global/Standard Flags

Inherited Eclasses

edo

Dependencies

DEPEND

dev-cpp/belr:=
	net-libs/bctoolbox:=[test?]

RDEPEND

dev-cpp/belr:=
	net-libs/bctoolbox:=[test?]

BDEPEND

virtual/pkgconfig

Manifest for 5.4.119

Type File Size Source URLs
DIST belcard-5.4.119.tar.bz2 157705 bytes https://gitlab.linphone.org/BC/public/belcard/-/archive/5.4.119/belcard-5.4.119.tar.bz2