servicelog-1.1.14.ebuild 434 B

12345678910111213141516171819202122
  1. # Copyright 1999-2016 Gentoo Foundation
  2. # Distributed under the terms of the GNU General Public License v2
  3. EAPI=6
  4. DESCRIPTION="Provides utilities for logging service-related events"
  5. SRC_URI="mirror://sourceforge/linux-diag/${P}.tar.gz"
  6. HOMEPAGE="http://linux-diag.sourceforge.net/servicelog/"
  7. SLOT="0"
  8. LICENSE="IBM"
  9. KEYWORDS="~ppc ~ppc64"
  10. DEPEND="
  11. sys-libs/libservicelog
  12. "
  13. RDEPEND="
  14. ${DEPEND}
  15. virtual/logger
  16. "
  17. DOCS="ChangeLog"