dev-libs/libkqueue - 2.6.1 (lanodanOverlay)

Search

Install

Install this version:

emerge -a =dev-libs/libkqueue-2.6.1

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

autounmask =dev-libs/libkqueue-2.6.1

Or alternatively:

emerge --autounmask-write -a =dev-libs/libkqueue-2.6.1

Package Information

Description:
kqueue(2) compatibility library
Homepage:
https://github.com/mheily/libkqueue
License:
ISC BSD-2

Ebuild Details

Version EAPI Keywords Slot
2.6.1 8 ~amd64 0/0
View Raw Ebuild
# Copyright 2021-2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=8

inherit cmake

DESCRIPTION="kqueue(2) compatibility library"
HOMEPAGE="https://github.com/mheily/libkqueue"
SRC_URI="https://github.com/mheily/libkqueue/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz"

LICENSE="ISC BSD-2"
SLOT="0/0"
KEYWORDS="~amd64"
IUSE="test"
RESTRICT="!test? ( test )"

src_configure() {
	local mycmakeargs=(
		-DENABLE_TESTING=$(usex test ON OFF)
	)
	cmake_src_configure
}

USE Flags

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

Global/Standard Flags

Inherited Eclasses

Manifest for 2.6.1

Type File Size Source URLs
DIST libkqueue-2.6.1.tar.gz 180738 bytes https://github.com/mheily/libkqueue/archive/refs/tags/v2.6.1.tar.gz