diff options
author | Ian Stakenvicius <axs@gentoo.org> | 2014-08-22 18:21:09 +0000 |
---|---|---|
committer | Ian Stakenvicius <axs@gentoo.org> | 2014-08-22 18:21:09 +0000 |
commit | 9b9e22966d1a22eba8233757e031a7d8be6b7c5a (patch) | |
tree | 8306ec8569be618ca4dd173b5065fb0fefab225f /dev-perl/Sys-Syscall/Sys-Syscall-0.250.0-r1.ebuild | |
parent | bumped EAPI to 5; committed directly to stable as no other changes present an... (diff) | |
download | gentoo-2-9b9e22966d1a22eba8233757e031a7d8be6b7c5a.tar.gz gentoo-2-9b9e22966d1a22eba8233757e031a7d8be6b7c5a.tar.bz2 gentoo-2-9b9e22966d1a22eba8233757e031a7d8be6b7c5a.zip |
bumped EAPI to 5; committed directly to stable as no other changes present and revbump helps stable systems to keep from dieing on perl-5.18 upgrade
(Portage version: 2.2.8-r1/cvs/Linux x86_64, RepoMan options: --force, signed Manifest commit with key 2B6559ED)
Diffstat (limited to 'dev-perl/Sys-Syscall/Sys-Syscall-0.250.0-r1.ebuild')
-rw-r--r-- | dev-perl/Sys-Syscall/Sys-Syscall-0.250.0-r1.ebuild | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/dev-perl/Sys-Syscall/Sys-Syscall-0.250.0-r1.ebuild b/dev-perl/Sys-Syscall/Sys-Syscall-0.250.0-r1.ebuild new file mode 100644 index 000000000000..3099b8c97b77 --- /dev/null +++ b/dev-perl/Sys-Syscall/Sys-Syscall-0.250.0-r1.ebuild @@ -0,0 +1,17 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Sys-Syscall/Sys-Syscall-0.250.0-r1.ebuild,v 1.1 2014/08/22 18:21:09 axs Exp $ + +EAPI=5 + +MODULE_AUTHOR=BRADFITZ +MODULE_VERSION=0.25 +inherit perl-module + +DESCRIPTION="Access system calls that Perl doesn't normally provide access to" + +SLOT="0" +KEYWORDS="amd64 ~ppc x86" +IUSE="" + +SRC_TEST="do" |