blob: b321b826c16c4eb40967eacfa38c6d45c9e8d167 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
# Copyright 1999-2026 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
DIST_AUTHOR=BINGOS
DIST_VERSION=0.08
inherit perl-module
DESCRIPTION="Powerful and flexible message logging mechanism"
SLOT="0"
KEYWORDS="amd64 ~arm64 ppc ~ppc64 ~sparc x86"
|