sys-apps/servicelog - 1.1.16 (gentoo)

Search

Package Information

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

Ebuild Details

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

EAPI=8

inherit autotools

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

LICENSE="GPL-2+"
SLOT="0"
KEYWORDS="ppc ppc64"

DEPEND="
	sys-libs/libservicelog
"
RDEPEND="
	${DEPEND}
	virtual/logger
"
DOCS="ChangeLog"

src_prepare() {
	default
	eautoreconf
}

Dependencies

DEPEND

	sys-libs/libservicelog

RDEPEND

	
	sys-libs/libservicelog

	virtual/logger

Manifest for 1.1.16

Type File Size Source URLs
DIST servicelog-1.1.16.tar.gz 33068 bytes https://github.com/power-ras/servicelog/archive/v1.1.16.tar.gz