You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/sys-apps/servicelog/servicelog-1.1.14.ebuild

23 lines
441 B

# Copyright 1999-2016 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
EAPI=6
DESCRIPTION="Provides utilities for logging service-related events"
SRC_URI="mirror://sourceforge/linux-diag/${P}.tar.gz"
HOMEPAGE="http://linux-diag.sourceforge.net/servicelog/"
SLOT="0"
LICENSE="IBM"
KEYWORDS="~ppc ~ppc64"
DEPEND="
sys-libs/libservicelog
"
RDEPEND="
${DEPEND}
virtual/logger
"
DOCS="ChangeLog"