diff options
author | Kent Fredric <kentnl@gentoo.org> | 2018-03-20 19:25:47 +1300 |
---|---|---|
committer | Kent Fredric <kentnl@gentoo.org> | 2018-03-20 19:27:40 +1300 |
commit | 74ca4df1c46011eb32085174d6d0b1e3bb2d88a8 (patch) | |
tree | 9d9096c9c5fdec1c63008334b322d9c20a8deb62 /dev-perl | |
parent | dev-perl/Unicode-Stringprep: EAPI6 + tests (diff) | |
download | gentoo-74ca4df1c46011eb32085174d6d0b1e3bb2d88a8.tar.gz gentoo-74ca4df1c46011eb32085174d6d0b1e3bb2d88a8.tar.bz2 gentoo-74ca4df1c46011eb32085174d6d0b1e3bb2d88a8.zip |
dev-perl/Unix-Syslog: EAPI6 + tests
- EAPI6ify
- Enable tests
Package-Manager: Portage-2.3.24, Repoman-2.3.6
Diffstat (limited to 'dev-perl')
-rw-r--r-- | dev-perl/Unix-Syslog/Unix-Syslog-1.100.0-r2.ebuild | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/dev-perl/Unix-Syslog/Unix-Syslog-1.100.0-r2.ebuild b/dev-perl/Unix-Syslog/Unix-Syslog-1.100.0-r2.ebuild new file mode 100644 index 000000000000..fe680fde658d --- /dev/null +++ b/dev-perl/Unix-Syslog/Unix-Syslog-1.100.0-r2.ebuild @@ -0,0 +1,15 @@ +# Copyright 1999-2018 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +DIST_AUTHOR=MHARNISCH +DIST_VERSION=1.1 +inherit perl-module + +DESCRIPTION="A Perl module which provides access to the system logger" + +SLOT="0" +LICENSE="Artistic-2" +KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86" +IUSE="" |