sys-apps/servicelog - 1.1.15 (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.15 7 ppc ppc64 0
View Raw Ebuild
# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=7

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.15

Type File Size Source URLs
DIST servicelog-1.1.15.tar.gz 29097 bytes https://github.com/power-ras/servicelog/archive/v1.1.15.tar.gz