commit: eaacb3cf4d9929b80bf49d07b730b6b8fea36675
Author: Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Sun Oct 5 06:19:26 2014 +0000
Commit: Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Sun Oct 5 07:47:30 2014 +0000
URL:
http://sources.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=eaacb3cf
[bump] perl-core/IPC-SysV to 2.40.0 ( perl 5.20s version for 5.18 )
Package-Manager: portage-2.2.10
---
perl-core/IPC-SysV/IPC-SysV-2.40.0.ebuild | 21 +++++++++++++++++++++
1 file changed, 21 insertions(+)
diff --git a/perl-core/IPC-SysV/IPC-SysV-2.40.0.ebuild
b/perl-core/IPC-SysV/IPC-SysV-2.40.0.ebuild
new file mode 100644
index 0000000..93a0479
--- /dev/null
+++ b/perl-core/IPC-SysV/IPC-SysV-2.40.0.ebuild
@@ -0,0 +1,21 @@
+# Copyright 1999-2014 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+EAPI=5
+MODULE_AUTHOR=MHX
+MODULE_VERSION=2.04
+inherit perl-module
+
+DESCRIPTION="System V IPC constants and system calls"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="test"
+RDEPEND=""
+DEPEND="
+ virtual/perl-ExtUtils-MakeMaker
+ ${RDEPEND}
+ test? (
+ >=virtual/perl-Test-Simple-0.450.0
+ )
+"
+SRC_TEST="do"