dev-libs/libkqueue - 2.5.0 (floppym)

Search

Package Information

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

Ebuild Details

Version EAPI Keywords Slot
2.5.0 8 ~amd64 0/0
View Raw Ebuild
# Copyright 2021 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 )"

PATCHES=(
	"${FILESDIR}/libkqueue-2.5.0-soversion.patch"
)

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

USE Flags

Manifest for 2.5.0

Type File Size Source URLs
DIST libkqueue-2.5.0.tar.gz 178456 bytes https://github.com/mheily/libkqueue/archive/refs/tags/v2.5.0.tar.gz