sys-libs/libservicelog - 1.1.19 (gentoo)

Search

Package Information

Description:
Provides a library for logging service-related events
Homepage:
https://github.com/power-ras/libservicelog
License:
GPL-2+

Ebuild Details

Version EAPI Keywords Slot
1.1.19 7 ppc ppc64 0
View Raw Ebuild
# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=7

inherit autotools

DESCRIPTION="Provides a library for logging service-related events"
SRC_URI="https://github.com/power-ras/${PN}/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz"
HOMEPAGE="https://github.com/power-ras/libservicelog"

SLOT="0"
LICENSE="GPL-2+"
KEYWORDS="ppc ppc64"
IUSE="static-libs"
RESTRICT="test" # bug 801235

DEPEND="
	dev-db/sqlite:=
	sys-libs/librtas
"
RDEPEND="
	${DEPEND}
	virtual/logger
"
src_prepare() {
	default
	eautoreconf
}

src_configure() {
	econf --disable-static
}

src_install() {
	local DOCS=( ChangeLog README )
	default
	find "${D}" -name '*.la' -delete || die
}

USE Flags

Dependencies

DEPEND

	dev-db/sqlite:=
	sys-libs/librtas

RDEPEND

	
	dev-db/sqlite:=
	sys-libs/librtas

	virtual/logger

Manifest for 1.1.19

Type File Size Source URLs
DIST libservicelog-1.1.19.tar.gz 90198 bytes https://github.com/power-ras/libservicelog/archive/refs/tags/v1.1.19.tar.gz